hotspot/src/os/bsd/vm/os_bsd.cpp
changeset 22806 7d1955769e90
parent 17134 d58219af8d68
child 22808 88bca865e247
--- a/hotspot/src/os/bsd/vm/os_bsd.cpp	Wed Jun 19 12:15:50 2013 +0200
+++ b/hotspot/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