arch/x86: prescott is an i686 1.13
authorTitus von Boxberg <titus@v9g.de>
Thu Nov 17 14:18:44 2011 +0100 (2011-11-17)
branch1.13
changeset 27683be86f56c5bf
parent 2767 4690768b9601
child 2769 d2c675360a17
arch/x86: prescott is an i686

let CT_ARCH_ARCH=prescott result in a i686 tuple prefix

Signed-off-by: Titus von Boxberg <titus@v9g.de>
(transplanted from d063b1ae8c1b30c7006b110d0f9045e6d7c34f13)
scripts/build/arch/x86.sh
     1.1 --- a/scripts/build/arch/x86.sh	Sun Oct 16 15:10:29 2011 +0200
     1.2 +++ b/scripts/build/arch/x86.sh	Thu Nov 17 14:18:44 2011 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4              winchip*)                     CT_TARGET_ARCH=i486;;
     1.5              pentium|pentium-mmx|c3*)      CT_TARGET_ARCH=i586;;
     1.6              pentiumpro|pentium*|athlon*)  CT_TARGET_ARCH=i686;;
     1.7 +            prescott)                     CT_TARGET_ARCH=i686;;
     1.8              *)                            CT_TARGET_ARCH=i586;;
     1.9          esac
    1.10      fi