aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-27 07:59:37 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-27 07:59:37 +0000
commitdfd93f4d1d0ead021af3bac3304d66fe68612135 (patch)
tree6b4a573a4723c8218828520e4baf555614fd9ddc /Makefile
parent3081c7cd687f477a92c0affcc7543a9e3d13e7ff (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52d3662e98a5..cd3b874ce0c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.180 1998/05/25 17:34:34 sos Exp $
+# $Id: Makefile,v 1.181 1998/05/26 20:12:43 sos Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -208,6 +208,7 @@ TMPPATH= ${STRICTTMPPATH}:${PATH}
# want that - all compile-time library paths should be resolved by gcc.
# It fails for set[ug]id executables (are any used?).
COMPILER_ENV= BISON_SIMPLE=${WORLDTMP}/usr/share/misc/bison.simple \
+ OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \
COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \
GCC_EXEC_PREFIX=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib/ \
LD_LIBRARY_PATH=${WORLDTMP}${SHLIBDIR} \