mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-03 19:44:09 +00:00
commit
a833c5596d
@ -15,7 +15,9 @@ 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;;
|
core2|atom) CT_TARGET_ARCH=i686;;
|
||||||
|
prescott|nocona) CT_TARGET_ARCH=i686;;
|
||||||
|
k8*|opteron*) CT_TARGET_ARCH=i686;;
|
||||||
*) CT_TARGET_ARCH=i586;;
|
*) CT_TARGET_ARCH=i586;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user