8a166cafe0
arm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm or armv6 and are building for EABI. Reviewed by: dim
21 lines
267 B
Makefile
21 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG_CXX=llvm-dis
|
|
|
|
SRCDIR= tools/llvm-dis
|
|
SRCS= llvm-dis.cpp
|
|
LLVM_REQUIRES_EH=
|
|
|
|
TGHDRS= Intrinsics
|
|
LIBDEPS=llvmanalysis \
|
|
llvmtarget \
|
|
llvmmc \
|
|
llvmobject \
|
|
llvmbitreader \
|
|
llvmcore \
|
|
llvmsupport
|
|
|
|
.include "../clang.prog.mk"
|