# HG changeset patch # User Titus von Boxberg # Date 1321535924 -3600 # Node ID d063b1ae8c1b30c7006b110d0f9045e6d7c34f13 # Parent 47199f966983bab6a68b2b5da2e1542adbd9388a arch/x86: prescott is an i686 let CT_ARCH_ARCH=prescott result in a i686 tuple prefix Signed-off-by: Titus von Boxberg diff -r 47199f966983 -r d063b1ae8c1b scripts/build/arch/x86.sh --- a/scripts/build/arch/x86.sh Sun Oct 16 15:10:29 2011 +0200 +++ b/scripts/build/arch/x86.sh Thu Nov 17 14:18:44 2011 +0100 @@ -16,6 +16,7 @@ winchip*) CT_TARGET_ARCH=i486;; pentium|pentium-mmx|c3*) CT_TARGET_ARCH=i586;; pentiumpro|pentium*|athlon*) CT_TARGET_ARCH=i686;; + prescott) CT_TARGET_ARCH=i686;; *) CT_TARGET_ARCH=i586;; esac fi