mtd update for jffs2 rootsystems
[openwrt-10.03/.git] / toolchain / gcc / Config.in
index 9403aba278a7fbf1441fdb832f632012c4c76986..9dd7d0ca4172921a1fd495c5d72ea23b780e6fe7 100644 (file)
@@ -6,14 +6,10 @@ comment "Gcc Options"
 
 choice
        prompt "GCC compiler Version"
-       default BR2_GCC_VERSION_3_4_2
+       default BR2_GCC_VERSION_3_3_5
        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?