common/autoconf/hotspot-spec.gmk.in

changeset 2206
7ba4e17574e0
parent 1862
73494e6ff8e5
child 2316
64a3eeabf6e5
child 2482
5f55e79422a0
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Wed Mar 21 09:19:00 2018 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Thu Apr 05 07:59:52 2018 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2018, 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 @@ -102,6 +102,8 @@
    1.11  # Control wether Hotspot runs Queens test after building
    1.12  TEST_IN_BUILD=@TEST_IN_BUILD@
    1.13  
    1.14 +USE_CLANG := @USE_CLANG@
    1.15 +
    1.16  # For hotspot, override compiler/tools definition to not include FIXPATH prefix.
    1.17  # Hotspot has its own handling on the Windows path situation.
    1.18  CXX:=@CCACHE@ @HOTSPOT_CXX@

mercurial