projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e5315
)
use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Dec 2006 04:08:04 +0000
(
04:08
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Dec 2006 04:08:04 +0000
(
04:08
+0000)
SVN-Revision: 5706
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index b04269c527795ea91a9e2b3bdf3e2d1b44181f4f..2ae3394f1ba7d01e457891548c9f0b25fe6af026 100644
(file)
--- a/
toolchain/gcc/Config.version
+++ b/
toolchain/gcc/Config.version
@@
-12,8
+12,11
@@
config GCC_VERSION
default "3.4.6"
if !TOOLCHAINOPTS
+ config GCC_VERSION_4_2
+ default y if LINUX_2_6_X86
+
config GCC_VERSION_4_1_1
- default y if LINUX_2_6_ARUBA || LINUX_2_6_
X86 || LINUX_2_6_
IXP4XX || LINUX_2_6_RB532
+ default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
endif