This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc compile-time performance (on sparc solaris)
On May 20, 2002, Toon Moene <toon@moene.indiv.nluug.nl> wrote:
> LIBTOOL = $(SHELL) $(top_builddir)/libtool
> and this is what's in (sourcedir)/libf2c/Makefile.in:
> LIBTOOL = @LIBTOOL@
> Unfortunately, I do not know who's responsible for this substitution ...
It's configure. The problem is that libf2c/Makefile.in has SHELL =
/bin/sh, instead of the SHELL = @SHELL@, as in most Makefiles. Ditto
for libobjc/Makefile.in. Hmm... I think I saw a patch floating
around that fixed this problem in at least one of these Makefiles...
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer