mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Update x86.sh
Added additional x86 architectures, like core2, that also map to i686
This commit is contained in:
parent
11cb2ddd43
commit
31c8645b37
@ -15,7 +15,9 @@ 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;;
|
||||
core2|atom) CT_TARGET_ARCH=i686;;
|
||||
prescott|nocona) CT_TARGET_ARCH=i686;;
|
||||
k8*|opteron*) CT_TARGET_ARCH=i686;;
|
||||
*) CT_TARGET_ARCH=i586;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user