This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -*-*-darwin ranlib option change
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: geoffk at apple dot com, gcc at gcc dot gnu dot org
- Date: Mon, 23 Dec 2002 13:27:30 -0500 (EST)
- Subject: Re: -*-*-darwin ranlib option change
Geoff,
Your change to configure.in and configure broke installing gcc on powerpc-apple-darwin6.3 because in gcc/Makefile.in there is check for if RANLIB_FOR_TARGET exists.
Makefile.in portion, line 236 on:
RANLIB_TEST_FOR_TARGET = \
[ -f $(RANLIB_FOR_TARGET) ] \
|| ( [ "$(host_canonical)" = "$(target)" ] \
&& [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )
Thanks,
Andrew Pinski
pinskia@physics.uc.edu
apinski@apple.com