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]
Other format: [Raw text]

Re: Request for Assistance: GCC 3.3.1 Code-Gen Problems


> 1)  Once for all before /everything/, i.e., not on a per-command basis.

Well, given the transitivity of the "before" binary relation, once for all 
before the first command certainly implies once for all before everything :-)

> 2)  Solaris' sh doesn't like "export X=Y".  It must be two statements,
>     "X=Y; export X".  Yah, it sucks, but if it didn't suck, we wouldn't
>     have to use CONFIG_SHELL in the first place, so this should come as
>     no surprise.  :-)

Are you sure? At least it likes "export CONFIG_SHELL=/bin/ksh" because I've 
been using this line since the very beginning on the 5 versions of Solaris 
and never had any problems (and yes, echo $CONFIG_SHELL returns the right 
answer).

-- 
Eric Botcazou


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