common/autoconf/spec.gmk.in

changeset 2206
7ba4e17574e0
parent 1862
73494e6ff8e5
child 2211
2209644bcac4
equal deleted inserted replaced
2205:54eb4c29ece4 2206:7ba4e17574e0
1 # 1 #
2 # Copyright (c) 2011, 2015, 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
290 OPENWIN_HOME:=@OPENWIN_HOME@ 290 OPENWIN_HOME:=@OPENWIN_HOME@
291 291
292 # The lowest required version of macosx to enforce compatiblity for 292 # The lowest required version of macosx to enforce compatiblity for
293 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@ 293 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
294 294
295 # There are two types: CC or CL 295 # Toolchain type: gcc, clang, solstudio, lxc, microsoft...
296 # CC is gcc and others behaving reasonably similar. 296 TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@
297 # CL is cl.exe only.
298 COMPILER_TYPE:=@COMPILER_TYPE@
299 COMPILER_NAME:=@COMPILER_NAME@
300 297
301 # Option used to tell the compiler whether to create 32- or 64-bit executables 298 # Option used to tell the compiler whether to create 32- or 64-bit executables
302 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@ 299 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
303 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ 300 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
304 301

mercurial