From owner-freebsd-arch Sun Mar 4 21:29:29 2001 Delivered-To: freebsd-arch@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 7F2DE37B71C for ; Sun, 4 Mar 2001 21:29:27 -0800 (PST) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f255T8q33046; Sun, 4 Mar 2001 21:29:08 -0800 (PST) (envelope-from dillon) Date: Sun, 4 Mar 2001 21:29:08 -0800 (PST) From: Matt Dillon Message-Id: <200103050529.f255T8q33046@earth.backplane.com> To: Kris Kennaway Cc: arch@FreeBSD.ORG Subject: Re: Using CPUTYPE in COPTFLAGS References: <20010304175829.A45353@mollari.cthul.hu> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Okay, here's the next step in the CPUTYPE integration: adding it to :COPTFLAGS automatically. I also updated the default COPTFLAGS value :to "-O -pipe" from "-O" to match the documentation and because it's :just better. I would have liked to get this in to 4.3, but that's :probably not going to happen because the changes need public airing :first. : :Comments welcome. : :Kris The last time -pipe was mentioned there was a whole hullabaloo about not being able to compile on low-memory systems, but I personally am all for turning it on by default because it will make a big difference for 'most' people. Besides, even people w/ low-memory machines will have swap (or they are completely bonkers), and even though they'll bog down a bit compiling the GCC and PERL subsystems it will still go a whole lot faster compiling most everything else. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message