--------- Original Message -------- From: Bin.Cheng <[email protected]> To: Andreas Tobler <[email protected]> Cc: GCC Patches <[email protected]> Subject: Re: [PATCH] FreeBSD arm support, EABI. Date: 03/11/14 10:04
> On Mon, Nov 3, 2014 at 6:11 AM, Andreas Tobler <[email protected]> wrote: > > Hello all, > > > > this is a patch which brings support for arm*-*-freebsd* to trunk. > > The architectures supported are arm-*-*freebsd*, armv6-*-freebsd* and > > armv6hf-*-freebsd*. > > armv6 stands for ARM_ARCH == 6, arm stands for ARM_ARCH < 6. > Just out of curiosity, what about armv7? Sorry, I should have written 'armv6 stands for ARM_ARCH >= 6'. But I have no evidence how an armv8 (ARM_ARCH == 8) will/would work. Thanks for the curiosity :) Andreas
