This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC Spec file for ARMv8/Aarch64?


On Thu, May 19, 2016 at 05:33:32AM -0400, Jeffrey Walton wrote:
> I have a LeMaker HiKey dev board
> (http://www.lemaker.org/product-hikey-index.html). Its ARMv8/Aarch64
> with an 8-core A-53 processor.
> 
> The problem I have is each time I SSH into the device I usually need
> to do the following to get the Crypto extensions that are available
> natively (GCC fails to consume `-march=native`):

Is this failing because you are using a version of GCC which doesn't
support it (it was a new feature in GCC 6 for AArch64), or because of a
bug in the -march=native support?

Thanks,
James


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]