common/autoconf/spec.gmk.in
changeset 22721 63761da45392
parent 22716 cf32fe2eb254
child 22722 03797b5d2ba3
--- a/common/autoconf/spec.gmk.in	Thu Feb 20 19:59:06 2014 -0800
+++ b/common/autoconf/spec.gmk.in	Mon Feb 24 12:16:58 2014 +0100
@@ -297,11 +297,8 @@
 # The lowest required version of macosx to enforce compatiblity for
 MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
 
-# There are two types: CC or CL
-# CC is gcc and others behaving reasonably similar.
-# CL is cl.exe only.
-COMPILER_TYPE:=@COMPILER_TYPE@
-COMPILER_NAME:=@COMPILER_NAME@
+# Toolchain type: gcc, clang, solstudio, lxc, microsoft...
+TOOLCHAIN_TYPE:=@TOOLCHAIN_TYPE@
 
 # Option used to tell the compiler whether to create 32- or 64-bit executables
 COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@