changeset 4964:d9b93445a67c

7129401: PPC: runtime/7100935/TestShortArraycopy.java fails Summary: pass assembler switches for PPC Reviewed-by: dholmes
author vladidan
date Wed, 15 Feb 2012 20:26:59 -0500
parents 77a488cd4af2
children d79f8393df2b
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 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