From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8273 invoked by alias); 23 Feb 2017 06:00:43 -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 8138 invoked by uid 89); 23 Feb 2017 06:00:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 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, HX-Envelope-From:sk:sourcew, 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; Thu, 23 Feb 2017 06:00:23 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 58ae7a65.7f835d7b7ae0-smtp-out-n01; Thu, 23 Feb 2017 06:00:05 -0000 (UTC) Date: Thu, 23 Feb 2017 06:00:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58ae7a659460f_2876b3f7ea4421c301664c4@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] c8d7d7: Added new gcc config option CC_GCC_CONFIG_TLS Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58ae7a6594329_2876b3f7ea4421c3016634f"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00037.txt.bz2 ----==_mimepart_58ae7a6594329_2876b3f7ea4421c3016634f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1178 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: c8d7d79e20f83e3ca268b0c302263a8c6660bd8a https://github.com/crosstool-ng/crosstool-ng/commit/c8d7d79e20f83e3ca268b0c302263a8c6660bd8a Author: Jasmin Jessich Date: 2017-02-21 (Tue, 21 Feb 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Added new gcc config option CC_GCC_CONFIG_TLS Adding new tristate configuration for TLS (Thread Local Storage) to add "--enable-tls" (y), "--disable-tls" (n) or nothing (m). Signed-off-by: Jasmin Jessich Commit: 4de4507a651901c65e09ee7db644962d4ac956ff https://github.com/crosstool-ng/crosstool-ng/commit/4de4507a651901c65e09ee7db644962d4ac956ff Author: Alexey Neyman Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Merge pull request #375 from jasmin-j/add_tls_config Added new gcc config option CC_GCC_CONFIG_TLS Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1468e996f75f...4de4507a6519 ----==_mimepart_58ae7a6594329_2876b3f7ea4421c3016634f--