install libiberty.a with pic support [release 9.2.0-4mamba;Sat Feb 29 2020]
This commit is contained in:
parent
5ae53db6f7
commit
628b8909d7
7
gcc.spec
7
gcc.spec
@ -40,7 +40,7 @@
|
||||
|
||||
Name: gcc
|
||||
Version: 9.2.0
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -781,6 +781,8 @@ cd ../%{name}-build-%{_target_platform}
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
%if "%{_target_platform}" == "%{_host}"
|
||||
install -m644 libiberty/pic/libiberty.a %{buildroot}%{_libdir}/libiberty.a
|
||||
|
||||
# make target platform binaries symlinks to avoid binary duplicates
|
||||
for p in gcc-%{version} gcc gcc-ar gcc-nm gcc-ranlib c++ g++ gfortran; do
|
||||
rm -f %{buildroot}%{_bindir}/%{_target_platform}-$p
|
||||
@ -1462,6 +1464,9 @@ rm -f %{buildroot}%{_infodir}/libffi.info*
|
||||
%endif # cross-platform
|
||||
|
||||
%changelog
|
||||
* Sat Feb 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.2.0-4mamba
|
||||
- install libiberty.a with pic support
|
||||
|
||||
* Thu Dec 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 9.2.0-3mamba
|
||||
- added add and d languages; added --enable-cet=auto and more options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user