common/autoconf/hotspot-spec.gmk.in

changeset 1585
65315e30034e
parent 1304
c27cb0ab944f
child 1859
8b0588603185
child 1862
73494e6ff8e5
equal deleted inserted replaced
1583:832508a6165c 1585:65315e30034e
1 # 1 #
2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
67 # Can be /sparcv9 or /amd64 on Solaris 67 # Can be /sparcv9 or /amd64 on Solaris
68 ISA_DIR=$(OPENJDK_TARGET_CPU_ISADIR) 68 ISA_DIR=$(OPENJDK_TARGET_CPU_ISADIR)
69 # Yet another name for arch used for an extra subdir below the jvm lib. 69 # Yet another name for arch used for an extra subdir below the jvm lib.
70 # Uses i386 and amd64, instead of x86 and x86_64. 70 # Uses i386 and amd64, instead of x86 and x86_64.
71 LIBARCH=$(OPENJDK_TARGET_CPU_LEGACY_LIB) 71 LIBARCH=$(OPENJDK_TARGET_CPU_LEGACY_LIB)
72 # Old name for OPENJDK_TARGET_CPU, uses i586 and amd64, instead of x86 and x86_64. 72 # Set the cpu architecture
73 ARCH=$(OPENJDK_TARGET_CPU_LEGACY) 73 ARCH=$(OPENJDK_TARGET_CPU_ARCH)
74 # Legacy setting for building for a 64 bit machine. 74 # Legacy setting for building for a 64 bit machine.
75 # If yes then this expands to _LP64:=1 75 # If yes then this expands to _LP64:=1
76 @LP64@ 76 @LP64@
77 77
78 # Legacy settings for zero 78 # Legacy settings for zero

mercurial