SHA256
1
0
forked from pool/binutils
OBS User unknown 2009-06-13 14:32:14 +00:00 committed by Git OBS Bridge
parent a63b6f7d79
commit 849fb8cc98
35 changed files with 171 additions and 52 deletions

View File

@ -6,7 +6,7 @@ Index: ld/ldmain.c
link_info.pei386_auto_import = -1; link_info.pei386_auto_import = -1;
link_info.spare_dynamic_tags = 5; link_info.spare_dynamic_tags = 5;
link_info.path_separator = ':'; link_info.path_separator = ':';
+ if (getenv ("SUSE_IGNORED_RPATHS")) + if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0)
+ as_needed = TRUE; + as_needed = TRUE;
ldfile_add_arch (""); ldfile_add_arch ("");

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: binutils Name: binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -362,7 +362,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -428,7 +428,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -543,6 +543,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.*a %{_libdir}/lib*.*a
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-alpha-binutils Name: cross-alpha-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-arm-binutils Name: cross-arm-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-avr-binutils Name: cross-avr-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-hppa-binutils Name: cross-hppa-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-hppa64-binutils Name: cross-hppa64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-i386-binutils Name: cross-i386-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-ia64-binutils Name: cross-ia64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-mips-binutils Name: cross-mips-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-ppc-binutils Name: cross-ppc-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-ppc64-binutils Name: cross-ppc64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-s390-binutils Name: cross-s390-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-s390x-binutils Name: cross-s390x-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-sh4-binutils Name: cross-sh4-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -247,7 +247,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -309,7 +309,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -401,6 +401,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-sparc-binutils Name: cross-sparc-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-spu-binutils Name: cross-spu-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 18:18:21 CEST 2009 - coolo@novell.com
- follow only SUSE_ASNEEDED
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de Tue Jun 9 14:48:40 CEST 2009 - matz@suse.de

View File

@ -20,7 +20,7 @@
Name: cross-x86_64-binutils Name: cross-x86_64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static
Version: 2.19.51 Version: 2.19.51
Release: 8 Release: 9
# #
# RUN_TESTS # RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -248,7 +248,7 @@ cd ../build-dir3
make %{?jobs:-j%jobs} all-bfd all-opcodes make %{?jobs:-j%jobs} all-bfd all-opcodes
%check %check
unset SUSE_IGNORED_RPATHS export SUSE_ASNEEDED=0
cd build-dir cd build-dir
%ifnarch %arm %ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling} make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@ -310,7 +310,7 @@ make -C gas-nesc %{?jobs:-j%jobs}
%endif %endif
%check %check
unset SUSE_IGNORED_RPATHS unset SUSE_ASNEEDED
cd build-dir cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif %endif
@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Jun 12 2009 coolo@novell.com
- follow only SUSE_ASNEEDED
* Tue Jun 09 2009 matz@suse.de * Tue Jun 09 2009 matz@suse.de
- Use --as-needed by default in the build system. - Use --as-needed by default in the build system.
* Wed May 27 2009 rguenther@suse.de * Wed May 27 2009 rguenther@suse.de