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  <dang...@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*)

Reply via email to