diff options
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index f2937d8fd67..fd0570b8269 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -244,6 +244,10 @@ 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 \ |