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:
parent
6105e83f88
commit
80f41525f9
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.20-480-g46abb64
|
%define glibcsrcdir glibc-2.20-480-g46abb64
|
||||||
%define glibcversion 2.20.90
|
%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
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -714,7 +714,7 @@ build()
|
|||||||
%ifarch %{lock_elision_arches}
|
%ifarch %{lock_elision_arches}
|
||||||
--enable-lock-elision \
|
--enable-lock-elision \
|
||||||
%endif
|
%endif
|
||||||
%ifarch armv7hl ppc64 ppc64p7 ppc64le
|
%ifarch armv7hl ppc64 ppc64p7 ppc64le s390 s390x
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%endif
|
%endif
|
||||||
--disable-profile --enable-nss-crypt ||
|
--disable-profile --enable-nss-crypt ||
|
||||||
@ -1742,6 +1742,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 07 2015 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> - 2.20.90-14
|
||||||
- Sync with upstream master.
|
- Sync with upstream master.
|
||||||
- Disable -Werror on powerpc and armv7hl.
|
- Disable -Werror on powerpc and armv7hl.
|
||||||
|
Loading…
Reference in New Issue
Block a user