<br><br><div class="gmail_quote">On Thu, Nov 26, 2009 at 2:23 PM, Pascal Kesseli <span dir="ltr"><<a href="mailto:pascal_kesseli@hotmail.com">pascal_kesseli@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Thank you very much - I will immediately give that patch a try in the next build. Just a general question concerning the soft-float flags:<br>
<br>
- Does configuring gcc with the option --with-float=soft advise it to always create soft-float binaries? Or only to include the soft-float libraries?<br></blockquote><div>--with-float=soft in gcc ./configure simply puts -msoft-float into the CFLAGS for all stages necessary ( i think ). </div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
- After having both binutils and gcc configured with "--with-float=soft", do I still have to build my programs and libraries with the "-msoft-float" option?<br></blockquote><div>No.  The patch I linked in actually puts the soft float functions into libgcc, so whenever -lgcc is called it will get automagically -mfloat=soft without you forcing it.  (again I think)</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Thanks again and best regards<br>
Pascal<br>
<br>
<br>
_________________________________________________________________<br>
Happy Birthday Messenger - Gratisgeschenk runterladen zum Jubiläum "10 Jahre Messenger in der Schweiz"!<br>
<a href="http://www.messengeris10.com/default.aspx?locale=de-ch" target="_blank">http://www.messengeris10.com/default.aspx?locale=de-ch</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
Clfs-support mailing list<br>
<a href="mailto:Clfs-support@lists.cross-lfs.org">Clfs-support@lists.cross-lfs.org</a><br>
<a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org" target="_blank">http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org</a><br>
</div></div></blockquote></div><br>