7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
authorvladidan
Wed, 15 Feb 2012 20:26:59 -0500
changeset 11884 ba36e55cbe3a
parent 11751 c80672b25b67
child 11885 b81164faebae
7129401: PPC: runtime/7100935/TestShortArraycopy.java fails Summary: pass assembler switches for PPC Reviewed-by: dholmes
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