Bug 104241

Summary: RPM_OPT_FLAGS on i586 although gcc4 has -mcpu deprecated
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Forgotten User OS1JNCFbCX <forgotten_OS1JNCFbCX>
Component: DevelopmentAssignee: Michael Schröder <mls>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: i586   
OS: SUSE Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User OS1JNCFbCX 2005-08-11 19:43:05 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.
Comment 1 Philipp Thomas 2005-08-12 14:26:47 UTC
Just to make it clear: these are the RPM_OPT_FLAGS in the rpm package, not
autobuild!
Comment 2 Michael Schröder 2005-08-12 15:01:13 UTC
Fixed package submitted. 
Comment 3 Jan Engelhardt 2005-08-14 19:06:30 UTC
/usr/lib/rpm/rpmrc contains mcpu all over the place.