diff options
author | rsc <devnull@localhost> | 2004-03-01 19:36:29 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-01 19:36:29 +0000 |
commit | aa738614530c1525b2337a3812d238b9776d51f0 (patch) | |
tree | 0e989d3bfe7b0682fb3437429086048bef8a4d9c /unix/make/Make.Darwin-PowerMacintosh | |
parent | 63dd44c8ca13354de84c4da659454526ec6750db (diff) | |
download | plan9port-aa738614530c1525b2337a3812d238b9776d51f0.tar.gz plan9port-aa738614530c1525b2337a3812d238b9776d51f0.tar.bz2 plan9port-aa738614530c1525b2337a3812d238b9776d51f0.zip |
Build Unix-friendly versions directly from library.
Diffstat (limited to 'unix/make/Make.Darwin-PowerMacintosh')
-rw-r--r-- | unix/make/Make.Darwin-PowerMacintosh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/make/Make.Darwin-PowerMacintosh b/unix/make/Make.Darwin-PowerMacintosh new file mode 100644 index 00000000..14b8d4e7 --- /dev/null +++ b/unix/make/Make.Darwin-PowerMacintosh @@ -0,0 +1,6 @@ +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 |