diff options
-rw-r--r-- | config/cc/gcc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index dd65b2c7..ea7c99b5 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -36,6 +36,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_linaro_4_7_2012_04 + bool + prompt "linaro-4.7-2012.04 (EXPERIMENTAL)" + depends on CC_GCC_SHOW_LINARO + select CC_GCC_4_7 + config CC_V_4_7_0 bool prompt "4.7.0 (EXPERIMENTAL)" @@ -347,6 +353,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "linaro-4.7-2012.04" if CC_V_linaro_4_7_2012_04 default "4.7.0" if CC_V_4_7_0 default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04 default "4.6.3" if CC_V_4_6_3 |