Date: Thu, 01 Aug 2002 14:05:22 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: "David O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/share/mk bsd.cpu.mk Message-ID: <XFMail.20020801140522.jhb@FreeBSD.org> In-Reply-To: <20020801171300.GA82427@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> <>< 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020801140522.jhb>