From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12720 invoked by alias); 15 Oct 2012 21:23:24 -0000 Received: (qmail 12706 invoked by uid 22791); 15 Oct 2012 21:23:23 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SARE_BAYES_5x8,SARE_BAYES_6x8 X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Oct 2012 21:23:17 +0000 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3XgXgm3hTvz3hhV1; Mon, 15 Oct 2012 23:23:16 +0200 (CEST) X-Auth-Info: AKPetHyUO7kLlmD0VVIejajxyTvkTUFnOzqtHYdNXFE= Received: from igel.home (ppp-88-217-104-12.dynamic.mnet-online.de [88.217.104.12]) by mail.mnet-online.de (Postfix) with ESMTPA id 3XgXgm3JDZzbbfN; Mon, 15 Oct 2012 23:23:16 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 2DBA8CA2A4; Mon, 15 Oct 2012 23:23:16 +0200 (CEST) From: Andreas Schwab To: "Steve Ellcey " Cc: Subject: Re: [patch, mips] Fix stubs files for hard float vs. soft float References: X-Yow: I'm gliding over a NUCLEAR WASTE DUMP near ATLANTA, Georgia!! Date: Mon, 15 Oct 2012 21:23:00 -0000 In-Reply-To: (Andreas Schwab's message of "Mon, 15 Oct 2012 23:15:07 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00028.txt.bz2 Andreas Schwab writes: > "Steve Ellcey " writes: > >> +ifneq ($(default-abi),o32_soft) >> +ifneq ($(default-abi),o32_hard) >> +ifneq ($(default-abi),n32_soft) >> +ifneq ($(default-abi),n32_hard) >> +ifneq ($(default-abi),n64_soft) >> +ifneq ($(default-abi),n64_hard) >> +Unknown ABI, must be "o32_soft", "o32_hard", "n32_soft", "n32_hard", >> +"n64_soft", or "n64_hard" >> +endif >> +endif >> +endif >> +endif >> +endif >> +endif >> + >> # _MIPS_SIM_ABI32 == 1, _MIPS_SIM_NABI32 == 2, _MIPS_SIM_ABI64 == 3 >> -abi-variants := o32 n32 n64 >> +abi-variants := o32_soft o32_hard n32_soft n32_hard n64_soft n64_hard > > ifneq (,$(filter $(default-abi),$(abi-variants))) ifeq, of course. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."