common/autoconf/hotspot-spec.gmk.in

changeset 2206
7ba4e17574e0
parent 1862
73494e6ff8e5
child 2316
64a3eeabf6e5
child 2482
5f55e79422a0
equal deleted inserted replaced
2205:54eb4c29ece4 2206:7ba4e17574e0
1 # 1 #
2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2018, 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
100 # This is used from the libjvm build for C/C++ code. 100 # This is used from the libjvm build for C/C++ code.
101 HOTSPOT_BUILD_JOBS:=$(JOBS) 101 HOTSPOT_BUILD_JOBS:=$(JOBS)
102 # Control wether Hotspot runs Queens test after building 102 # Control wether Hotspot runs Queens test after building
103 TEST_IN_BUILD=@TEST_IN_BUILD@ 103 TEST_IN_BUILD=@TEST_IN_BUILD@
104 104
105 USE_CLANG := @USE_CLANG@
106
105 # For hotspot, override compiler/tools definition to not include FIXPATH prefix. 107 # For hotspot, override compiler/tools definition to not include FIXPATH prefix.
106 # Hotspot has its own handling on the Windows path situation. 108 # Hotspot has its own handling on the Windows path situation.
107 CXX:=@CCACHE@ @HOTSPOT_CXX@ 109 CXX:=@CCACHE@ @HOTSPOT_CXX@
108 LD:=@HOTSPOT_LD@ 110 LD:=@HOTSPOT_LD@
109 MT:=@HOTSPOT_MT@ 111 MT:=@HOTSPOT_MT@

mercurial