common/autoconf/spec.gmk.in

changeset 971
584dc2e95e04
parent 970
e885c762cedd
child 972
f3697e0783e2
equal deleted inserted replaced
970:e885c762cedd 971:584dc2e95e04
303 # CC is gcc and others behaving reasonably similar. 303 # CC is gcc and others behaving reasonably similar.
304 # CL is cl.exe only. 304 # CL is cl.exe only.
305 COMPILER_TYPE:=@COMPILER_TYPE@ 305 COMPILER_TYPE:=@COMPILER_TYPE@
306 COMPILER_NAME:=@COMPILER_NAME@ 306 COMPILER_NAME:=@COMPILER_NAME@
307 307
308 TARGET_BITS_FLAG=@TARGET_BITS_FLAG@ 308 # Option used to tell the compiler whether to create 32- or 64-bit executables
309 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@
309 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ 310 COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
310 311
311 CC_OUT_OPTION:=@CC_OUT_OPTION@ 312 CC_OUT_OPTION:=@CC_OUT_OPTION@
312 EXE_OUT_OPTION:=@EXE_OUT_OPTION@ 313 EXE_OUT_OPTION:=@EXE_OUT_OPTION@
313 LD_OUT_OPTION:=@LD_OUT_OPTION@ 314 LD_OUT_OPTION:=@LD_OUT_OPTION@

mercurial