[Patch] Runtime cpu detection bug fix
Hi The current runtime cpu detection code in configure sets -march to something the processor the configure script is running on would like. However the executables produced with, for example, gcc -march=i686 won't work on older processors. The current configure don't force compilation of mmx, sse etc if runtime cpu detection is used. The patch fixes that too. / Fredrik Kuivinen
Hi,
The current runtime cpu detection code in configure sets -march to something the processor the configure script is running on would like. However the executables produced with, for example, gcc -march=i686 won't work on older processors.
The current configure don't force compilation of mmx, sse etc if runtime cpu detection is used. The patch fixes that too.
/ Fredrik Kuivinen
applied i've modified a bit, and remove your big indnet change (cosmetics still not welcomed) A'rpi / Astral & ESP-team -- Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
participants (2)
-
Arpi -
Fredrik Kuivinen