forked from pool/binutils
- BuildRequire glibc-devel-static to fix static linking tests.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=59
This commit is contained in:
parent
78a80a41dc
commit
8d4184c649
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: binutils
|
Name: binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-alpha-binutils
|
Name: cross-alpha-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-arm-binutils
|
Name: cross-arm-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-hppa-binutils
|
Name: cross-hppa-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-hppa64-binutils
|
Name: cross-hppa64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-i386-binutils
|
Name: cross-i386-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-ia64-binutils
|
Name: cross-ia64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-mips-binutils
|
Name: cross-mips-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-ppc-binutils
|
Name: cross-ppc-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-ppc64-binutils
|
Name: cross-ppc64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-s390-binutils
|
Name: cross-s390-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-s390x-binutils
|
Name: cross-s390x-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-sparc-binutils
|
Name: cross-sparc-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-spu-binutils
|
Name: cross-spu-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 08:42:13 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
- BuildRequire glibc-devel-static to fix static linking tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 12:42:10 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add patch to fix a readelf endless loop bug [#12855]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
Name: cross-x86_64-binutils
|
Name: cross-x86_64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++
|
BuildRequires: bison dejagnu flex gcc-c++
|
||||||
|
# for the testsuite
|
||||||
|
%if 0%{suse_version} >= 1210
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
# for some gold tests
|
# for some gold tests
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
|
|||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||||
Patch17: binutils-add-pep.diff
|
Patch17: binutils-add-pep.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
|
Patch19: readelf-bad-elf-endless-loop.patch
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -275,6 +280,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18
|
%patch18
|
||||||
|
%patch19
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
Loading…
Reference in New Issue
Block a user