From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59671 invoked by alias); 15 Mar 2016 16:59:03 -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 58799 invoked by uid 89); 15 Mar 2016 16:59:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=sk:LDFLAGS, sk:do_gcc_, crosstool-ng, sk:ldflags X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Mar 2016 16:58:52 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 56e83f49.7d97f00-in01; Tue, 15 Mar 2016 16:58:49 -0000 (UTC) Date: Tue, 15 Mar 2016 16:59:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <56e83f4929e1b_22c13fd4e6be729c2273e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 8a65d0: gcc: backport fixes that preserve FLAGS_FOR_TARGET Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_56e83f49299e3_22c13fd4e6be729c2272b"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00027.txt.bz2 ----==_mimepart_56e83f49299e3_22c13fd4e6be729c2272b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2379 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 8a65d08b275837052c497fc5db033b32f3fd5342 https://github.com/crosstool-ng/crosstool-ng/commit/8a65d08b275837052c497fc5db033b32f3fd5342 Author: Max Filippov Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: A patches/gcc/4.8.5/130-pr43538.patch A patches/gcc/4.8.5/131-mt-ospace-preserve-FLAGS_FOR_TARGET.patch A patches/gcc/4.9.3/130-pr43538.patch A patches/gcc/4.9.3/131-mt-ospace-preserve-FLAGS_FOR_TARGET.patch Log Message: ----------- gcc: backport fixes that preserve FLAGS_FOR_TARGET CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET are rewritten in gcc-4.8.x and gcc-4.9.x, so libstdc++ does not get any flags passed to gcc configure. Backport fixes for config/mt-gnu and config/mt-ospace that preserve these flags. With these fixes libstdc++ gets built with flags specified in CT_TARGET_CFLAGS. Signed-off-by: Max Filippov Commit: 02d8e4a514773273443c213dab3954bdc626ecbc https://github.com/crosstool-ng/crosstool-ng/commit/02d8e4a514773273443c213dab3954bdc626ecbc Author: Max Filippov Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M scripts/build/cc/100-gcc.sh Log Message: ----------- scripts/build/cc: pass FLAGS_FOR_TARGET in do_gcc_core_backend Pass CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET and LDFLAGS_FOR_TARGET to gcc configure in do_gcc_core_backend as they may be used to build libstdc++ for bare-metal target. Signed-off-by: Max Filippov Commit: a41b269af6001e47df0c6f42cad13e32526b22cb https://github.com/crosstool-ng/crosstool-ng/commit/a41b269af6001e47df0c6f42cad13e32526b22cb Author: Bryan Hundven Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: A patches/gcc/4.8.5/130-pr43538.patch A patches/gcc/4.8.5/131-mt-ospace-preserve-FLAGS_FOR_TARGET.patch A patches/gcc/4.9.3/130-pr43538.patch A patches/gcc/4.9.3/131-mt-ospace-preserve-FLAGS_FOR_TARGET.patch M scripts/build/cc/100-gcc.sh Log Message: ----------- Merge pull request #376 from jcmvbkbc/gcc-flags-for-target Pass CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET for libstdc++ in baremetal build Compare: https://github.com/crosstool-ng/crosstool-ng/compare/d7339f50a2e8...a41b269af600 ----==_mimepart_56e83f49299e3_22c13fd4e6be729c2272b Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_56e83f49299e3_22c13fd4e6be729c2272b--