freebsd-dev/usr.bin/clang/llvm-prof/Makefile
Andrew Turner 8a166cafe0 Allow us to build clang for ARM EABI. Clang and llvm use the
arm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm or
armv6 and are building for EABI.

Reviewed by:	dim
2013-02-12 05:56:00 +00:00

19 lines
233 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PROG_CXX=llvm-prof
SRCDIR= tools/llvm-prof
SRCS= llvm-prof.cpp
LIBDEPS=llvmanalysis \
llvmtarget \
llvmmc \
llvmobject \
llvmbitreader \
llvmcore \
llvmsupport
.include "../clang.prog.mk"