svn commit: r277497 - head

Ed Maste emaste at FreeBSD.org
Wed Jan 21 19:04:56 UTC 2015


Author: emaste
Date: Wed Jan 21 19:04:55 2015
New Revision: 277497
URL: https://svnweb.freebsd.org/changeset/base/277497

Log:
  Remove addr2line from cross elftoolchain tools list
  
  It is not required, and there is no reason to install it just because it
  came with the binutils cross tools.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Jan 21 18:32:53 2015	(r277496)
+++ head/Makefile.inc1	Wed Jan 21 19:04:55 2015	(r277497)
@@ -1428,7 +1428,6 @@ _binutils=	gnu/usr.bin/binutils
 .endif
 .if ${MK_ELFTOOLCHAIN_TOOLS} != "no"
 _elftctools=	lib/libelftc \
-		usr.bin/addr2line \
 		usr.bin/elfcopy \
 		usr.bin/nm \
 		usr.bin/size \


More information about the svn-src-head mailing list