public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* committed: Remove libgcc/config.host check for aout NetBSD releases
@ 2017-07-09  4:39 Krister Walfridsson
  0 siblings, 0 replies; only message in thread
From: Krister Walfridsson @ 2017-07-09  4:39 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: TEXT/PLAIN, Size: 339 bytes --]

I have committed the attached patch to remove a check for obsolete NetBSD
aout releases from the 1990s.

Bootstrapped and tested on i386-unknown-netbsdelf6.1 and
x86_64-unknown-netbsd6.1.

    /Krister


2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>

 	* config.host (*-*-netbsd*): Remove check for aout NetBSD releases.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 890 bytes --]

Index: libgcc/config.host
===================================================================
--- libgcc/config.host	(revision 250079)
+++ libgcc/config.host	(revision 250080)
@@ -250,14 +250,7 @@
   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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-09  4:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-09  4:39 committed: Remove libgcc/config.host check for aout NetBSD releases Krister Walfridsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).