From 84bd58d5bb06bfedb88e8abca53ec5b88ae9b29f Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Tue, 8 Nov 2016 10:32:56 +0000 Subject: MIPS: remove M5100 core This is a microcontroller class (MCU) core which is not suitable for running Linux. Signed-off-by: Vicente Olivert Riera Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- package/gcc/Config.in.host | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/gcc') 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 -- cgit v1.2.3