7129401: PPC: runtime/7100935/TestShortArraycopy.java fails

Pass assembler switches for PPC

Reviewed-by: dholmes
This commit is contained in:
Vladimir Danushevsky 2012-02-15 20:26:59 -05:00
parent 479baa64e5
commit a1d2da174b

View File

@ -28,3 +28,6 @@ OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
# Must also specify if CPU is big endian
CFLAGS += -DVM_BIG_ENDIAN
ifdef E500V2
ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1
endif