summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-03-23 08:36:42 (GMT)
committerBryan Hundven" <bryanhundven@gmail.com>2012-03-23 08:36:42 (GMT)
commit642e99ca4f3c7442f1848d88b7dfad9da26c4665 (patch)
tree98c69e6f5c670728913a759cdb00eb45e69ab429 /config
parent3629b6d931fbce2c51ef84d4580115e6a509616e (diff)
cc/gc: add update 4.4.7
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> [yann.morin.1998@free.fr: propagate patchset from 4.4.6] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index bbfef59..9ab07d5 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