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
17 lines
208 B
Makefile
17 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG_CXX=llvm-as
|
|
|
|
SRCDIR= tools/llvm-as
|
|
SRCS= llvm-as.cpp
|
|
LLVM_REQUIRES_EH=
|
|
|
|
LIBDEPS=llvmbitwriter \
|
|
llvmasmparser \
|
|
llvmcore \
|
|
llvmsupport
|
|
|
|
.include "../clang.prog.mk"
|