%% Donn Terry <[EMAIL PROTECTED]> writes: I haven't looked closely at this, but I will note right off that this: dt> "CC=$$(echo $$(case '$(CC)' in (stage*) echo '$(CC)' | sed -e is very non-portable. /bin/sh on Solaris (2.5.1 and 2.6 at least) can't handle either of these constructs (either $() or () in case match items), for example. Since make always uses /bin/sh, installing this construct will make gcc unbuildable on Solaris (at least). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Network Management Development "Please remain calm...I may be mad, but I am a professional." --Mad Scientist ------------------------------------------------------------------------------- These are my opinions---Nortel Networks takes no responsibility for them.
- Re: rfc: new libgcc build mechanism Russ Allbery
- Re: rfc: new libgcc build mechanism Akim Demaille
- RE: rfc: new libgcc build mechanism Donn Terry
- Re: rfc: new libgcc build mechanism Felix Lee
- RE: rfc: new libgcc build mechanism Donn Terry
- Re: rfc: new libgcc build mechanism Bruce Korb
- Re: rfc: new libgcc build mechanism Felix Lee
- Re: rfc: new libgcc build mechanism Earnie Boyd
- Re: rfc: new libgcc build mechanism Phil Edwards
- RE: rfc: new libgcc build mechanism Donn Terry
- Re: rfc: new libgcc build mechanism Paul D. Smith
- Re: rfc: new libgcc build mechanism Paul D. Smith
- Re: rfc: new libgcc build mechanism Felix Lee
- Re: rfc: new libgcc build mechanism Akim Demaille
- Re: rfc: new libgcc build mechanism Ken Pizzini
- Re: rfc: new libgcc build mechanism Felix Lee
- Re: rfc: new libgcc build mechanism Phil Edwards
- Re: rfc: new libgcc build mechanism Paul D. Smith
- Re: rfc: new libgcc build mechanism Paul D. Smith
- RE: rfc: new libgcc build mechanism Donn Terry
- RE: rfc: new libgcc build mechanism Donn Terry