From owner-freebsd-arch Wed Feb 21 15: 6:44 2001 Delivered-To: freebsd-arch@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id 1283B37B69C for ; Wed, 21 Feb 2001 15:06:35 -0800 (PST) (envelope-from mi@misha.privatelabs.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id SAA23325; Wed, 21 Feb 2001 18:26:51 -0500 Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.1/8.11.1) with ESMTP id f1LN6Ov33309; Wed, 21 Feb 2001 18:06:25 -0500 (EST) (envelope-from mi@misha.privatelabs.com) Message-Id: <200102212306.f1LN6Ov33309@misha.privatelabs.com> Date: Wed, 21 Feb 2001 18:06:23 -0500 (EST) From: mi@aldan.algebra.com Subject: Re: cvs commit: src/share/mk sys.mk To: Kris Kennaway Cc: arch@freebsd.org In-Reply-To: <20010221123835.A59024@mollari.cthul.hu> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21 Feb, Kris Kennaway wrote: = On Wed, Feb 21, 2001 at 01:27:54PM -0500, mi@aldan.algebra.com wrote: = > BTW, may be -mcpu=${MACHINE_CPU} can be added to the default CFLAGS = > now? And a comment, that changing -mcpu to -march will, probably, be = > even better, but will prevent the binaries from being usable on = > earlier CPUs. [...] = The -march statement doesnt matter though, since some binaries built = with MACHINE_CPU set will already be CPU-specific (e.g. if you specify = i686 then openssl will use the i686 blowfish code) This means, the released binaries will never be compiled with this optimizations (since they are expected to run on all architectures). And that means, people doing benchmarks of the "out of the box" installations, will find FreeBSD slower for "secure web-hosting". Unless, of course, we provide different binaries on CDs. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message