This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ bootstrap failures on sparc-sun-solaris2.8 (analyzed)
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: libstdc++ bootstrap failures on sparc-sun-solaris2.8 (analyzed)
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 31 Jul 2001 23:16:47 +0200
- Cc: <gcc at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>, Alexandre Oliva <aoliva at redhat dot com>, Jan Hubicka <jh at suse dot cz>, Gabriel Dos Reis <gdr at codesourcery dot com>
- Organization: CodeSourcery, LLC
- References: <Pine.BSF.4.33.0107312254220.11982-100000@deneb.dbai.tuwien.ac.at>
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
| Okay, I finally analyzed what's been going on:
Aha thanks, I was unable to track it down :-( I should have thought
of the multilib issue since David has had similar problems :-(
| Question 1: Why the heck are we building 64-bit sparcv9 stuff at all
| on such a host which by all practical means is 32-bit?
A bug in the build machinery :-(
| Question 2: Now that we know what's going on, HOW DO WE FIX THIS?
Hmm, David fixed a similar issues for AIX with
2001-07-23 David Edelsohn <edelsohn@gnu.org>
* include/bits/limits_generic.h (int): Set digits and digits10
appropriately for word size.
(unsigned int,long,unsigned long): Likewise.
Seems we ought to generalize his approcah...
-- Gaby