Skip to content

Commit

Permalink
Add Jason Pyeron's "Mobile Pentium II" to configure script.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@8908 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
daniel-kristjansson committed Feb 9, 2006
1 parent 66aa985 commit 47046d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,9 @@ if test x"$tune" = x"generic" -a x"$cpu_overide" != x"yes"; then
elif expr "$processor" : ".*Deschutes" > /dev/null ; then
ARCHFLAGS="-march=pentium2"
optimize="small"
elif expr "$processor" : ".*Pentium II" > /dev/null ; then
ARCHFLAGS="-march=pentium2"
optimize="small"
# AMD Turion
elif expr "$processor" : ".*AMD Turion(tm) 64" > /dev/null ; then
ARCHFLAGS="-march=k8"
Expand Down

0 comments on commit 47046d3

Please sign in to comment.