common/autoconf/hotspot-spec.gmk.in

changeset 1862
73494e6ff8e5
parent 1585
65315e30034e
child 2003
2224002fc647
child 2206
7ba4e17574e0
equal deleted inserted replaced
1861:8207823b72b8 1862:73494e6ff8e5
1 # 1 #
2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2016, 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
107 CXX:=@CCACHE@ @HOTSPOT_CXX@ 107 CXX:=@CCACHE@ @HOTSPOT_CXX@
108 LD:=@HOTSPOT_LD@ 108 LD:=@HOTSPOT_LD@
109 MT:=@HOTSPOT_MT@ 109 MT:=@HOTSPOT_MT@
110 RC:=@HOTSPOT_RC@ 110 RC:=@HOTSPOT_RC@
111 111
112 EXTRA_CFLAGS=@LEGACY_EXTRA_CFLAGS@ 112 EXTRA_CFLAGS=@LEGACY_EXTRA_CFLAGS@ $(NO_DELETE_NULL_POINTER_CHECKS_CFLAG) \
113 $(NO_LIFETIME_DSE_CFLAG) $(CXXSTD_CXXFLAG)
113 EXTRA_CXXFLAGS=@LEGACY_EXTRA_CXXFLAGS@ 114 EXTRA_CXXFLAGS=@LEGACY_EXTRA_CXXFLAGS@
114 EXTRA_LDFLAGS=@LEGACY_EXTRA_LDFLAGS@ 115 EXTRA_LDFLAGS=@LEGACY_EXTRA_LDFLAGS@
115 116
116 USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@ 117 USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@
117 118

mercurial