summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-13 15:43:29 +0000
committerru <ru@FreeBSD.org>2003-04-13 15:43:29 +0000
commitbbfe17206ab642430c20bc9cd2aa2bbcced30eb5 (patch)
treee3410fa2e41f62cc776d07b0c500aee56ec4c6e9 /Makefile.inc1
parentbf262ea8a822fee81fa6a65d2d2eacb0f9702c5e (diff)
downloadFreeBSD-src-bbfe17206ab642430c20bc9cd2aa2bbcced30eb5.zip
FreeBSD-src-bbfe17206ab642430c20bc9cd2aa2bbcced30eb5.tar.gz
elf2aout.c,v 1.6 and onwards have no known backward compatibility issues.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e0b49d2..45f4579 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -183,6 +183,8 @@ INSTALLTMP!= /usr/bin/mktemp -d -u -t install
# This stage installs a previously built world.
#
+BOOTSTRAPPING?= 0
+
# Common environment for world related stages
CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \
MACHINE_ARCH=${TARGET_ARCH} \
@@ -638,12 +640,10 @@ legacy:
_strfile= games/fortune/strfile
.endif
-.if defined(BOOTSTRAPPING)
.if ( ${BOOTSTRAPPING} < 450005 || \
( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034 ))
_uudecode= usr.bin/uudecode
.endif
-.endif
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
@@ -704,7 +704,8 @@ _kgzip= usr.sbin/kgzip
.endif
.endif
-.if ${TARGET_ARCH} == "sparc64" && ${TARGET_ARCH} != ${MACHINE_ARCH}
+.if ${TARGET_ARCH} == "sparc64" && ${TARGET_ARCH} != ${MACHINE_ARCH} && \
+ ${BOOTSTRAPPING} < 500037
_elf2aout= usr.bin/elf2aout
.endif
OpenPOWER on IntegriCloud