diff ChangeLog @ 111825:52f1a401269c

Remove empty machine description files * configure.in: Remove reference to removed machine description files and allow $machine and $machfile to be empty. Substitute M_FILE/S_FILE instead of machfile/opsysfile. * msdos/sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix. * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@. (S_FILE): Substitute @S_FILE@ instead of @opsysfile@. * src/m/arm.h, src/m/sh3.h, src/m/xtensa.h: Remove files.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 04 Dec 2010 20:50:39 +0100
parents ced73eea562f
children 09135bc8aedb
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 03 20:58:06 2010 -0500
+++ b/ChangeLog	Sat Dec 04 20:50:39 2010 +0100
@@ -1,3 +1,9 @@
+2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* configure.in: Remove reference to removed machine description
+	files and allow $machine and $machfile to be empty.  Substitute
+	M_FILE/S_FILE instead of machfile/opsysfile.
+
 2010-12-03  Glenn Morris  <rgm@gnu.org>
 
 	* make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.