[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Preliminary 'wip-armhf' branch pushed
From: |
Mark H Weaver |
Subject: |
Re: Preliminary 'wip-armhf' branch pushed |
Date: |
Wed, 31 Dec 2014 17:24:06 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Mark H Weaver <address@hidden> writes:
> I've pushed a new branch 'wip-armhf' (not to be confused with 'wip-arm')
> which seems likely to finish natively building bootstrap tarballs soon.
> It is based on the 'core-updates' branch.
I believe that my cross-compiled bootstrap tarballs are bad and have to
be rebuilt. Despite passing both --target=arm-linux-gnueabihf and
--with-float=hard to GCC's configure, I believe that GCC was using the
soft-float ABI for ARM by default. This is especially bad given that
our dynamic linker has a name that indicates the hard-float ABI.
For now, I've pushed another commit to the 'wip-armhf' branch that will
hopefully make it *cross-build* armhf bootstrap tarballs properly, but
it is not yet suitable for building on an arm box because it refers to
the existing (bad) bootstrap tarballs.
I'll post an update when this issue is resolved.
Mark