projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc: always explicitly link against libstdc++, fixes build errors on some hosts that...
[openwrt.git]
/
toolchain
/
gcc
/
Config.in
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index
7725dde
..
09d3813
100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-17,6
+17,9
@@
choice
config GCC_VERSION_4_5_LINARO
bool "gcc 4.5.x with Linaro enhancements"
+ config GCC_VERSION_4_6_LINARO
+ bool "gcc 4.6.x with Linaro enhancements"
+
config GCC_VERSION_LLVM
bool "llvm-gcc 4.2"
depends BROKEN
This page took
0.023145 seconds
and
4
git commands to generate.