<br><br><div class="gmail_quote">On Wed, Apr 22, 2009 at 11:28 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
<br>
On 22.04.2009, at 20:04, Eliot Miranda wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
    I need to modify the autoconf scripts in the unix build to arrange to omit the -fomit-frame-pointer flag form on e of the files in Cog.  I&#39;ve asked Ian for help but he&#39;s not responded for whatever reason and I would like to solve the issue up front.  Is anyone familiar enough with autoconf and has the free time to hold my hand through the process.  I haven&#39;t got the patience to learn autoconf myself (fundamentally because I think its a heap of crap, waaaay too complicated to be worth the effort) but I would like to have the rest of the VM compiled with -fomit-frame-pointer, essentially for plugin performance, so I don&#39;t want to take the easy route and simply omit -fomit-frame-pointer throguhout, and I don&#39;t want to spend the time e.g. porting the Newspeak make framework, which would be a good thing in the long run.<br>

<br>
TIA<br>
Eliot<br>
</blockquote>
<br>
<br></div></div>
Ian is on vacation.</blockquote><div><br></div><div>That explains it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
Easiest might be to add -fno-omit-frame-pointer when your file is compiled, this should cancel a previous -fomit-frame-pointer.</blockquote><div><br></div><div>Right.  My problem, however, is how to get autoconf to generate a specific compile rule for one file.  I can define the alternative COMPILEALT macro but I can&#39;t yet figure out how to spit out that rule for a specific source file withoput hacking it at the wrong place.  But I&#39;m getting closer :/</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><font color="#888888">
<br>
- Bert -<br>
<br>
<br>
</font></blockquote></div><br>