From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) by sourceware.org (Postfix) with ESMTPS id 4A7CA3857C6C for ; Sun, 30 Aug 2020 08:53:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4A7CA3857C6C Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 20CA2600D91 for ; Sun, 30 Aug 2020 01:53:55 -0700 (PDT) Date: Sun, 30 Aug 2020 01:53:55 -0700 From: Chris Packham To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] b07da3: Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX reference Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_LOTSOFHASH, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: crossgcc@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: crossgcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2020 08:53:56 -0000 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: b07da3bb695366e3fbac27e7710f061d7362e0cd https://github.com/crosstool-ng/crosstool-ng/commit/b07da3bb695366e3fbac27e7710f061d7362e0cd Author: Stephanos Ioannidis Date: 2020-05-26 (Tue, 26 May 2020) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX reference This commit fixes an incorrect reference to the configuration `CT_GDB_NATIVE_STATIC_LIBSTDCXX` in the GDB build script. Signed-off-by: Stephanos Ioannidis Commit: 041427aec949a933cba415de9ae7fac29f7a7682 https://github.com/crosstool-ng/crosstool-ng/commit/041427aec949a933cba415de9ae7fac29f7a7682 Author: Stephanos Ioannidis Date: 2020-05-26 (Tue, 26 May 2020) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Enable static libgcc when CT_GDB_NATIVE_STATIC_LIBSTDCXX is set This commit updates the GDB build script to specify `-static-libgcc` when `CT_GDB_NATIVE_STATIC_LIBSTDCXX` is enabled. Both libgcc and libstdc++ are considered to be part of the "standard libraries," and should be specified by the same flag (the configuration symbol could potentially use a better name and/or further indirection). This also semantically aligns the `CT_GDB_NATIVE_STATIC_LIBSTDCXX` with the equivalent GCC configuration `CT_CC_GCC_STATIC_LIBSTDCXX`, which also enables static linking of both libgcc and libstdc++. Signed-off-by: Stephanos Ioannidis Commit: baa746887d3ee6f0336632c2a030ff6812dce4f3 https://github.com/crosstool-ng/crosstool-ng/commit/baa746887d3ee6f0336632c2a030ff6812dce4f3 Author: Chris Packham Date: 2020-08-30 (Sun, 30 Aug 2020) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Merge pull request #1347 from stephanosio/fix_gdb_static_libstdcxx Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX Compare: https://github.com/crosstool-ng/crosstool-ng/compare/23f17ab5cbff...baa746887d3e