This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: rfc: new libgcc build mechanism
- To: pausmith at nortelnetworks dot com
- Subject: Re: rfc: new libgcc build mechanism
- From: Felix Lee <flee at teleport dot com>
- Date: Wed, 10 May 2000 16:20:23 -0700
- cc: "'autoconf at gnu dot org '" <autoconf at gnu dot org>, "'gcc at gcc dot gnu dot org '" <gcc at gcc dot gnu dot org>
pausmith@nortelnetworks.com (Paul D. Smith):
> I'm a little concerned that the & token isn't supported by all versions
> of sed, either, but I couldn't find any examples... anyone have thoughts
> on the portability of that?
s//&/ has been in ed forever, so it should be in all
versions of sed too.
--