]> code.delx.au - gnu-emacs/commitdiff
Josh Elsasser <josh at elsasser.org> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Thu, 20 Nov 2008 02:51:58 +0000 (02:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 20 Nov 2008 02:51:58 +0000 (02:51 +0000)
Add hppa-*-openbsd* with machine hp800; mistakenly removed while
misclassified as now unsupported hp9000s300.  (Bug#1365)

ChangeLog
configure.in

index d79fd1c65b510014783d707300b3fff13f00cc72..e542780aa91729ae304e1cf56d6945917cc84091 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-20  Josh Elsasser  <josh@elsasser.org>  (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  <eliz@gnu.org>
 
        * Makefile.in (INFO_FILES): Remove ns-emacs.
index 1cd2c439c4bcb4dd5d7f5281b3a89a29f9fd1290..6cea1ad17c3396cfd875fc470f1cafe3680660fe 100644 (file)
@@ -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
   ;;