comparison configure @ 6434:80fe8f43616b

K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!
author rfelker
date Sat, 15 Jun 2002 10:08:33 +0000
parents 5bde304d0196
children 88938fa0c659
comparison
equal deleted inserted replaced
6433:5bde304d0196 6434:80fe8f43616b
574 case "$pvendor" in 574 case "$pvendor" in
575 AuthenticAMD) 575 AuthenticAMD)
576 case "$pfamily" in 576 case "$pfamily" in
577 3) proc=i386 iproc=386 ;; 577 3) proc=i386 iproc=386 ;;
578 4) proc=i486 iproc=486 ;; 578 4) proc=i486 iproc=486 ;;
579 5) iproc=686 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3 579 5) iproc=586 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
580 # TODO: how to determine if model 13 is a k6-2 or a k6-3? Couldn't find anything on amd.com 580 # TODO: how to determine if model 13 is a k6-2 or a k6-3? Couldn't find anything on amd.com
581 if test "$pmodel" -eq 9; then 581 if test "$pmodel" -eq 9; then
582 proc=k6-3 582 proc=k6-3
583 elif test "$pmodel" -ge 8; then 583 elif test "$pmodel" -ge 8; then
584 proc=k6-2 584 proc=k6-2