This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: rfc: new libgcc build mechanism
- To: Russ Allbery <rra at stanford dot edu>
- Subject: Re: rfc: new libgcc build mechanism
- From: Akim Demaille <akim at epita dot fr>
- Date: 11 May 2000 09:50:57 +0200
- Cc: Phil Edwards <pedwards at jaj dot com>, autoconf at gnu dot org, gcc at gcc dot gnu dot org
- References: <200005091607.MAA19254@jaj.com> <yl4s87l5av.fsf@windlord.stanford.edu>
>>>>> "Russ" == Russ Allbery <rra@stanford.edu> writes:
Russ> The next interesting question would be if ksh alters its
Russ> behavior if invoked as sh instead of as ksh. Hm. (Thanks for
Russ> the note; I was vaguely aware of that but had forgotten it when
Russ> I was writing the last message.)
I'd bet. I remember I had a very bizarre behavior from sh's `echo'
under Solaris and the only rational explanation I could find was that
`sh' is not using the same set of builtins depending whether /usr/ucb
is before /usr/bin or not (I don't recall exactly the paths, YMMV).
Akim