diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 5312f92..ace1ba0 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -155,6 +155,17 @@ arm | merlin | none | np1 | pn | pyramid | tahoe) gdb_host=${host_cpu} ;; +hppa) + case "${host_vendor}" in + hp) + case "${host_os}" in + hpux) gdb_host=hppahpux ;; + bsd) gdb_host=hppabsd ;; + esac + ;; + esac + ;; + ### unhandled hosts #altosgas #i386v-g @@ -326,6 +337,17 @@ rs6000) gdb_target=rs6000 ;; +hppa) + case "${target_vendor}" in + hp) + case "${target_os}" in + hpux) gdb_target=hppahpux ;; + bsd) gdb_target=hppabsd ;; + esac + ;; + esac + ;; + ### unhandled targets # altosgas # i386v-g |