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.