From owner-freebsd-questions Fri Nov 8 12:38:23 2002 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 1358437B401 for ; Fri, 8 Nov 2002 12:38:22 -0800 (PST) Received: from blacklamb.mykitchentable.net (207-173-241-209.bras01.elk.ca.frontiernet.net [207.173.241.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C8F43E3B for ; Fri, 8 Nov 2002 12:38:21 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 4CE83EE545; Fri, 8 Nov 2002 12:38:20 -0800 (PST) Message-ID: <015d01c28766$c665ced0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Jerry McAllister" Cc: "FreeBSD Questions" References: <200211082036.gA8Ka7m19671@clunix.cl.msu.edu> Subject: Re: /etc/make.conf - Multiple Machines Date: Fri, 8 Nov 2002 12:38:20 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jerry McAllister" To: "Drew Tomlinson" Sent: Friday, November 08, 2002 12:36 PM > > > > I'm trying to set up a build machine as described in section 21.5 of the > > Handbook. The directions say to use a common /etc/make.conf for all > > machines that will share binaries. One of my machines is an i686 class > > CPU. The other is an i585 CPU. To what value should I set CPUTYPE. > > Default (nothing)? i586 as it's the lowest common denominator? And is > > there any value in setting CFLAGS and COPTFLAGS after setting CPUTYPE to > > whatever I should set it? > > You can have more than one 'cpu' entry in the conf file. > so: > > cpu I486_CPU > cpu I586_CPU > cpu I686_CPU > > Would be legal if you want. Supposedly it makes the kernel just a bit > begger, but not a lot. Thanks. I know this is true for kernel config files but is it also true for /etc/make.conf? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message