HomeFreeBSD

Allow -march=armv7a on the gcc command line, for compatibility with clang.

Description

Allow -march=armv7a on the gcc command line, for compatibility with clang.
This will result in ARM_ARCH_7A being defined during the compile.

When compiling with gcc, it will still only generate armv6 opcodes itself,
but should pass the arch to gas so that inline asm can use v7 opcodes.

Details

Provenance
ianAuthored on
Parents
rS276044: Add KVM clock support
Branches
Unknown
Tags
Unknown

Event Timeline