# HG changeset patch # User vladidan # Date 1329355619 18000 # Node ID d9b93445a67c9e1b6f45289f230ab878ed8a6300 # Parent 77a488cd4af28a596de8a3e91fc671d8f8aa66a3 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails Summary: pass assembler switches for PPC Reviewed-by: dholmes diff -r 77a488cd4af2 -r d9b93445a67c make/linux/makefiles/ppc.make --- a/make/linux/makefiles/ppc.make Wed Feb 15 00:51:07 2012 -0500 +++ b/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