Date:2010-07-31 13:52:48 (2 years 9 months ago)
Author:florian
Commit:90bc0986bbdc5e1766a261708e64f12a146fde3c
Message:[toolchain] bump default gcc-4.4 version for sibyte and octeon

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: toolchain/gcc/Config.in (1 diff)
toolchain/gcc/Config.version (1 diff)

Change Details

toolchain/gcc/Config.in
1111    default GCC_VERSION_4_3_4 if TARGET_gemini
1212    default GCC_VERSION_4_4_1 if ubicom32
1313    default GCC_VERSION_4_4_3 if powerpc
14    default GCC_VERSION_4_4_3 if (TARGET_octeon || TARGET_sibyte)
14    default GCC_VERSION_4_4_4 if (TARGET_octeon || TARGET_sibyte)
1515    default GCC_VERSION_4_1_2
1616    help
1717      Select the version of gcc you wish to use.
toolchain/gcc/Config.version
8383
8484    config GCC_VERSION_4_4_3
8585        default y if powerpc
86
87    config GCC_VERSION_4_4_4
8688        default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)
8789
8890endif

Archive Download the corresponding diff file



interactive