Accepting request 672987 from home:Andreas_Schwab:Factory
- Don't package files twice on ppc64 OBS-URL: https://build.opensuse.org/request/show/672987 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=193
This commit is contained in:
parent
1d2cc42ae9
commit
c038e53e4b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 9 08:41:25 UTC 2019 - schwab@suse.de
|
||||||
|
|
||||||
|
- Don't package files twice on ppc64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 16 16:23:35 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
Wed Jan 16 16:23:35 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
|
@ -181,8 +181,9 @@ export GDB=%{_bindir}/gdb
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-lto=yes \
|
--enable-lto=yes \
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
--enable-only64bit
|
--enable-only64bit \
|
||||||
%endif
|
%endif
|
||||||
|
%{nil}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%if %{building_docs}
|
%if %{building_docs}
|
||||||
@ -231,7 +232,7 @@ VALGRIND_LIB=$PWD/.in_place VALGRIND_LIB_INNER=$PWD/.in_place ./coregrind/valgri
|
|||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
%{_libdir}/valgrind/*-x86-linux
|
%{_libdir}/valgrind/*-x86-linux
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc
|
||||||
%{_libdir}/valgrind/*-ppc32-linux
|
%{_libdir}/valgrind/*-ppc32-linux
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user