+
+ * Makefile.in: Various changes to eliminate a level of make
+ recursion and reduce the required command line length.
+ (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
+ sub-makes.
+ (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
+ variables holding settings for specific sub-makes.
+ (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
+ in terms of BASE_FLAGS_TO_PASS.
+ (TARGET_LIBS): New variable listing directories which use
+ TARGET_FLAGS_TO_PASS.
+ (subdir_do): Eliminated.
+ (do-*): New set of targets to replace subdir_do.
+ (various): All targets which used subdir_do now depend on do-*.
+ (local-clean): Renamed from do_clean.
+ (local-distclean): New target, dependency of distclean and
+ realclean.
+ (install-info): Don't create directories. Depend on dir.info
+ rather than calling make recursively.
+ (install-dir.info): Eliminated.
+ (install-info-dirs): Create all info directories here.
+ (dir.info): Depend upon do-install-info.
+
+ * test-build.mk (HOLES): Added false.
+
+
+ * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
+
+Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * Makefile.in (info): remove dependency on all-texinfo. The
+ problem was really in texinfo/C, not at this level.
+
+
+ * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
+
+
+ * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
+ GDB releases.
+
+
+ * configure: Include srcdir in message about target of link not
+ being found. Don't convert `-' to `_' in `with' options being
+ passed to subdirs.
+
+Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure.in: add uudecode to host_tools
+
+ * Makefile.in: added {all,install}-uudecode targets, added them to
+ the appropriate lists
+
+
+ * Makefile.in (all-gcc): Added dependency on all-gas.
+
+ * configure.in (mips-*-*): Build ld and binutils.
+
+
+ * configure: check return code from mkdir, print error message and
+ exit on failure.
+
+
+ * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
+
+
+ * test-build.mk (HOLES): Added tar, cpio and uudecode.
+
+
+ * config.sub (h8500): Recognize this as a cpu type.
+
+Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * configure: source directory missing is no longer a warning
+
+ * configure.in: recognize irix[34]* instead of irix[34]
+
+ * Makefile.in: define and pass down X11_LIB
+
+ * config/mh-sco: define X11_LIB to the mess that SCO ODT requires
+
+
+ * guess-systype: Renamed to ...
+ * config.guess: ... by popular request.
+ * configure.in, Makefile.in: Update accordingly.
+
+
+ + Add Convex, Cray/Unicos, and Encore/Multimax support.
+ + Execute ./dummy instead of assuming . is in PATH.
+
+
+ * guess-systype: New shell script. Attempts to guess the
+ canonical host name of the executing host.
+ Only a few hosts are supported so far.
+ * configure: Call guess-systype if no host is specified.
+
+
+ * Makefile.in (gcc-no-fixedincludes): Made to work with current
+ gcc Makefile.
+
+**** start-sanitize-chill ****
+
+ * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS,
+ and CHILL_LIB.
+ * deja-gnu/gdb.t31/Makefile.in: removed explicit setting of
+ CHILL variables as these are now passed down from the top
+ level makefile using FLAGS_TO_PASS.
+**** end-sanitize-chill ****
+
+
+ * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
+ (all-gcc, install-gcc, subdir_do): Use it.
+
+
+ * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
+
+
+ * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
+ set exclusively by configure, using configure.in .
+ **** start-sanitize-chill ****
+ * configure.in: Changed the method by which SUBDIRS is set, in order
+ to properly handle the addition of chill related subdirectories
+ to the SUBDIRS list.
+ **** end-sanitize-chill ****
+
+Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * test-build.mk: set $PATH for all builds
+
+ * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
+
+
+ * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
+ the one used in gcc/Makefile.in, so that a null expansion doesn't
+ override the one needed to build gcc with a native cc.
+
+ **** start-sanitize-chill ****
+
+ * Makefile.in (SUBDIRS): Add chillrt.
+ * Makefile.in (all.normal): Add all-chillrt.
+ * Makefile.in (all.cross): Add all-chillrt.
+ * Makefile.in (install-no-fixedincludes): Add install-chillrt.
+ * Makefile.in (install.cross): Add install-chillrt.
+ * Makefile.in (all-chillrt, install-chillrt): New targets.
+ * Makefile.in (subdir_do): Handle chillrt like newlib.
+ * configure.in (target_libs): Add chillrt.
+ **** end-sanitize-chill ****
+
* configure: Accept -with arguments.
* configure: Add program_suffix (parallel to program_prefix)
* Makefile.in: adjust directory-creting script for losing decstation
- * .Sanitize: don't nuke byacc!
* config.sub (basic_machine): fix sed so that '-foo' isn't
completely substituted out while .+'-foo' loses the '-foo'
-
- * .Sanitize: Add flex to the list of keepers. flex is needed to
- build GNU ld.
-
* config.sub ($os): Add -aout.
Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
- * config.sub configure.in config/.Sanitize config/mh-irix4
- gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
- gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
- gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
+ * config.sub configure.in config/mh-irix4 gdb/configure.in
+ gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
+ gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.