This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, mips] Fix stubs files for hard float vs. soft float


"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)))
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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]