summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorDaniel Laird <danieljlaird@hotmail.com>2009-01-30 16:28:26 +0000
committerDaniel Laird <danieljlaird@hotmail.com>2009-01-30 16:28:26 +0000
commit040bd64849da37e6c35bab3726019c059c96893e (patch)
treef32407351911c80dd455479e5fc2dbc27f77e211 /toolchain/gcc/Config.in
parent0c54ef9c9af9b46c33f01b464b897a0b0e237dfc (diff)
Extend External Toolchain options (match buildroot built toolchain):
Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in13
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