# HG changeset patch # User Glenn Morris # Date 1227149511 0 # Node ID 5b59bdd03da2985987c674d3eb79d48b5374d989 # Parent c2c486be6b04ae2225608720b4b7c72edfe26347 Josh Elsasser (tiny change) Add hppa-*-openbsd* with machine hp800; mistakenly removed while misclassified as now unsupported hp9000s300. (Bug#1365) diff -r c2c486be6b04 -r 5b59bdd03da2 configure.in --- a/configure.in Thu Nov 20 02:45:32 2008 +0000 +++ b/configure.in Thu Nov 20 02:51:51 2008 +0000 @@ -356,6 +356,7 @@ sparc*-*-openbsd*) machine=sparc ;; vax-*-openbsd*) machine=vax ;; x86_64-*-openbsd*) machine=amdx86-64 ;; + hppa-*-openbsd*) machine=hp800 ;; esac ;;