aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-01-06 19:04:18 +0000
committerFred Fish <fnf@specifix.com>1993-01-06 19:04:18 +0000
commitbc2a2c17cccdf948fa251a0a2c2de3849e2b572b (patch)
tree784e61c027b5075927546caf78bd3dce5d674cee /ChangeLog
parenta944e79a999ca5504b9f4220943032b5bbcc1e93 (diff)
downloadgdb-bc2a2c17cccdf948fa251a0a2c2de3849e2b572b.zip
gdb-bc2a2c17cccdf948fa251a0a2c2de3849e2b572b.tar.gz
gdb-bc2a2c17cccdf948fa251a0a2c2de3849e2b572b.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f62d3b6..3b7a25d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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.