From 522b0689c340d26feeac360640bf7e2e0582353c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 19:05:50 +0000 Subject: Reorg --- src/Make.Darwin-PowerMacintosh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Make.Darwin-PowerMacintosh (limited to 'src/Make.Darwin-PowerMacintosh') diff --git a/src/Make.Darwin-PowerMacintosh b/src/Make.Darwin-PowerMacintosh new file mode 100644 index 00000000..14b8d4e7 --- /dev/null +++ b/src/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 -- cgit v1.2.3