* configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,
[deliverable/binutils-gdb.git] / gdb / configure.in
index 5312f9274bcefb221ae7d1f015566dd9e575fd41..ace1ba07203e52d1cfc3e73dc788808feadb7bcb 100644 (file)
@@ -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
This page took 0.026653 seconds and 4 git commands to generate.