+
+ * configure configure.in: Don't configure common anymore. Files
+ from common are now built in the individual simualtor directories.
+ This fixes problems with the WinGDB build procedure.
+
+
+ * configure: Enable the mn10200 simulator.
+
+
+ * configure.in (configdirs): Add common.
+ * configure: Regenerated.
+
+
+ * configure.in (powerpc*-*-linux*): Treat like the other powerpc
+ system V based targets.
+ * configure: Regenerate.
+
+
+ * configure.in (--enable-sim-powerpc): Delete.
+ (--enable-sim): Add.
+ * configure: Regenerated.
+
+start-sanitize-v850
+
+ * configure.in: Only build the V850 simulator if
+ we are using gcc.
+ * configure: Rebuild.
+
+end-sanitize-v850
+
+ * configure.in: Do build erc32 for DOS and Windows hosts.
+ * configure: Rebuild.
+
+
+ * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
+ be inherited from the parent. Remove INSTALL_XFORM and
+ INSTALL_XFORM1. Make INSTALL be set from configure.
+
+
+ * configure.in: Only build the MIPS simulator if we are using
+ gcc.
+ * configure: Rebuild.
+
+start-sanitize-v850
+
+ * configure.in (v850-*-*): Added V850 simulator.
+
+end-sanitize-v850
+start-sanitize-d10v
+
+ * configure.in (d10v-*-*): Added D10V simulator.
+
+end-sanitize-d10v
+
+ * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
+ INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
+ (docdir): Removed.
+ * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+ (AC_PROG_INSTALL): Added.
+ * configure: Rebuilt.
+
+
+ * configure.in: Only configure erc32 if using gcc.
+ * configure: Rebuild.
+
+
+ * configure.in (sim_target): Build PowerPC simulator for powerpc
+ System V.4, Solaris, and Elf targets.
+ * configure: Regenerate with autoconf 2.10.
+
+Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
+
+ * configure.in: Only built erc32 simulator on Unix hosts as it
+ uses pseudo ttys.
+ * configure: Regenerated with autoconf 2.8.
+
+
+ * erc32: Sparc simulator from the ESA.
+
+
+ * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
+ * configure: Regenerate using autoconf.
+
+
+ * Makefile.in (install): Fix typo.
+
+
+ * configure: Regenerate with autoconf 2.7.
+
+ * Makefile.in (all): Simplify.
+ (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
+ as in the all target.
+ (distclean, maintainer-clean, realclean): Likewise.
+ (install): Likewise.
+
+
+ * Makefile.in (all): Remove extra '\' char from shell script.
+
+
+ * Makefile.in (all): Avoid a for loop with zero elements, even if
+ the loop will not be executed because of an if statement.
+
+
+ * Makefile.in (install): Add missing semicolon in "fi \".
+
* Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
* configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
configure defaults.
(powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
- if we are using GCC to build with.
+ if either --enable-sim-powerpc is used, or the host compiler is
+ GCC.