From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 03:42:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68E5E16A41C for ; Thu, 14 Jul 2005 03:42:15 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8D143D49 for ; Thu, 14 Jul 2005 03:42:15 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.247.55] by opusnet.com with ESMTP (SMTPD32-8.05) id AF164D6E00B0; Wed, 13 Jul 2005 20:42:14 -0700 Received: from localhost.localhost (localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j6E3gq8e025663 for ; Wed, 13 Jul 2005 20:42:52 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j6E3glIv025662; Wed, 13 Jul 2005 20:42:47 -0700 (PDT) (envelope-from garys@opusnet.com) To: freebsd-questions@freebsd.org From: garys@opusnet.com (Gary W. Swearingen) Date: Wed, 13 Jul 2005 20:42:47 -0700 Message-ID: <56br56vyrs.r56@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: How do I build i386 arch on Athlon 64? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 03:42:15 -0000 I'm baaaaack... with more problems, naturally. New CPU & motherboard, and now SCSI interface fails, CDRW fails as ATAPI or SCSI, PCI parallel card fails, and too many wanted ports don't work on amd64. I hope an i386 OS will work better and I can work the amd64 problems at my leisure. So how do I build a i386 system on the amd64 system? I've tried passing ARCH=pentiumpro to make and also tried putting pentiumpro in /etc/make and tried building a cross-compiling gcc34, but I'm not having much luck. This seems like it would be a FAQ, but I didn't see anything helpful in the handbook or faq or groups.google or the make files. Thanks.