- 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:
parent
cf09faf223
commit
20dea145bb
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -601,7 +601,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -601,7 +601,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -600,7 +600,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -179,7 +179,11 @@ export NO_DEBUGINFO_STRIP_DEBUG=true
|
||||
%define __debug_install_post %{nil}
|
||||
: >../debugfiles.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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user