diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-11-08 10:32:56 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-09 22:41:07 +0100 |
commit | 84bd58d5bb06bfedb88e8abca53ec5b88ae9b29f (patch) | |
tree | a8a20e9118e306902224802777d2fc19573fc76d /package/gcc | |
parent | f9fb1d59f571f3c465a25169f0d710a8ca0589af (diff) | |
download | buildroot-84bd58d5bb06bfedb88e8abca53ec5b88ae9b29f.tar.gz buildroot-84bd58d5bb06bfedb88e8abca53ec5b88ae9b29f.zip |
MIPS: remove M5100 core
This is a microcontroller class (MCU) core which is not suitable for
running Linux.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 446df4dc78..f46656c593 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -64,9 +64,8 @@ choice # musl ppc64 unsupported depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el)) # Unsupported MIPS cores - depends on !BR2_mips_interaptiv && !BR2_mips_m5100 && \ - !BR2_mips_m5101 && !BR2_mips_m6201 && !BR2_mips_i6400 && \ - !BR2_mips_p6600 + depends on !BR2_mips_interaptiv && !BR2_mips_m5101 && \ + !BR2_mips_m6201 && !BR2_mips_i6400 && !BR2_mips_p6600 # musl mips64 unsupported depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el)) select BR2_TOOLCHAIN_GCC_AT_LEAST_5 |