Disable Werror for s390 too

Also sync up release numbers.  I seemed to have messed it up in the
last commit.
This commit is contained in:
Siddhesh Poyarekar 2015-01-07 21:30:39 +05:30
parent 6105e83f88
commit 80f41525f9
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.20-480-g46abb64
%define glibcversion 2.20.90
%define glibcrelease 15%{?dist}
%define glibcrelease 16%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -714,7 +714,7 @@ build()
%ifarch %{lock_elision_arches}
--enable-lock-elision \
%endif
%ifarch armv7hl ppc64 ppc64p7 ppc64le
%ifarch armv7hl ppc64 ppc64p7 ppc64le s390 s390x
--disable-werror \
%endif
--disable-profile --enable-nss-crypt ||
@ -1742,6 +1742,9 @@ rm -f *.filelist*
%endif
%changelog
* Wed Jan 07 2015 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> - 2.20.90-16
- Disable -Werror for s390 as well.
* Wed Jan 07 2015 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> - 2.20.90-14
- Sync with upstream master.
- Disable -Werror on powerpc and armv7hl.