180d9ee4c7
arm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm or armv6 and are building for EABI. Reviewed by: dim
24 lines
434 B
Makefile
24 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
NO_MAN=
|
|
.include <bsd.own.mk>
|
|
|
|
PROG_CXX=clang-tblgen
|
|
|
|
SRCDIR= tools/clang/utils/TableGen
|
|
SRCS= ClangASTNodesEmitter.cpp \
|
|
ClangAttrEmitter.cpp \
|
|
ClangCommentCommandInfoEmitter.cpp \
|
|
ClangCommentHTMLTagsEmitter.cpp \
|
|
ClangDiagnosticsEmitter.cpp \
|
|
ClangSACheckersEmitter.cpp \
|
|
NeonEmitter.cpp \
|
|
OptParserEmitter.cpp \
|
|
TableGen.cpp
|
|
LLVM_REQUIRES_EH=
|
|
|
|
LIBDEPS=llvmtablegen \
|
|
llvmsupport
|
|
|
|
.include "../clang.prog.mk"
|