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)
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 20 May 2002 10:42:23 +0200
- Subject: Re: gcc compile-time performance (on sparc solaris)
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <200205200444.g4K4iQr03275@banach.math.purdue.edu>
Brad Lucier wrote:
> The fortran library build seemed to ignore CONFIG_SHELL:
>
> /bin/sh ../libtool --mode=compile
Indeed, this is what's in (builddir)/libf2c/Makefile:
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 ...
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)