diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-03-11 09:22:50 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-03-11 09:22:50 +0000 |
commit | 2c920350679fb743d36967ddc979bca2622b65c5 (patch) | |
tree | 7a9b170b37536417096558619fed0d3d7cd94e1d /target/linux/omap35xx/gumstix | |
parent | 0f93d4c3c4708869dcb8634a1a9ded7d4927820c (diff) | |
download | upstream-2c920350679fb743d36967ddc979bca2622b65c5.tar.gz upstream-2c920350679fb743d36967ddc979bca2622b65c5.tar.bz2 upstream-2c920350679fb743d36967ddc979bca2622b65c5.zip |
gumstix: Bump gcc version in defconfig
SVN-Revision: 26027
Diffstat (limited to 'target/linux/omap35xx/gumstix')
-rw-r--r-- | target/linux/omap35xx/gumstix/defconfig.gumstix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/defconfig.gumstix b/target/linux/omap35xx/gumstix/defconfig.gumstix index c4ee2f3be5..8155052f56 100644 --- a/target/linux/omap35xx/gumstix/defconfig.gumstix +++ b/target/linux/omap35xx/gumstix/defconfig.gumstix @@ -5,7 +5,7 @@ CONFIG_TARGET_omap35xx_gumstix=y CONFIG_DEVEL=y CONFIG_BROKEN=y CONFIG_TOOLCHAINOPTS=y -CONFIG_GCC_VERSION_4_4_3=y +CONFIG_GCC_VERSION_4_4_5=y CONFIG_INSTALL_LIBSTDCPP=y CONFIG_TARGET_OPTIONS=y CONFIG_TARGET_OPTIMIZATION="-O2 -pipe -march=armv7-a -mtune=cortex-a8 -funit-at-a-time" |