projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a10116
)
fix GCC version selection for Magicbox
author
Imre Kaloz
<kaloz@openwrt.org>
Sun, 27 Jan 2008 21:21:46 +0000
(21:21 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Sun, 27 Jan 2008 21:21:46 +0000
(21:21 +0000)
SVN-Revision: 10288
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index a1f857aa57c3981c7e7adf7ee5e4d2eb4ee11cea..749dc66056e302a7dbc04862ee99478b67a41d4a 100644
(file)
--- a/
toolchain/gcc/Config.version
+++ b/
toolchain/gcc/Config.version
@@
-12,7
+12,7
@@
if !TOOLCHAINOPTS
default y if LINUX_2_4
config GCC_VERSION_4_2_0
- default y if
LINUX_2_6_MAGICBOX
+ default y if
@TARGET_magicbox
endif