This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 for libstdc++-v3 cross build on hpux


> When I added code to libstdc++-v3/configure.in to support cross-builds
> with an hp-ux target I lied about the existence of some functions.  It
> didn't break anything then because the functions (finite[fl], isinf[fl],
> isnan[fl], sincos) weren't used by any libstdc++ code.  That has changed
> with a recent checkin so this patch is to remove these functions from
> what hp-ux claims to have while leaving them in the linux and netbsd
> cross build lists of existing functions. 

Careful.  What hpux 10.20 and hpux 11 have is different.  For example,
hpux 10.20 has finitef, isinff and isnanf.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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