public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: "Steve Ellcey " <sellcey@mips.com>
Cc: <libc-ports@sourceware.org>
Subject: Re: [patch, mips] Fix stubs files for hard float vs. soft float
Date: Mon, 15 Oct 2012 21:23:00 -0000	[thread overview]
Message-ID: <m2ipabpgzf.fsf@igel.home> (raw)
In-Reply-To: <m2r4ozphd0.fsf@igel.home> (Andreas Schwab's message of "Mon, 15	Oct 2012 23:15:07 +0200")

Andreas Schwab <schwab@linux-m68k.org> writes:

> "Steve Ellcey " <sellcey@mips.com> 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."

  reply	other threads:[~2012-10-15 21:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-15 20:15 Steve Ellcey 
2012-10-15 21:15 ` Andreas Schwab
2012-10-15 21:23   ` Andreas Schwab [this message]
2012-10-15 22:08 ` Joseph S. Myers
2012-10-15 23:06   ` Steve Ellcey
2012-10-15 23:31     ` Joseph S. Myers
2012-10-22 23:31       ` Steve Ellcey
2012-10-22 23:38         ` Joseph S. Myers
2012-10-23 20:20           ` Steve Ellcey
2012-10-23 21:32             ` Roland McGrath
2012-10-23 22:14               ` Steve Ellcey
2012-10-23 22:48                 ` Roland McGrath
2012-10-24 16:19                   ` Steve Ellcey
2012-10-24 16:37                     ` Andreas Schwab
2012-10-24 17:13                       ` Steve Ellcey
2012-10-24 17:25                         ` Roland McGrath
2012-10-25  0:00                           ` Steve Ellcey
2012-10-25 12:41                             ` Joseph S. Myers
2012-10-25 20:36                               ` Steve Ellcey
2012-10-26 21:06                               ` Steve Ellcey
2012-10-26 22:11                                 ` Joseph S. Myers
2012-10-26 23:00                                   ` Roland McGrath
2012-10-24 16:41                     ` Joseph S. Myers
2012-10-24  0:05             ` Joseph S. Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ipabpgzf.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=libc-ports@sourceware.org \
    --cc=sellcey@mips.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).