diff -r e885c762cedd -r 584dc2e95e04 common/autoconf/spec.gmk.in --- a/common/autoconf/spec.gmk.in Thu Sep 05 10:58:25 2013 -0700 +++ b/common/autoconf/spec.gmk.in Thu Sep 12 12:29:17 2013 -0700 @@ -305,7 +305,8 @@ COMPILER_TYPE:=@COMPILER_TYPE@ COMPILER_NAME:=@COMPILER_NAME@ -TARGET_BITS_FLAG=@TARGET_BITS_FLAG@ +# Option used to tell the compiler whether to create 32- or 64-bit executables +COMPILER_TARGET_BITS_FLAG:=@COMPILER_TARGET_BITS_FLAG@ COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@ CC_OUT_OPTION:=@CC_OUT_OPTION@