- binutils (2.37-5+rpi1) bookworm-staging; urgency=medium
++binutils (2.37-7+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from 2.29-4+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 17 Aug 2017 15:41:49 +0000]
+ * Disable testsuite, it fails on our lxc based autobuilders.
+
+ [changes brought forward from 2.31.1-16+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Thu, 06 Feb 2020 17:10:11 +0000]
+ * Allow dependency of binutils on binutils-triplet to be satisfied by
+ foreign architectures, to facilitate setting up environments where the
+ linker is 64-bit while everything else is 32-bit.
+
+ [changes brought forward from 2.35-3+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 22 Sep 2020 18:10:17 +0000]
+ * Build sufficient cross binutils to support u-boot build.
+
+ [changes brought forward from 2.35.1-3+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 01 Dec 2020 21:55:01 +0000]
+ * Build the same set of cross-binutils on arm64 as on armhf.
+ (avoids issues when control is generated on armhf and then package is
+ built on arm64)
+ * Remove <!nocheck> build-depends as testsuite is disabled.
+
+ [changes introduced in 2.35.1-5+rpi1 by Peter Michael Green]
+ * Touch gold/yyscript.h and gold/yyscript.c in clean target to ensure they are
+ newer than yyscript.y and hence stop the upstream build system trying to
+ regenerate them when building from a git checkout.
+
+ [changes brought forward from 2.37-4+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Wed, 01 Sep 2021 12:43:37 +0000]
+ * Fix merge screwup that left us with no arm64 cross binutils.
+
- -- Raspbian forward porter <root@raspbian.org> Thu, 02 Sep 2021 14:37:32 +0000
++ -- Raspbian forward porter <root@raspbian.org> Sun, 26 Sep 2021 01:45:11 +0000
++
+ binutils (2.37-7) unstable; urgency=medium
+
+ * Fix PR ld/28348, taken from the trunk. Closes: #994530.
+ * Revert the arc build, needs dpkg supporting this architecture.
+
+ -- Matthias Klose <doko@debian.org> Sun, 19 Sep 2021 17:23:57 +0200
+
+ binutils (2.37-6) unstable; urgency=medium
+
+ * Add support to build for arc-linux-gnu. Closes: #994190.
+
+ -- Matthias Klose <doko@debian.org> Tue, 14 Sep 2021 08:41:56 +0200
binutils (2.37-5) unstable; urgency=medium
CONFARGS_TARGET_aarch64 = --enable-targets=aarch64_be-linux-gnu
-with_check := yes
+ CONFARGS_TARGET_arc = --with-cpu=hs38_linux
+
+with_check := disabled by plugwash
ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
# override buildd admins to run the testsuite anyway ...
ifeq (,$(filter $(DEB_HOST_ARCH), m68k powerpc sh4 sparc64))