From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104183 invoked by alias); 22 Jan 2020 00:56:22 -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 104175 invoked by uid 89); 22 Jan 2020 00:56:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:sk:crossgc, H*F:U*noreply, HTo:U*crossgcc, H*Ad:U*crossgcc X-HELO: out-20.smtp.github.com Received: from out-20.smtp.github.com (HELO out-20.smtp.github.com) (192.30.252.203) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 00:56:21 +0000 Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id CC4028C0086 for ; Tue, 21 Jan 2020 16:56:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1579654579; bh=X2Ghr7zbKoVRiK7YAZh8IQR+G20dyl2ltbq7n3fAYrM=; h=Date:From:To:Subject:From; b=cHSQ9XDtkeg4c35o2cQWzNJC/9o1g8R162oQQNhYHR1+54dKraubS9XEhEgDEtOOc X+HlQhFkcatvYH5I36Y7hMU4AcFnttAYZqn2iCKRMqz4mP9gOSJy5S3Sk0FvYnwIsL T9pEFQAsXunMnXXZlpoe5BsjiZPU2W7XBZ++Vor0= Date: Wed, 22 Jan 2020 00:56:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 605805: fix nonfunctional --enable-relro option 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: 2020-01/txt/msg00002.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 605805b3dd13590a6e0eda1c93a773b2745a1585 https://github.com/crosstool-ng/crosstool-ng/commit/605805b3dd13590a6e0eda1c93a773b2745a1585 Author: Norbert Lange Date: 2019-10-15 (Tue, 15 Oct 2019) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- fix nonfunctional --enable-relro option Signed-off-by: Norbert Lange Commit: a152d613139ef525dfd0ab3d31cd4bd4bbf97daf https://github.com/crosstool-ng/crosstool-ng/commit/a152d613139ef525dfd0ab3d31cd4bd4bbf97daf Author: Alexey Neyman Date: 2020-01-21 (Tue, 21 Jan 2020) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- Merge pull request #1257 from nolange/fix_binutils_typo fixup typo in bitutils.sh Compare: https://github.com/crosstool-ng/crosstool-ng/compare/90947b3166ec...a152d613139e