commit: eed8569c0160a6a83bff2ecb23e2963eecb024ed Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 26 12:22:38 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 26 12:22:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=eed8569c
arch: more mips cleanup Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/mips.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips.toml b/arch/mips.toml index 79b4728c..a5e52c63 100644 --- a/arch/mips.toml +++ b/arch/mips.toml @@ -119,7 +119,6 @@ CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=loongson3a -mabi=32 -mplt -pipe" [mips64.mips3_n32] -CHOST = "mips64-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips3 -mabi=n32 -mplt -mfix-r4000 -mfix-r4400 -pipe" [mips64.mips3_n32_softfloat]
