aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-02-13 16:02:12 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-02-13 16:02:12 +0000
commit90a472637517f21b8fd51c12f7b58da4acb804cb (patch)
treec08899f7a0f50404c030b4d36ab05e054a499796 /Makefile.inc1
parenta8bcc4d878beb806a2318b70a52668972adfd2ec (diff)
parent007a703036a4df3dfcdd0e6e5b8c0392298adb68 (diff)
downloadsrc-90a472637517f21b8fd51c12f7b58da4acb804cb.tar.gz
src-90a472637517f21b8fd51c12f7b58da4acb804cb.zip
Merge ^/head r295544 through r295600.
Notes
Notes: svn path=/projects/clang380-import/; revision=295601
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 ad65d6069929..516138a89bf8 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