From 776bd8a4e09646d0f77b5cd47c47bc42cf437ecd Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 21 Aug 2021 18:53:44 +0000 Subject: [PATCH] Don't build libgcc_stub.a on hppa[12]*-*-hpux11*. 2021-08-21 John David Anglin libgcc/ChangeLog: * config.host: Remove extra_parts from hppa[12]*-*-hpux11* case. --- libgcc/config.host | 1 - 1 file changed, 1 deletion(-) 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*) -- 2.11.4.GIT