aboutsummaryrefslogtreecommitdiff
path: root/make/linux/makefiles/ppc.make
diff options
context:
space:
mode:
Diffstat (limited to 'make/linux/makefiles/ppc.make')
-rw-r--r--make/linux/makefiles/ppc.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/linux/makefiles/ppc.make b/make/linux/makefiles/ppc.make
new file mode 100644
index 000000000..50ac9fe0d
--- /dev/null
+++ b/make/linux/makefiles/ppc.make
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+#
+
+# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
+
+# Must also specify if CPU is big endian
+CFLAGS += -DVM_BIG_ENDIAN
+