From 2315914daec9a30008ed4e68a839b92f261b4935 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 11 May 2000 04:27:08 +0000 Subject: [PATCH] Add toplevel configure support for ia64-elf. * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs. --- ChangeLog | 4 ++++ configure.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0a3d9e481e..21090ad722 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 10 21:26:51 2000 Jim Wilson + + * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs. + 2000-05-08 Eli Zaretskii * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst diff --git a/configure.in b/configure.in index ca1b04f9dc..7575072820 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.34.1