summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-30 09:34:53 +0000
committerru <ru@FreeBSD.org>2002-04-30 09:34:53 +0000
commitd2cb56e26ce9b15e3b6f97b81a3ffe0555f63dd6 (patch)
treee675fa2c0c3c637a8bffa06bf11440ad780ddec6 /Makefile.inc1
parentb6b2470fee2f571cb813096fa5097867bdc21e83 (diff)
downloadFreeBSD-src-d2cb56e26ce9b15e3b6f97b81a3ffe0555f63dd6.zip
FreeBSD-src-d2cb56e26ce9b15e3b6f97b81a3ffe0555f63dd6.tar.gz
Make crunchide(1) a cross-tool; needed for cross-arch "make release".
Note that a.out is only supported for the non-cross i386 case.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fac487b..b37c2748 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -646,7 +646,8 @@ _xlint= usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint
cross-tools:
.for _tool in ${_btxld} ${_elf2exe} \
- gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc ${_xlint}
+ gnu/usr.bin/binutils usr.bin/objformat usr.sbin/crunch/crunchide \
+ gnu/usr.bin/cc ${_xlint}
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
OpenPOWER on IntegriCloud