summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-18 20:58:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-18 20:58:49 (GMT)
commit255ff964256cd10050bc34f7a87cc06f3a11ca9b (patch)
treec6c2139cee5b1bc4cb2ddf9adac471746a18244c /config/cc
parent28c451abe0975805455f88738ab505a8e85e480c (diff)
Revert changeset d341be24dc68
Arnaud LACOMBE rightly pointed out that this was done on the wrong branch.
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 4c37d56..a5e9aa6 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -25,12 +25,6 @@ config CC_V_4_5_0
depends on EXPERIMENTAL
select CC_GCC_4_5_or_later
-config CC_V_4_4_4
- bool
- prompt "4.4.4 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- select CC_GCC_4_4_or_later
-
config CC_V_4_4_3
bool
prompt "4.4.3"
@@ -164,7 +158,6 @@ config CC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "4.5.0" if CC_V_4_5_0
- default "4.4.4" if CC_V_4_4_4
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