summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-24 20:57:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-24 20:57:34 +0000
commit57af094e9fea3a8e2ad7822b1c5336d0b63e4bca (patch)
treea7c471e781e21ecdb704e78aa4ca3e1cae625ca8 /nuttx/Documentation/NuttX.html
parent38add3698930bde72d1548097b95334f0be449f1 (diff)
downloadpx4-nuttx-57af094e9fea3a8e2ad7822b1c5336d0b63e4bca.tar.gz
px4-nuttx-57af094e9fea3a8e2ad7822b1c5336d0b63e4bca.tar.bz2
px4-nuttx-57af094e9fea3a8e2ad7822b1c5336d0b63e4bca.zip
Fix a problem that was causing tools/incdir.sh to generate inappropriate paths for Cygwin tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1941 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index bc6bfb91c..be4af316c 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1483,6 +1483,10 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
and probably breaks many builds.
* examples/lib: Added qsort()
* examples/nxflat: Added support for symbol tables
+ * Correct logic that creates compiler include paths. On Cygwin, the
+ include paths for Cygwin-based GCC were being converted to windows
+ native paths. That causes many problems -- breaking dependencies
+ for one.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;