add hidden config value for gcc 3.4+
SVN-Revision: 747
This commit is contained in:
parent
7268e7ce86
commit
1abfe54ddc
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,11 @@ if CONFIG_DEVEL
|
||||||
comment "Gcc Options"
|
comment "Gcc Options"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
config BR2_GCC_3_4
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GCC compiler Version" if CONFIG_DEVEL
|
prompt "GCC compiler Version" if CONFIG_DEVEL
|
||||||
default BR2_GCC_VERSION_3_3_5
|
default BR2_GCC_VERSION_3_3_5
|
||||||
|
@ -23,15 +28,19 @@ choice
|
||||||
|
|
||||||
config BR2_GCC_VERSION_3_4_0
|
config BR2_GCC_VERSION_3_4_0
|
||||||
bool "gcc 3.4.0"
|
bool "gcc 3.4.0"
|
||||||
|
select BR2_GCC_3_4
|
||||||
|
|
||||||
config BR2_GCC_VERSION_3_4_1
|
config BR2_GCC_VERSION_3_4_1
|
||||||
bool "gcc 3.4.1"
|
bool "gcc 3.4.1"
|
||||||
|
select BR2_GCC_3_4
|
||||||
|
|
||||||
config BR2_GCC_VERSION_3_4_2
|
config BR2_GCC_VERSION_3_4_2
|
||||||
bool "gcc 3.4.2"
|
bool "gcc 3.4.2"
|
||||||
|
select BR2_GCC_3_4
|
||||||
|
|
||||||
config BR2_GCC_VERSION_3_4_3
|
config BR2_GCC_VERSION_3_4_3
|
||||||
bool "gcc 3.4.3"
|
bool "gcc 3.4.3"
|
||||||
|
select BR2_GCC_3_4
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue