author | bpittore |
Wed, 22 Feb 2012 14:00:34 -0500 | |
changeset 11885 | b81164faebae |
parent 11879 | 4d13f72fd8bf (current diff) |
parent 11884 | ba36e55cbe3a (diff) |
child 11886 | feebf5c9f40c |
--- a/hotspot/make/linux/makefiles/ppc.make Fri Feb 17 15:11:32 2012 -0800 +++ b/hotspot/make/linux/makefiles/ppc.make Wed Feb 22 14:00:34 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