diff options
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 7f19d9e1c..2eda71c98 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -125,25 +125,12 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS help Any additional gcc configure options you may want to include.... -config BR2_GCC_CROSS_CXX - bool "C++ cross-compiler support" - help - Build a C++ cross-compiler - config BR2_GCC_CROSS_FORTRAN bool "Fortran cross-compiler support" depends on !BR2_avr32 help Build a Fortran cross-compiler -config BR2_INSTALL_LIBSTDCPP - bool "Build/install c++ compiler and libstdc++?" - # >= 4.2.0 work fine without LARGEFILE - select BR2_LARGEFILE if !BR2_GCC_SUPPORTS_SYSROOT - select BR2_GCC_CROSS_CXX - help - Build/install c++ compiler and libstdc++? - config BR2_INSTALL_LIBGCJ bool "Build/install java compiler and libgcj?" depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP |