From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73037 invoked by alias); 5 Dec 2018 03:13:08 -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 72588 invoked by uid 89); 5 Dec 2018 03:13:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=contrib, H*r:Unknown, uclibcng, uclibc-ng X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Dec 2018 03:13:05 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1543979583; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GQsa6GDRkEmkHPAxhI0n6ImTYiTSN1ncutGuRkBD+aw=; b=XZsjS4XIhs1LYkOZrdydaNY/jGvr3kVYPwZfymtsOh9RZ21VpIujGtM5wRih4y4WCXerdCh+ 5VcD7Is6nuXZOiVAH+MZtVHM905gwBk4dNHyh/wL3OlDWXySNVL32AduHVlgAC0G5MxzjpA6 CuYX+6JcpCJ3GNMxaWBqjTkIDyA= X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c07423f.7f6dd4968510-smtp-out-n03; Wed, 05 Dec 2018 03:13:03 -0000 (UTC) Date: Wed, 05 Dec 2018 03:13:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5c07423eb4b22_60472b2493a74594988c1@hookshot-fe-31feec6.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 893932: Add a config option for default RELRO setting Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5c07423eb4559_60472b2493a745949873b"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00005.txt.bz2 ----==_mimepart_5c07423eb4559_60472b2493a745949873b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3104 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 893932e90f967169fcf494e36ac9001f2f1b90a5 https://github.com/crosstool-ng/crosstool-ng/commit/893932e90f967169fcf494e36ac9001f2f1b90a5 Author: Alexey Neyman Date: 2018-12-03 (Mon, 03 Dec 2018) Changed paths: M config/binutils/binutils.in M packages/binutils/package.desc M scripts/build/binutils/binutils.sh Log Message: ----------- Add a config option for default RELRO setting Fixes #656. Signed-off-by: Alexey Neyman Commit: f5b57504d28d0bdcda26a06ec21d80906bfbf11e https://github.com/crosstool-ng/crosstool-ng/commit/f5b57504d28d0bdcda26a06ec21d80906bfbf11e Author: Alexey Neyman Date: 2018-12-04 (Tue, 04 Dec 2018) Changed paths: M config/libc/glibc.in M config/libc/uClibc.in R contrib/uClibc-defconfigs/uClibc-ng.config R contrib/uClibc-defconfigs/uClibc.config A packages/binutils/binutils-ld.in A packages/uClibc-ng/config A packages/uClibc/config R scripts/build/binutils/binutils-ld.in M scripts/build/binutils/binutils.sh M scripts/build/libc/glibc.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Add configuration options for enabling SSP ... in uClibc and glibc. Fixes #681. While here, relocate additional "sources" for uClibc/binutils into packages/ directory. Signed-off-by: Alexey Neyman Commit: 1e5c48f190f5f0da9177a1137113b8d4a836ab9e https://github.com/crosstool-ng/crosstool-ng/commit/1e5c48f190f5f0da9177a1137113b8d4a836ab9e Author: Alexey Neyman Date: 2018-12-04 (Tue, 04 Dec 2018) Changed paths: M config/binutils/binutils.in M config/libc/mingw-w64.in Log Message: ----------- Require ld to be default when building mingw-w64 Fixes #674. Signed-off-by: Alexey Neyman Commit: f8874f447e40852d33d65c1f443a90b0760901df https://github.com/crosstool-ng/crosstool-ng/commit/f8874f447e40852d33d65c1f443a90b0760901df Author: Alexey Neyman Date: 2018-12-04 (Tue, 04 Dec 2018) Changed paths: M config/binutils/binutils.in M config/libc/glibc.in M config/libc/mingw-w64.in M config/libc/uClibc.in R contrib/uClibc-defconfigs/uClibc-ng.config R contrib/uClibc-defconfigs/uClibc.config A packages/binutils/binutils-ld.in M packages/binutils/package.desc A packages/uClibc-ng/config A packages/uClibc/config R scripts/build/binutils/binutils-ld.in M scripts/build/binutils/binutils.sh M scripts/build/libc/glibc.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Merge pull request #1108 from stilor/config-fixes Config fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/dc9fa6ad64f8...f8874f447e40 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5c07423eb4559_60472b2493a745949873b--