common/autoconf/hotspot-spec.gmk.in

changeset 1585
65315e30034e
parent 1304
c27cb0ab944f
child 1859
8b0588603185
child 1862
73494e6ff8e5
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Mon Oct 26 13:20:08 2015 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Thu Dec 17 16:57:48 2015 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -69,8 +69,8 @@
    1.11  # Yet another name for arch used for an extra subdir below the jvm lib.
    1.12  # Uses i386 and amd64, instead of x86 and x86_64.
    1.13  LIBARCH=$(OPENJDK_TARGET_CPU_LEGACY_LIB)
    1.14 -# Old name for OPENJDK_TARGET_CPU, uses i586 and amd64, instead of x86 and x86_64.
    1.15 -ARCH=$(OPENJDK_TARGET_CPU_LEGACY)
    1.16 +# Set the cpu architecture
    1.17 +ARCH=$(OPENJDK_TARGET_CPU_ARCH)
    1.18  # Legacy setting for building for a 64 bit machine.
    1.19  # If yes then this expands to _LP64:=1
    1.20  @LP64@

mercurial