diff --git a/binutils-build-as-needed.diff b/binutils-build-as-needed.diff index 3a68805..bc4e2c4 100644 --- a/binutils-build-as-needed.diff +++ b/binutils-build-as-needed.diff @@ -6,7 +6,7 @@ Index: ld/ldmain.c link_info.pei386_auto_import = -1; link_info.spare_dynamic_tags = 5; link_info.path_separator = ':'; -+ if (getenv ("SUSE_IGNORED_RPATHS")) ++ if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) + as_needed = TRUE; ldfile_add_arch (""); diff --git a/binutils.changes b/binutils.changes index 1cccbff..3697ccd 100644 --- a/binutils.changes +++ b/binutils.changes @@ -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 diff --git a/binutils.spec b/binutils.spec index 3e93e7d..7c26b91 100644 --- a/binutils.spec +++ b/binutils.spec @@ -20,7 +20,7 @@ Name: binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -362,7 +362,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -543,6 +543,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.*a %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -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 diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index 5ac69c7..1920d29 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -20,7 +20,7 @@ Name: cross-alpha-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -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 diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index a6bd36f..f553115 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -20,7 +20,7 @@ Name: cross-arm-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -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 diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 0fd4aeb..6be23b2 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -20,7 +20,7 @@ Name: cross-avr-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -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 diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 17c5070..534b0e8 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -20,7 +20,7 @@ Name: cross-hppa-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -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 diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index a7acfa0..fdda1d1 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -20,7 +20,7 @@ Name: cross-hppa64-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -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 diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 983d6f8..14e8055 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -20,7 +20,7 @@ Name: cross-i386-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -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 diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index f5e71e3..6aca73b 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -20,7 +20,7 @@ Name: cross-ia64-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -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 diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 5dfd568..eca26a5 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -20,7 +20,7 @@ Name: cross-mips-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -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 diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index aa1464a..dc51f2a 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -20,7 +20,7 @@ Name: cross-ppc-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -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 diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 129719d..389da35 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -20,7 +20,7 @@ Name: cross-ppc64-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -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 diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 78f51b0..19d8d70 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -20,7 +20,7 @@ Name: cross-s390-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -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 diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 8a37b96..bc478c6 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -20,7 +20,7 @@ Name: cross-s390x-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-sh4-binutils.changes b/cross-sh4-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-sh4-binutils.changes +++ b/cross-sh4-binutils.changes @@ -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 diff --git a/cross-sh4-binutils.spec b/cross-sh4-binutils.spec index b168a7c..3d0877b 100644 --- a/cross-sh4-binutils.spec +++ b/cross-sh4-binutils.spec @@ -20,7 +20,7 @@ Name: cross-sh4-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -247,7 +247,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -401,6 +401,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -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 diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 4753766..fc9cdcb 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -20,7 +20,7 @@ Name: cross-sparc-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -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 diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 574f581..d7153c0 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -20,7 +20,7 @@ Name: cross-spu-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 1cccbff..3697ccd 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -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 diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 0b92692..63b27cf 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -20,7 +20,7 @@ Name: cross-x86_64-binutils BuildRequires: bison dejagnu flex gcc-c++ zlib-devel-static Version: 2.19.51 -Release: 8 +Release: 9 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) @@ -248,7 +248,7 @@ cd ../build-dir3 make %{?jobs:-j%jobs} all-bfd all-opcodes %check -unset SUSE_IGNORED_RPATHS +export SUSE_ASNEEDED=0 cd build-dir %ifnarch %arm 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 %check -unset SUSE_IGNORED_RPATHS +unset SUSE_ASNEEDED cd build-dir make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || : %endif @@ -402,6 +402,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Jun 12 2009 coolo@novell.com +- follow only SUSE_ASNEEDED * Tue Jun 09 2009 matz@suse.de - Use --as-needed by default in the build system. * Wed May 27 2009 rguenther@suse.de