From owner-freebsd-stable Sun Feb 25 5:18:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from scully.zoominternet.net (scully.zoominternet.net [63.67.120.3]) by hub.freebsd.org (Postfix) with SMTP id B421137B401 for ; Sun, 25 Feb 2001 05:18:20 -0800 (PST) (envelope-from dmmiller@cvzoom.net) Received: (qmail 29833 invoked from network); 25 Feb 2001 13:13:20 -0000 Received: from acs-24-154-34-180.zoominternet.net (HELO cvzoom.net) (24.154.34.180) by scully.zoominternet.net with SMTP; 25 Feb 2001 13:13:20 -0000 Message-ID: <3A99061C.AD8451BB@cvzoom.net> Date: Sun, 25 Feb 2001 08:18:20 -0500 From: Donn Miller X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: needle-mls@world-online.no Cc: freebsd-stable@freebsd.org Subject: Re: libcrypto hosed when compiled with optimizations References: <20010225012956.A1726@resentment.verloid.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG needle-mls@world-online.no wrote: > > Hi, > > On my 4.2-stable system I have tweaked my /etc/make.conf to compile > sources with -O -mcpu=686 -march=pentiumpro -funroll-loops and as ^^^^^^^^^^^^^ This is the problem here. When you compiled the kernel and ports with -O2, that optimization I've underlined is not turned on. The optimizatin level -O3 causes its share of problems in FreeBSD, and -funroll-loops is one of the flags turned on with -O3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message