commit: 2cc1a888f5aa6e0a91f40f9ce6c044604fc6bf8e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Jul 18 08:02:38 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 08:02:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2cc1a888
arch: start cleaning up unnecessary (equal profile) mips CHOST settings 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 b22d4567..dd9365bc 100644 --- a/arch/mips.toml +++ b/arch/mips.toml @@ -67,7 +67,6 @@ CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" [mips.mipsel2_softfloat] -CHOST = "mipsel-softfloat-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -msoft-float -pipe" [mips.mipsel2_musl]
