|
Message-Id: <20241002-gcc-bump-v1-0-8f910fd54b1c@gmx.net> Date: Wed, 02 Oct 2024 17:40:03 +0200 From: J. Neuschäfer <j.neuschaefer@....net> To: musl@...ts.openwall.com Cc: J. Neuschäfer <j.neuschaefer@....net> Subject: [PATCH MCM 0/3] musl-cross-make: add newer GCC versions This patchset adds newer GCC versions to MCM. Patches are copied from GCC 11 and only very lightly modifed (which can be verified by diffing the patch directories). I haven't tested the resulting toolchains, so there might be some bugs lurking. Signed-off-by: J. Neuschäfer <j.neuschaefer@....net> --- J. Neuschäfer (3): add gcc 12.4 hash and patches add gcc 13.3 hash and patches add gcc 14.2 hash and patches hashes/gcc-12.4.0.tar.xz.sha1 | 1 + hashes/gcc-13.3.0.tar.xz.sha1 | 1 + hashes/gcc-14.2.0.tar.xz.sha1 | 1 + patches/gcc-12.4.0/0001-ssp_nonshared.diff | 14 + patches/gcc-12.4.0/0002-posix_memalign.diff | 30 ++ patches/gcc-12.4.0/0003-j2.diff | 346 +++++++++++++++++++++ patches/gcc-12.4.0/0004-static-pie.diff | 92 ++++++ patches/gcc-12.4.0/0005-m68k-sqrt.diff | 20 ++ patches/gcc-12.4.0/0006-cow-libstdc++v3.diff | 8 + patches/gcc-12.4.0/0007-fdpic-unwind.diff | 11 + .../gcc-12.4.0/0008-fdpic-crtstuff-pr114158.diff | 38 +++ patches/gcc-12.4.0/0009-sh-fdpic-pr114641.diff | 12 + patches/gcc-13.3.0/0001-ssp_nonshared.diff | 14 + patches/gcc-13.3.0/0002-posix_memalign.diff | 30 ++ patches/gcc-13.3.0/0003-j2.diff | 346 +++++++++++++++++++++ patches/gcc-13.3.0/0004-static-pie.diff | 92 ++++++ patches/gcc-13.3.0/0005-m68k-sqrt.diff | 20 ++ patches/gcc-13.3.0/0006-cow-libstdc++v3.diff | 8 + patches/gcc-13.3.0/0007-fdpic-unwind.diff | 11 + .../gcc-13.3.0/0008-fdpic-crtstuff-pr114158.diff | 38 +++ patches/gcc-13.3.0/0009-sh-fdpic-pr114641.diff | 12 + patches/gcc-14.2.0/0001-ssp_nonshared.diff | 14 + patches/gcc-14.2.0/0002-posix_memalign.diff | 30 ++ patches/gcc-14.2.0/0003-j2.diff | 346 +++++++++++++++++++++ patches/gcc-14.2.0/0004-static-pie.diff | 92 ++++++ patches/gcc-14.2.0/0005-m68k-sqrt.diff | 20 ++ patches/gcc-14.2.0/0006-cow-libstdc++v3.diff | 8 + patches/gcc-14.2.0/0007-fdpic-unwind.diff | 11 + .../gcc-14.2.0/0008-fdpic-crtstuff-pr114158.diff | 38 +++ patches/gcc-14.2.0/0009-sh-fdpic-pr114641.diff | 12 + 30 files changed, 1716 insertions(+) --- base-commit: fd6be58297ee21fcba89216ccd0d4aca1e3f1c5c change-id: 20241002-gcc-bump-1d99a65a2422 Best regards, -- J. Neuschäfer <j.neuschaefer@....net>
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.