tunix ports: add Make.Darwin-386 file - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 2fb736b2e153edbcff99ecaede8ab26919dde3d6
DIR parent ca6838a1eda52df307b720e55be547aacca94ece
HTML Author: Russ Cox <rsc@swtch.com>
Date: Wed, 9 Jul 2008 14:35:04 -0400
unix ports: add Make.Darwin-386 file
Diffstat:
A unix/make/Make.Darwin-386 | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
DIR diff --git a/unix/make/Make.Darwin-386 b/unix/make/Make.Darwin-386
t@@ -0,0 +1,7 @@
+CC=gcc
+CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I${PREFIX}/include
+O=o
+AR=ar
+ARFLAGS=rvc
+NAN=nan64.$O
+RANLIB=ranlib