make/linux/makefiles/ppc.make

changeset 3590
d9b93445a67c
parent 3156
f08d439fab8c
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3534:77a488cd4af2 3590: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

mercurial