* Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS,
[deliverable/binutils-gdb.git] / ChangeLog
index 8a6b3af4d35a65395b70c2f8c3137b315e043062..db42512f461a76e3dccf11b39c6dcde12896e0ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,169 @@
+Fri Jan 15 16:40:54 1993  Mike Werner  (mtw@rtl.cygnus.com)
+
+        **** 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 ****
+
+Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
+       (all-gcc, install-gcc, subdir_do): Use it.
+
+Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
+
+Thu Jan  7 12:50:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
+
+       * ChangeLog: Corrected errors in the following ChangeLog entry:
+         Wed Jan        6 20:29:16 1993  Mike Werner
+
+Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
+
+       * 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
+
+Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
+
+       * 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 ****
+Wed Jan  6 07:53:46 1993  Fred Fish  (fnf@cygnus.com)
+
+       * 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 ****
+
+Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * configure: Accept -with arguments.
+
+Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * Makefile.in: added h8300sim 
+
+Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/mh-sco: Don't override BISON definition.
+
+       * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
+       to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
+       (all-cygnus, native, build-cygnus): Make
+       $(canonhost)-stamp-3stage-done, not $(host)....
+       * test-build.mk (stamp-3stage-compared): Use tail +10c for
+       i386-sco3.2v4.  Added else true to if command.
+
+Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
+
+       * config.sub: (from FSF) Sequent uses a BSD-like OS.
+
+Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
+
+       * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
+
+Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: don't remove binutils from Solaris builds
+
+Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
+
+       * Makefile.in: get rid of earlier definitions for *clean,
+       also handle the recursive info rule better
+
+Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * Makefile.in (mostlyclean, distclean, realclean):  Fix to
+       do more-or-less the right thing.
+
+Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: Add lines defining CC and CXX, and use CXX rather
+       than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
+
+Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
+       $(host_canonical).
+
+       * configure.in: split the configdirs list into 4 categories (native
+       v. cross, library v. tool) and handle the cross-only and native-
+       only in more reasonable (and correct!) way.  
+
+Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
+       configdirs anymore.
+
+Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: extensive cleanup::  removed all of the explicit 
+       clean-* targets, collapsed many wrappers around subdir_do into 
+       one, added additional targets to satisfy standards.texi, deleted
+       some old targets, some changes for consistency
+
+Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: handle some programs as cross-only, and others as
+       native only
+
+       * test-build.mk: handle partial holes in a more generic manner
+
+       * Makefile.in: m4 depends on libiberty
+
+Mon Dec  7 06:43:27 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config/mh-sco: don't default $(CC) to gcc
+
+Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: add m4, textutils, fileutils, sed, shellutils,
+       time, wdiff, and find to configdirs
+
+       * Makefile.in: all, clean, and install rules for the new programs
+       added to configure.in
+
+Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: use mh-sun for all *-sun-* hosts
+
+       * config/mh-solaris: rework standard X location to use
+       $OPENWINHOME, if defined.
+       
+       * config/mh-sun: handle X11 include locations
+
+       * config/mh-decstation: define NeedFunctionPrototypes to 0, to
+       work around dain-bramaged DECwindows include files
+
 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * Makefile.in: define flags for X11 include files and library file
        locations, pass them down to the programs that need this info
 
+       * build-all.mk: added a 'native' target, to 3stage the native toolchain
+
        * config/{mh-hpux,mh-solaris}: define the "standard" locations for
        the vendor supplied X11 headers and libraries
 
This page took 0.025087 seconds and 4 git commands to generate.