View Issue Details

IDProjectCategoryView StatusLast Update
0000083Spring engineLinuxpublic2007-01-25 13:20
Reporterrpodgorny Assigned Totvo  
PrioritylowSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000083: Don't set gcc architecture compile flags
DescriptionIt's really stupid and counterproductive to try to detect processor type (detect.py) and set gcc -march accordingly. Let this to the user (set via environment) or otherwise just call "gcc".

For example, the build fail on my em64t (amd64) enabled pentium4 where it detects plain pentium4 and tries to use -march=pentium4 instead of correct -march=nocona.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

tvo

2006-03-01 11:43

reporter   ~0000085

note that you can do:
CFLAGS=blah scons configure && scons

tvo

2007-01-25 13:20

reporter   ~0000597

I disabled the detection a while ago because it is untested regarding keeping sync...

so it is fixed.

Issue History

Date Modified Username Field Change
2006-02-26 15:27 rpodgorny New Issue
2006-02-26 15:27 rpodgorny Status new => assigned
2006-02-26 15:27 rpodgorny Assigned To => tvo
2006-02-26 15:34 tvo Priority normal => low
2006-03-01 11:43 tvo Note Added: 0000085
2007-01-25 13:20 tvo Status assigned => resolved
2007-01-25 13:20 tvo Resolution open => fixed
2007-01-25 13:20 tvo Note Added: 0000597