freebsd-nq/lib/clang
Dimitry Andric 38d6a62a21 For arm targets, place ABI at the end of the target triple
For some reason, we have been inserting the ABI specification into the
middle of the target triple, when building LLVM, like so:

    armv6-gnueabi-freebsd12.0

This is the wrong way around.  LLVM even auto-canonicalizes it to:

    armv6--freebsd12.0-gnueabi

Let's do this the right way in llvm.build.mk instead.  While here,
define a proper VENDOR macro which can be overridden easily.

Reviewed by:	emaste
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D10846
2017-06-01 21:05:56 +00:00
..
headers
include Turn off llvm/clang's ENABLE_BACKTRACES setting, since it never worked 2017-04-20 21:00:04 +00:00
libclang
liblldb
libllvm Additional LD_AS_LLD -> LD_IS_LLD missed in r312894/r312895 2017-01-27 21:14:42 +00:00
libllvmminimal
clang.build.mk
clang.pre.mk
freebsd_cc_version.h
lldb.pre.mk
llvm.build.mk For arm targets, place ABI at the end of the target triple 2017-06-01 21:05:56 +00:00
llvm.pre.mk
Makefile