Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
User Journal

Journal Journal: rh 8.0 for i686 1

Regarding the compilation of RedHat for i686, mencioned in the Mandrake 9.0 article (here), I gave up of rpm... I got tired of specs and sources ignoring the optimization flags, speaking of invalid archs, etc.

So I decided to go the other way around and play with gcc itself. I found /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs and changed the *cc1: entry to:

-mmmx -msse -mfpmath=sse,387 -funroll-loops -ffast-math -malign-double -fomit-frame-pointer -fno-exceptions -march=i686 -mcpu=i686 -O3 %(cc1_cpu) %{profile:-p}

Let's see how it goes and if everything works. :)

Slashdot Top Deals

Have you ever noticed that the people who are always trying to tell you `there's a time for work and a time for play' never find the time for play?

Working...