svn commit: r270216 - head/gnu/lib/libgcc

Garrett Cooper ngie at FreeBSD.org
Wed Aug 20 15:43:27 UTC 2014


Author: ngie
Date: Wed Aug 20 15:43:26 2014
New Revision: 270216
URL: http://svnweb.freebsd.org/changeset/base/270216

Log:
  Add ${LIBC} to DPADD to fix "make checkdpadd"
  
  Phabric: D632
  Approved by: jmmv (mentor)
  MFC after: 2 weeks

Modified:
  head/gnu/lib/libgcc/Makefile

Modified: head/gnu/lib/libgcc/Makefile
==============================================================================
--- head/gnu/lib/libgcc/Makefile	Wed Aug 20 14:58:25 2014	(r270215)
+++ head/gnu/lib/libgcc/Makefile	Wed Aug 20 15:43:26 2014	(r270216)
@@ -28,6 +28,7 @@ CFLAGS+=	-DIN_GCC -DIN_LIBGCC2 -D__GCC_F
 		-I${.CURDIR}/../../usr.bin/cc/cc_tools
 
 LDFLAGS+=	-nodefaultlibs
+DPADD+=		${LIBC}
 LDADD+=		-lc
 
 OBJS=		# added to below in various ways depending on TARGET_CPUARCH


More information about the svn-src-all mailing list