Merge
authoramurillo
Thu, 26 Jun 2014 23:10:58 -0700
changeset 25320 7ea4fdc536b6
parent 25042 970302bcc736 (current diff)
parent 25319 75bc95f43ca4 (diff)
child 25321 3ced629c82b7
child 25459 30ba61626044
Merge
--- a/common/autoconf/hotspot-spec.gmk.in	Tue Jun 24 20:29:52 2014 -0700
+++ b/common/autoconf/hotspot-spec.gmk.in	Thu Jun 26 23:10:58 2014 -0700
@@ -69,8 +69,8 @@
 # Yet another name for arch used for an extra subdir below the jvm lib.
 # Uses i386 and amd64, instead of x86 and x86_64.
 LIBARCH=$(OPENJDK_TARGET_CPU_LEGACY_LIB)
-# Old name for OPENJDK_TARGET_CPU, uses i586 and amd64, instead of x86 and x86_64.
-ARCH=$(OPENJDK_TARGET_CPU_LEGACY)
+# Set the cpu architecture
+ARCH=$(OPENJDK_TARGET_CPU_ARCH)
 # Legacy setting for building for a 64 bit machine.
 # If yes then this expands to _LP64:=1
 @LP64@