summaryrefslogtreecommitdiff
path: root/lang/gcc14/files/patch-libgcc-config.host
blob: 266694676d174f7abdb563a415eb9378b21369a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"