MIPS: rename M5101 core to M5150
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 8 Nov 2016 10:32:57 +0000 (10:32 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 9 Nov 2016 21:41:51 +0000 (22:41 +0100)
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>
arch/Config.in.mips
package/gcc/Config.in.host
toolchain/toolchain-external/Config.in

index 21f0a8d1022e228e5c85c93c8d838b8152ffb6d5..29a967df5027b439b540dc3d61e3d54ec01383e4 100644 (file)
@@ -47,8 +47,8 @@ config BR2_mips_interaptiv
        bool "interAptiv"
        depends on !BR2_ARCH_IS_64
        select BR2_MIPS_CPU_MIPS32R2
-config BR2_mips_m5101
-       bool "M5101"
+config BR2_mips_m5150
+       bool "M5150"
        depends on !BR2_ARCH_IS_64
        select BR2_MIPS_CPU_MIPS32R5
 config BR2_mips_m6201
@@ -142,7 +142,7 @@ config BR2_GCC_TARGET_ARCH
        default "mips32r5"      if BR2_mips_32r5
        default "mips32r6"      if BR2_mips_32r6
        default "interaptiv"    if BR2_mips_interaptiv
-       default "m5101"         if BR2_mips_m5101
+       default "m5101"         if BR2_mips_m5150
        default "m6201"         if BR2_mips_m6201
        default "p5600"         if BR2_mips_p5600
        default "mips32r2"      if BR2_mips_xburst
index f46656c5932320af315ac96ac72f518fd587906a..eb1479af573a58b9b9684f688182684ab31781d7 100644 (file)
@@ -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))
index 22f760be0dffb86223b12d64b01e767f69086b6a..476b37b58ec1a4a15222b5911d44324d3197d527 100644 (file)
@@ -530,7 +530,7 @@ config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
                BR2_x86_64
        depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
        # Unsupported MIPS cores
-       depends on !BR2_mips_interaptiv && !BR2_mips_m5101
+       depends on !BR2_mips_interaptiv && !BR2_mips_m5150
        # Unsupported for MIPS R6
        depends on !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6
        select BR2_TOOLCHAIN_EXTERNAL_MUSL