64bit integer problem?

Olivier Houchard mlfbsd at ci0.org
Tue Sep 18 15:32:46 PDT 2007


On Tue, Sep 18, 2007 at 11:53:51PM +0200, Michael Reifenberger wrote:
> On Tue, 18 Sep 2007, Nathan Whitehorn wrote:
> ...
> >Did you remember CFLAGS=-mbig-endian in /etc/make.conf? GCC doesn't get 
> >configured to produce big-endian code by default.
> >-Nathan
> 
> Yes. Thats was it. Thanks!
> 
> BTW: Why isn't it the default for big-endian architectures?
> 
> Bye/2
> ---

Hi Michael,

It used to be, that gcc defaulted to big-endian, when TARGET_BIG_ENDIAN was
set while buildworlding. It has been lost during the gcc3 => gcc 4
transition.
I'm going to restoare the old behavior ;)

Thanks a lot for reporting !

Olivier


More information about the freebsd-arm mailing list