Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102418 - Possible typo in CFLAGS for 32 bit gentoo for the AMD64 processor
Summary: Possible typo in CFLAGS for 32 bit gentoo for the AMD64 processor
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-13 12:01 UTC by Steve
Modified: 2005-08-13 13:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve 2005-08-13 12:01:57 UTC
Every post I have read in the forums regarding correct CFLAGS for a 32 bit
gentoo install suggests using athlon-xp for an AMD64 processor.  In the handbook
the developers recommend the following:

CFLAGS="-march=athlon-xp -pipe -O2"   # AMD64 users use march=k8

My question is about the first comment... Should AMD64 users be using k8 in
their CFLAGS on 32 bit installs?  Who is correct? the forum users or the
documentation?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2005-08-13 13:00:26 UTC
According to the amd64 devs, the docs are correct not the forums.

Setting the -march to athlon-xp on a amd64 box will disable flags like -msse2
whereas k8 won't.

Marking INVALID.