diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-07 04:49:05 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-07 04:49:05 +0000 |
commit | dc47b050c6317332e78125ba1cc260c302906552 (patch) | |
tree | f9ce0e53224699015777edebf34e87640b99feb6 | |
parent | 103ff3fb31c9cf0602f2120a5d756b3dbe2847d4 (diff) | |
download | buildroot-novena-dc47b050c6317332e78125ba1cc260c302906552.tar.gz buildroot-novena-dc47b050c6317332e78125ba1cc260c302906552.zip |
Update to newer snapshot.
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index d43655cfc..c644bb654 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -68,7 +68,7 @@ config BR2_GCC_IS_SNAP config BR2_GCC_SNAP_DATE string "GCC snapshot date" - default "20060408" + default "20061121" depends BR2_GCC_IS_SNAP help Enter snapshot date to use for gcc. Format is: |