diff options
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r-- | config/cc/gcc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index bbfef591..9ab07d5f 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -109,6 +109,11 @@ config CC_V_linaro_4_4_2011_02_0 depends on CC_GCC_SHOW_LINARO select CC_GCC_4_4 +config CC_V_4_4_7 + bool + prompt "4.4.7" + select CC_GCC_4_4 + config CC_V_4_4_6 bool prompt "4.4.6" @@ -363,6 +368,7 @@ config CC_VERSION default "4.5.1" if CC_V_4_5_1 default "4.5.0" if CC_V_4_5_0 default "linaro-4.4-2011.02-0" if CC_V_linaro_4_4_2011_02_0 + default "4.4.7" if CC_V_4_4_7 default "4.4.6" if CC_V_4_4_6 default "4.4.5" if CC_V_4_4_5 default "4.4.4" if CC_V_4_4_4 |