MIPS64 using clang head
Brooks Davis
brooks at freebsd.org
Thu Dec 3 17:38:13 UTC 2015
On Thu, Dec 03, 2015 at 07:23:33AM -0800, Sean Bruno wrote:
> We're still making progress, with a couple more updates to clang we've
> made it past libc ... now seeing a failure to figure out what
> "LONG_BITS" is.
>
> https://people.freebsd.org/~sbruno/mips64_buildworld.log
>
> I'm not quite sure what's missing and I've tried a few hacks to get it
> past here.
This is due to an incompatibility with our limits.h and clang's limits.h
in freestanding mode. IMO it's a bug that clang's limits.h doesn't
include the system one in freestanding mode, but currently it doesn't
which means LONG_BITS doesn't get set. Deleting/not installing the
clang limits.h should do the job.
-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-mips/attachments/20151203/95df2f82/attachment.bin>
More information about the freebsd-mips
mailing list