From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113649 invoked by alias); 3 Nov 2015 08:31:08 -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 113272 invoked by uid 89); 3 Nov 2015 08:31:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no 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; Tue, 03 Nov 2015 08:31:05 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 563870bf.55fb0c0-in6; Tue, 03 Nov 2015 08:30:55 -0000 (UTC) Date: Tue, 03 Nov 2015 08:31:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <563870bf38e9d_798a3fc455a9b2b8925a4@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] bb8215: linux: Set CROSS_COMPILE while building/checking h... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_563870bf38a57_798a3fc455a9b2b892489"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00006.txt.bz2 ----==_mimepart_563870bf38a57_798a3fc455a9b2b892489 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2032 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: bb821551c5a9942473b035fb7fddf45663b0123f https://github.com/crosstool-ng/crosstool-ng/commit/bb821551c5a9942473b035fb7fddf45663b0123f Author: Bryan Hundven Date: 2015-11-02 (Mon, 02 Nov 2015) Changed paths: M scripts/build/kernel/linux.sh Log Message: ----------- linux: Set CROSS_COMPILE while building/checking headers Some architectures, like arc and blackfin set CROSS_COMPILE to a default if it is not set on the command-line. Since we are building the cross-compiler, we need to ALWAYS set CROSS_COMPILE, since building/checking headers is done after the GCC PASS1 step. Signed-off-by: Bryan Hundven Commit: 3b854d493909c2373571cf34f7c10542f53b82c3 https://github.com/crosstool-ng/crosstool-ng/commit/3b854d493909c2373571cf34f7c10542f53b82c3 Author: Bryan Hundven Date: 2015-11-02 (Mon, 02 Nov 2015) Changed paths: M scripts/build/libc/uClibc.sh Log Message: ----------- uClibc: Don't use CROSS, use CROSS_COMPILE instead As per: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/Makefile.help?id=044843f002f666db3bc06c513ed6291a00ad1225 CROSS= is for compatibility, but we plan on dropping older uClibc versions, and adding uClibc-ng and uClibc-snapshot support. Use CROSS_COMPILE instead. Signed-off-by: Bryan Hundven Commit: 8c87c3d7195c3cd43253ab73745216dddb8bec3c https://github.com/crosstool-ng/crosstool-ng/commit/8c87c3d7195c3cd43253ab73745216dddb8bec3c Author: Bryan Hundven Date: 2015-11-03 (Tue, 03 Nov 2015) Changed paths: M scripts/build/kernel/linux.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Merge pull request #238 from bhundven/cross_compile_issues Fix some cross_compile issues Compare: https://github.com/crosstool-ng/crosstool-ng/compare/387955ea8617...8c87c3d7195c ----==_mimepart_563870bf38a57_798a3fc455a9b2b892489 Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_563870bf38a57_798a3fc455a9b2b892489--