From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9642 invoked by alias); 25 Nov 2011 23:30:46 -0000 Received: (qmail 9633 invoked by uid 22791); 25 Nov 2011 23:30:46 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smtp07.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) (80.12.242.129) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Nov 2011 23:30:33 +0000 Received: from treguer.bzh.lan ([90.32.37.166]) by mwinf5d13 with ME id 1bNz1i0063b4rwA03bP2vE; Sat, 26 Nov 2011 00:23:02 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 6 of 6] config/target: enforce floating point support X-Mercurial-Node: 1a0567af940d9a4b4e522b182a3be5dc1295ea1d Message-Id: <1a0567af940d9a4b4e52.1322263351@treguer.bzh.lan> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.0 Date: Fri, 25 Nov 2011 23:30:00 -0000 From: "Yann E. MORIN" To: crossgcc@sourceware.org Cc: Morten Thunberg Svendsen , Michael Hope 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 X-SW-Source: 2011-11/txt/msg00182.txt.bz2 # HG changeset patch # User "Yann E. MORIN" # Date 1322261969 -3600 # Node ID 1a0567af940d9a4b4e522b182a3be5dc1295ea1d # Parent 8a0e12da93ac60d3afb7817dd90a5412cba70d8d config/target: enforce floating point support Do not prompt for the type of floating-point support, if the architecture did not explicitly stated that it did support it. Reported-by: Morten Thunberg Svendsen Signed-off-by: "Yann E. MORIN" diff --git a/config/target.in b/config/target.in --- a/config/target.in +++ b/config/target.in @@ -260,6 +260,7 @@ choice bool prompt "Floating point:" + depends on ARCH_SUPPORT_FLOAT config ARCH_FLOAT_HW bool @@ -328,6 +329,7 @@ config ARCH_FLOAT string + default "" if ! ARCH_SUPPORT_FLOAT default "hard" if ARCH_FLOAT_HW default "soft" if ARCH_FLOAT_SW default "softfp" if ARCH_FLOAT_SOFTFP -- For unsubscribe information see http://sourceware.org/lists.html#faq