summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-10 00:18:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-10 00:18:40 +0000
commit42aa5941d3e99c3df11945da4742768765653313 (patch)
tree48eaddd54c987b71673588b68d992a0b4621fb8d /nuttx/ChangeLog
parent44d2148775438add2865272f6478a5946cba7c3b (diff)
downloadnuttx-42aa5941d3e99c3df11945da4742768765653313.tar.gz
nuttx-42aa5941d3e99c3df11945da4742768765653313.tar.bz2
nuttx-42aa5941d3e99c3df11945da4742768765653313.zip
Fixed a problem with arch/arm/src dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@282 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8b0af7911..064a40dce 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -169,7 +169,7 @@
* Restructured some Makefiles to better handle enabling and disabling
NuttX features without having so much conditional compilation in the
source files.
- * tools/mkconfig.c: No long depends on asprintf() and _GNU_SOURCE and
+ * tools/mkconfig.c: No longer depends on asprintf() and _GNU_SOURCE and
so should now build in non-GNU, non-GLIBC environments.
* include/nuttx/compiler.h: Fix for using SDCC with the Z80.
* include/assert.h & arch/pjrc-8051/src/up_assert.c: SDCC does support
@@ -178,5 +178,7 @@
disabled.
0.2.8 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * tools/Makefile.mkconfig: Under Cygwin, executable has a different name
+ * tools/mkdeps.sh & arch/arm/src/Makefile: Corrected a problem makeing dependencies
* Started m68322