SHA256
3
0
forked from pool/binutils
OBS User unknown 2008-03-07 19:18:44 +00:00 committed by Git OBS Bridge
parent b09203b32f
commit 14e474e4dc
35 changed files with 257 additions and 36 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4573f816f901ffdb43bbba7227cb14c9a8d5510d82eaf196f3019c8983a343d8
size 14786301
oid sha256:a9961705ec24cce7772f62b88e5340bb2b391640aecc7a57a4470983923f9c50
size 14789621

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package binutils (Version 2.18.50.20080225)
# spec file for package binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU Binutils
@ -297,6 +297,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -351,6 +354,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -438,6 +444,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-alpha-binutils (Version 2.18.50.20080225)
# spec file for package cross-alpha-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to ALPHA Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-arm-binutils (Version 2.18.50.20080225)
# spec file for package cross-arm-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to ARM Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-avr-binutils (Version 2.18.50.20080225)
# spec file for package cross-avr-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU Binutils for Cross-Development to AVR Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa-binutils (Version 2.18.50.20080225)
# spec file for package cross-hppa-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to HPPA Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa64-binutils (Version 2.18.50.20080225)
# spec file for package cross-hppa64-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to HPPA64 Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-i386-binutils (Version 2.18.50.20080225)
# spec file for package cross-i386-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to X86 Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ia64-binutils (Version 2.18.50.20080225)
# spec file for package cross-ia64-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to IA64 Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-mips-binutils (Version 2.18.50.20080225)
# spec file for package cross-mips-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to MIPS Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc-binutils (Version 2.18.50.20080225)
# spec file for package cross-ppc-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to PowerPC Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc64-binutils (Version 2.18.50.20080225)
# spec file for package cross-ppc64-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for cross-development to PowerPC 64bit processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390-binutils (Version 2.18.50.20080225)
# spec file for package cross-s390-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to S/390 Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390x-binutils (Version 2.18.50.20080225)
# spec file for package cross-s390x-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to 64-Bit S/390 Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sh4-binutils (Version 2.18.50.20080225)
# spec file for package cross-sh4-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SH4 Processors
@ -230,6 +230,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -284,6 +287,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -366,6 +372,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sparc-binutils (Version 2.18.50.20080225)
# spec file for package cross-sparc-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SPARC Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-spu-binutils (Version 2.18.50.20080225)
# spec file for package cross-spu-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SPU Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 11:25:29 CET 2008 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-x86_64-binutils (Version 2.18.50.20080225)
# spec file for package cross-x86_64-binutils (Version 2.18.50.20080307)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -46,7 +46,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20080225
Version: 2.18.50.20080307
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to X86-64 Processors
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
# force reconfiguring
rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
cd build-dir
%ifnarch %arm
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
%endif
@ -285,6 +288,9 @@ echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
make -C gas-nesc clean
make -C gas-nesc %{?jobs:-j%jobs}
%endif
%check
cd build-dir
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || :
%endif
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 07 2008 schwab@suse.de
- Update to head to trunk.
* Mon Feb 25 2008 schwab@suse.de
- Update to head to trunk.
* Fri Feb 15 2008 schwab@suse.de