1
0

sync with Debian

version: 14.3.0-7 (UNRELEASED)
commit: 39ea76304d57617bd92674237f1fc91c5c12ccd5
This commit is contained in:
2025-09-07 18:09:24 +03:00
parent 08abd3e546
commit e7e0fc078c
14 changed files with 2804 additions and 50 deletions

6
debian/rules.patch vendored
View File

@@ -77,6 +77,8 @@ debian_patches += \
libphobos-unittest \
pr118045 \
binutils-pr32491 \
libphobos-ppc64el \
libphobos-sparc64 \
# see https://bugs.debian.org/1108322
ifneq (,$(filter $(DEB_TARGET_ARCH),hppa m68k powerpc))
@@ -370,6 +372,10 @@ endif
ifeq ($(with_timet64),yes)
echo '#define DIST_DEFAULT_TIMET64 1' \
>> $(srcdir)/gcc/distro-defaults.h
endif
ifeq ($(with_sframe),yes)
echo '#define DIST_DEFAULT_SFRAME 1' \
>> $(srcdir)/gcc/distro-defaults.h
endif
echo '#endif' \
>> $(srcdir)/gcc/distro-defaults.h