e2a70012cc
Remove entries from userland/gnu that conflict with toolchain
52 lines
946 B
Makefile
52 lines
946 B
Makefile
# $FreeBSD$
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
|
|
|
.if !defined(MK_CLANG)
|
|
.include "${SRCTOP}/share/mk/src.opts.mk"
|
|
.endif
|
|
DIRDEPS=
|
|
|
|
.if ${MK_ELFTOOLCHAIN_TOOLS} == "yes"
|
|
DIRDEPS+= \
|
|
usr.bin/addr2line \
|
|
usr.bin/cxxflit \
|
|
usr.bin/elfcopy \
|
|
usr.bin/nm \
|
|
usr.bin/readelf \
|
|
usr.bin/size \
|
|
usr.bin/strip \
|
|
usr.bin/strings \
|
|
|
|
.else
|
|
DIRDEPS+= \
|
|
gnu/usr.bin/binutils/addr2line \
|
|
gnu/usr.bin/binutils/nm \
|
|
gnu/usr.bin/binutils/readelf \
|
|
gnu/usr.bin/binutils/size \
|
|
gnu/usr.bin/binutils/strip \
|
|
gnu/usr.bin/binutils/strings \
|
|
|
|
.endif
|
|
|
|
DIRDEPS+= \
|
|
usr.bin/xinstall \
|
|
gnu/usr.bin/binutils/ar \
|
|
gnu/usr.bin/binutils/as \
|
|
gnu/usr.bin/binutils/ld \
|
|
gnu/usr.bin/binutils/objcopy \
|
|
gnu/usr.bin/binutils/objdump \
|
|
gnu/usr.bin/binutils/ranlib \
|
|
|
|
|
|
.if ${MK_CLANG} == "yes"
|
|
DIRDEPS+= targets/pseudo/clang
|
|
.endif
|
|
.if ${MK_GCC} == "yes"
|
|
DIRDEPS+= targets/pseudo/gcc
|
|
.endif
|
|
|
|
.include <dirdeps.mk>
|