View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000083 | Spring engine | Linux | public | 2006-02-26 15:27 | 2007-01-25 13:20 | ||||
Reporter | rpodgorny | ||||||||
Assigned To | tvo | ||||||||
Priority | low | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000083: Don't set gcc architecture compile flags | ||||||||
Description | It'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. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
tvo (reporter) 2006-03-01 11:43 |
note that you can do: CFLAGS=blah scons configure && scons |
tvo (reporter) 2007-01-25 13:20 |
I disabled the detection a while ago because it is untested regarding keeping sync... so it is fixed. |
![]() |
|||
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 |