From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92396 invoked by alias); 7 Dec 2015 19:26:56 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 92387 invoked by uid 89); 7 Dec 2015 19:26:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Dec 2015 19:26:55 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 5665dd7b.6c841b0-in1; Mon, 07 Dec 2015 19:26:51 -0000 (UTC) Date: Mon, 07 Dec 2015 19:26:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <5665dd7b53b97_27e73fca3a1292bc6843b@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] ed21bc: binutils: Fix LDFLAGS for static toolchain Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5665dd7b53798_27e73fca3a1292bc68337"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00004.txt.bz2 ----==_mimepart_5665dd7b53798_27e73fca3a1292bc68337 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1248 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: ed21bcaf8995aa5aad0a9631062ca5e1708e6bdc https://github.com/crosstool-ng/crosstool-ng/commit/ed21bcaf8995aa5aad0a9631062ca5e1708e6bdc Author: Bryan Hundven Date: 2015-12-07 (Mon, 07 Dec 2015) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- binutils: Fix LDFLAGS for static toolchain If building a static toolchain, the ldflags option passed to do_binutils_backend is overridden when we set `LDFLAGS=-all-static`. We should pass `LDFLAGS=${ldflags} -all-static` in this case. This fixes #297 Signed-off-by: Bryan Hundven Commit: 8a87716fbfe1743ac4fecd11d5f31e02bbdcbe77 https://github.com/crosstool-ng/crosstool-ng/commit/8a87716fbfe1743ac4fecd11d5f31e02bbdcbe77 Author: Bryan Hundven Date: 2015-12-07 (Mon, 07 Dec 2015) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- Merge pull request #299 from bhundven/fix_static_binutils binutils: Fix LDFLAGS for static toolchain Compare: https://github.com/crosstool-ng/crosstool-ng/compare/c92387e2a8e2...8a87716fbfe1 ----==_mimepart_5665dd7b53798_27e73fca3a1292bc68337 Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_5665dd7b53798_27e73fca3a1292bc68337--