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:
commit
354d68de5b
@ -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>
|
Sat Oct 2 07:23:56 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -48,6 +48,9 @@ Bison is a parser generator similar to yacc(1).
|
|||||||
--docdir=%{_docdir}/%{name} \
|
--docdir=%{_docdir}/%{name} \
|
||||||
gl_cv_func_printf_directive_n=yes \
|
gl_cv_func_printf_directive_n=yes \
|
||||||
gl_cv_func_printf_infinite_long_double=yes
|
gl_cv_func_printf_infinite_long_double=yes
|
||||||
|
%ifarch armv6hl
|
||||||
|
%define do_profiling 0
|
||||||
|
%endif
|
||||||
%if 0%{?do_profiling}
|
%if 0%{?do_profiling}
|
||||||
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
|
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
|
||||||
%make_build CFLAGS="%{optflags}" check
|
%make_build CFLAGS="%{optflags}" check
|
||||||
@ -58,7 +61,9 @@ Bison is a parser generator similar to yacc(1).
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch armv6hl
|
||||||
%make_build check
|
%make_build check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user