projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel patch: remove pcmcia compatibility crap - doesn't run on freebsd
[openwrt.git]
/
toolchain
/
gcc
/
Config.version
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index
877e638
..
e728bc4
100644
(file)
--- a/
toolchain/gcc/Config.version
+++ b/
toolchain/gcc/Config.version
@@
-11,10
+11,10
@@
config GCC_VERSION
default "3.4.6"
if !TOOLCHAINOPTS
default "3.4.6"
if !TOOLCHAINOPTS
- config GCC_VERSION_3_4_4
- default y if LINUX_2_4_BRCM
config GCC_VERSION_4_1_1
config GCC_VERSION_4_1_1
- default y if LINUX_2_6_ARUBA
+ default y if LINUX_2_6_ARUBA || LINUX_2_6_X86
+ config GCC_VERSION_4_0_3
+ default y if LINUX_2_6_XSCALE
endif
endif
This page took
0.020962 seconds
and
4
git commands to generate.