aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaurynas Biveinis <lauras@softhome.net>2001-03-07 19:05:25 +0000
committerLaurynas Biveinis <lauras@gcc.gnu.org>2001-03-07 19:05:25 +0000
commit6822468a694e59639c0f97975a2f48951501fd37 (patch)
tree5a63f49cafc51764eba2c494622de93c7ce5b9c4 /ChangeLog
parent6e4874924886d039c2b6a0195ae68494770f0a5a (diff)
downloadgcc-6822468a694e59639c0f97975a2f48951501fd37.zip
gcc-6822468a694e59639c0f97975a2f48951501fd37.tar.gz
gcc-6822468a694e59639c0f97975a2f48951501fd37.tar.bz2
Makefile.in: Remove RANLIB definition.
* Makefile.in: Remove RANLIB definition. Use RANLIB in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set. * Makefile.in: Set RANLIB to @RANLIB@. Remove RANLIB_TEST. * fixinc/inclhack.def (djgpp_wchar_h): New test. * fixinc/fixincl.x: Regenerated. From-SVN: r40299
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b704c1b..9eb7019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-06 Laurynas Biveinis <lauras@softhome.net>
+
+ * Makefile.in: Remove RANLIB definition. Use RANLIB
+ in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
+ EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
+
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
Alexandre Oliva <aoliva@redhat.com>