forked from pool/binutils
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for old products and enable for gas on all architectures otherwise. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=237
This commit is contained in:
parent
32d9ceffd6
commit
0a4a64a0d6
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
|
@ -248,6 +248,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Update binutils-2.28-branch.diff.
|
||||
- Make compressed debug section handling explicit, disable for
|
||||
old products and enable for gas on all architectures otherwise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
|
||||
|
||||
- Remove empty rpath component removal optimization from
|
||||
binutils-skip-rpaths.patch to workaround CMake rpath handling.
|
||||
[boo#1025282]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com
|
||||
|
||||
|
@ -251,6 +251,10 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
--disable-compressed-debug-sections \
|
||||
%endif
|
||||
%if %{suse_version} > 1320
|
||||
--enable-compressed-debug-sections=gas \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
|
Loading…
Reference in New Issue
Block a user