projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add kmod-ipip, closes #539
[openwrt.git]
/
openwrt
/
toolchain
/
gcc
/
Config.in
diff --git
a/openwrt/toolchain/gcc/Config.in
b/openwrt/toolchain/gcc/Config.in
index
5d525bd
..
356e9eb
100644
(file)
--- a/
openwrt/toolchain/gcc/Config.in
+++ b/
openwrt/toolchain/gcc/Config.in
@@
-16,11
+16,14
@@
config BR2_GCC_VERSION_3_4_4
config BR2_GCC_VERSION_4_0_3
bool
config BR2_GCC_VERSION_4_0_3
bool
- default y if BR2_LINUX_2_6_ARUBA
+ default y if BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_6_XSCALE
+
+config BR2_GCC_VERSION_4_1_0
+ bool
choice
prompt "GCC compiler Version" if CONFIG_DEVEL
choice
prompt "GCC compiler Version" if CONFIG_DEVEL
- default BR2_GCC_VERSION_4_0_3 if BR2_LINUX_2_6_ARUBA
+ default BR2_GCC_VERSION_4_0_3 if BR2_LINUX_2_6_ARUBA
|| BR2_LINUX_2_6_XSCALE
default BR2_GCC_VERSION_3_4_4 if BR2_LINUX_2_4_BRCM
default BR2_GCC_VERSION_3_4_6
help
default BR2_GCC_VERSION_3_4_4 if BR2_LINUX_2_4_BRCM
default BR2_GCC_VERSION_3_4_6
help
This page took
0.029129 seconds
and
4
git commands to generate.