summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/macho-dump/Makefile
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-02-12 05:56:00 +0000
committerandrew <andrew@FreeBSD.org>2013-02-12 05:56:00 +0000
commit180d9ee4c70608454a9b8c6831ce1949c3e27bc7 (patch)
tree5ac157e25a03f0aa98f3452f75baddb57bad914a /usr.bin/clang/macho-dump/Makefile
parent443ddac37e794c5ddc716ddd051a24cae804919d (diff)
downloadFreeBSD-src-180d9ee4c70608454a9b8c6831ce1949c3e27bc7.zip
FreeBSD-src-180d9ee4c70608454a9b8c6831ce1949c3e27bc7.tar.gz
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
Diffstat (limited to 'usr.bin/clang/macho-dump/Makefile')
-rw-r--r--usr.bin/clang/macho-dump/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/clang/macho-dump/Makefile b/usr.bin/clang/macho-dump/Makefile
index cb170d6..bafd150 100644
--- a/usr.bin/clang/macho-dump/Makefile
+++ b/usr.bin/clang/macho-dump/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
-PROG_CXX=macho-dump
NO_MAN=
+.include <bsd.own.mk>
+
+PROG_CXX=macho-dump
SRCDIR= tools/macho-dump
SRCS= macho-dump.cpp
OpenPOWER on IntegriCloud