From 6f8caac7e7d3ff27b9245170d41acf086c35e6f50188b5d3f2d99e25292d19fa Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Fri, 10 Jul 2015 21:02:31 +0000 Subject: [PATCH] Accepting request 315982 from home:AndreasSchwab:f - Work around qemu bug OBS-URL: https://build.opensuse.org/request/show/315982 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=191 --- binutils.changes | 5 +++++ binutils.spec | 6 +++++- cross-aarch64-binutils.changes | 5 +++++ cross-aarch64-binutils.spec | 6 +++++- cross-arm-binutils.changes | 5 +++++ cross-arm-binutils.spec | 6 +++++- cross-avr-binutils.changes | 5 +++++ cross-avr-binutils.spec | 6 +++++- cross-epiphany-binutils.changes | 5 +++++ cross-epiphany-binutils.spec | 6 +++++- cross-hppa-binutils.changes | 5 +++++ cross-hppa-binutils.spec | 6 +++++- cross-hppa64-binutils.changes | 5 +++++ cross-hppa64-binutils.spec | 6 +++++- cross-i386-binutils.changes | 5 +++++ cross-i386-binutils.spec | 6 +++++- cross-ia64-binutils.changes | 5 +++++ cross-ia64-binutils.spec | 6 +++++- cross-m68k-binutils.changes | 5 +++++ cross-m68k-binutils.spec | 6 +++++- cross-mips-binutils.changes | 5 +++++ cross-mips-binutils.spec | 6 +++++- cross-ppc-binutils.changes | 5 +++++ cross-ppc-binutils.spec | 6 +++++- cross-ppc64-binutils.changes | 5 +++++ cross-ppc64-binutils.spec | 6 +++++- cross-ppc64le-binutils.changes | 5 +++++ cross-ppc64le-binutils.spec | 6 +++++- cross-s390-binutils.changes | 5 +++++ cross-s390-binutils.spec | 6 +++++- cross-s390x-binutils.changes | 5 +++++ cross-s390x-binutils.spec | 6 +++++- cross-sparc-binutils.changes | 5 +++++ cross-sparc-binutils.spec | 6 +++++- cross-sparc64-binutils.changes | 5 +++++ cross-sparc64-binutils.spec | 6 +++++- cross-spu-binutils.changes | 5 +++++ cross-spu-binutils.spec | 6 +++++- cross-x86_64-binutils.changes | 5 +++++ cross-x86_64-binutils.spec | 6 +++++- 40 files changed, 200 insertions(+), 20 deletions(-) diff --git a/binutils.changes b/binutils.changes index 3f603ee..fe7647a 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/binutils.spec b/binutils.spec index d94b1c1..0730310 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ # # spec file for package binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -189,6 +189,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 0afb2e9..6a432f6 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-aarch64-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index cd9cd90..531e2c6 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-arm-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index ee0ac01..46d001e 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-avr-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 2a7877b..8dc5208 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-epiphany-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index e3ddc12..5043c96 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 5313985..7a33abc 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa64-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 13b81c7..32afc47 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-i386-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index ffa25b0..ad4de4e 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ia64-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index cbdd729..6720813 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-m68k-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 0d5522f..0cd682b 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-mips-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 0572c3c..4630d0e 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 4cf3434..ace3a5b 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 317c436..44f479a 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64le-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 940f77f..880fdd8 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 685ba22..720bbe4 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390x-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index ef7e05e..39ed3e6 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-sparc-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index 4ea122f..61b1938 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-sparc64-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 3c6b7c9..5b2055c 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-spu-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 3f603ee..fe7647a 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 15:57:46 UTC 2015 - schwab@linux-m68k.org + +- Work around qemu bug + ------------------------------------------------------------------- Thu Jul 9 14:26:13 UTC 2015 - matz@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 430c8bd..842dcec 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-x86_64-binutils # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -192,6 +192,10 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h # # test_vanilla %endif +%if 0%{?qemu_user_space_build} +# Work around bug in qemu (make: execvp: /bin/sh: Argument list too long) +sed -i 's/\.EXPORT_ALL_VARIABLES:/#&/' gold/testsuite/Makefile.{am,in} +%endif %build sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h