- Do not install target parts of cross compilers into the sysroot

but instead fixup manually (once required).

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=101
This commit is contained in:
Richard Biener 2018-01-10 08:02:37 +00:00 committed by Git OBS Bridge
parent cf09faf223
commit 20dea145bb
41 changed files with 226 additions and 20 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -601,7 +601,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -601,7 +601,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -179,7 +179,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
%define __debug_install_post %{nil} %define __debug_install_post %{nil}
: >../debugfiles.list : >../debugfiles.list
: >../debugsources.list : >../debugsources.list
make DESTDIR=$RPM_BUILD_ROOT/%{?sysroot:%sysroot} install-target # We want shared libraries to reside in the sysroot but the .so symlinks
# on the host. Once we have a cross target that has shared libs we need
# to manually fix up things here like we do for non-cross compilers
mkdir -p $RPM_BUILD_ROOT/%{?sysroot:%sysroot}
make DESTDIR=$RPM_BUILD_ROOT install-target
%endif %endif
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 10 08:01:42 UTC 2018 - rguenther@suse.com
- Do not install target parts of cross compilers into the sysroot
but instead fixup manually (once required).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com Tue Jan 2 13:29:18 UTC 2018 - rguenther@suse.com