Fix merge

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-12-02 14:54:32 +02:00
parent a77b2b2773
commit 1d5f1f1838
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 0 deletions

View File

@ -907,7 +907,15 @@ CONFIGURE_OPTS="\
--enable-targets=powerpcle-linux \
%endif
%ifarch ppc64le %{mips} s390x
%ifarch s390x
%if 0%{?fedora} < 32
--enable-multilib \
%else
--disable-multilib \
%endif
%else
--disable-multilib \
%endif
%else
--enable-multilib \
%endif