From 0a2b5b9ba59ec3db657f50cbf072e167518e6303 Mon Sep 17 00:00:00 2001 From: Titus von Boxberg Date: Thu, 17 Nov 2011 14:18:44 +0100 Subject: arch/x86: prescott is an i686 let CT_ARCH_ARCH=prescott result in a i686 tuple prefix Signed-off-by: Titus von Boxberg (transplanted from d063b1ae8c1b30c7006b110d0f9045e6d7c34f13) diff --git a/scripts/build/arch/x86.sh b/scripts/build/arch/x86.sh index dfdf96d..f41a81d 100644 --- a/scripts/build/arch/x86.sh +++ b/scripts/build/arch/x86.sh @@ -16,6 +16,7 @@ CT_DoArchTupleValues() { 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 -- cgit v0.10.2-6-g49f6