Ticket #3124: configure-nocona.patch

File configure-nocona.patch, 913 bytes (added by Boleslaw Ciesielski <bolek-mythtv@…>, 17 years ago)
  • mythtv/configure

     
    544544'
    545545
    546546x86_mmx_cpus="pentium-mmx,pentium2,pentium3,pentium3m,pentium-m"
    547 x86_mmx_cpus="$x86_mmx_cpus,pentium4,pentium4m,prescott"
     547x86_mmx_cpus="$x86_mmx_cpus,pentium4,pentium4m,prescott,nocona"
    548548x86_mmx_cpus="$x86_mmx_cpus,athlon,athlon-xp,athlon-tbird,athlon-4,athlon-mp,"
    549549x86_mmx_cpus="$x86_mmx_cpus,c3,c3-2,k6,k6-2,k6-3"
    550550
    551551x86_cpus="i386,i486,i586,i686,pentium,pentiumpro,${x86_mmx_cpus}"
    552552
    553553x86_cmov_cpus="i686,pentiumpro,pentium2,pentium3,pentium3m,pentium-m,"
    554 x86_cmov_cpus="$x86_cmov_cpus,pentium4,pentium4m,prescott,athlon,"
     554x86_cmov_cpus="$x86_cmov_cpus,pentium4,pentium4m,prescott,nocona,athlon,"
    555555x86_cmov_cpus="$x86_cmov_cpus,athlon-xp,athlon-tbird,athlon-4,athlon-mp,"
    556556x86_cmov_cpus="$x86_cmov_cpus,c3-2"
    557557