diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-24 09:15:05 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-25 21:39:06 +0100 |
commit | 89854b0f792553786fa3aac4966fb63e60844b7a (patch) | |
tree | 2a4fc40b9fb248a94b42ea95e666783b20bda705 /package/gcc | |
parent | cef48576380f4541935695159a07eedc6358b4c9 (diff) | |
download | buildroot-89854b0f792553786fa3aac4966fb63e60844b7a.tar.gz buildroot-89854b0f792553786fa3aac4966fb63e60844b7a.zip |
gcc: mark 4.5.x as deprecated
It was kept for the internal blackfin toolchain which has been removed
since because of lack of maintenance and testing.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 6d514af43f..cf96c73b38 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -16,6 +16,7 @@ choice config BR2_GCC_VERSION_4_5_X bool "gcc 4.5.x" + depends on BR2_DEPRECATED_SINCE_2015_05 # Broken or unsupported architectures depends on !BR2_microblaze && !BR2_aarch64 && !BR2_arc \ && !BR2_powerpc64le && !BR2_nios2 |