SHA256
1
0
forked from pool/mold
Martin Liška
2022-08-17 09:08:01 +00:00
committed by Git OBS Bridge
parent 700de69a5e
commit 03302731ce
2 changed files with 0 additions and 11 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed Aug 17 08:04:28 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use proper CC/CXX for make_install.
-------------------------------------------------------------------
Fri Aug 5 16:54:51 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@@ -82,10 +82,6 @@ LIBEXECDIR=%{_libexecdir} \
%{build_args}
%install
%if %{suse_version} < 1550
export CC=gcc-10
export CXX=g++-10
%endif
%make_install -e \
PREFIX=%{_prefix} \
BINDIR=%{_bindir} \
@@ -96,9 +92,7 @@ LIBEXECDIR=%{_libexecdir} \
%check
%if %{suse_version} < 1550
export CC=gcc-10
export TEST_CC=gcc-10
export CXX=g++-10
export TEST_CXX=g++-10
%endif
make test -k -e \