Add spawn attribute logic which will eventually be needed to support posix_spawn()

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5501 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-01-10 00:45:11 +00:00
parent fc53817aaf
commit 33da0eb143

View File

@ -1239,8 +1239,8 @@ svn checkout -r5447 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<li>
<p>
New top-level Makefiles: <code>Makefile.unix</code> and <code>Makefile.win</code> (along with numerous changes to other make-related files).
This adds basic support for building NuttX natively under Windows from a <code>CMD.exe</code> window (rather than in a POSIX-like environment).
This build: (1) Uses all Windows style paths, (2) Uses primarily Windows batch commands from <code>CMD.exe</code>, with (3) a few extensions from <i>GNUWin32</i>.
This adds basic support for building NuttX natively under from Windows console (rather than in a POSIX-like environment).
This build: (1) Uses all Windows style paths, (2) Uses primarily standard Windows batch commands with (3) a few additional commands from <i>GNUWin32</i> (such as GNU make).
</p>
<p>
This capability should still be considered a work in progress because: (1) It has not been verfied on all targets and tools, and (2) it still lacks some of the creature-comforts of the more mature environments (like a functional <code>configure.sh</code> script and <code>make menuconfig</code> support).
@ -3202,7 +3202,7 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
<td><br></td>
<td>
<p>
Build support has been added to support building natively in a Windes <code>CMD.exe</code> rather than in a POSIX-like environment.
Build support has been added to support building natively in a Windows console rather than in a POSIX-like environment.
</p>
<p>
This build:
@ -3221,10 +3221,10 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
</p>
<ul>
<li>
<b><code>CMD.exe</code> Shell</b>.
The build must be performed in a Windows <code>CMD.exe</code shell.
This may be the standard <code>cmd</code> shell that comes with Windows.
I prefer the ConEmu command shell which can be downloaded from:
<b>Windows Console</b>.
The build must be performed in a Windows console window.
This may be using the standard <code>CMD.exe</code> terminal that comes with Windows.
I prefer the ConEmu terminal which can be downloaded from:
http://code.google.com/p/conemu-maximus5/
</li>
<li>