Selaa lähdekoodia

add gcc 3.3.5/3.4.3 options

Mike Frysinger 21 vuotta sitten
vanhempi
commit
ce74d2d8c1
2 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 8 1
      toolchain/gcc/Config.in
  2. 0 1
      toolchain/gcc/Makefile.in

+ 8 - 1
toolchain/gcc/Config.in

@@ -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?
-

+ 0 - 1
toolchain/gcc/Makefile.in

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