changeset 3573:01c6624127b5

7129401: PPC: runtime/7100935/TestShortArraycopy.java fails Summary: pass assembler switches for PPC Reviewed-by: dholmes
author vladidan
date Wed, 20 Jun 2012 15:21:26 -0400
parents d4b7661ee0b4
children d1c1573de6ca
files make/linux/makefiles/ppc.make
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/ppc.make	Wed Jun 20 07:27:23 2012 -0700
+++ b/make/linux/makefiles/ppc.make	Wed Jun 20 15:21:26 2012 -0400
@@ -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