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:
commit
09d7110262
@ -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>
|
Wed Nov 6 21:18:46 UTC 2019 - Tom de Vries <tdevries@suse.com>
|
||||||
|
|
||||||
|
3
gdb.spec
3
gdb.spec
@ -22,6 +22,7 @@
|
|||||||
%global _without_testsuite 1
|
%global _without_testsuite 1
|
||||||
%endif
|
%endif
|
||||||
%bcond_without testsuite
|
%bcond_without testsuite
|
||||||
|
%bcond_without fpc
|
||||||
|
|
||||||
Summary: A GNU source-level debugger for C, C++, Fortran and other languages
|
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
|
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
|
%endif
|
||||||
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
|
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
|
||||||
%ifarch %{ix86} x86_64 aarch64 armv7l
|
%ifarch %{ix86} x86_64 aarch64 armv7l
|
||||||
|
%if %{with fpc}
|
||||||
BuildRequires: fpc
|
BuildRequires: fpc
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1200
|
%if 0%{?suse_version} >= 1200
|
||||||
%ifnarch s390
|
%ifnarch s390
|
||||||
# s390 (for SLE12) doesn't have valgrind
|
# s390 (for SLE12) doesn't have valgrind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user