From: Peter Michael Green Date: Sat, 29 Jun 2024 05:49:19 +0000 (+0000) Subject: Enable patch ada-armel-libatomic on armhf too. X-Git-Tag: archive/raspbian/13.3.0-1+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a82b0e078c8e61f8aa789c99a8a8e56662aec80a;p=gcc-13.git Enable patch ada-armel-libatomic on armhf too. --- diff --git a/debian/changelog b/debian/changelog index 7eea8e6..592d64b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,10 @@ gcc-13 (13.3.0-1+rpi1) trixie-staging; urgency=medium [changes introduced in gcc-8 8.2.0-16+rpi1 by Peter Michael Green] * Disable testsuite (build seems to hang after testsuite completes). - -- Raspbian forward porter Wed, 26 Jun 2024 20:36:59 +0000 + [changed introduced in gcc-13 13.3.0-1+rpi1 by Peter Michael Green] + * Enable patch ada-armel-libatomic on armhf too. + + -- Peter Michael Green Sat, 29 Jun 2024 05:45:29 +0000 gcc-13 (13.3.0-1) unstable; urgency=medium diff --git a/debian/rules.patch b/debian/rules.patch index 3ceb366..fc59881 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -205,6 +205,9 @@ ifeq ($(with_ada),yes) ifeq ($(DEB_TARGET_ARCH),armel) debian_patches += ada-armel-libatomic endif + ifeq ($(DEB_TARGET_ARCH),armhf) + debian_patches += ada-armel-libatomic + endif debian_patches += \ ada-kfreebsd endif