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.Linux-x86_64 | |
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.Linux-x86_64')
-rw-r--r-- | unix/make/Make.Linux-x86_64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/make/Make.Linux-x86_64 b/unix/make/Make.Linux-x86_64 new file mode 100644 index 00000000..1fadb5f8 --- /dev/null +++ b/unix/make/Make.Linux-x86_64 @@ -0,0 +1,6 @@ +CC=gcc +CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -fPIC -O2 -g -c -I. +O=o +AR=ar +ARFLAGS=rvc +NAN=nan64.$O |