forked from pool/binutils
This commit is contained in:
parent
a63b6f7d79
commit
849fb8cc98
@ -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 ("");
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user