From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35052 invoked by alias); 27 Mar 2017 17:08:02 -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 35026 invoked by uid 89); 27 Mar 2017 17:08:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=upgrades, H*r:Unknown, Home, H*R:D*net 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, 27 Mar 2017 17:07:59 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58d946ee.7f37e4552720-smtp-out-n02; Mon, 27 Mar 2017 17:07:58 -0000 (UTC) Date: Mon, 27 Mar 2017 17:08:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58d946ee6064d_5d5a3fb757051c2c651e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] a596ec: Fix up the sysroot issue for sh4 in a different wa... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58d946ee602eb_5d5a3fb757051c2c6505"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00041.txt.bz2 ----==_mimepart_58d946ee602eb_5d5a3fb757051c2c6505 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1698 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a596ec5b39f900b1f4b481cc46afd20b0e5457d2 https://github.com/crosstool-ng/crosstool-ng/commit/a596ec5b39f900b1f4b481cc46afd20b0e5457d2 Author: Alexey Neyman Date: 2017-03-26 (Sun, 26 Mar 2017) Changed paths: M samples/sh4-multilib-linux-gnu/crosstool.config M samples/sh4-multilib-linux-uclibc/crosstool.config M scripts/build/arch.sh M scripts/build/arch/sh.sh M scripts/build/cc/100-gcc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- Fix up the sysroot issue for sh4 in a different way (see the comments in the code for details on the issue) Old workaround in 100-gcc.sh stopped working (probably, due to one of GCC version upgrades), so switch to the other approach originally described there: adjust the list of multilibs to not include the default target explicitly. Signed-off-by: Alexey Neyman Commit: 32909ec654abcc281a513b769879271b120ddf6f https://github.com/crosstool-ng/crosstool-ng/commit/32909ec654abcc281a513b769879271b120ddf6f Author: Alexey Neyman Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M samples/sh4-multilib-linux-gnu/crosstool.config M samples/sh4-multilib-linux-uclibc/crosstool.config M scripts/build/arch.sh M scripts/build/arch/sh.sh M scripts/build/cc/100-gcc.sh M scripts/crosstool-NG.sh.in Log Message: ----------- Merge pull request #662 from stilor/sh-multilib Fix up the sysroot issue for sh4 in a different way Compare: https://github.com/crosstool-ng/crosstool-ng/compare/de1366132956...32909ec654ab ----==_mimepart_58d946ee602eb_5d5a3fb757051c2c6505--