Compile s390, s390x with -Werror

This is now supported upstream.
This commit is contained in:
Florian Weimer 2017-10-17 13:43:47 +02:00
parent 3bd5cf3d29
commit adefe4d265
1 changed files with 0 additions and 8 deletions

View File

@ -44,14 +44,6 @@
%undefine with_valgrind
%endif
%endif
%if %{with werror}
%ifarch s390 s390x
# The s390 and s390x builds are not -Werror clean yet. For s390, the
# latest problem may be due to questionable code in test-string.h
# (upstream bug 19261, rhbz#1283184).
%undefine with_werror
%endif
%endif
%if %{with bootstrap}
# Disable benchtests, -Werror, docs, and valgrind if we're bootstrapping
%undefine with_benchtests