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: Hopeful patch for configure breakage


"Zack Weinberg" <zackw@Stanford.EDU> writes:
> On Thu, Mar 15, 2001 at 11:23:26AM +0100, Lars Brinkhoff wrote:
> > "Zack Weinberg" <zackw@stanford.edu> writes:
> > > It should also make the float format detector understand the ARM
> > > better, and the message printed by the endian detector a tad less
> > > stilted.
> > On my armv4l-unknown-linux-gnu, configure now says:
> > checking floating point format... IEEE (big-endian)
> Cool.  What did it set HOST_FLOAT_FORMAT, HOST_WORDS_BIG_ENDIAN, and
> HOST_FLOAT_WORDS_BIG_ENDIAN to in auto-host.h?

/* #undef HOST_WORDS_BIG_ENDIAN */

/* #undef HOST_FLOAT_FORMAT */

#define HOST_FLOAT_WORDS_BIG_ENDIAN 1

-- 
http://lars.nocrew.org/


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