From: Raspbian forward porter Date: Wed, 13 Jul 2022 18:11:01 +0000 (+0100) Subject: binutils (2.38.50.20220707-1+rpi1) bookworm-staging; urgency=medium X-Git-Tag: archive/raspbian/2.38.90.20220713-2+rpi1~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7bd4865086a67f0d3a9bee3c70ef73b544b7c370;p=binutils.git binutils (2.38.50.20220707-1+rpi1) bookworm-staging; urgency=medium [changes brought forward from 2.29-4+rpi1 by Peter Michael Green 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 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 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 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 build-depends as testsuite is disabled. [changes brought forward from 2.37.90.20220130-2+rpi2 by Peter Michael Green at Thu, 10 Feb 2022 12:05:47 +0000] * Apply patch proposed upstream to fix glibc link issue. [dgit import unpatched binutils 2.38.50.20220707-1+rpi1] --- 7bd4865086a67f0d3a9bee3c70ef73b544b7c370 diff --cc debian/README.cross index 000000000,000000000..ea184f84f new file mode 100644 --- /dev/null +++ b/debian/README.cross @@@ -1,0 -1,0 +1,38 @@@ ++Cross-binutils debian packages are directly built from the binutils ++source package together with the native binutils packages. ++ ++To build a cross-binutils package which is not yet built: ++ ++ o Download and unpack the binutils source package: ++ ++ apt-get source binutils ++ ++ o Ensure you have the binutils build-dependencies installed: ++ ++ apt-get build-dep binutils ++ ++ o Add the binutils- package to the control file: ++ ++ rm -f stamps/control ++ debian/rules stamps/control TARGET= ++ ++ This change is permanent and will survive 'make clean'. If you ++ need to restore the original debian/control file: ++ ++ rm -f stamps/control ++ debian/rules stamps/control TARGET= ++ ++ o Then build the cross-binutils package: ++ ++ TARGET= dpkg-buildpackage -b -uc -us ++ or ++ echo arm >debian/target; dpkg-buildpackage -b -uc -us ++ ++ (substitute your target name, e.g. "arm" or "m68k", instead of ++ "") ++ ++-- ++Hector Oron ++Marcin Juszkiewicz ++Matthias Klose ++Nikita Youshchenko diff --cc debian/README.source index 000000000,000000000..ca8bc0722 new file mode 100644 --- /dev/null +++ b/debian/README.source @@@ -1,0 -1,0 +1,16 @@@ ++This source package builds native packages and packages targeting ++debian architectures. To shorten a test build, some of these builds ++can be skipped. ++ ++DEB_BUILD_OPTIONS="parallel=