Lines 787-793
Link Here
|
787 |
pentium | p5 | k5 | k6 | nexgen | viac3) |
787 |
pentium | p5 | k5 | k6 | nexgen | viac3) |
788 |
basic_machine=i586-pc |
788 |
basic_machine=i586-pc |
789 |
;; |
789 |
;; |
790 |
pentiumpro | p6 | 6x86 | athlon | athlon_*) |
790 |
pentiumpro | p6 | 6x86 | athlon | athlonxp | athlon_*) |
791 |
basic_machine=i686-pc |
791 |
basic_machine=i686-pc |
792 |
;; |
792 |
;; |
793 |
pentiumii | pentium2 | pentiumiii | pentium3) |
793 |
pentiumii | pentium2 | pentiumiii | pentium3) |
Lines 799-805
Link Here
|
799 |
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) |
799 |
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) |
800 |
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` |
800 |
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` |
801 |
;; |
801 |
;; |
802 |
pentiumpro-* | p6-* | 6x86-* | athlon-*) |
802 |
pentiumpro-* | p6-* | 6x86-* | athlon-* | athlonxp-*) |
803 |
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
803 |
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` |
804 |
;; |
804 |
;; |
805 |
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) |
805 |
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) |