mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
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:
parent
5eac4bcc60
commit
0a2b5b9ba5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user