Jeff Morriss
changed
bug 10792
What |
Removed |
Added |
Status |
INCOMPLETE
|
CONFIRMED
|
Comment # 10
on bug 10792
from Jeff Morriss
(In reply to Jeroen Roovers from comment #9)
> (In reply to Guy Harris from comment #8)
>
> > Perhaps if we added the -msse4.2 to the end, it'd be the last option seen by
> > GCC, and thus override the -mno-sse4.2 (as it should, given that the code
> > will work Just Fine on machines without SSE 4.2).
>
> Sounds good. In that case you probably wouldn't need a configure switch
> either.
But automake doesn't want us to do that: users' settings (in this case CFLAGS)
are supposed to override all--and so they come last on the compile line.
https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html
To do it we'd have to override CFLAGS (which we're not supposed to do).
Maybe Jeroen's suggestion from comment 7 is the way to go--even if our code can
handle it?
You are receiving this mail because:
- You are watching all bug changes.