forked from pool/binutils
This commit is contained in:
parent
b09203b32f
commit
14e474e4dc
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4573f816f901ffdb43bbba7227cb14c9a8d5510d82eaf196f3019c8983a343d8
|
oid sha256:a9961705ec24cce7772f62b88e5340bb2b391640aecc7a57a4470983923f9c50
|
||||||
size 14786301
|
size 14789621
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU Binutils
|
Summary: GNU Binutils
|
||||||
@ -297,6 +297,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -438,6 +444,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to ALPHA Processors
|
Summary: GNU binutils for Cross-Development to ALPHA Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to ARM Processors
|
Summary: GNU binutils for Cross-Development to ARM Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU Binutils for Cross-Development to AVR Processors
|
Summary: GNU Binutils for Cross-Development to AVR Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to HPPA Processors
|
Summary: GNU binutils for Cross-Development to HPPA Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to HPPA64 Processors
|
Summary: GNU binutils for Cross-Development to HPPA64 Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to X86 Processors
|
Summary: GNU binutils for Cross-Development to X86 Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to IA64 Processors
|
Summary: GNU binutils for Cross-Development to IA64 Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to MIPS Processors
|
Summary: GNU binutils for Cross-Development to MIPS Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to PowerPC Processors
|
Summary: GNU binutils for Cross-Development to PowerPC Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for cross-development to PowerPC 64bit processors
|
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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to S/390 Processors
|
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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to 64-Bit S/390 Processors
|
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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to SH4 Processors
|
Summary: GNU binutils for Cross-Development to SH4 Processors
|
||||||
@ -230,6 +230,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -366,6 +372,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to SPARC Processors
|
Summary: GNU binutils for Cross-Development to SPARC Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to SPU Processors
|
Summary: GNU binutils for Cross-Development to SPU Processors
|
||||||
@ -231,6 +231,9 @@ make %{?jobs:-j%jobs} all-bfd TARGET-bfd=headers
|
|||||||
# force reconfiguring
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
@ -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
|
Mon Feb 25 14:21:11 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
Group: Development/Tools/Building
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.18.50.20080225
|
Version: 2.18.50.20080307
|
||||||
Release: 1
|
Release: 1
|
||||||
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
|
||||||
Summary: GNU binutils for Cross-Development to X86-64 Processors
|
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
|
# force reconfiguring
|
||||||
rm bfd/Makefile
|
rm bfd/Makefile
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
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}
|
||||||
%endif
|
%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 clean
|
||||||
make -C gas-nesc %{?jobs:-j%jobs}
|
make -C gas-nesc %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
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
|
||||||
|
|
||||||
@ -367,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2008 schwab@suse.de
|
||||||
|
- Update to head to trunk.
|
||||||
* Mon Feb 25 2008 schwab@suse.de
|
* Mon Feb 25 2008 schwab@suse.de
|
||||||
- Update to head to trunk.
|
- Update to head to trunk.
|
||||||
* Fri Feb 15 2008 schwab@suse.de
|
* Fri Feb 15 2008 schwab@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user