From b56314b5da7669b2c2e1b0b0baf5e294a5e35eb4 Mon Sep 17 00:00:00 2001 From: emaste Date: Wed, 21 Jan 2015 19:04:55 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 3d898c42be8e..984d240c6edb 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \