Bug 191412 - new rpmbuild target: prescott
Summary: new rpmbuild target: prescott
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: redhat-rpm-config
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jon Masters
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-11 18:48 UTC by Julian Sikorski
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-30 13:30:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Julian Sikorski 2006-05-11 18:48:31 UTC
I have made a quick browse through /usr/lib/rpm/rpmrc and I have noticed tht the
âhighestâ available x86 target is pentium4. GCC 4.1.0 allows for at least one
more target, namely prescott. The difference is that in opposite to pentium4,
prescott is able to use sse3 instruction set. It could speed up some programs a
little.

Comment 1 Paul Nasrat 2006-06-30 13:30:30 UTC
consult redhat-rpm-config for actual opt flags used by the distro:

rpm -E '%optflags'
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-table


Note You need to log in before you can comment on or make changes to this bug.