aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgthornbr <none@none>2015-12-17 16:57:48 -0800
committergthornbr <none@none>2015-12-17 16:57:48 -0800
commit1c1186f93440dafbf98cc9f3856f35c4c583e633 (patch)
treef0d440e27ddd29938d55f9c3530f730cb55b1929
parentaf528fd71bfaaa5387ae1052fda36cbd20fc5282 (diff)
downloadjdk8u-1c1186f93440dafbf98cc9f3856f35c4c583e633.tar.gz
8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
Reviewed-by: dcubed, mikael
-rw-r--r--common/autoconf/hotspot-spec.gmk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/autoconf/hotspot-spec.gmk.in b/common/autoconf/hotspot-spec.gmk.in
index cd8d61f..65d14dc 100644
--- a/common/autoconf/hotspot-spec.gmk.in
+++ b/common/autoconf/hotspot-spec.gmk.in
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -69,8 +69,8 @@ ISA_DIR=$(OPENJDK_TARGET_CPU_ISADIR)
# 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@