Add toplevel configure support for ia64-elf.
[deliverable/binutils-gdb.git] / configure.in
index ca1b04f9dc801a20ae4f59c4b5b9337dbcea9c13..7575072820c47d62156506dd79901b79ea6bad49 100644 (file)
@@ -669,6 +669,10 @@ case "${target}" in
     esac
     noconfigdirs="$noconfigdirs ld shellutils"
     ;;
+  ia64*-*-elf*)
+    # No gdb support yet.
+    noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
+    ;;
   i[3456]86-*-coff | i[3456]86-*-elf)
     if [ x${is_cross_compiler} != xno ] ; then
          target_configdirs="${target_configdirs} target-libstub target-cygmon"
This page took 0.038094 seconds and 4 git commands to generate.