comparison make/linux/makefiles/ppc.make @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents d9b93445a67c
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
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