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

View File

@ -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