From: Glenn Morris Date: Thu, 20 Nov 2008 02:51:58 +0000 (+0000) Subject: Josh Elsasser (tiny change) X-Git-Tag: emacs-pretest-23.0.90~1681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8aef2e6b50fa467fa9c1e214378b105e1ccef7b;p=emacs.git Josh Elsasser (tiny change) Add hppa-*-openbsd* with machine hp800; mistakenly removed while misclassified as now unsupported hp9000s300. (Bug#1365) --- diff --git a/ChangeLog b/ChangeLog index d79fd1c65b5..e542780aa91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-20 Josh Elsasser (tiny change) + + * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly + removed while misclassified as now unsupported hp9000s300. (Bug#1365) + 2008-11-15 Eli Zaretskii * Makefile.in (INFO_FILES): Remove ns-emacs. diff --git a/configure.in b/configure.in index 1cd2c439c4b..6cea1ad17c3 100644 --- a/configure.in +++ b/configure.in @@ -356,6 +356,7 @@ dnl see the `changequote' comment above. sparc*-*-openbsd*) machine=sparc ;; vax-*-openbsd*) machine=vax ;; x86_64-*-openbsd*) machine=amdx86-64 ;; + hppa-*-openbsd*) machine=hp800 ;; esac ;;