Bugzilla – Bug 104241
RPM_OPT_FLAGS on i586 although gcc4 has -mcpu deprecated
Last modified: 2005-08-14 19:06:30 UTC
RPM_OPT_FLAGS is "-O2 -g -march=i586 -mcpu=i686 -fmessage-length=0" on i586 although gcc4 has -mcpu deprecated. rpm should be changed for SUSE >= 10.0 to use -mtune instead.
Just to make it clear: these are the RPM_OPT_FLAGS in the rpm package, not autobuild!
Fixed package submitted.
/usr/lib/rpm/rpmrc contains mcpu all over the place.