From owner-freebsd-hackers Fri Sep 3 15:29: 3 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6EF0C15138 for ; Fri, 3 Sep 1999 15:28:57 -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.9.3/8.9.3) with ESMTP id QAA23275; Fri, 3 Sep 1999 16:28:36 -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.9.3/8.8.3) with ESMTP id QAA48171; Fri, 3 Sep 1999 16:28:44 -0600 (MDT) Message-Id: <199909032228.QAA48171@harmony.village.org> To: Michael Kennett Subject: Re: Crossing building alpha world fails Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 03 Sep 1999 18:15:10 +0800." <199909031015.SAA37489@laurasia.com.au> References: <199909031015.SAA37489@laurasia.com.au> Date: Fri, 03 Sep 1999 16:28:44 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199909031015.SAA37489@laurasia.com.au> Michael Kennett writes: : TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_ARCH=alpha \ : make buildworld : Is this the correct command to use for building the cross? No. That is not right. Don't put the MACHINE and MACHINE_ARCH in the environment. They must be the HOST machine for early parts of the build. However, even if you didn't do that, you would lose. You cannot cross compile 64 bit targets on 32-bit hosts. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message