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]

Re: libgcc2.h:99: no data type for mode `TI'


On Sat, Sep 30, 2000 at 12:20:58PM +0200, Gerald Pfeifer wrote:
> On a related note I realized that Jakub failed to specify whether he
> did a full bootstrap and testsuite run and on which platform for his
> original patch.

I'm sure it was for sparc64-linux -- the patch *is* necessary
for sparc64 to work.  The failure you're seeing is common to
any 32-to-64 cross at the moment.

There are two options: disable the 64-bit parts when building
from a 32-bit host (like solaris 2.7), or to fix 32-to-64 bit
cross compilation (replace CONST_DOUBLE with arbitrary precision
arithmetic).

The first option is surely easier.


r~

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