diff options
author | Russ Cox <rsc@swtch.com> | 2007-08-22 10:55:39 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-08-22 10:55:39 -0400 |
commit | b62db3542512321131da31e26cee1cd23590f2f1 (patch) | |
tree | 4a2160fd1747a75edaf016c03548e544218cae0d /unix/make/Make.NetBSD-386 | |
parent | 4a6f0510731b99025c51ce4dc35eee08f697f91a (diff) | |
download | plan9port-b62db3542512321131da31e26cee1cd23590f2f1.tar.gz plan9port-b62db3542512321131da31e26cee1cd23590f2f1.tar.bz2 plan9port-b62db3542512321131da31e26cee1cd23590f2f1.zip |
add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason)
Diffstat (limited to 'unix/make/Make.NetBSD-386')
-rw-r--r-- | unix/make/Make.NetBSD-386 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/make/Make.NetBSD-386 b/unix/make/Make.NetBSD-386 index 087ed3ab..87aa579f 100644 --- a/unix/make/Make.NetBSD-386 +++ b/unix/make/Make.NetBSD-386 @@ -3,5 +3,4 @@ CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$ O=o AR=ar ARFLAGS=rvc -NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME) NAN=nan64.$O |