aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorKrister Walfridsson <krister.walfridsson@gmail.com>2017-07-09 04:01:02 +0000
committerKrister Walfridsson <kristerw@gcc.gnu.org>2017-07-09 04:01:02 +0000
commitbec75e53a86ed2e7d06a57fd9d934029c1fde923 (patch)
treeafc6e18c14410bf083ce6ca246f790060ab0073f /libgcc
parent046829966cefd2cdfed350490145f9ad6b532a9f (diff)
downloadgcc-bec75e53a86ed2e7d06a57fd9d934029c1fde923.zip
gcc-bec75e53a86ed2e7d06a57fd9d934029c1fde923.tar.gz
gcc-bec75e53a86ed2e7d06a57fd9d934029c1fde923.tar.bz2
config.host (*-*-netbsd*): Remove check for aout NetBSD releases.
2017-07-09 Krister Walfridsson <krister.walfridsson@gmail.com> * config.host (*-*-netbsd*): Remove check for aout NetBSD releases. From-SVN: r250080
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host9
2 files changed, 5 insertions, 8 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index ff22641..e2de038 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-09 Krister Walfridsson <krister.walfridsson@gmail.com>
+
+ * config.host (*-*-netbsd*): Remove check for aout NetBSD releases.
+
2017-07-07 Peter Bergner <bergner@vnet.ibm.com>
* config/rs6000/float128-ifunc.c: Don't include auxv.h.
diff --git a/libgcc/config.host b/libgcc/config.host
index cf62e0e..989ac71 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -250,14 +250,7 @@ case ${host} in
tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
tmake_file="$tmake_file t-slibgcc-libgcc"
- # NetBSD 1.7 and later are set up to use GCC's crtstuff for
- # ELF configurations. We will clear extra_parts in the
- # a.out configurations.
- case ${host} in
- *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
- extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
- ;;
- esac
+ extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
;;
*-*-openbsd*)
tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"