aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Thimm <Axel.Thimm@physik.fu-berlin.de>1999-03-25 01:07:20 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-24 18:07:20 -0700
commitb6c8f0b758b2755df83d6ede0352a5159e510abd (patch)
treef15d09884a60b62dc18c7906572e22ab96b036b7
parent835c8e044b0f98ee7497281389a60e661588c796 (diff)
downloadgcc-b6c8f0b758b2755df83d6ede0352a5159e510abd.zip
gcc-b6c8f0b758b2755df83d6ede0352a5159e510abd.tar.gz
gcc-b6c8f0b758b2755df83d6ede0352a5159e510abd.tar.bz2
* Makefile.in (RANLIB_TEST): Improve test.
From-SVN: r25965
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index deba212..d0501e9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 25 02:02:13 1999 Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
+
+ * Makefile.in (RANLIB_TEST): Improve test.
+
Thu Mar 25 01:15:33 1999 Donn Terry <donn@interix.com>
* combine.c (force_to_mode, case PLUS): Use sign extended mask
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 93eef5e..478163b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -123,8 +123,7 @@ RANLIB = ranlib
# Test to use to see whether ranlib exists on the system.
RANLIB_TEST = \
[ -f $(RANLIB) ] \
- || ( [ "$(host_canonical)" = "$(target)" ] \
- && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )
+ || [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
# Compiler to use for compiling libgcc1.a.
# OLDCC should not be the GNU C compiler,