aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-25 22:24:19 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-25 22:24:43 +0100
commitb0acd208b275f8c355d9127b95d665a09e750797 (patch)
tree7501de85bfa81cf81b026a371bc96a8ebedf1248
parentarch: add new x86.i686-ssemath subprofile (diff)
downloadcatalyst-b0acd208b275f8c355d9127b95d665a09e750797.tar.gz
catalyst-b0acd208b275f8c355d9127b95d665a09e750797.tar.bz2
catalyst-b0acd208b275f8c355d9127b95d665a09e750797.zip
Add setarch parameters for s390x => s390 builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/s390.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390.toml b/arch/s390.toml
index 9894044f..875fe8e1 100644
--- a/arch/s390.toml
+++ b/arch/s390.toml
@@ -1,3 +1,7 @@
+[setarch.s390]
+arch = "s390"
+if_build = "s390x"
+
[s390.s390]
COMMON_FLAGS = "-O2 -pipe"
CHOST = "s390-ibm-linux-gnu"