Remove special code handling armv7 and armv6 (which for GCC 6 and
5-based ports is necessary for aarch64, armv6 and armv7, but that
we do not need for newer ports). [1]
Shorten the distinct .if statements for architecture-specific settings,
to use .elif instead.
Consulted with: andreast [1]