diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-11-08 10:32:58 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-09 22:42:12 +0100 |
commit | e5b3fa3ae4f1cbeac6ab19ee763c7118ab3b1d80 (patch) | |
tree | b0ccf012be08f9a9283c1921092b2115238117ee /package/gcc | |
parent | b2bae3b523aedd3ccf798c492f525660c4943770 (diff) | |
download | buildroot-e5b3fa3ae4f1cbeac6ab19ee763c7118ab3b1d80.tar.gz buildroot-e5b3fa3ae4f1cbeac6ab19ee763c7118ab3b1d80.zip |
MIPS: rename M6201 core to M6250
m6201 is the -march option for GCC, but the real core name is
M6250.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index eb1479af57..0a63e6a101 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -65,7 +65,7 @@ choice depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el)) # Unsupported MIPS cores depends on !BR2_mips_interaptiv && !BR2_mips_m5150 && \ - !BR2_mips_m6201 && !BR2_mips_i6400 && !BR2_mips_p6600 + !BR2_mips_m6250 && !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 @@ -76,7 +76,7 @@ choice depends on !BR2_arc depends on !BR2_microblaze # Unsupported MIPS cores - depends on !BR2_mips_m6201 && !BR2_mips_p6600 + depends on !BR2_mips_m6250 && !BR2_mips_p6600 select BR2_TOOLCHAIN_GCC_AT_LEAST_6 endchoice |