changeset 3574:d1c1573de6ca hs23.2-b07

Merge
author vladidan
date Thu, 21 Jun 2012 06:11:52 -0400
parents 68ccf3f6d053 (current diff) 01c6624127b5 (diff)
children f98a4f0bf62a
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/ppc.make	Wed Jun 20 20:43:37 2012 -0700
+++ b/make/linux/makefiles/ppc.make	Thu Jun 21 06:11:52 2012 -0400
@@ -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