Hena
09-27-2001, 04:16 AM
What should i use to optimize P4 as flags in configures? I have some optimizing tips for i686 or P3/P2/PentiumPro:
CFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions'
And should i use egcs instead of gcc for compiling linux kernel?
CFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions'
And should i use egcs instead of gcc for compiling linux kernel?