forked from pool/binutils
- Enable compressed debuginfo sections also for the linker on Factory.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=218
This commit is contained in:
parent
ecacc15bcb
commit
59fc4e7026
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -243,6 +243,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -300,6 +303,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -246,6 +246,9 @@ cd build-dir
|
|||||||
%endif
|
%endif
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--enable-shared
|
--enable-shared
|
||||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||||
@ -303,6 +306,9 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
%if %{suse_version} <= 1320
|
%if %{suse_version} <= 1320
|
||||||
--disable-x86-relax-relocations \
|
--disable-x86-relax-relocations \
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1330
|
||||||
|
--enable-compressed-debug-sections=all \
|
||||||
%endif
|
%endif
|
||||||
--build=%{HOST} --target=%{TARGET_OS} \
|
--build=%{HOST} --target=%{TARGET_OS} \
|
||||||
%if "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "spu"
|
||||||
|
Loading…
Reference in New Issue
Block a user