From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11593 invoked by alias); 27 Aug 2014 16:51:23 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 11581 invoked by uid 89); 27 Aug 2014 16:51:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f179.google.com Received: from mail-we0-f179.google.com (HELO mail-we0-f179.google.com) (74.125.82.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 27 Aug 2014 16:51:22 +0000 Received: by mail-we0-f179.google.com with SMTP id u57so490821wes.24 for ; Wed, 27 Aug 2014 09:51:17 -0700 (PDT) X-Received: by 10.180.20.142 with SMTP id n14mr15064311wie.22.1409158276897; Wed, 27 Aug 2014 09:51:16 -0700 (PDT) Received: from 046206184211.atmpu0022.highway.a1.net (046206184211.atmpu0022.highway.a1.net. [46.206.184.211]) by mx.google.com with ESMTPSA id ju1sm2514787wjc.1.2014.08.27.09.51.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Aug 2014 09:51:16 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: <53FDA3EB.2060703@arm.com> <53FDCE60.3070003@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH, ARM] PR62248 - Configure error with --with-fpu=fp-armv8 From: Bernhard Reutner-Fischer Date: Wed, 27 Aug 2014 16:51:00 -0000 To: Yvan Roux ,Richard Earnshaw CC: "gcc-patches@gcc.gnu.org" Message-ID: X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02497.txt.bz2 On 27 August 2014 16:22:28 CEST, Yvan Roux wrote: >Committed on trunk at r214573, and I'll backport it on 4.9 branch. s/true/:/ ? Thanks,