# HG changeset patch # User vladidan # Date 1329355619 18000 # Node ID ba36e55cbe3ae94dd2edd5ababf168a2d4c37eb4 # Parent c80672b25b67c1faea7620978dea931f62b3184c 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails Summary: pass assembler switches for PPC Reviewed-by: dholmes diff -r c80672b25b67 -r ba36e55cbe3a hotspot/make/linux/makefiles/ppc.make --- 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