mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Integrate PATH traversal logic and binary format logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5441 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<h1><big><font color="#3c34ec">
|
||||
<i>NuttX RTOS Porting Guide</i>
|
||||
</font></big></h1>
|
||||
<p>Last Updated: December 11, 2012</p>
|
||||
<p>Last Updated: December 17, 2012</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -4163,6 +4163,12 @@ build
|
||||
<code>CONFIG_BINFMT_DISABLE</code>: By default, support for loadable binary formats is built.
|
||||
This logic may be suppressed be defining this setting.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_BINFMT_EXEPATH</code>: Use the contents of the <code>PATH</code> environment variable to locate executable files. Default: n
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_PATH_INITIAL</code>: The initial value of the <code>PATH</code> variable. This is the colon-separated list of absolute paths. E.g., <code>"/bin:/usr/bin:/sbin"</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_BINFMT_CONSTRUCTORS</code>: Build in support for C++ constructors in loaded modules.
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user