From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8570 invoked by alias); 15 Oct 2012 21:15:19 -0000 Received: (qmail 8557 invoked by uid 22791); 15 Oct 2012 21:15:17 -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:15:10 +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 3XgXVN6C7tz3hhf7; Mon, 15 Oct 2012 23:15:08 +0200 (CEST) X-Auth-Info: LewG/bxpjz7PTj42t5ENFcvTCD8/IxjXkkSxPvxUggQ= 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 3XgXVN3jYRzbbcb; Mon, 15 Oct 2012 23:15:08 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id EFD1FCA2A4; Mon, 15 Oct 2012 23:15:07 +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: An air of FRENCH FRIES permeates my nostrils!! Date: Mon, 15 Oct 2012 21:15:00 -0000 In-Reply-To: (Steve Ellcey's message of "Mon, 15 Oct 2012 13:15:20 -0700") 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/msg00027.txt.bz2 "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))) Unknown ABI, must be one of $(abi-variants) endif 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."