summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2011-03-11 09:22:50 +0000
committerHamish Guthrie <hcg@openwrt.org>2011-03-11 09:22:50 +0000
commit2c920350679fb743d36967ddc979bca2622b65c5 (patch)
tree7a9b170b37536417096558619fed0d3d7cd94e1d
parent0f93d4c3c4708869dcb8634a1a9ded7d4927820c (diff)
downloadmaster-31e0f0ae-2c920350679fb743d36967ddc979bca2622b65c5.tar.gz
master-31e0f0ae-2c920350679fb743d36967ddc979bca2622b65c5.tar.bz2
master-31e0f0ae-2c920350679fb743d36967ddc979bca2622b65c5.zip
gumstix: Bump gcc version in defconfig
SVN-Revision: 26027
-rw-r--r--target/linux/omap35xx/gumstix/defconfig.gumstix2
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"