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