SHA256
3
0
forked from pool/bison

Accepting request 932979 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/932979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2021-11-26 23:50:24 +00:00 committed by Git OBS Bridge
commit 354d68de5b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 17 12:07:50 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- disable tests and profiling using tests on armv6l (boo#1192737)
-------------------------------------------------------------------
Sat Oct 2 07:23:56 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -48,6 +48,9 @@ Bison is a parser generator similar to yacc(1).
--docdir=%{_docdir}/%{name} \
gl_cv_func_printf_directive_n=yes \
gl_cv_func_printf_infinite_long_double=yes
%ifarch armv6hl
%define do_profiling 0
%endif
%if 0%{?do_profiling}
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
%make_build CFLAGS="%{optflags}" check
@ -58,7 +61,9 @@ Bison is a parser generator similar to yacc(1).
%endif
%check
%ifnarch armv6hl
%make_build check
%endif
%install
%make_install