From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125662 invoked by alias); 29 Mar 2017 18:04:51 -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 125644 invoked by uid 89); 29 Mar 2017 18:04:50 -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=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; Wed, 29 Mar 2017 18:04:48 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 58dbf73e.7f096c1fb7b0-smtp-out-n01; Wed, 29 Mar 2017 18:04:46 -0000 (UTC) Date: Wed, 29 Mar 2017 18:04:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58dbf73d3694f_58e83ffb44421c2c117874@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] e96616: Remove explicit core passes selection for multilib Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58dbf73d363e7_58e83ffb44421c2c11774d"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00042.txt.bz2 ----==_mimepart_58dbf73d363e7_58e83ffb44421c2c11774d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1200 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: e9661686a640af57ccd9b9d3dec41e9947e7da4e https://github.com/crosstool-ng/crosstool-ng/commit/e9661686a640af57ccd9b9d3dec41e9947e7da4e Author: Alexey Neyman Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: M config/target.in Log Message: ----------- Remove explicit core passes selection for multilib It is only used if this libc flavor uses a multilib iterator (and not determines the multilibs itself). This class currently includes glibc, uClibc, musl - but they explicitly select CC_CORE_PASSES_NEEDED anyway. Signed-off-by: Alexey Neyman Commit: 2cdd503a68a47273ae3a059bebdb466f402c972f https://github.com/crosstool-ng/crosstool-ng/commit/2cdd503a68a47273ae3a059bebdb466f402c972f Author: Alexey Neyman Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: M config/target.in Log Message: ----------- Merge pull request #665 from stilor/optional-pass-1 Remove explicit core passes selection for multilib Compare: https://github.com/crosstool-ng/crosstool-ng/compare/32909ec654ab...2cdd503a68a4 ----==_mimepart_58dbf73d363e7_58e83ffb44421c2c11774d--