* Makefile.in (M32RX_OBJS): Comment out until m32rx port working.

* arch.h (HAVE_CPU_M32RX): Likewise.
	* arch.c (machs): Check ifdef HAVE_CPU_FOO for each entry.
This commit is contained in:
Doug Evans 1998-01-29 19:25:37 +00:00
parent 80bc5d031a
commit 7649e13e67
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
/* Macros to determine which cpus are supported. */
#define HAVE_CPU_M32R
/* start-sanitize-m32rx */
#define HAVE_CPU_M32RX
/*#define HAVE_CPU_M32RX*/
/* end-sanitize-m32rx */
/* Enum declaration for mode types. */