summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias2011-04-13 18:29:22 +0200
committerPeter Korsgaard2011-04-26 22:39:34 +0200
commit4612aeec57ee5356a535727cf578e072649447ba (patch)
tree86b80174da3ae7906da2592efed578adf5b93b43 /toolchain/gcc/Config.in
parenttoolchain: add inotify_init1 syscall support to uclibc 0.9.31 (diff)
downloadbuildroot-4612aeec57ee5356a535727cf578e072649447ba.tar.gz
buildroot-4612aeec57ee5356a535727cf578e072649447ba.tar.xz
buildroot-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.in12
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