X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6bade7c53a8997328951e9c723600ca055906183..d41785f952ae44e3be76180ca4ba839187492c87:/toolchain/gcc/Config.in?ds=sidebyside diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4ae2ab9dd..08dc13e0c 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -23,6 +23,10 @@ choice depends !LINUX_2_4 bool "gcc 4.2.1" + config GCC_VERSION_4_2_2 + depends !LINUX_2_4 + bool "gcc 4.2.2" + endchoice config EXTRA_GCC_CONFIG_OPTIONS @@ -39,4 +43,9 @@ config INSTALL_LIBSTDCPP help Build/install c++ compiler and libstdc++? - +config INSTALL_LIBGCJ + bool + prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS + default n + help + Build/install java compiler and GNU classpath ?