projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix GCC version selection for Magicbox
[openwrt.git]
/
toolchain
/
gcc
/
Config.version
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index
a1f857a
..
749dc66
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
This page took
0.023161 seconds
and
4
git commands to generate.