Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57018 - gcc3.4 _does_ support -march=athlon64 in 32-bit mode
Summary: gcc3.4 _does_ support -march=athlon64 in 32-bit mode
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/proj/en/base/am...
Whiteboard:
Keywords:
: 57017 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-14 06:02 UTC by mathias stearn
Modified: 2004-07-27 21:50 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 mathias stearn 2004-07-14 06:02:24 UTC
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 mathias stearn 2004-07-14 06:05:01 UTC
Also on that page, why only bind-mount /usr/portage/distfiles, and not the full portage tree. This would save disk space nd server bandidth. 

Both of these work just fine on my sys.
Comment 2 Chris White (RETIRED) gentoo-dev 2004-07-14 06:38:17 UTC
*** Bug 57017 has been marked as a duplicate of this bug. ***
Comment 3 Travis Tilley (RETIRED) gentoo-dev 2004-07-15 22:10:31 UTC
sure, you can use -march=athlon64 in 32bit, but if you look at the source for gcc you will see it implies 64bit code generation. sometimes this breaks shit, even if it doesnt really generate 64bit code... so you would have to -mtune=athlon64 or "-march=athlon64 -m32" for it to work all the time. and even then, -m32 would occasionally be stripped by a few ebuilds...
Comment 4 Travis Tilley (RETIRED) gentoo-dev 2004-07-27 21:50:19 UTC
wontfix?