From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123209 invoked by alias); 23 Jun 2017 03:14:15 -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 123186 invoked by uid 89); 23 Jun 2017 03:14:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 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=HX-Envelope-From:bounce, Hx-spam-relays-external:mxa.mailgun.org, H*RU:mxa.mailgun.org, H*r:Unknown 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; Fri, 23 Jun 2017 03:14:11 +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 594c8781.7fc5087d0ba0-smtp-out-n01; Fri, 23 Jun 2017 03:14:09 -0000 (UTC) Date: Fri, 30 Jun 2017 07:25:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <594c8780113c7_13e7e3fb727ff1c3446420@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] f9faec: nios2: fix architecture features Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_594c8780110dd_13e7e3fb727ff1c344636"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00026.txt.bz2 ----==_mimepart_594c8780110dd_13e7e3fb727ff1c344636 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1107 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: f9faec58add20c124c975e6635ba145562d4dd2c https://github.com/crosstool-ng/crosstool-ng/commit/f9faec58add20c124c975e6635ba145562d4dd2c Author: Kirill Smirnov Date: 2017-06-22 (Thu, 22 Jun 2017) Changed paths: M config/arch/nios2.in Log Message: ----------- nios2: fix architecture features Gcc for Nios II does not support -mcpu option, and --with-cpu=XXX flag breaks gcc compilation. Use --with-arch instead. Signed-off-by: Kirill Smirnov Commit: 81327dd9669e056b14d4c8c53647c4f6c52b7023 https://github.com/crosstool-ng/crosstool-ng/commit/81327dd9669e056b14d4c8c53647c4f6c52b7023 Author: Alexey Neyman Date: 2017-06-22 (Thu, 22 Jun 2017) Changed paths: M config/arch/nios2.in Log Message: ----------- Merge pull request #763 from KirillSmirnov/nios2-arch nios2: fix architecture features Compare: https://github.com/crosstool-ng/crosstool-ng/compare/fae66ae34fb6...81327dd9669e ----==_mimepart_594c8780110dd_13e7e3fb727ff1c344636--