Accepting request 747713 from devel:gcc

- make fpc optional (boo#1156284) as fpc requires itself for
  bootstrapping. (forwarded request 747309 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/747713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdb?expand=0&rev=134
This commit is contained in:
Dominique Leuenberger 2019-11-15 21:32:54 +00:00 committed by Git OBS Bridge
commit 09d7110262
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 11 08:57:18 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
- make fpc optional (boo#1156284) as fpc requires itself for
bootstrapping.
-------------------------------------------------------------------
Wed Nov 6 21:18:46 UTC 2019 - Tom de Vries <tdevries@suse.com>

View File

@ -22,6 +22,7 @@
%global _without_testsuite 1
%endif
%bcond_without testsuite
%bcond_without fpc
Summary: A GNU source-level debugger for C, C++, Fortran and other languages
License: GPL-3.0-or-later AND GPL-3.0-with-GCC-exception AND LGPL-2.1-or-later AND LGPL-3.0-or-later
@ -378,9 +379,11 @@ BuildRequires: gcc-go
%endif
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
%ifarch %{ix86} x86_64 aarch64 armv7l
%if %{with fpc}
BuildRequires: fpc
%endif
%endif
%endif
%if 0%{?suse_version} >= 1200
%ifnarch s390
# s390 (for SLE12) doesn't have valgrind