gcc: deprecate objective C and fortran support
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Sep 2013 19:49:18 +0000 (21:49 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Sep 2013 19:49:18 +0000 (21:49 +0200)
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>
package/gcc/Config.in.host

index 116fd2434920a578993df1e93ac3ced3896e3454..32c668af45ad50df314c76ec89568d2bb9cbceae 100644 (file)
@@ -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