# HG changeset patch # User Titus von Boxberg # Date 1321535924 -3600 # Node ID 3be86f56c5bfb27b118aef664ee744f5016f9c3d # Parent 4690768b96014f26f098c79f1d0465658c5866ac 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 -r 4690768b9601 -r 3be86f56c5bf 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