diff src/os/bsd/vm/os_bsd.cpp @ 14390:0f03ff49c720

8016491: PPC64 (part 2): Clean up PPC defines. Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set. Reviewed-by: kvn
author goetz
date Wed, 19 Jun 2013 12:29:30 +0200
parents 9ce110b1d14a
children b5c8a61d7fa0
line wrap: on
line diff
--- a/src/os/bsd/vm/os_bsd.cpp	Wed Jun 19 12:15:50 2013 +0200
+++ b/src/os/bsd/vm/os_bsd.cpp	Wed Jun 19 12:29:30 2013 +0200
@@ -205,7 +205,7 @@
 static char cpu_arch[] = "amd64";
 #elif defined(ARM)
 static char cpu_arch[] = "arm";
-#elif defined(PPC)
+#elif defined(PPC32)
 static char cpu_arch[] = "ppc";
 #elif defined(SPARC)
 #  ifdef _LP64