SHA256
6
0
forked from pool/binutils
OBS User unknown
2008-10-13 13:45:53 +00:00
committed by Git OBS Bridge
parent 772d0b6867
commit 9282b4c3f9
36 changed files with 496 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package cross-ppc64-binutils (Version 2.18.91)
# spec file for package cross-ppc64-binutils (Version 2.18.93)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: cross-ppc64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
@@ -325,6 +324,10 @@ cd ..
%find_lang ld binutils.lang
%find_lang opcodes binutils.lang
%find_lang gprof binutils.lang
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
%else
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Oct 09 2008 schwab@suse.de
- Bug fixes.
* Tue Oct 07 2008 jblunck@suse.de
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
Do not only look at the first section in a segment to decide if it has
contents or not. This fixes the "section ... can't be allocated in segment"
errors when using objcopy --only-keep-debug to create the *.debug files.
* Wed Sep 17 2008 schwab@suse.de
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de