diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-19 21:49:18 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-19 21:49:18 +0200 |
commit | 5bbc83c6e778827307436e0feb9fd829ae562f1c (patch) | |
tree | a319161bbcf8acac697911d9446330d1f5eb6609 /package/gcc/Config.in.host | |
parent | 4e0bc0f3a7b35ba533d5c72387d3b32fab77ac41 (diff) | |
download | buildroot-5bbc83c6e778827307436e0feb9fd829ae562f1c.tar.gz buildroot-5bbc83c6e778827307436e0feb9fd829ae562f1c.zip |
gcc: deprecate objective C and fortran support
As discussed on the list. They have been broken for a long time, and are
not commonly used in embedded systems.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gcc/Config.in.host')
-rw-r--r-- | package/gcc/Config.in.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 116fd24349..32c668af45 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -128,6 +128,7 @@ comment "C++ support broken in uClibc with locale enabled with gcc 4.2" config BR2_INSTALL_OBJC bool "Enable Objective-C support" depends on !BR2_avr32 + depends on BR2_DEPRECATED help Enable the support for the Objective-C language in the cross-compiler, and install the Objective-C runtime to the @@ -136,6 +137,7 @@ config BR2_INSTALL_OBJC config BR2_INSTALL_FORTRAN bool "Enable Fortran support" depends on !BR2_avr32 + depends on BR2_DEPRECATED select BR2_PACKAGE_LIBMPFR help Enable the support for the Fortran language in the |