TARGET_ARCH=armv6

Warner Losh imp at bsdimp.com
Tue Jul 10 05:24:23 UTC 2012


On Jul 9, 2012, at 10:52 PM, Tim Kientzle wrote:

>>>>> <armv6-target-arch.patch>
>>>> 
>>>> This looks good enough to commit to the projects/armv6 branch.
>>> 
>>> Done.
>>> 
>>> Please try TARGET_ARCH=armv6 and let me know
>>> what breaks.  I just found that native "make buildworld"
>>> miscompiles rtld.  Fortunately, disassembling the good
>>> and bad versions only shows a few differences, so I'm
>>> tracking those down.
> 
> More missing pieces:
>  * 'make universe' doesn't yet know about armv6

Easy enough to add :)

>  * I don't know how 'make universe' can distinguish between 'arm' kernels and 'armv6' kernels. Any ideas?

The machine line.  However, I tried to get the armeb and arm kernels distinguished, but that failed.  I'll try again to fix it later, and then you can use something similar for armv6.  Also, we're getting enough ARM kernels I though about adding a NOUNIVERSE line to some of the more bizarre Atmel ones...

> More generally:
>  * What's required before the 'armv6' tree can be merged into -CURRENT?

PROFIT!

Honestly, I'm not sure, just had to say that.

Warner



More information about the freebsd-arm mailing list