This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]