diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-11 09:29:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-11 09:29:18 +0000 |
commit | a0c1c92088b727dc4646bc5a949a62e2667bf2b8 (patch) | |
tree | a63023019eac74c1737a9a130c6ec9b982539f03 | |
parent | 1cd8ff388206c878587561b6339d147fda189aa7 (diff) | |
download | gdb-a0c1c92088b727dc4646bc5a949a62e2667bf2b8.zip gdb-a0c1c92088b727dc4646bc5a949a62e2667bf2b8.tar.gz gdb-a0c1c92088b727dc4646bc5a949a62e2667bf2b8.tar.bz2 |
Add ia64-hpux target. LD and GDB are not currently supported.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-01-11 Steve Ellcey <sje@cup.hp.com> + + * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, + ld and gdb are not supported. + 2002-01-07 Jeff Johnston <jjohnstn@redhat.com> * Change reference to Cygnus Solutions to be Red Hat. diff --git a/configure.in b/configure.in index 9252bc9..c983f7d 100644 --- a/configure.in +++ b/configure.in @@ -718,6 +718,10 @@ case "${target}" in # No gdb support yet. noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb" ;; + ia64*-**-hpux*) + # No gdb or ld support yet. + noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld" + ;; i[3456]86-*-coff | i[3456]86-*-elf) if [ x${is_cross_compiler} != xno ] ; then target_configdirs="${target_configdirs} target-libstub target-cygmon" |