arch/x86: prescott is an i686
authorTitus von Boxberg <titus@v9g.de>
Thu Nov 17 14:18:44 2011 +0100 (2011-11-17)
changeset 2759d063b1ae8c1b
parent 2758 47199f966983
child 2760 b402a49734a3
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>
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