changeset 11884 | ba36e55cbe3a |
parent 10565 | dc90c239f4ec |
child 13963 | e5b53c306fb5 |
--- a/hotspot/make/linux/makefiles/ppc.make Wed Feb 15 00:51:07 2012 -0500 +++ b/hotspot/make/linux/makefiles/ppc.make Wed Feb 15 20:26:59 2012 -0500 @@ -28,3 +28,6 @@ # Must also specify if CPU is big endian CFLAGS += -DVM_BIG_ENDIAN +ifdef E500V2 +ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1 +endif