From owner-freebsd-current Sun Jul 8 13:37:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6027C37B401 for ; Sun, 8 Jul 2001 13:37:43 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f68Kbbg14627; Sun, 8 Jul 2001 14:37:41 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f68KbbJ16608; Sun, 8 Jul 2001 14:37:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107082037.f68KbbJ16608@harmony.village.org> To: Mark Peek Subject: Cross compiling (was Re: chgrp broken on alpha systems) Cc: freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Sun, 08 Jul 2001 13:15:03 PDT." References: <20010708100844.A65478@dragon.nuxi.com> <200107081949.f68JnnJ80938@harmony.village.org> Date: Sun, 08 Jul 2001 14:37:36 -0600 From: Warner Losh 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 [cc's trimed] In message Mark Peek writes: : 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. Sure makes some odd pathnames, but so far it seems to be working for me. I waited until I was into stage 4 to send this message. When I started seeing command lines like: cc -nostdinc -O -pipe -mcpu=ev4 -mcpu=ev4 -I/home/imp/FreeBSD/src/lib/libmd -I/usr/obj/alpha/home/imp/FreeBSD/src/i386/usr/include -c /home/imp/FreeBSD/src/lib/libmd/sha0c.c -o sha0c.o which tells me that this is a good patch. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message