> One more question...I added these as flags:
>
> -O3 -mpentiumpro -fno-strength-reduce -fomit-frame-pointer
> -fno-exceptions -fno-rtti -ffast-math -march=i686 -pipe -s
> -fexpensive-optimization
>
> but when I ran rpm --rebuild --target i686, the compiler
> didn't like the -fexpensive-optimization flag.  I had to
> remove it to get things to build.  I get a message that it
> is an invalid option.
>
> I am presently using egcs-2.91.66

That's where the problem lies... if you check out the man page for EGCS
2.91.66, you'll see that it won't support those optflags.

You need 2.95.2 (don't use 2.95.1 -- supposed to be buggy). Bero's page at
people.redhat.com has the rpm for it.

-- Juha



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to