diff --git a/ld/ChangeLog b/ld/ChangeLog
index ff3b8afe4c3..e437e509e35 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
+
+	* configure.tgt: Remove i370-mvs architecture, it is not currently
+	supported.
+
 2001-05-25  H.J. Lu  <hjl@gnu.org>
 
 	* emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
diff --git a/ld/configure.tgt b/ld/configure.tgt
index bc8f7e9e12e..956b8b9fade 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -114,7 +114,6 @@ m68*-ericsson-ose)	targ_emul=sun3 ;;
 m68*-apple-aux*)	targ_emul=m68kaux ;;
 *-tandem-none)		targ_emul=st2000 ;;
 i370-*-elf* | i370-*-linux-gnu*) targ_emul=elf32i370 ;;
-i370-*-mvs*) 		targ_emul=mvs ;;
 i[3456]86-*-vsta)	targ_emul=vsta ;;
 i[3456]86-go32-rtems*)	targ_emul=i386go32 ;;
 i[3456]86-*-go32)	targ_emul=i386go32 ;;