- 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:
parent
7f4874791e
commit
ed65659810
@ -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
|
Fri Dec 16 09:55:50 UTC 2016 - mliska@suse.cz
|
||||||
|
|
||||||
|
5
gdb.spec
5
gdb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdb
|
# 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
|
# Copyright (c) 2012 RedHat
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -291,6 +291,8 @@ BuildRequires: gcc-ada
|
|||||||
BuildRequires: gcc-ada
|
BuildRequires: gcc-ada
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%if ! (0%{?is_opensuse} && %_arch == "s390x" )
|
||||||
|
# openSUSE for s390x doesn't build 32bit libs
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
%ifarch x86_64 ppc64 s390x
|
%ifarch x86_64 ppc64 s390x
|
||||||
%if 0%{suse_version} >= 1330
|
%if 0%{suse_version} >= 1330
|
||||||
@ -304,6 +306,7 @@ BuildRequires: glibc-devel-static-32bit
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if 0%{suse_version} >= 1210
|
%if 0%{suse_version} >= 1210
|
||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user