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: Top-level Makefile


On Nov 29, 2001, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:

>     Try some more efficient shell, such as bash or at least ksh.

> Well, the shell script has #!/bin/sh" in the first line, so that's the
> one that's going to be used.  It needs to work reasonably with that one.

This doesn't necessarily follow.  Solaris' /bin/sh, for example, has a
bug that causes it to *sometimes* crash while running ltconfig.  Being
too slow when processing certain constructs present in
libstdc++-v3/configure is arguably a performance bug in whatever shell
you're running, and setting CONFIG_SHELL to some more efficient shell
is a possible work-around.

-- 
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    *Please* write to mailing lists, not to me


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