aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-08-20 15:43:26 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-08-20 15:43:26 +0000
commitb6130f818958b344d53b94bb603dd3171a2e46d8 (patch)
tree609d6e016d5a85a78f1755be2facd0bd16569d8a /gnu
parent6804aa1b68f1624fe509dd466fe752ebb0537077 (diff)
downloadsrc-b6130f818958b344d53b94bb603dd3171a2e46d8.tar.gz
src-b6130f818958b344d53b94bb603dd3171a2e46d8.zip
Add ${LIBC} to DPADD to fix "make checkdpadd"
Phabric: D632 Approved by: jmmv (mentor) MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=270216
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index f0e48349a7f5..8480ef475070 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -28,6 +28,7 @@ CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
-I${.CURDIR}/../../usr.bin/cc/cc_tools
LDFLAGS+= -nodefaultlibs
+DPADD+= ${LIBC}
LDADD+= -lc
OBJS= # added to below in various ways depending on TARGET_CPUARCH