projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c2279
)
[toolchain] gcj can only be built safely on gcc >= 4.3
author
Florian Fainelli
<florian@openwrt.org>
Mon, 30 Aug 2010 07:35:18 +0000
(07:35 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 30 Aug 2010 07:35:18 +0000
(07:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22843
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index
fe34613
..
308054c
100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-108,6
+108,7
@@
config INSTALL_LIBSTDCPP
config INSTALL_LIBGCJ
bool
+ depends on !(GCC_VERSION_4_1||GCC_VERSION_4_2)
prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS
default n
help