From 2279ee6325d539ee2daf39b073300b1de36ba3f3 Mon Sep 17 00:00:00 2001 From: iains Date: Wed, 22 Aug 2018 12:05:45 +0000 Subject: [PATCH] commit missed change from r263764 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263766 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcc/config.host b/libgcc/config.host index d4ae9448e10c..029f6569cafc 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -208,7 +208,7 @@ case ${host} in *-*-darwin*) asm_hidden_op=.private_extern tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin" - extra_parts="crt3.o crttms.o crttme.o" + extra_parts="crt3.o d10-uwfef.o crttms.o crttme.o" ;; *-*-dragonfly*) tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip" -- 2.47.2