SHA256
1
0
forked from pool/gdb

- Disable use of valgrind on old s390 (31bit) distros.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=223
This commit is contained in:
Michael Matz 2019-09-10 15:47:42 +00:00 committed by Git OBS Bridge
parent 3b05db1061
commit 8b87f86b6e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 15:45:17 UTC 2019 - matz@suse.com
- Disable use of valgrind on old s390 (31bit) distros.
-------------------------------------------------------------------
Fri Aug 23 16:00:18 UTC 2019 - Tom de Vries <tdevries@suse.com>

View File

@ -377,8 +377,11 @@ BuildRequires: fpc
%endif
%endif
%if 0%{?suse_version} >= 1200
%ifnarch s390
# s390 (for SLE12) doesn't have valgrind
BuildRequires: valgrind
%endif
%endif
%endif # %%{with testsuite}