diff options
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 0bacac2caf..a5f7288c4f 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -143,6 +143,16 @@ comment "----------------------------------------------------" endif ############################################################################### +comment "Legacy options removed in 2017.08" + +config BR2_GCC_VERSION_4_8_X + bool "gcc 4.8.x support removed" + select BR2_LEGACY + help + Support for gcc version 4.8.x has been removed. The current + default version (5.x or later) has been selected instead. + +############################################################################### comment "Legacy options removed in 2017.05" config BR2_PACKAGE_SUNXI_MALI_R2P4 |