Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2002 19:30:00 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10928 for review
Message-ID:  <200205070230.g472U0w71040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10928

Change 10928 by peter@peter_ia64 on 2002/05/06 19:29:17

	hack for 'make world' with gcc-3.1.  It seems that
	during stage 4, it wants to find cpp0 on the $PATH, and
	at this point it only lives in $OBJDIRPATH

Affected files ...

... //depot/projects/ia64/Makefile.inc1#22 edit

Differences ...

==== //depot/projects/ia64/Makefile.inc1#22 (text+ko) ====

@@ -203,7 +203,7 @@
 WMAKEENV=	${CROSSENV} \
 		DESTDIR=${WORLDTMP} \
 		INSTALL="sh ${.CURDIR}/tools/install.sh" \
-		PATH=${TMPPATH}
+		PATH=${TMPPATH}:${OBJFORMAT_PATH}
 WMAKE=		${WMAKEENV} ${MAKE} -f Makefile.inc1
 
 # install stage

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205070230.g472U0w71040>