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)
This commit is contained in:
Titus von Boxberg 2011-11-17 14:18:44 +01:00
parent 5eac4bcc60
commit 0a2b5b9ba5

View File

@ -16,6 +16,7 @@ CT_DoArchTupleValues() {
winchip*) CT_TARGET_ARCH=i486;; winchip*) CT_TARGET_ARCH=i486;;
pentium|pentium-mmx|c3*) CT_TARGET_ARCH=i586;; pentium|pentium-mmx|c3*) CT_TARGET_ARCH=i586;;
pentiumpro|pentium*|athlon*) CT_TARGET_ARCH=i686;; pentiumpro|pentium*|athlon*) CT_TARGET_ARCH=i686;;
prescott) CT_TARGET_ARCH=i686;;
*) CT_TARGET_ARCH=i586;; *) CT_TARGET_ARCH=i586;;
esac esac
fi fi