From c1da297433fb59835d18e704982748c1404b2542 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 12 Feb 2016 21:12:47 +0000 Subject: Add libpe for elfcopy(1) PE/COFF support Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 173f70e526be8..63d1b2f7a122e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1638,6 +1638,7 @@ _binutils= gnu/usr.bin/binutils .endif .if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no" _elftctools= lib/libelftc \ + lib/libpe \ usr.bin/elfcopy \ usr.bin/nm \ usr.bin/size \ @@ -1650,6 +1651,7 @@ _elftctools+= usr.bin/addr2line # If cross-building with an external binutils we still need to build strip for # the target (for at least crunchide). _elftctools= lib/libelftc \ + lib/libpe \ usr.bin/elfcopy .endif -- cgit v1.2.3