projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fcc3b
)
fix potential inconsistencies in toolchain selection on linux 2.4
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Oct 2009 09:14:25 +0000
(09:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Oct 2009 09:14:25 +0000
(09:14 +0000)
SVN-Revision: 18097
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index 631bd66bb6cb749c17d7c67c4e03960cdcfe29b6..72d6348fc126feb3a2d108fc73452ff177baaeca 100644
(file)
--- a/
toolchain/gcc/Config.version
+++ b/
toolchain/gcc/Config.version
@@
-18,7
+18,9
@@
config GCC_VERSION_3
config GCC_VERSION_3_4
bool
default y if GCC_VERSION_3_4_6
-
+
+if !LINUX_2_4
+
config GCC_VERSION_4
bool
default y if GCC_VERSION_4_1
@@
-46,10
+48,13
@@
config GCC_VERSION_4_4
default y if GCC_VERSION_4_4_0
default y if GCC_VERSION_4_4_1
+endif
+
if !TOOLCHAINOPTS
config GCC_VERSION_3_4_6
default y if LINUX_2_4
+if !LINUX_2_4
config GCC_VERSION_4_2_4
default y if TARGET_avr32
default y if TARGET_ppc40x
@@
-70,3
+75,4
@@
if !TOOLCHAINOPTS
config GCC_VERSION_4_4_1
default y if TARGET_octeon
endif
+endif