aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d79fd1c65b5..e542780aa91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2
3 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5
12008-11-15 Eli Zaretskii <eliz@gnu.org> 62008-11-15 Eli Zaretskii <eliz@gnu.org>
2 7
3 * Makefile.in (INFO_FILES): Remove ns-emacs. 8 * 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.
356 sparc*-*-openbsd*) machine=sparc ;; 356 sparc*-*-openbsd*) machine=sparc ;;
357 vax-*-openbsd*) machine=vax ;; 357 vax-*-openbsd*) machine=vax ;;
358 x86_64-*-openbsd*) machine=amdx86-64 ;; 358 x86_64-*-openbsd*) machine=amdx86-64 ;;
359 hppa-*-openbsd*) machine=hp800 ;;
359 esac 360 esac
360 ;; 361 ;;
361 362