Index: Makefile |
diff --git a/Makefile b/Makefile |
index c2caf40f4dc0968fb4957fff5a0c7b576c9a9831..6ae9b2457689154e064111bad76f8d21b284c26b 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -238,7 +238,8 @@ endif |
# Architectures and modes to be compiled. Consider these to be internal |
# variables, don't override them (use the targets instead). |
-ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64 |
+ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64 \ |
+ s390 s390x |
DEFAULT_ARCHES = ia32 x64 arm |
MODES = release debug optdebug |
DEFAULT_MODES = release debug |