From owner-freebsd-current@FreeBSD.ORG Sat Jun 14 11:19:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF9037B401 for ; Sat, 14 Jun 2003 11:19:58 -0700 (PDT) Received: from neo.jnielsen.net (12-254-226-178.client.attbi.com [12.254.226.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86EC43FAF for ; Sat, 14 Jun 2003 11:19:57 -0700 (PDT) (envelope-from john@jnielsen.net) Received: from buff (buff.local [192.168.0.10]) by neo.jnielsen.net (8.12.9/8.12.9) with ESMTP id h5EIJuNa052261 for ; Sat, 14 Jun 2003 12:19:57 -0600 (MDT) (envelope-from john@jnielsen.net) From: John Nielsen To: current@freebsd.org Date: Sat, 14 Jun 2003 12:20:03 -0600 User-Agent: KMail/1.5.2 References: <200306121446.42456.john@jnielsen.net> <200306131509.21589.john@jnielsen.net> <20030614093133.D79103@carver.gumbysoft.com> In-Reply-To: <20030614093133.D79103@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306141220.03205.john@jnielsen.net> Subject: Re: build flags for a 386DX (5.1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 18:19:58 -0000 On Saturday 14 June 2003 10:32, Doug White wrote: > On Fri, 13 Jun 2003, John Nielsen wrote: > > As I indicated, my only hangup is that I'm not familiar enough with the > > new GCC 3 build procedures to know where to put the -march and/or -mcpu > > flags for a buildworld on a separate (newer) machine. > > CPUTYPE=yatta in make.conf. See /etc/defaults/make.conf :) Thank you (and thanks DES!), that's what I needed. I actually looked for /etc/defaults/make.conf, but it doesn't exist on any of my 5.1 systems that were installed from scratch. Now that I look around, though, I see that there is an extensive make.conf(5) manpage, as well as share/examples/etc/make.conf. Live and learn, I guess. Thanks again, JN