From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26911 invoked by alias); 13 May 2011 16:31:45 -0000 Received: (qmail 26795 invoked by uid 22791); 13 May 2011 16:31:42 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 May 2011 16:31:28 +0000 Received: (qmail 2841 invoked from network); 13 May 2011 16:31:27 -0000 Received: from unknown (HELO rex.config) (julian@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 May 2011 16:31:27 -0000 Date: Fri, 13 May 2011 18:45:00 -0000 From: Julian Brown To: "Joseph S. Myers" Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] ARM fixed-point support [6/6]: target-specific parts Message-ID: <20110513173118.39cbeac7@rex.config> In-Reply-To: References: <20110513145818.69689c09@rex.config> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-05/txt/msg01005.txt.bz2 On Fri, 13 May 2011 14:54:47 +0000 (UTC) "Joseph S. Myers" wrote: > On Fri, 13 May 2011, Julian Brown wrote: > > > although Joseph's comments have (hopefully) all been addressed. One > > must now configure with "--enable-fixed-point" to enable the > > fixed-point support. > > No, that's not how this configure logic works; it enables fixed point > by default for the given targets. The bit that enables it by default > for MIPS (and that you're changing to cover ARM as well) is the code > that is called if the user *doesn't* pass --enable-fixed-point or > --disable-fixed-point. Yes, you're quite right: I had forgotten to run autoconf after changing configure.ac whilst testing. Sorry for the misinformation! Cheers, Julian