summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in7
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b991e28eb53..b84908c58d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-20 Richard Stallman <rms@gnu.org>
+
+ * configure.in: Fix previous change.
+
2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
* configure.in (arm-*-openbsd*, hppa-*-openbsd*)
diff --git a/configure.in b/configure.in
index 6060a53ec08..fbcab340260 100644
--- a/configure.in
+++ b/configure.in
@@ -294,13 +294,6 @@ dnl see the `changequote' comment above.
sparc*-*-openbsd*) machine=sparc ;;
vax-*-openbsd*) machine=vax ;;
x86_64-*-openbsd*) machine=amdx86-64 ;;
- i386-*-openbsd*) machine=intel386 ;;
- x86_64-*-openbsd*) machine=amdx86-64 ;;
- m68k-*-openbsd*) machine=hp9000s300 ;;
- mipsel-*-openbsd*) machine=pmax ;;
- ns32k-*-openbsd*) machine=ns32000 ;;
- sparc-*-openbsd*) machine=sparc ;;
- vax-*-openbsd*) machine=vax ;;
esac
;;