Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure of current 6.99



On 05/04/12 17:40, Joerg Sonnenberger wrote:
On Fri, May 04, 2012 at 05:02:58PM +0200, Riccardo Mottola wrote:
Hi, perhaps using -Werror is a bit excessive?
Are you setting custom flags? Because there is a -02 (as in zero) in
there... Also, -ffast-math is going to break strtod and other things.

Joerg
Oh, it appears I did add them in mk.conf

COPTS+= -02 -fexpensive-optimizations -march=pentium-m \
-finline-functions -ffast-math

I will remove fast-math, I didn't know it broke certain libraries. However I do not add -Werror. Good catch for the zero. I guess it got simply ignored though.

Riccardo


Home | Main Index | Thread Index | Old Index