Add toplevel configure support for ia64-elf.
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
This commit is contained in:
parent
ec463fc7a3
commit
9fb0ab096b
@ -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>
|
2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
|
||||||
|
|
||||||
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
|
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
|
||||||
|
@ -669,6 +669,10 @@ case "${target}" in
|
|||||||
esac
|
esac
|
||||||
noconfigdirs="$noconfigdirs ld shellutils"
|
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)
|
i[3456]86-*-coff | i[3456]86-*-elf)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user