diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-24 15:00:39 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-24 20:56:05 +0100 |
commit | 04f416df91109f75f393820fa924db4a8f257326 (patch) | |
tree | e1bf2094f143036aa93a46f7ede7ccf5962a897d /package/gcc | |
parent | ad8358599649bc336ee17a1fc02a0ca350d1352b (diff) | |
download | buildroot-04f416df91109f75f393820fa924db4a8f257326.tar.gz buildroot-04f416df91109f75f393820fa924db4a8f257326.zip |
gcc: mark 4.7.x as deprecated
We're already using 4.9.x as default, and have 4.8.x on the lower side
together with 5.x (5.3.0) on the higher side.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 560ea52104..5cc0dd3bdd 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -41,6 +41,7 @@ choice config BR2_GCC_VERSION_4_7_X bool "gcc 4.7.x" + depends on BR2_DEPRECATED_SINCE_2016_05 # Broken or unsupported architectures depends on !BR2_microblaze && !BR2_aarch64 && !BR2_arc \ && !BR2_powerpc64le && !BR2_nios2 |