Comment # 4
on bug 10792
from Guy Harris
(In reply to Jeroen Roovers from comment #3)
> Digging through the old build logs:
>
> checking whether we can add -msse4.2 to CFLAGS... yes
> ...
> libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./..
> ... -msse4.2 -mno-sse4.2
> -msse4.1 ...
That's bogus - first the Makefile is asking the compiler to support SSE 4.2 and
then it's asking it *not* to support it but to support SSE 4.1 instead.
We'll need to figure out why it's adding -mno-sse4.2.
You are receiving this mail because:
- You are watching all bug changes.