[glibc] Disable Werror for s390 too

Siddhesh Poyarekar siddhesh at fedoraproject.org
Wed Jan 7 16:05:28 UTC 2015


commit 80f41525f954637cec8178eec39ba2fa58eea125
Author: Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com>
Date:   Wed Jan 7 21:30:39 2015 +0530

    Disable Werror for s390 too
    
    Also sync up release numbers.  I seemed to have messed it up in the
    last commit.

 glibc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index c57f3e4..e98c381 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -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 at gmail.com> - 2.20.90-16
+- Disable -Werror for s390 as well.
+
 * Wed Jan 07 2015 Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com> - 2.20.90-14
 - Sync with upstream master.
 - Disable -Werror on powerpc and armv7hl.


More information about the scm-commits mailing list