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


On Fri, Mar 16, 2001 at 08:03:23AM +0100, Lars Brinkhoff wrote:
> "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

Good, that is as it should be.  Thanks for testing.

zw


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