From owner-freebsd-current Sun Jul 8 13:15:10 2001 Delivered-To: freebsd-current@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 53FC137B401; Sun, 8 Jul 2001 13:15:07 -0700 (PDT) (envelope-from mark@whistle.com) Received: from [207.76.207.129] ([10.1.10.118]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id NAA14602; Sun, 8 Jul 2001 13:14:56 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <200107081949.f68JnnJ80938@harmony.village.org> References: <20010708100844.A65478@dragon.nuxi.com> <200107081949.f68JnnJ80938@harmony.village.org> Date: Sun, 8 Jul 2001 13:15:03 -0700 To: Warner Losh , obrien@FreeBSD.ORG From: Mark Peek Subject: Re: chgrp broken on alpha systems Cc: Dag-Erling Smorgrav , Bruce Evans , Kris Kennaway , John Baldwin , freebsd-current@FreeBSD.ORG, Jim.Pirzyk@disney.com, mjacob@feral.com, Jordan Hubbard Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 1:49 PM -0600 7/8/01, Warner Losh wrote: >In message <20010708100844.A65478@dragon.nuxi.com> "David O'Brien" writes: >: On Sun, Jul 08, 2001 at 07:03:26PM +0200, Dag-Erling Smorgrav wrote: >: > Bruce Evans writes: >: > > [explaining how to build an LP64 world on i386] >: > >: > I just had a major "doh" moment... >: > >: > # cd /usr/src >: > # make MACHINE_ARCH=alpha buildworld >& /var/log/world.alpha & >: > [1] 13655 >: > >: > Ought to catch any Alpha WARNS fuckups. Or did I overlook something? >: >: It doesn't work anymore. > >What's the misfunction? I do the above with MACHINE_ARCH=pc98 on my >i386 box all the time to build pc98 worlds. It probably works since i386 and pc98 are similar. I'm trying an alpha cross build as we speak. So far I needed to apply this patch to get around having -mcpu=ev4 being fed to the i386 compiler during the build tools phase. Index: Makefile.inc1 =================================================================== RCS file: /cvs/freebsd/src/Makefile.inc1,v retrieving revision 1.205 diff -u -r1.205 Makefile.inc1 --- Makefile.inc1 2001/06/14 01:35:22 1.205 +++ Makefile.inc1 2001/07/08 20:06:34 @@ -185,6 +185,7 @@ # build-tool stage TMAKEENV= MAKEOBJDIRPREFIX=${OBJTREE} \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ + MACHINE_ARCH=`uname -m` \ PATH=${TMPPATH} TMAKE= ${TMAKEENV} ${MAKE} -f Makefile.inc1 Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message