# HG changeset patch # User vladidan # Date 1340273512 14400 # Node ID d1c1573de6ca46d9a386e6a0cc84ac7d716253fc # Parent 68ccf3f6d05300e0b5768b31c0c23bd4bed02edb# Parent 01c6624127b526050b5c901670eea9b314e874d4 Merge diff -r 68ccf3f6d053 -r d1c1573de6ca make/linux/makefiles/ppc.make --- 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