SHA256
1
0
forked from pool/binutils

Accepting request 25932 from home:jengelh:branches:devel:gcc

Copy from home:jengelh:branches:devel:gcc/binutils via accept of submit request 25932 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/25932
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=11
This commit is contained in:
Michael Matz 2009-12-07 16:53:25 +00:00 committed by Git OBS Bridge
parent 11203e4515
commit 10be67e8eb
34 changed files with 152 additions and 67 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -162,7 +162,7 @@ AutoReqProv: on
Requires: binutils = %{version}-%{release}
Group: Development/Tools/Building
%if 0%{suse_version} > 1100
%define gold_archs %ix86 x86_64 ppc ppc64 sparc sparc64
%define gold_archs %ix86 x86_64 ppc ppc64 %sparc
%endif
%description gold
@ -272,7 +272,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-alpha-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-alpha-binutils
Name: cross-alpha-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-arm-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-arm-binutils
Name: cross-arm-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-avr-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-avr-binutils
Name: cross-avr-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-hppa-binutils
Name: cross-hppa-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa64-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-hppa64-binutils
Name: cross-hppa64-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-i386-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-i386-binutils
Name: cross-i386-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ia64-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-ia64-binutils
Name: cross-ia64-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-mips-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-mips-binutils
Name: cross-mips-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-ppc-binutils
Name: cross-ppc-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc64-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-ppc64-binutils
Name: cross-ppc64-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-s390-binutils
Name: cross-s390-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390x-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-s390x-binutils
Name: cross-s390x-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sh4-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-sh4-binutils
Name: cross-sh4-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sparc-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-sparc-binutils
Name: cross-sparc-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-spu-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-spu-binutils
Name: cross-spu-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 16:14:27 CET 2009 - jengelh@medozas.de
- SPARC build support for binutils
-------------------------------------------------------------------
Wed Nov 4 15:44:30 CET 2009 - matz@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-x86_64-binutils (Version 2.20.0)
# spec file for package binutils (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-x86_64-binutils
Name: cross-x86_64-binutils
BuildRequires: bison dejagnu flex gcc-c++
%if 0%{suse_version} > 1110
BuildRequires: zlib-devel-static
@ -35,7 +35,7 @@ Release: 1
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 %sparc
%define make_check_handling true
%else
# XXX check again
@ -244,7 +244,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep