diff 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
line wrap: on
line diff
--- a/make/linux/makefiles/ppc.make	Fri Feb 24 18:30:42 2012 -0800
+++ b/make/linux/makefiles/ppc.make	Mon Feb 27 13:10:13 2012 +0100
@@ -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