Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2001 08:18:20 -0500
From:      Donn Miller <dmmiller@cvzoom.net>
To:        needle-mls@world-online.no
Cc:        freebsd-stable@freebsd.org
Subject:   Re: libcrypto hosed when compiled with optimizations
Message-ID:  <3A99061C.AD8451BB@cvzoom.net>
References:  <20010225012956.A1726@resentment.verloid.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A99061C.AD8451BB>