CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/18 16:26:03
Modified files:
gnu/usr.bin/clang: Makefile.inc
Log message:
On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes the
compiler generate code for armv7 by default (giving us proper atomic
operations) and selects the right default ABI.
ok patrick@, tom@
