This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: long double and GLIBCPP_CHECK_MATH_SUPPORT
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: long double and GLIBCPP_CHECK_MATH_SUPPORT
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 25 Oct 2000 07:21:54 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com
Hmm.
Please don't change
GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_*
stuff.
Just change the general case:
GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT
GLIBCPP_CHECK_MATH_SUPPORT
to pre-emptively kill checking the entire long double spectrum if the
initial few aren't found.
-benjamin