Hide Forgot
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 Description of problem: redhat-rpm-config-8.0.32-1 sets the optflags for i386 architechtures to include -mtune=pentium4 but gcc lower then 3.4 (?) does not understand this. Version-Release number of selected component (if applicable): redhat-rpm-config-8.0.32-1 How reproducible: Always Steps to Reproduce: 1. rpm -U redhat-rpm-config-8.0.32-1.norach.rpm 2. rpmbuild --rebuild <just about anything> cc1: error: invalid option `tune=pentium4' Additional info:
Added 'Conflicts: gcc < 3.4' for i386/i686/sparc Thanks.
That's arguably not a full solution -- if you try to recompile any RPM package with compat-gcc (which is 3.3.x), then it still blows up because it doesn't recognize the -mtune option. But then again, maybe that problem isn't worth worrying about. (Or if it is, then maybe the best way to fix/work around it would be to add the -mtune option to compat-gcc.)