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 | d8692a8ab13b6e91b1b297620f807ea7088bb731 (patch) | |
tree | e1d0ee542970fb65c53a73284f79018787290d45 /target/linux/omap35xx/gumstix/defconfig.gumstix | |
parent | 03a1f89f3d1ac4da82bfedaef977dde7b82e14c9 (diff) | |
download | upstream-d8692a8ab13b6e91b1b297620f807ea7088bb731.tar.gz upstream-d8692a8ab13b6e91b1b297620f807ea7088bb731.tar.bz2 upstream-d8692a8ab13b6e91b1b297620f807ea7088bb731.zip |
[omap35xx] gumstix: Bump gcc version in defconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/gumstix/defconfig.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" |