diff options
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 7fdd34e..c97ebdd 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -24,6 +24,8 @@ case $targ in mips*-*-pe | \ rs6000-*-lynxos* | \ sh*-*-pe | \ + hppa*-*-hpux* | \ + ia64-*-hpux* | \ null) echo "*** Configuration $targ is obsolete." >&2 echo "*** Support has been REMOVED." >&2 @@ -149,10 +151,6 @@ h8300-*-*) gdb_sim=../sim/h8300/libsim.a ;; -hppa*-*-hpux*) - # Target: HP PA-RISC running hpux - gdb_target_obs="hppa-tdep.o hppa-hpux-tdep.o solib-som.o solib-pa64.o" - ;; hppa*-*-linux*) # Target: HP PA-RISC running Linux gdb_target_obs="hppa-tdep.o hppa-linux-tdep.o glibc-tdep.o \ @@ -247,10 +245,6 @@ i[34567]86-*-*) gdb_target_obs="i386-tdep.o i387-tdep.o" ;; -ia64-*-hpux*) - # Target: Intel IA-64 running HP-UX - gdb_target_obs="ia64-tdep.o ia64-hpux-tdep.o" - ;; ia64-*-linux*) # Target: Intel IA-64 running GNU/Linux gdb_target_obs="ia64-tdep.o ia64-linux-tdep.o linux-tdep.o \ |