freebsd-dev/targets/pseudo/userland/gnu/Makefile.depend
Ed Maste 134b378392 retire in-tree GPL dtc devicetree compiler
Now that we no longer have GCC 4.2.1 in the tree and can assume FreeBSD
is being built with a C++11 compiler available, we can use BSDL dtc
unconditionally and retire the GPL dtc.

GPL dtc now has FreeBSD CI support via Cirrus-CI to help ensure it
continues to build/work on FreeBSD and is available in the ports tree
if needed.

The copy of (copyfree licensed) libfdt that we actually use is in
sys/contrib/libfdt so the extra copy under contrib/dtc/libfdt can be
removed along with the rest of the GPL dtc.

Reviewed by:	kevans, ian, imp, manu, theraven
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D23192
2020-02-29 17:10:54 +00:00

35 lines
779 B
Makefile

# $FreeBSD$
.include "${SRCTOP}/share/mk/src.opts.mk"
# This file is not autogenerated - take care!
DIRDEPS = \
gnu/lib/libdialog \
gnu/lib/libgcov \
gnu/lib/libregex/doc \
gnu/lib/libstdc++ \
gnu/lib/libsupc++ \
gnu/usr.bin/binutils/ar \
gnu/usr.bin/binutils/as \
gnu/usr.bin/binutils/doc \
gnu/usr.bin/binutils/ld \
gnu/usr.bin/binutils/libbfd \
gnu/usr.bin/binutils/libbinutils \
gnu/usr.bin/binutils/libiberty \
gnu/usr.bin/binutils/libopcodes \
gnu/usr.bin/binutils/objdump \
gnu/usr.bin/dialog \
gnu/usr.bin/diff3 \
gnu/usr.bin/gdb/doc \
gnu/usr.bin/gdb/gdb \
gnu/usr.bin/gdb/gdbserver \
gnu/usr.bin/gdb/kgdb \
gnu/usr.bin/gdb/libgdb \
gnu/usr.bin/gperf \
gnu/usr.bin/gperf/doc \
gnu/usr.bin/grep \
gnu/usr.bin/grep/doc \
.include <dirdeps.mk>