commit: 9f2c8a69e6398cf0bdeae58c74401a87f0dd3981 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jul 21 19:46:45 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jul 21 19:46:45 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9f2c8a69
More mips cleanup Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/mips.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips.toml b/arch/mips.toml index cb040ca2..79b4728c 100644 --- a/arch/mips.toml +++ b/arch/mips.toml @@ -3,11 +3,9 @@ CHOST = "mips-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips1 -mabi=32 -mplt -pipe" [mips.mips2] -CHOST = "mips-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" [mips.mips2_softfloat] -CHOST = "mips-softfloat-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -msoft-float -pipe" [mips.mips2_musl]
