1
0

revert upstream commit 5a3ee43e1b6e "Stop building packages built by gcc-15"

This commit is contained in:
2025-08-11 16:26:13 +03:00
parent 086fcf239a
commit 9c918faffd
3 changed files with 621 additions and 7 deletions

2
debian/rules.conf vendored
View File

@@ -426,7 +426,7 @@ endif
# ensure that the common libs, built from the next GCC version are available
ifeq ($(PKGSOURCE),gcc-$(BASE_VERSION))
ifneq ($(with_common_libs),yes)
BASE_BUILD_DEP = gcc-15-base,
BASE_BUILD_DEP = gcc-14-base,
endif
endif