diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2025-02-21 16:19:02 +0100 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2025-02-25 16:16:56 +0100 |
commit | 75136e9b6bb4a5c88f45cf5f285499c737810ae2 (patch) | |
tree | e19d0acc2297561c7ff263020010a49253c0a20e /lang/gcc12-devel/files/patch-libgcc-config.host | |
parent | llvm-{cheri,morello}: Fix wrapper script (diff) |
lang/gcc12-devel: Update to 12.4.1.s20250220
Also remove recently added patch that fixed binaries compiled with the
-static option as it has been merged upstream with commit
23541b23deb5504c6d3c0a3e96a0858e10c3c627.
PR: 284441
Diffstat (limited to '')
-rw-r--r-- | lang/gcc12-devel/files/patch-libgcc-config.host | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc12-devel/files/patch-libgcc-config.host b/lang/gcc12-devel/files/patch-libgcc-config.host deleted file mode 100644 index 266694676d17..000000000000 --- a/lang/gcc12-devel/files/patch-libgcc-config.host +++ /dev/null @@ -1,11 +0,0 @@ ---- libgcc/config.host.orig 2025-01-30 12:31:26.479569000 -0800 -+++ libgcc/config.host 2025-01-30 12:32:03.732682000 -0800 -@@ -286,7 +286,7 @@ - # machine-specific sections may refine and add to this - # configuration. - tmake_file="$tmake_file t-freebsd t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver" -- extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" -+ extra_parts="crtbegin.o crtend.o crtbeginS.o crtbeginT.o crtendS.o" - case ${target_thread_file} in - posix) - tmake_file="${tmake_file} t-freebsd-thread" |