Disable multilib on s390x

This commit is contained in:
Florian Weimer 2019-10-10 08:42:52 +02:00
parent 56772a9401
commit 0d8c061e19
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ CONFIGURE_OPTS="\
%ifarch ppc64le
--enable-targets=powerpcle-linux \
%endif
%ifarch ppc64le %{mips} riscv64
%ifarch ppc64le %{mips} riscv64 s390x
--disable-multilib \
%else
--enable-multilib \