From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36746 invoked by alias); 22 Feb 2019 05:58:13 -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 36727 invoked by uid 89); 22 Feb 2019 05:58:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=Hx-languages-length:1160, H*F:U*noreply X-HELO: out-5.smtp.github.com Received: from out-5.smtp.github.com (HELO out-5.smtp.github.com) (192.30.252.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Feb 2019 05:58:02 +0000 Date: Fri, 22 Feb 2019 05:58:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1550815080; bh=G5Xx10rp5dbLq3w6Y0EYqxJZxmudNqLU4WQBC5xebqo=; h=Date:From:To:Subject:From; b=ReRval2TkeNgcqPr9ve1/IOdpt/MH/qX59tjOqEPFfXnRDjbDI4FSt8T6kJa6Ln3G QITSkeoiCh3QDaa+JwCu9s55V8J4htqAr5coLRIXMGWM3Kge9PsdxrUZf3qfK0XcjX 5bG/5MXGDFDa2EaSSgadzJ0NLUs4HWB4JCBchvWs= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 49b71e: Don't enable "shared flat" 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/msg00014.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 49b71e71d63de5ceb26ff7c905afb94226b69eb4 https://github.com/crosstool-ng/crosstool-ng/commit/49b71e71d63de5ceb26ff7c905afb94226b69eb4 Author: Alexey Neyman Date: 2019-02-21 (Thu, 21 Feb 2019) Changed paths: M config/kernel.in Log Message: ----------- Don't enable "shared flat" ... unless experimental. This unbreaks m68k-uclinux-uclibc sample which after the recent change in uClibc.sh attempted to build a shared flat library and failed. We were not building shared flat libraries before. Signed-off-by: Alexey Neyman Commit: abbe41a48dc03f0a7388e738abf76e6cff683301 https://github.com/crosstool-ng/crosstool-ng/commit/abbe41a48dc03f0a7388e738abf76e6cff683301 Author: Alexey Neyman Date: 2019-02-21 (Thu, 21 Feb 2019) Changed paths: M config/kernel.in Log Message: ----------- Merge pull request #1145 from stilor/rc2-fixes-3 Don't enable "shared flat" Compare: https://github.com/crosstool-ng/crosstool-ng/compare/9627a041d25e...abbe41a48dc0