Date: Tue, 7 Oct 2014 10:44:41 +0100 From: Andrew Turner <andrew@fubar.geek.nz> To: Warner Losh <imp@bsdimp.com> Cc: freebsd-arm@freebsd.org Subject: Re: [RFC] Add and armv7hf TARGET_ARCH Message-ID: <20141007104441.6f779866@bender.lan> In-Reply-To: <D37E1B73-40E2-4B3E-BF15-29119CD6DA27@bsdimp.com> References: <20141006134626.59cc5573@bender.lan> <54330F01.4050108@fgznet.ch> <D37E1B73-40E2-4B3E-BF15-29119CD6DA27@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 Oct 2014 19:05:21 -0600 Warner Losh <imp@bsdimp.com> wrote: > On Oct 6, 2014, at 3:52 PM, Andreas Tobler <andreast-list@fgznet.ch> > wrote: > > I think something like this part would also be needed, no? > > > > Thanks, > > Andreas > > > > Index: sys/arm/include/param.h > > =================================================================== > > --- sys/arm/include/param.h (revision 272668) > > +++ sys/arm/include/param.h (working copy) > > @@ -53,9 +53,13 @@ > > > > #define __PCI_REROUTE_INTERRUPT > > > > -#if __ARM_ARCH >= 6 > > +#if __ARM_ARCH >= 7 > > +#define _V6_SUFFIX "v7" > > +#endif > > Does the fact that arm64 is armv8 matter? Not really, armv8 is able to execute in both AArch64 (arm64) and AArch32 (armv6, armv7hf) modes. I would expect arm64 to report it being and armv7hf when executing a 32-bit application. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141007104441.6f779866>