Add configuration for toolchains without libm

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@517 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-01-06 20:46:45 +00:00
parent 0014364161
commit bfad5e4a52

View File

@ -16,7 +16,7 @@
</b></big>
<p><small>by</small></p>
<p>Gregory Nutt</p>
<p><small>Last Update: December 30, 2007</small></p>
<p><small>Last Update: January 6, 2006</small></p>
</center>
<center><h1>Table of Contents</h1></center>
@ -1245,6 +1245,16 @@ The system can be re-made subsequently by just typing <code>make</code>.
The startaddress of DRAM (virtual)</li>
</ul>
<p>
General build options:
</p>
<ul>
<li><code>CONFIG_RRLOAD_BINARY</code>:
Make the rrload binary format used with BSPs from <a href="www.ridgerun.com">ridgerun.com</a>.</li>
<li><code>CONFIG_HAVE_LIBM</code>:
Toolchain supports libm.a</li>
</ul>
<h2>General OS setup</h2>
<ul>