On Tue, Jul 10, 2001 at 01:29:32PM -0700, Mark Peek wrote:
> Below are patches which allowed me to run an alpha cross build 
> through to completion using:
> 
>    make -DNOPERL MACHINE_ARCH=alpha MAKEOBJDIRPREFIX=/usr/aobj buildworld

Why is MAKEOBJDIRPREFIX=/usr/aobj needed?  The cross build used to use
/usr/obj/<machine>/ quite nicely.
 
> and a normal build using
> 
>    make -DNOPERL MAKEOBJDIRPREFIX=/usr/iobj buildworld

Huh?  A normal build shouldn't need -DNOPERL and a MAKEOBJDIRPREFIX
redifintion.


>   #-----------------------------------------------------------------------
> Index: gnu/usr.bin/cc/f771/Makefile
> ===================================================================
> RCS file: /cvs/freebsd/src/gnu/usr.bin/cc/f771/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- gnu/usr.bin/cc/f771/Makefile      2000/03/15 05:13:53     1.6
> +++ gnu/usr.bin/cc/f771/Makefile      2001/07/10 19:36:13
> @@ -35,7 +35,7 @@
>   .for i in 1t 2t fo io nq op ot
>   .ORDER: str-$i.h str-$i.j
>   str-$i.j str-$i.h: str-$i.fin fini
> -     ./fini ${GCCDIR}/f/str-$i.fin str-$i.j str-$i.h
> +     fini ${GCCDIR}/f/str-$i.fin str-$i.j str-$i.h

This will use the one in the path, IIRC Marcel explicitly wanted "./fini"
for the cross-build case.
 
-- 
-- David  ([EMAIL PROTECTED])

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to