projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add prereq check to prevent people from building openwrt as root
[openwrt.git]
/
toolchain
/
gcc
/
Config.version
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index
877e638
..
41aa2fb
100644
(file)
--- a/
toolchain/gcc/Config.version
+++ b/
toolchain/gcc/Config.version
@@
-15,6
+15,8
@@
if !TOOLCHAINOPTS
default y if LINUX_2_4_BRCM
config GCC_VERSION_4_1_1
default y if LINUX_2_6_ARUBA
+ config GCC_VERSION_4_0_3
+ default y if LINUX_2_6_XSCALE
endif
This page took
0.020206 seconds
and
4
git commands to generate.