diff options
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 186ba80cff..87543d9311 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -124,7 +124,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 + depends on BR2_DEPRECATED_SINCE_2013_11 help Enable the support for the Objective-C language in the cross-compiler, and install the Objective-C runtime to the @@ -133,7 +133,7 @@ config BR2_INSTALL_OBJC config BR2_INSTALL_FORTRAN bool "Enable Fortran support" depends on !BR2_avr32 - depends on BR2_DEPRECATED + depends on BR2_DEPRECATED_SINCE_2013_11 select BR2_PACKAGE_LIBMPFR help Enable the support for the Fortran language in the |