From: Peter Michael Green Date: Thu, 17 Oct 2024 22:09:18 +0000 (+0000) Subject: reduce required gcc version. X-Git-Tag: archive/raspbian/7+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e9efaebae9afeb72b477620f242d7494ed59f40;p=gcc-14-cross.git reduce required gcc version. --- diff --git a/debian/changelog b/debian/changelog index 2203c94..4655b7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ gcc-14-cross (7+rpi1) trixie-staging; urgency=medium [changes brought forward from gcc-10-cross 11+rpi1 by Peter Michael Green at Thu, 24 Sep 2020 23:26:27 +0000] * Build sufficient cross-compilers on armhf to build u-boot. + [changes introduced in 7+rpi1 by Peter Michael Green] + * Reduce gcc-14 build-dependency to what we have available in Raspbian + -- Peter Michael Green Sat, 21 Oct 2023 20:29:22 +0000 gcc-14-cross (7) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5be8e25..753b273 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose Standards-Version: 4.7.0 -Build-Depends: gcc-14-source (>= 14.2.0-6~), - gcc-14-base (>= 14.2.0-6~), +Build-Depends: gcc-14-source (>= 14.2.0-3~), + gcc-14-base (>= 14.2.0-3~), binutils-multiarch (>= 2.41-4), autoconf2.69, bison (>= 1:2.3), chrpath, debhelper (>= 11), dpkg-dev (>= 1.21.17), flex, gawk, gettext, diff --git a/debian/rules b/debian/rules index 440981c..d5e1ae6 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,8 @@ distrelease := $(shell lsb_release -cs) GCC_VER := $(shell dpkg-parsechangelog |egrep ^Source:|cut -f2 -d' '|cut -f2 -d'-') ifeq ($(GCC_VER),14) - MIN_VER_GCC := 14.2.0-6~ - PPA_VER_GCC := 14.2.0-6~ + MIN_VER_GCC := 14.2.0-3~ + PPA_VER_GCC := 14.2.0-3~ endif ifndef MIN_VER_GCC