comparison make/linux/makefiles/ppc.make @ 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 f08d439fab8c
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
4907:77a488cd4af2 4964:d9b93445a67c
26 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT) 26 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
27 27
28 # Must also specify if CPU is big endian 28 # Must also specify if CPU is big endian
29 CFLAGS += -DVM_BIG_ENDIAN 29 CFLAGS += -DVM_BIG_ENDIAN
30 30
31 ifdef E500V2
32 ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1
33 endif