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

3
debian/rules.unpack vendored
View File

@@ -186,6 +186,9 @@ $(unpack_stamp)-$(newlib_tarball): $(newlib_tarpath) $(unpack_stamp)-$(gcc_tarba
mkdir -p $(stampdir)
: # rm -rf $(newlib_srcdir)
tar -x -f $(newlib_tarpath)
patch -p1 < debian/patches/newlib-pr119325.diff
patch -p1 < debian/patches/newlib-p2.diff
patch -p1 < debian/patches/newlib-p3.diff
echo "$(newlib_tarball) unpacked." > $@
endif