32 lines
561 B
Makefile
Raw Normal View History

2013-02-16 05:22:48 +00:00
# $FreeBSD$
# This file is not autogenerated - take care!
.if !defined(MK_CLANG)
2014-05-10 05:14:29 +00:00
.include "${SRCTOP}/share/mk/src.opts.mk"
.endif
DIRDEPS= \
gnu/usr.bin/binutils/as \
gnu/usr.bin/binutils/ld \
usr.bin/addr2line \
usr.bin/ar \
usr.bin/cxxfilt \
usr.bin/elfcopy \
usr.bin/elfdump \
usr.bin/nm \
usr.bin/readelf \
usr.bin/size \
usr.bin/strings \
usr.bin/strip \
2015-05-27 01:19:58 +00:00
usr.bin/xinstall \
.if ${MK_CLANG_BOOTSTRAP} == "yes"
2014-11-30 18:45:46 +00:00
DIRDEPS+= targets/pseudo/clang
.endif
.if ${MK_GCC_BOOTSTRAP} == "yes"
2014-11-30 18:45:46 +00:00
DIRDEPS+= targets/pseudo/gcc
.endif
2013-02-16 05:22:48 +00:00
.include <dirdeps.mk>