mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 03:19:14 +00:00
Merge pull request #163 from jasmin-j/gcc_custom_version
Remove CC_GCC_CUSTOM from the version choice
This commit is contained in:
commit
8b576034da
@ -300,13 +300,15 @@ config CC_GCC_V_3_4_6
|
|||||||
prompt "3.4.6 (OBSOLETE)"
|
prompt "3.4.6 (OBSOLETE)"
|
||||||
depends on OBSOLETE
|
depends on OBSOLETE
|
||||||
|
|
||||||
|
endchoice
|
||||||
|
|
||||||
config CC_GCC_CUSTOM
|
config CC_GCC_CUSTOM
|
||||||
bool
|
bool
|
||||||
prompt "Custom gcc"
|
prompt "Custom gcc"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
select CC_GCC_latest
|
help
|
||||||
|
The choosen compiler version shall be not downloaded. Instead use
|
||||||
endchoice
|
a custom location to get the source.
|
||||||
|
|
||||||
if CC_GCC_CUSTOM
|
if CC_GCC_CUSTOM
|
||||||
|
|
||||||
@ -616,7 +618,6 @@ config CC_GCC_VERSION
|
|||||||
default "4.1.2" if CC_GCC_V_4_1_2
|
default "4.1.2" if CC_GCC_V_4_1_2
|
||||||
default "4.0.4" if CC_GCC_V_4_0_4
|
default "4.0.4" if CC_GCC_V_4_0_4
|
||||||
default "3.4.6" if CC_GCC_V_3_4_6
|
default "3.4.6" if CC_GCC_V_3_4_6
|
||||||
default "custom" if CC_GCC_CUSTOM
|
|
||||||
|
|
||||||
config CC_LANG_JAVA_USE_ECJ
|
config CC_LANG_JAVA_USE_ECJ
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user