summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-03 21:12:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-03 21:12:26 (GMT)
commit1a92cef90f4cd5ce04332227969866697a8a80b4 (patch)
tree9d87ff5dae6b23faf1a36a9ea98329ad4a6c986f /config/cc/gcc.in
parent6752ebb01f96d1de51a3e8072b343af643da6b7c (diff)
gcc-4.4:
- remove snapshots - add gcc-4.4.0 release as EXPERIMENTAL -------- diffstat follows -------- /trunk/config/cc/gcc.in | 21 4 17 0 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-)
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in21
1 files changed, 4 insertions, 17 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index be5772b..f601c0d 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -113,10 +113,10 @@ config CC_V_4_3_3
config CC_V_4_4_0
bool
- prompt "4.4.0 snapshot"
+ prompt "4.4.0 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_3_or_later
- select CC_GCC_4_4_snapshot
+ select CC_GCC_4_4_or_later
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -127,23 +127,10 @@ config CC_GCC_4_3_or_later
default n
select GMP_MPFR
-config CC_GCC_4_4_snapshot
+config CC_GCC_4_4_or_later
bool
default n
-config CC_GCC_4_4_snapshot_date
- string
- prompt "Snapshot date"
- depends on CC_GCC_4_4_snapshot
- help
- Enter the snapshot date in the form YYYYMMDD.
- Snapshots are made every friday, at around 22:30 GMT+1,
- so look at your calendar to find a suitable date.
-
- Also, know that crosstool-NG does *not* carry any patch
- for the gcc-4.4 snapshots. So, you may have to answer
- 'y' to CUSTOM_PATCH, and set CUSTOM_PATCH_DIR adequately.
-
config CC_VERSION
string
default "3.2.3" if CC_V_3_2_3
@@ -166,7 +153,7 @@ config CC_VERSION
default "4.3.1" if CC_V_4_3_1
default "4.3.2" if CC_V_4_3_2
default "4.3.3" if CC_V_4_3_3
- default "4.4-" if CC_V_4_4_0
+ default "4.4.0" if CC_V_4_4_0
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!