Add toplevel configure support for ia64-elf.
authorJim Wilson <wilson@tuliptree.org>
Thu, 11 May 2000 04:27:08 +0000 (04:27 +0000)
committerJim Wilson <wilson@tuliptree.org>
Thu, 11 May 2000 04:27:08 +0000 (04:27 +0000)
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.

ChangeLog
configure.in

index 0a3d9e481e1d0a12e0d702edfc8a90a47d16ecd0..21090ad72227e28630ddb44436183bff1a4033b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
+
+       * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
+
 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
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"