mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-13 04:48:17 +00:00
Merge from branches/ia64@476 : add ia64 preliminary support.
This commit is contained in:
@ -493,6 +493,7 @@ CT_DoBuildTargetTuple() {
|
||||
esac
|
||||
case "${CT_ARCH}" in
|
||||
arm) CT_TARGET="${CT_ARCH}${target_endian_eb}";;
|
||||
ia64) CT_TARGET="${CT_ARCH}";;
|
||||
mips) CT_TARGET="${CT_ARCH}${target_endian_el}";;
|
||||
x86*) # Much love for this one :-(
|
||||
arch="${CT_ARCH_ARCH}"
|
||||
|
Reference in New Issue
Block a user