diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-29 22:23:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-29 22:24:20 +0200 |
commit | 8a0f56e75886f93fe6093187dfe8ca361e868658 (patch) | |
tree | cab0d6e2de4299d6493aaa72234aedf26030536e | |
parent | Add keep_repos spec option to keep config for specified repos (diff) | |
download | catalyst-8a0f56e75886f93fe6093187dfe8ca361e868658.tar.gz catalyst-8a0f56e75886f93fe6093187dfe8ca361e868658.tar.bz2 catalyst-8a0f56e75886f93fe6093187dfe8ca361e868658.zip |
Remove CHOST setting for s390x (mostly for testing, but also unnecessary)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | arch/s390.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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" |