summaryrefslogtreecommitdiffstats
path: root/targets/pseudo/toolchain/Makefile.depend
blob: 827e3f97fadba82fcb0282d1b9d1747a8c834289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# $FreeBSD$

# This file is not autogenerated - take care!

.if !defined(MK_CLANG)
.include "${SRCTOP}/share/mk/src.opts.mk"
.endif
DIRDEPS=

.if ${MK_TOOLCHAIN} == "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>
OpenPOWER on IntegriCloud