[changes brought forward from gcc-10-cross 11+rpi1 by Peter Michael Green <plugwash@raspbian.org> 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 <plugwash@raspbian.org> Sat, 21 Oct 2023 20:29:22 +0000
gcc-14-cross (7) unstable; urgency=medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
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,
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