Changes the default from arm1176jzf-s (armv6) to cortex-a7
$ clang --target=arm-linux-gnueabihf -dM -E -xc - < /dev/null | grep "ARM_ARCH "
The goal is to change the default from:
#define __ARM_ARCH 6
to
#define __ARM_ARCH 7
Reported initially on:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930008