diff mbox series

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

Message ID 73bfd29e-f587-ac82-8619-c02c7e49b2b1@bell.net
State New
Headers show
Series [committed] hppa: Don't build libgcc_stub.a on hppa[12]*-*-hpux11* | expand

Commit Message

John David Anglin Aug. 21, 2021, 6:59 p.m. UTC
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 mbox series

Patch

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