Add ia64-hpux target. LD and GDB are not currently supported.

This commit is contained in:
Nick Clifton
2002-01-11 09:29:18 +00:00
parent 06486d9e55
commit d3ea25cb83
2 changed files with 9 additions and 0 deletions

View File

@@ -718,6 +718,10 @@ case "${target}" in
# No gdb support yet.
noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
;;
ia64*-**-hpux*)
# No gdb or ld support yet.
noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
;;
i[3456]86-*-coff | i[3456]86-*-elf)
if [ x${is_cross_compiler} != xno ] ; then
target_configdirs="${target_configdirs} target-libstub target-cygmon"