diff options
Diffstat (limited to 'src/libutf/Make.Darwin-PowerMacintosh')
-rw-r--r-- | src/libutf/Make.Darwin-PowerMacintosh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libutf/Make.Darwin-PowerMacintosh b/src/libutf/Make.Darwin-PowerMacintosh new file mode 100644 index 00000000..14b8d4e7 --- /dev/null +++ b/src/libutf/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 |