From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1118) id ACBE3385841C; Sat, 21 Aug 2021 18:54:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACBE3385841C MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: John David Anglin To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3055] Don't build libgcc_stub.a on hppa[12]*-*-hpux11*. X-Act-Checkin: gcc X-Git-Author: John David Anglin X-Git-Refname: refs/heads/master X-Git-Oldrev: 304ec0d1d9f177e059e695fbe11d93f99f6f14e0 X-Git-Newrev: 776bd8a4e09646d0f77b5cd47c47bc42cf437ecd Message-Id: <20210821185423.ACBE3385841C@sourceware.org> Date: Sat, 21 Aug 2021 18:54:23 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2021 18:54:23 -0000 https://gcc.gnu.org/g:776bd8a4e09646d0f77b5cd47c47bc42cf437ecd commit r12-3055-g776bd8a4e09646d0f77b5cd47c47bc42cf437ecd Author: John David Anglin Date: Sat Aug 21 18:53:44 2021 +0000 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. Diff: --- 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*)