summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-05-02 17:38:27 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-05-02 23:12:30 +0200
commit1db3939ad91e88d420bc8983b4708ee65d3c91e2 (patch)
tree0019b35ce889f8439fa7e4cf14437a979bcd2998 /toolchain/gcc/Config.in
parent28cdaaee5236d0cbe3a6afde808f5eef260e7c33 (diff)
toolchain: update gcc snapshot version
* Make mpc mandatory since we are probably building bleeding-edge * Change snapshot naming convention to match the source Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 437b86bb7..f11c80fab 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -45,11 +45,17 @@ config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
config BR2_GCC_SNAP_DATE
string "GCC snapshot date"
- default "20070921"
+ default "4.7-20110430"
depends on BR2_GCC_VERSION_SNAP
help
- Enter snapshot date to use for gcc. Format is:
- YYYYMMDD
+ Enter snapshot date to use for gcc.
+ Format is: A.B-YYYYMMDD
+
+ A is GCC major version, for example 4.
+ B is GCC minor version, for example 7.
+ YYYYMMDD is snapshot date, for example 20110430.
+
+ This way we'd get version 4.7-20110430
config BR2_GCC_VERSION
string