[mythtv] [patch] automagic settings.pro

Simon Kenyon simon at koala.ie
Thu Feb 24 17:44:31 UTC 2005


On Thursday 24 February 2005 15:00, Daniel Thor Kristjansson wrote:
> please send the output of `uname -p` for other CPUs so I can
> add these to the configure script.

the script will have to be a lot more selective about setting the CFLAGS
there are a variety of athlons, which need different CFLAGS

my laptop (a dothan-based laptop):
Intel(R) Pentium(R) M processor 2.00GHz
CFLAGS=-O2 -mcpu=pentium4 -O3 -pipe -fomit-frame-pointer


my backend:
AMD Athlon(tm) processor
CFLAGS="-O3 -march=athlon-tbird -pipe -fomit-frame-pointer"

another frontend (an Epia M 9000)
VIA C3 Ezra
CFLAGS="-Os -march=c3 -pipe -fomit-frame-pointer"

hope this helps
--
simon


More information about the mythtv-dev mailing list