summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-24 21:53:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-24 21:53:51 (GMT)
commit3bd33664dff6810a9929dc700a7e9a2de5df76f7 (patch)
tree939cdeb314d7fde6278519de9c0892e05f8577fd /config/cc
parent3a71b208b333b8539a801588ca64ec1b4c3da95b (diff)
cc/gcc: add latest 4.4.3, propagate patchset from 4.4.2
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index e935a8b..db0fb01 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -19,6 +19,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CC_V_4_4_3
+ bool
+ prompt "4.4.3 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_3_or_later
+ select CC_GCC_4_4_or_later
+
config CC_V_4_4_2
bool
prompt "4.4.2 (EXPERIMENTAL)"
@@ -120,6 +127,7 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.4.3" if CC_V_4_4_3
default "4.4.2" if CC_V_4_4_2
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0