From: Doug Evans Date: Thu, 29 Jan 1998 19:25:37 +0000 (+0000) Subject: * Makefile.in (M32RX_OBJS): Comment out until m32rx port working. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7649e13e6791988d26e4b0232a8473fac5772d08;p=binutils-gdb.git * 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. --- diff --git a/sim/m32r/arch.h b/sim/m32r/arch.h index 42ccb8c0189..989c9b26cd9 100644 --- a/sim/m32r/arch.h +++ b/sim/m32r/arch.h @@ -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. */