summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-02-12 21:12:47 +0000
committerEd Maste <emaste@FreeBSD.org>2016-02-12 21:12:47 +0000
commitc1da297433fb59835d18e704982748c1404b2542 (patch)
treea21f3ce3a6083f92907d99d0e7f3b716ab9166e0 /Makefile.inc1
parenta4a7c8254c77304e3645de9320176e589de2bfc0 (diff)
downloadsrc-test-c1da297433fb59835d18e704982748c1404b2542.tar.gz
src-test-c1da297433fb59835d18e704982748c1404b2542.zip
Add libpe for elfcopy(1) PE/COFF support
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=295581
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
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