summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-11-08 10:32:57 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-09 22:41:51 +0100
commitb2bae3b523aedd3ccf798c492f525660c4943770 (patch)
tree257c0b365582719a6e93b4e67c52b4c47f41aa0c /package/gcc
parent84bd58d5bb06bfedb88e8abca53ec5b88ae9b29f (diff)
downloadbuildroot-b2bae3b523aedd3ccf798c492f525660c4943770.tar.gz
buildroot-b2bae3b523aedd3ccf798c492f525660c4943770.zip
MIPS: rename M5101 core to M5150
m5101 is the -march option for GCC, but the real core name is M5150. 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.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index f46656c593..eb1479af57 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -64,7 +64,7 @@ choice
# musl ppc64 unsupported
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
# Unsupported MIPS cores
- depends on !BR2_mips_interaptiv && !BR2_mips_m5101 && \
+ depends on !BR2_mips_interaptiv && !BR2_mips_m5150 && \
!BR2_mips_m6201 && !BR2_mips_i6400 && !BR2_mips_p6600
# musl mips64 unsupported
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
OpenPOWER on IntegriCloud