- 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:
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

@@ -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}