diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-13 16:24:13 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-13 16:24:13 +0000 |
commit | 92c9a4639bb3294d74a36b6d0c0cb07771bbe906 (patch) | |
tree | edfd774e92a4cf8eb37e1a75a46ca94a807465bc /configure | |
parent | f688d93f0ba11335108bbb3979a2d3ea096f574f (diff) | |
download | gdb-92c9a4639bb3294d74a36b6d0c0cb07771bbe906.zip gdb-92c9a4639bb3294d74a36b6d0c0cb07771bbe906.tar.gz gdb-92c9a4639bb3294d74a36b6d0c0cb07771bbe906.tar.bz2 |
port GDB to ia64-hpux (native).
ChangeLog:
* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
for ia64-hpux.
* configure: Regenerate.
gdb/ChangeLog:
* config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
* configure.host: Add handling for ia64-hpux hosts. Add associated
floatformats.
* configure.tgt: Add handling for ia64-hpux targets.
* Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
(HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
(ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3353,8 +3353,8 @@ case "${target}" in noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb" ;; ia64*-**-hpux*) - # No gdb or ld support yet. - noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld" + # No ld support yet. + noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld" ;; ia64*-*-*vms*) # No gdb or ld support yet. |