43e8403953
BSD crt is currently used on all architectures (other than sparc64). Remove the option and use BSD crt everywhere as part of the GCC 4.2.1 retirement plan. https://lists.freebsd.org/pipermail/freebsd-arch/2020-January/019823.html PR: 239851 Reviewed by: andrew, brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23122
45 lines
931 B
Makefile
45 lines
931 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(MK_GPL_DTC)
|
|
.include "${SRCTOP}/share/mk/src.opts.mk"
|
|
.endif
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
DIRDEPS = \
|
|
gnu/lib/libdialog \
|
|
gnu/lib/libgcov \
|
|
gnu/lib/libgomp \
|
|
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 \
|
|
|
|
.if ${MK_GPL_DTC} != "no"
|
|
DIRDEPS+= gnu/usr.bin/dtc
|
|
.endif
|
|
|
|
.if ${MK_LLVM_LIBUNWIND} == "no"
|
|
.endif
|
|
|
|
.include <dirdeps.mk>
|