diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-04-13 13:29:22 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-26 22:39:34 +0200 |
commit | 4612aeec57ee5356a535727cf578e072649447ba (patch) | |
tree | 86b80174da3ae7906da2592efed578adf5b93b43 /toolchain/gcc/Config.in | |
parent | 4cf6ec229fe2876f058779f56ae735fe55125a03 (diff) | |
download | buildroot-novena-4612aeec57ee5356a535727cf578e072649447ba.tar.gz buildroot-novena-4612aeec57ee5356a535727cf578e072649447ba.zip |
toolchain: reorganize target gcc options
* Move target gcc language selections to the package menu.
* Disable objc & fortran options unless target gcc is selected.
* Rename the "native toolchain" option to gcc.
* Disable target gcc unless we're using a buildroot toolchain.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index cf3687815..7fce640c2 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -62,18 +62,6 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS help Any additional gcc configure options you may want to include.... -config BR2_GCC_CROSS_OBJC - bool "Objective-C cross-compiler support" - depends on !BR2_avr32 - help - Build an Objective-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_GCC_CROSS_JAVA bool |