public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] hppa: Don't build libgcc_stub.a on hppa[12]*-*-hpux11*
@ 2021-08-21 18:59 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2021-08-21 18:59 UTC (permalink / raw)
  To: GCC Patches

libgcc_stub.a is not needed on hppa[12]*-*-hpux11*, so don't build it.

Tested on hppa2.0w-hp-hpux11.11.  Committed to trunk.

Dave
---

Don't build libgcc_stub.a on hppa[12]*-*-hpux11*.

2021-08-21  John David Anglin  <danglin@gcc.gnu.org>

libgcc/ChangeLog:
	* config.host: Remove extra_parts from hppa[12]*-*-hpux11* case.

diff --git a/libgcc/config.host b/libgcc/config.host
index 8ca7a00082a..8b636743c63 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -667,7 +667,6 @@ hppa[12]*-*-hpux11*)
 	    tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
 	fi
 	tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
-	extra_parts="libgcc_stub.a"
 	md_unwind_header=pa/hpux-unwind.h
 	;;
 hppa*-*-openbsd*)

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

only message in thread, other threads:[~2021-08-21 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-21 18:59 [committed] hppa: Don't build libgcc_stub.a on hppa[12]*-*-hpux11* John David Anglin

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).