After a successful ./configure with my CFLAGS tuned for an UltraSparc server
I find the fol in a Makefile :
CFLAGS = -O3 -mcpu=i586 -march=i586 -finline-functions -ffast-math
-fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
-foptimize-sibling-calls -minline-all-stringops -Wno-multichar
This is specific to intel and gcc. Neither of which I have.
The offending Makefile is ./src/Makefile .
This needs to be cleaned up. I think.
Dennis
Post a reply to this message
|