Merge from branches/ia64@476 : add ia64 preliminary support.

This commit is contained in:
Yann E. MORIN"
2007-09-11 17:24:09 +00:00
parent e0a9ceef99
commit d409c9fd1a
3 changed files with 252 additions and 0 deletions

View File

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