summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-20 14:42:48 +0000
committerru <ru@FreeBSD.org>2002-05-20 14:42:48 +0000
commit531943a766cf8c4c616513e850124e60fec019b2 (patch)
tree42405b4300067951c84b39d4f2e941325655b209 /Makefile.inc1
parent13ebb01c0e1e246560d0d27ac3ec141fa0a4dd94 (diff)
downloadFreeBSD-src-531943a766cf8c4c616513e850124e60fec019b2.zip
FreeBSD-src-531943a766cf8c4c616513e850124e60fec019b2.tar.gz
Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5e11cc3..f2443c6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -632,10 +632,14 @@ _elf2exe= usr.sbin/elf2exe
_btxld= usr.sbin/btxld
.endif
+.if ${TARGET_ARCH} == "sparc64"
+_elf2aout= usr.bin/elf2aout
+.endif
+
_xlint= usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint
cross-tools:
-.for _tool in ${_btxld} ${_elf2exe} \
+.for _tool in ${_btxld} ${_elf2aout} ${_elf2exe} \
gnu/usr.bin/binutils usr.bin/objformat usr.sbin/crunch/crunchide \
gnu/usr.bin/cc ${_xlint}
cd ${.CURDIR}/${_tool}; \
OpenPOWER on IntegriCloud