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]

Re: rfc: new libgcc build mechanism


> >>>>> "Paul" == Paul D Smith <pausmith@nortelnetworks.com> writes:
> Paul> I'm a little concerned that the & token isn't supported by all
> Paul> versions of sed, either, but I couldn't find any
> Paul> examples... anyone have thoughts on the portability of that?
> 
> Hm, I never heard of portability issues on that point.  Maybe Ken knows
> more?

I've never heard of any sed implementation failing to understand &
on the right-hand-side of a substitute as meaning "that which
matched on the left".  All descendents of Bell Lab's v7 sed (at
least; I don't have first hand experience with older seds) have
supported it, and it would be a major incompatability for any other
sed to have failed to support it.

		--Ken Pizzini

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