SHA256
3
0
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:
Richard Biener 2011-07-11 08:43:27 +00:00 committed by Git OBS Bridge
parent 78a80a41dc
commit 8d4184c649
30 changed files with 233 additions and 0 deletions

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-alpha-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-arm-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-hppa-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-hppa64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-i386-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-ia64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-mips-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-ppc-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-ppc64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-s390-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-s390x-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-sparc-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-spu-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -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

View File

@ -19,6 +19,10 @@
Name: cross-x86_64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for the testsuite
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
# for some gold tests
BuildRequires: bc
%if 0%{suse_version} > 1110
@ -90,6 +94,7 @@ Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: readelf-bad-elf-endless-loop.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
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
%patch17 -p1
%patch18
%patch19
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90