From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30948 invoked by alias); 1 Nov 2011 23:50:30 -0000 Received: (qmail 30939 invoked by uid 22791); 1 Nov 2011 23:50:29 -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 smtp09.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) (80.12.242.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Nov 2011 23:50:15 +0000 Received: from treguer.bzh.lan ([90.32.130.159]) by mwinf5d18 with ME id rzih1h0053SVNb603zijk1; Wed, 02 Nov 2011 00:42:43 +0100 X-ME-engine: default Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 4 of 4] arch/arm: ARM supports the softfp convention X-Mercurial-Node: 3eb98b84ca1e19094b717006e2a85ab6d080dace Message-Id: <3eb98b84ca1e19094b71.1320190777@treguer.bzh.lan> In-Reply-To: References: User-Agent: Mercurial-patchbomb/1.9.3 Date: Tue, 01 Nov 2011 23:50:00 -0000 From: "Yann E. MORIN" To: crossgcc@sourceware.org Cc: 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/msg00006.txt.bz2 # HG changeset patch # User Michael Hope # Date 1320190583 -3600 # Node ID 3eb98b84ca1e19094b717006e2a85ab6d080dace # Parent 43fb1d340cabee3afba58bf21c49daf4482698ff arch/arm: ARM supports the softfp convention ARM compilers can be built for soft float (software only, floats in core registers), hard float (uses floating point instructions, floats in FPU registers), or the half-way house softfp (uses floating point instructions, floats in core registers). Signed-off-by: Michael Hope [yann.morin.1998@anciens.enib.fr: split the original patch] Signed-off-by: "Yann E. MORIN" diff --git a/config/arch/arm.in b/config/arch/arm.in --- a/config/arch/arm.in +++ b/config/arch/arm.in @@ -10,6 +10,7 @@ ## select ARCH_SUPPORT_CPU ## select ARCH_SUPPORT_TUNE ## select ARCH_SUPPORT_FPU +## select ARCH_SUPPORT_SOFTFP ## ## help The ARM architecture, as defined by: ## help http://www.arm.com/ -- For unsubscribe information see http://sourceware.org/lists.html#faq