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 - [EMAIL PROTECTED]
Systems/Network Administrator
FreeBSD - the power to serve



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to