commit: 8a0f56e75886f93fe6093187dfe8ca361e868658 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jul 29 20:23:44 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 20:24:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8a0f56e7
Remove CHOST setting for s390x (mostly for testing, but also unnecessary) Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/s390.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/s390.toml b/arch/s390.toml index 875fe8e1..854f4822 100644 --- a/arch/s390.toml +++ b/arch/s390.toml @@ -8,5 +8,4 @@ CHOST = "s390-ibm-linux-gnu" [s390x.s390x] COMMON_FLAGS = "-O2 -pipe" -CHOST = "s390x-ibm-linux-gnu"
