<div dir="ltr">On Sun, Jun 29, 2014 at 9:14 AM, Rafael Avila de Espindola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
> Driver: add a cygwin linker tool<br>
><br>
> This adds a linker tool for the Windows cygwin environment.  This linker<br>
> invocation is significantly different from the generic ld invocation.  It<br>
> requires additional parameters as well as does not accept some normal<br>
> parameters.  This should fix self-hosting on Cygwin.<br>
<br>
</div>Nice!</blockquote><div><br></div><div>Seems that Takumi reverted the change.  Cygwin has a weird setup, and needs a gcc library path as part of the linker invocation to pick up parts of libc.  That should properly detect the filesytem layout and fix finding cry{begin,end}.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
><br>
> +  // FIXME: support mudflap: wrap the following:<br>
> +  // -fmudflap || -fmudflapth:<br>
> +  // static const char<br>
<br>
</div>Mudflap is dead, no?<br></blockquote><div><br></div><div>Yes, although mudflap is dead, the current releases of cygwin still support it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<a href="https://gcc.gnu.org/gcc-4.9/changes.html" target="_blank">https://gcc.gnu.org/gcc-4.9/changes.html</a><br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org
</div></div>