2025-07-19 14:13 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000083Spring engineLinuxpublic2007-01-25 13:20
Reporterrpodgorny 
Assigned Totvo 
PrioritylowSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
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
Attached Files

-Relationships
+Relationships

-Notes

~0000085

tvo (reporter)

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

~0000597

tvo (reporter)

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

so it is fixed.
+Notes

-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
+Issue History