summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>2000-05-20 11:48:03 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2000-05-20 11:48:03 +0000
commit3484098827a68cd281d00c33657894f926dfff5f (patch)
treec1c6d42cec17f7454c08cd47faacb101528dbe9d /gcc/ChangeLog
parentafa098295d5eff12aaa173695f186825b515813b (diff)
downloadgcc-3484098827a68cd281d00c33657894f926dfff5f.tar.gz
Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for GCC_FOR_TARGET used by MULTILIBS.
* Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for GCC_FOR_TARGET used by MULTILIBS. * mklibgcc.in: Make sure each .o file depends on the directory it will be in. Make the multilib directory depends libgcc. From-SVN: r34048
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1035e56c97b..713bb3a712f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+Sat May 20 08:45:41 2000 H.J. Lu <hjl@gnu.org>
+
+ * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
+ GCC_FOR_TARGET used by MULTILIBS.
+ * mklibgcc.in: Make sure each .o file depends on the
+ directory it will be in.
+ Make the multilib directory depends libgcc.
+
Sat May 20 08:29:28 2000 H.J. Lu <hjl@gnu.org>
* Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.