From d6574dd103ac7f306c24d2b0e40a2319e1c1e7ac Mon Sep 17 00:00:00 2001 From: Krister Walfridsson Date: Sat, 10 Dec 2016 20:59:52 +0000 Subject: [PATCH] config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file. 2016-12-10 Krister Walfridsson * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file. From-SVN: r243518 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 1 + 2 files changed, 6 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d4a1bad2d84..b0ab79f2856 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2016-12-10 Krister Walfridsson + + * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to + tmake_file. + 2016-12-05 Cupertino Miranda * config.host (arc*-*-linux-uclibc*): Use default extra diff --git a/libgcc/config.host b/libgcc/config.host index b1a2be640a3..d231665ec7c 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -599,6 +599,7 @@ x86_64-*-freebsd*) md_unwind_header=i386/freebsd-unwind.h ;; i[34567]86-*-netbsdelf*) + tmake_file="${tmake_file} i386/t-crtstuff" ;; x86_64-*-netbsd*) tmake_file="${tmake_file} i386/t-crtstuff" -- 2.30.2