summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-29 14:42:46 +0000
committerobrien <obrien@FreeBSD.org>1999-12-29 14:42:46 +0000
commitc34ec3d7dad898b9f7f570f7d28f331bd6218335 (patch)
treebbeb99d426a7e898e4781b306869d0d5e1119946 /Makefile.inc1
parentc5dd6ef219371f7521eaa5ac57c56e2383736c0c (diff)
downloadFreeBSD-src-c34ec3d7dad898b9f7f570f7d28f331bd6218335.zip
FreeBSD-src-c34ec3d7dad898b9f7f570f7d28f331bd6218335.tar.gz
Allow the specification of a prefix for gcc to find all the various bits.
If one wishes to anchor the compiler toolchain tree somewhere other than /, all one needs to do is set "TOOLS_PREFIX" to a different rooting. Submitted by: marcel (in a different format and reworked by me)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 3ae4653..f68c2a9 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -144,6 +144,7 @@ BOOTSTRAPENV= MAKEOBJDIRPREFIX=${WORLDTMP} \
DESTDIR=${WORLDTMP} \
INSTALL="sh ${.CURDIR}/tools/install.sh" \
MACHINE_ARCH=${BUILD_ARCH} \
+ TOOLS_PREFIX=${WORLDTMP} \
PATH=${TMPPATH}
# Common environment for world related stages
@@ -473,14 +474,10 @@ includes:
cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
.if exists(${.CURDIR}/secure) && !defined(NOCRYPT)
-.if exists(${.CURDIR}/secure/lib/libcrypto)
cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
-.endif
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
-.if exists(${.CURDIR}/secure/lib/libssl)
cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
.endif
-.endif
.if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \
defined(MAKE_KERBEROS4)
cd ${.CURDIR}/kerberosIV/lib/libacl; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud