* Makefile.in (RANLIB_TEST): Improve test.

From-SVN: r25965
This commit is contained in:
Axel Thimm 1999-03-25 01:07:20 +00:00 committed by Jeff Law
parent 835c8e044b
commit b6c8f0b758
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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,