diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2018-08-22 12:05:45 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2018-08-22 12:05:45 +0000 |
commit | 88350fd97ea9c15587f40260941a134948490b8c (patch) | |
tree | 28c08f07d2769386b668b9d037517321a8fb308a /libgcc | |
parent | a49c064e407df3d39776241f2c08b14e6affde1e (diff) | |
download | gcc-88350fd97ea9c15587f40260941a134948490b8c.zip gcc-88350fd97ea9c15587f40260941a134948490b8c.tar.gz gcc-88350fd97ea9c15587f40260941a134948490b8c.tar.bz2 |
commit missed change from r263764
From-SVN: r263766
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index d4ae944..029f656 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" |