From a1928e5c98e3be5906f53e8552e005ddfbfa55d9 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 10 Dec 2016 20:59:52 +0000 Subject: 2016-12-10 Krister Walfridsson * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243518 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 1 + 2 files changed, 6 insertions(+) (limited to 'libgcc') 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" -- cgit v1.2.3