diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-09-26 18:23:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-09-26 18:23:43 +0000 |
commit | 2b59f3fc3f8dcc796fa2a591c0734d4bf17f8a73 (patch) | |
tree | 0e46cc75e0ea5fc8b16a375032df460c87b0ad3b /toolchain/gcc | |
parent | 9e1759bfe68e33618bec459677e1d2ab45a3eb76 (diff) | |
download | upstream-2b59f3fc3f8dcc796fa2a591c0734d4bf17f8a73.tar.gz upstream-2b59f3fc3f8dcc796fa2a591c0734d4bf17f8a73.tar.bz2 upstream-2b59f3fc3f8dcc796fa2a591c0734d4bf17f8a73.zip |
switch to gcc-4.4.1 and enabled octeon specific optimizations
SVN-Revision: 17743
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 1 | ||||
-rw-r--r-- | toolchain/gcc/Config.version | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index de0bbafbc8..873dbfcdc2 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -10,6 +10,7 @@ choice default GCC_VERSION_4_3_3 if TARGET_etrax default GCC_VERSION_4_3_3 if TARGET_coldfire default GCC_VERSION_4_4_0 if ubicom32 + default GCC_VERSION_4_4_1 if TARGET_octeon default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index c99b14c27e..3f7b65715a 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -58,4 +58,7 @@ if !TOOLCHAINOPTS config GCC_VERSION_4_4_0 default y if ubicom32 + + config GCC_VERSION_4_4_1 + default y if TARGET_octeon endif |