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
|
Name: gcc
|
||||||
Version: 9.2.0
|
Version: 9.2.0
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -781,6 +781,8 @@ cd ../%{name}-build-%{_target_platform}
|
|||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%if "%{_target_platform}" == "%{_host}"
|
%if "%{_target_platform}" == "%{_host}"
|
||||||
|
install -m644 libiberty/pic/libiberty.a %{buildroot}%{_libdir}/libiberty.a
|
||||||
|
|
||||||
# make target platform binaries symlinks to avoid binary duplicates
|
# 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
|
for p in gcc-%{version} gcc gcc-ar gcc-nm gcc-ranlib c++ g++ gfortran; do
|
||||||
rm -f %{buildroot}%{_bindir}/%{_target_platform}-$p
|
rm -f %{buildroot}%{_bindir}/%{_target_platform}-$p
|
||||||
@ -1462,6 +1464,9 @@ rm -f %{buildroot}%{_infodir}/libffi.info*
|
|||||||
%endif # cross-platform
|
%endif # cross-platform
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- added add and d languages; added --enable-cet=auto and more options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user