diff options
author | Russ Cox <rsc@swtch.com> | 2008-07-09 14:35:04 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-07-09 14:35:04 -0400 |
commit | 2fb736b2e153edbcff99ecaede8ab26919dde3d6 (patch) | |
tree | 4445c90fbe5440eebdb87f98ab6d0ec4dcc71ac8 /unix | |
parent | ca6838a1eda52df307b720e55be547aacca94ece (diff) | |
download | plan9port-2fb736b2e153edbcff99ecaede8ab26919dde3d6.tar.gz plan9port-2fb736b2e153edbcff99ecaede8ab26919dde3d6.tar.bz2 plan9port-2fb736b2e153edbcff99ecaede8ab26919dde3d6.zip |
unix ports: add Make.Darwin-386 file
Diffstat (limited to 'unix')
-rw-r--r-- | unix/make/Make.Darwin-386 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unix/make/Make.Darwin-386 b/unix/make/Make.Darwin-386 new file mode 100644 index 00000000..21ede6f2 --- /dev/null +++ b/unix/make/Make.Darwin-386 @@ -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 |