From b62db3542512321131da31e26cee1cd23590f2f1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 22 Aug 2007 10:55:39 -0400 Subject: =?UTF-8?q?add=20Linux=20x86-64=20(thanks=20to=20=C3=86var=20Arnfj?= =?UTF-8?q?=C3=B6r=C3=B0=20Bjarmason)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unix/make/Make.Linux-x86_64 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unix/make/Make.Linux-x86_64 (limited to 'unix/make/Make.Linux-x86_64') 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 -- cgit v1.2.3