Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2000 15:53:26 -0500
From:      "Jeffrey J. Mountin" <jeff-ml@mountin.net>
To:        "Juha Saarinen" <juha@saarinen.org>, freebsd-stable@FreeBSD.ORG
Subject:   Re: "Malloc type lacks magic" show-stopper solved
Message-ID:  <4.3.2.20001025154434.00b8d380@207.227.119.2>
In-Reply-To: <LNBBIBDBFFCDPLBLLLHFIEAGIJAA.juha@saarinen.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At 08:32 AM 10/25/00 +1300, Juha Saarinen wrote:
>In case it helps anyone else, the error in the subject line was due to
>compiler optimisations.
>
>Going back to -O -pipe and rebuilding everything fixed it. Oddly
>enough, -O3 -march=i686 -mcpu=i686 -ffast-math worked fine on 3.3, but not
>on 4.1.1.

While going beyond '-O -pipe' isn't supported, from past discussions it 
appears that the combination of -march= and -mcpu= is an issue.  You could 
drop -mcpu=, which is implied by -march=, or drop the -march= and the error 
may disappear as well.  No guarantee that other problems might not arise or 
the gain being worthwhile, but if you feel adventurous....


Jeff Mountin - jeff@mountin.net
Systems/Network Administrator
FreeBSD - the power to serve



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?4.3.2.20001025154434.00b8d380>