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
15 lines
175 B
Makefile
15 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
NO_MAN=
|
|
.include <bsd.own.mk>
|
|
|
|
PROG_CXX=macho-dump
|
|
|
|
SRCDIR= tools/macho-dump
|
|
SRCS= macho-dump.cpp
|
|
|
|
LIBDEPS=llvmobject \
|
|
llvmsupport
|
|
|
|
.include "../clang.prog.mk"
|