public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: -*-*-darwin ranlib option change
@ 2002-12-23 11:46 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2002-12-23 11:46 UTC (permalink / raw)
  To: geoffk, gcc

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-23 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-23 11:46 -*-*-darwin ranlib option change Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).