summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-04 13:34:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-04 13:34:03 -0600
commit5d0227a972577feb5ba9f88c5d4d2534657b86dd (patch)
tree74b663c318d5b5e89d068cd1d0dcb377f5f027cf /nuttx/ChangeLog
parent23d6f51d4032133ed41ae5ccff887242d21a7609 (diff)
downloadnuttx-5d0227a972577feb5ba9f88c5d4d2534657b86dd.tar.gz
nuttx-5d0227a972577feb5ba9f88c5d4d2534657b86dd.tar.bz2
nuttx-5d0227a972577feb5ba9f88c5d4d2534657b86dd.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ceb264edf..a54217c59 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8397,3 +8397,7 @@
* Makefile.unix, Makefile.win, and tools/mkexport.sh: In 'make export',
do not copy internal header files or build scripts if this is a
kernel or protected build (014-9-4).
+ * tools/mkexport.sh, arch/*/src/Makefile, arm/src/a1x/Make.defs,
+ sama5/Make.defs, armv7-a/crt0.c: The 'make export' target needs to
+ bundle up the user C startup file (crt0), not the kernel head object
+ for the kernel and protected builds (2014-9-4).