From aa738614530c1525b2337a3812d238b9776d51f0 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 1 Mar 2004 19:36:29 +0000 Subject: Build Unix-friendly versions directly from library. --- unix/make/Make.Linux-386 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 unix/make/Make.Linux-386 (limited to 'unix/make/Make.Linux-386') diff --git a/unix/make/Make.Linux-386 b/unix/make/Make.Linux-386 new file mode 100644 index 00000000..74b0252c --- /dev/null +++ b/unix/make/Make.Linux-386 @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. +O=o +AR=ar +ARFLAGS=rvc +NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME) +NAN=nan64.$O -- cgit v1.2.3