aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-10 20:59:52 +0000
committerkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-10 20:59:52 +0000
commita1928e5c98e3be5906f53e8552e005ddfbfa55d9 (patch)
tree54ad193ba634c790fba26669e1f1a63e2783c6f8 /libgcc
parent96dc118c535c430b7d565d544f89d806e5a7bf80 (diff)
2016-12-10 Krister Walfridsson <krister.walfridsson@gmail.com>
* 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
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host1
2 files changed, 6 insertions, 0 deletions
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 <krister.walfridsson@gmail.com>
+
+ * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to
+ tmake_file.
+
2016-12-05 Cupertino Miranda <cmiranda@synopsys.com>
* 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"