diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 16:28:26 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 16:28:26 +0000 |
commit | 040bd64849da37e6c35bab3726019c059c96893e (patch) | |
tree | f32407351911c80dd455479e5fc2dbc27f77e211 /toolchain/gcc | |
parent | 0c54ef9c9af9b46c33f01b464b897a0b0e237dfc (diff) | |
download | buildroot-novena-040bd64849da37e6c35bab3726019c059c96893e.tar.gz buildroot-novena-040bd64849da37e6c35bab3726019c059c96893e.zip |
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')
-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 |