X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.in;h=9dd7d0ca4172921a1fd495c5d72ea23b780e6fe7;hb=52f3809489073694ff4af026783ebfcebad0b1c2;hp=c23cb39da69abb43c32c04006f1c7962a4b17c2d;hpb=46e1f147762e57a03c4bb0bfc4ea14a7610063e6;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index c23cb39da..9dd7d0ca4 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -10,10 +10,6 @@ choice help Select the version of gcc you wish to use. - config BR2_GCC_VERSION_2_95 - bool "gcc 2.95" - depends on BR2_arm || BR2_i386 || BR2_mips || BR2_powerpc - config BR2_GCC_VERSION_3_3_3 bool "gcc 3.3.3" @@ -68,9 +64,3 @@ config BR2_INSTALL_LIBSTDCPP help Build/install c++ compiler and libstdc++? -config BR2_INSTALL_LIBGCJ - bool "Build/install java compiler and libgcj?" - default n - depends on BR2_INSTALL_LIBSTDCPP - help - Build/install java compiler and libgcj?