plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2fb736b2e153edbcff99ecaede8ab26919dde3d6
parent ca6838a1eda52df307b720e55be547aacca94ece
Author: Russ Cox <rsc@swtch.com>
Date:   Wed,  9 Jul 2008 14:35:04 -0400

unix ports: add Make.Darwin-386 file

Diffstat:
Aunix/make/Make.Darwin-386 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/unix/make/Make.Darwin-386 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