add gcc 3.3.5/3.4.3 options

This commit is contained in:
Mike Frysinger 2004-11-17 22:24:02 +00:00
parent 8128836d22
commit ce74d2d8c1
2 changed files with 8 additions and 2 deletions

View File

@ -20,6 +20,9 @@ choice
config BR2_GCC_VERSION_3_3_4
bool "gcc 3.3.4"
config BR2_GCC_VERSION_3_3_5
bool "gcc 3.3.5"
config BR2_GCC_VERSION_3_4_0
bool "gcc 3.4.0"
@ -29,6 +32,9 @@ choice
config BR2_GCC_VERSION_3_4_2
bool "gcc 3.4.2"
config BR2_GCC_VERSION_3_4_3
bool "gcc 3.4.3"
endchoice
config BR2_GCC_VERSION
@ -36,9 +42,11 @@ config BR2_GCC_VERSION
default "2.95" if BR2_GCC_VERSION_2_95
default "3.3.3" if BR2_GCC_VERSION_3_3_3
default "3.3.4" if BR2_GCC_VERSION_3_3_4
default "3.3.5" if BR2_GCC_VERSION_3_3_5
default "3.4.0" if BR2_GCC_VERSION_3_4_0
default "3.4.1" if BR2_GCC_VERSION_3_4_1
default "3.4.2" if BR2_GCC_VERSION_3_4_2
default "3.4.3" if BR2_GCC_VERSION_3_4_3
config BR2_GCC_USE_SJLJ_EXCEPTIONS
@ -66,4 +74,3 @@ config BR2_INSTALL_LIBGCJ
depends on BR2_INSTALL_LIBSTDCPP
help
Build/install java compiler and libgcj?

View File

@ -24,4 +24,3 @@ endif
ifeq ($(strip $(BR2_PACKAGE_GCC_TARGET)),y)
TARGETS+=gcc_target
endif