OBS User unknown 2007-11-12 17:39:46 +00:00 committed by Git OBS Bridge
parent 9209b74914
commit f146ea1b03
35 changed files with 274 additions and 121 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1eb2afd4447eb861ffd930a37aac375ea014793216b69740908e641cea0e3f85
size 14653027
oid sha256:95acd950c6555f4c17b68d7457bd983600382e91c85a2113381c1056a5de9aff
size 14740416

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package binutils (Version 2.18.50.20071002)
# spec file for package binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU Binutils
@ -209,9 +209,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -242,7 +243,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -283,6 +283,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -332,6 +333,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -433,6 +435,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/include/*.h
%{_libdir}/lib*.a
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-alpha-binutils (Version 2.18.50.20071002)
# spec file for package cross-alpha-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to ALPHA Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-arm-binutils (Version 2.18.50.20071002)
# spec file for package cross-arm-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to ARM Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-avr-binutils (Version 2.18.50.20071002)
# spec file for package cross-avr-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU Binutils for Cross-Development to AVR Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa-binutils (Version 2.18.50.20071002)
# spec file for package cross-hppa-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to HPPA Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa64-binutils (Version 2.18.50.20071002)
# spec file for package cross-hppa64-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to HPPA64 Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-i386-binutils (Version 2.18.50.20071002)
# spec file for package cross-i386-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to X86 Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ia64-binutils (Version 2.18.50.20071002)
# spec file for package cross-ia64-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to IA64 Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-mips-binutils (Version 2.18.50.20071002)
# spec file for package cross-mips-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to MIPS Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc-binutils (Version 2.18.50.20071002)
# spec file for package cross-ppc-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to PowerPC Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc64-binutils (Version 2.18.50.20071002)
# spec file for package cross-ppc64-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for cross-development to PowerPC 64bit processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390-binutils (Version 2.18.50.20071002)
# spec file for package cross-s390-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to S/390 Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390x-binutils (Version 2.18.50.20071002)
# spec file for package cross-s390x-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to 64-Bit S/390 Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sh4-binutils (Version 2.18.50.20071002)
# spec file for package cross-sh4-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
Version: 2.18.50.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SH4 Processors
@ -142,9 +142,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -175,7 +176,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -216,6 +216,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -265,6 +266,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -361,6 +363,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sparc-binutils (Version 2.18.50.20071002)
# spec file for package cross-sparc-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SPARC Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-spu-binutils (Version 2.18.50.20071002)
# spec file for package cross-spu-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to SPU Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 16:21:08 CET 2007 - schwab@suse.de
- Update to head to trunk.
-------------------------------------------------------------------
Tue Oct 2 12:55:06 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-x86_64-binutils (Version 2.18.50.20071002)
# spec file for package cross-x86_64-binutils (Version 2.18.50.20071112)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,7 +21,7 @@ BuildRequires: bison dejagnu flex gcc-c++
#
# handle test suite failures
#
%ifarch alpha armv4l hppa mips sh4 sparc sparc64
%ifarch alpha armv4l hppa mips sh4 sparc sparc64 %ix86 ppc
%define make_check_handling true
%else
%define make_check_handling false
@ -41,11 +41,11 @@ BuildRequires: bison dejagnu flex gcc-c++
#
#
Url: http://www.gnu.org/software/binutils/
License: GPL v2 or later; LGPL v2 or later; X11/MIT
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.20071002
Version: 2.18.50.20071112
Release: 1
%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
Summary: GNU binutils for Cross-Development to X86-64 Processors
@ -143,9 +143,10 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%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/")
%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/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep
echo "make check will return with %{make_check_handling} in case of testsuite failures."
%setup -q -n binutils-%{binutils_version}
@ -176,7 +177,6 @@ case %{version} in
sed -i -e '/BFD_VERSION_DATE/s/$/-%{release}/' bfd/version.h
;;
esac
sed -i -e '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
@ -217,6 +217,7 @@ cd build-dir
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--enable-shared --with-gnu-ld --with-gnu-as --libdir=%{_libdir} \
--infodir=%{_infodir} --mandir=%{_mandir} \
--with-separate-debug-dir=%{_prefix}/lib/debug \
@ -266,6 +267,7 @@ TARGET_OS=%{TARGET}-linux
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \
--with-pkgversion="GNU Binutils; %{DIST}" \
--disable-nls \
--build=%{HOST} --target=$TARGET_OS \
--with-sysroot=%{_prefix}/%{TARGET_OS}/sys-root \
@ -362,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}
%endif
%changelog
* Mon Nov 12 2007 - schwab@suse.de
- Update to head to trunk.
* Tue Oct 02 2007 - schwab@suse.de
- Update to head to trunk.
- Add hppa64 target.