- Disable 32bit testing on openSUSE s390x.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=150
This commit is contained in:
Michael Matz 2017-01-09 15:38:49 +00:00 committed by Git OBS Bridge
parent 7f4874791e
commit ed65659810
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 9 15:37:41 UTC 2017 - matz@suse.com
- Disable 32bit testing on openSUSE s390x.
-------------------------------------------------------------------
Fri Dec 16 09:55:50 UTC 2016 - mliska@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package gdb
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 RedHat
#
# All modifications and additions to the file contributed by third parties
@ -291,6 +291,8 @@ BuildRequires: gcc-ada
BuildRequires: gcc-ada
%endif
%endif
%if ! (0%{?is_opensuse} && %_arch == "s390x" )
# openSUSE for s390x doesn't build 32bit libs
%if 0%{suse_version} > 1110
%ifarch x86_64 ppc64 s390x
%if 0%{suse_version} >= 1330
@ -304,6 +306,7 @@ BuildRequires: glibc-devel-static-32bit
%endif
%endif
%endif
%endif
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif