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


%% Donn Terry <donnte@microsoft.com> 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 <psmith@baynetworks.com>         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.

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