Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29788 - texinfo build error for -march=athlon-xp in bootstrap process
Summary: texinfo build error for -march=athlon-xp in bootstrap process
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-28 01:20 UTC by Neil Blue
Modified: 2003-10-02 23:47 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 Neil Blue 2003-09-28 01:20:08 UTC
When running from the x86 basic iso image, with -march=athlon-xp set 
in make.conf. There is an Illegal instruction error when compliling texinfo 
4.5. This problem can be avoided by setting -march=i686. 

Reproducible: Always
Steps to Reproduce:
1. Start x86 basic installation  
2. in make.conf set cflags to -O3 -march=athlon-xp -funroll-loops -pipe 
3. run emerge sync 
4. run /usr/portage/scripts/bootstrap.sh 
Actual Results:  
During the build process texinfo reported the error 

Expected Results:  
Installation of the bootstrap
Comment 1 Neil Blue 2003-10-02 23:47:24 UTC
I Have also since found that this may be due to a bad CHOST setting. Sorry.