| Submitter | Gustavo Zacarias |
|---|---|
| Date | May 11, 2012, 1:36 p.m. |
| Message ID | <1336743366-20014-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/158518/ |
| State | Accepted |
| Commit | 0049aa83b91299abbf97b5d06d6c2772e8e6a4b5 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Bump default snapshot gcc version to 4.8-20120429 so that it is newer
Gustavo> than our latest supported version (4.7.0 release).
Committed both to next, thanks.
Patch
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4bff885..0c1243f 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -45,7 +45,7 @@ config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE config BR2_GCC_SNAP_DATE string "GCC snapshot date" - default "4.7-20110430" + default "4.8-20120429" depends on BR2_GCC_VERSION_SNAP help Enter snapshot date to use for gcc.
Bump default snapshot gcc version to 4.8-20120429 so that it is newer than our latest supported version (4.7.0 release). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- toolchain/gcc/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)