diff options
Diffstat (limited to 'unix/make')
-rw-r--r-- | unix/make/Make.Linux-power | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/make/Make.Linux-power b/unix/make/Make.Linux-power new file mode 100644 index 00000000..c1dc4109 --- /dev/null +++ b/unix/make/Make.Linux-power @@ -0,0 +1,6 @@ +CC=gcc +CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. +O=o +AR=ar +ARFLAGS=rvc +NAN=nan64.$O |