Subject: Re: Q re. cc transform script: passing more than one cc argument?
To: <>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 09/25/2004 20:18:18
Georg Schwarz wrote:
>>arg="-O2 -Olimit 5000"
> 
> 
> In this case it is passed like this to the cc, i.e. as a single command line arargument, which does not work:
> 
> cc: Error: malformed or unknown option: -O2 -Olimit 5000
> 
> Maybe this could be changed at the point where arg is passed to cc (e.g.
> by reducing quoting there)
> 

I just had a quick look at the wrapper scripts. Perhaps you might 
experiment with prepend_queue as seen in .wrapper/tmp/logic. This is 
just a guess. I'm not a buildlink guru.

Roland