From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94394 invoked by alias); 13 Feb 2019 23:19:01 -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 94378 invoked by uid 89); 13 Feb 2019 23:19:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_LOTSOFHASH,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:U*noreply X-HELO: out-12.smtp.github.com Received: from out-12.smtp.github.com (HELO out-12.smtp.github.com) (192.30.254.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Feb 2019 23:18:58 +0000 Date: Wed, 13 Feb 2019 23:19:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1550099936; bh=3bSi2ZahX7TwhVONDaaOR7JGX0ayneTbCFJoog4J3Nk=; h=Date:From:To:Subject:From; b=DZaza3FptzJDdFHEXUJrCa+qTIlH798apALD1IWQtIklgxYGE83Ue7f5hlyyDXGEK VcczRgZMeE/E3q6wlA3vQEMGJ39ovtltZIp39zGP4MfGlwZvOvyDaB6rlcjZ6hi8Ph XYsZm5+Rp+YvQeIrdGmjg1Vc4jQAwiD1skNirq0A= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 230670: clang check before add to CT_CFLAGS_FOR_BUILD/HOST 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-SW-Source: 2019-02/txt/msg00008.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 2306701d2c4f9ad2dd493e4cff4188b8faa23b83 https://github.com/crosstool-ng/crosstool-ng/commit/2306701d2c4f9ad2dd493e4cff4188b8faa23b83 Author: Roy Storey Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M scripts/crosstool-NG.sh Log Message: ----------- clang check before add to CT_CFLAGS_FOR_BUILD/HOST Commit: 5d84835f908172cf170045395e203346890f02bd https://github.com/crosstool-ng/crosstool-ng/commit/5d84835f908172cf170045395e203346890f02bd Author: Roy Storey Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- decouple darwin/clang here as per #712 https://github.com/crosstool-ng/crosstool-ng/issues/712#issuecomment-300891861 Commit: 841c6fc8c19fb1388119198becaaef7f03dc7ee7 https://github.com/crosstool-ng/crosstool-ng/commit/841c6fc8c19fb1388119198becaaef7f03dc7ee7 Author: Alexey Neyman Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Use CFLAGS for both CFLAGS/CXXFLAGS in GDB These config variables are documented as such anyway. Signed-off-by: Alexey Neyman Commit: 1a3b562c75e40f9c2914727aa909d7605786eddc https://github.com/crosstool-ng/crosstool-ng/commit/1a3b562c75e40f9c2914727aa909d7605786eddc Author: Alexey Neyman Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M configure.ac Log Message: ----------- Check for lzip (some archives are lzipped) Ideally, we should just skip the archives for which we don't have the utilities; let's leave it until I convert the "trivial checks" part of crosstool-NG.sh into a separate configure script. Signed-off-by: Alexey Neyman Commit: b135af0c4a8a141d537a7e60a989594d354abece https://github.com/crosstool-ng/crosstool-ng/commit/b135af0c4a8a141d537a7e60a989594d354abece Author: Alexey Neyman Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M configure.ac M scripts/build/debug/300-gdb.sh M scripts/crosstool-NG.sh Log Message: ----------- Merge pull request #1139 from stilor/master decouple darwin/clang Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8bdb0ccd0407...b135af0c4a8a