From owner-cvs-all Thu Aug 1 11: 5:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A3537B406 for ; Thu, 1 Aug 2002 11:05:25 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E4143E72 for ; Thu, 1 Aug 2002 11:05:23 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29048 invoked from network); 1 Aug 2002 18:05:22 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 1 Aug 2002 18:05:22 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g71I5LuR061458; Thu, 1 Aug 2002 14:05:21 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020801171300.GA82427@dragon.nuxi.com> Date: Thu, 01 Aug 2002 14:05:22 -0400 (EDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src Makefile.inc1 src/share/mk bsd.cpu.mk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Aug-2002 David O'Brien wrote: > On Wed, Jul 31, 2002 at 12:00:53AM -0400, John Baldwin wrote: >> What this means is that say you have CPUTYPE=p2 in your /etc/make.conf. Then >> you can do this: >> % make buildworld >> ... builds a world with -march=pentiumpro >> % make buildworld TARGET_CPUTYPE="" >> ... builds a world with -mcpu=pentiumpro > > Should this build a world w/o any -mcpu ? No, using NO_CPU_CFLAGS does that. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message