This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC PATCH] Optionally use -mlong-double-128 by default on {powerpc{,64},s390{,x},sparc,alpha}-linux
- From: Andreas Schwab <schwab at suse dot de>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, Roland McGrath <roland at redhat dot com>, rth at redhat dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 31 Jan 2006 16:26:08 +0100
- Subject: Re: [RFC PATCH] Optionally use -mlong-double-128 by default on {powerpc{,64},s390{,x},sparc,alpha}-linux
- References: <20060127165807.GV32233@devserv.devel.redhat.com> <20060128155146.677ac5a4.bkoz@redhat.com> <20060130183900.GF32233@devserv.devel.redhat.com> <20060131143434.GO32233@devserv.devel.redhat.com>
Jakub Jelinek <jakub@redhat.com> writes:
> +# Check if TFmode long double should be used by default or not.
> +# Some glibc targets used DFmode long double, but with glibc 2.4
> +# and later they can use TFmode.
> +case "$target" in
> + powerpc*-*-*gnu* | \
> + sparc*-*-linux* | \
> + s390*-*-linux* | \
> + alpha*-*-linux*)
Why powerpc*-*-*gnu*, but *-linux* for the rest?
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- References:
- [RFC PATCH] Optionally use -mlong-double-128 by default on {powerpc{,64},s390{,x},sparc,alpha}-linux
- Re: [RFC PATCH] Optionally use -mlong-double-128 by default on {powerpc{,64},s390{,x},sparc,alpha}-linux
- Re: [RFC PATCH] Optionally use -mlong-double-128 by default on {powerpc{,64},s390{,x},sparc,alpha}-linux
- Re: [RFC PATCH] Optionally use -mlong-double-128 by default on {powerpc{,64},s390{,x},sparc,alpha}-linux