summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 00:57:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 00:57:22 +0000
commitece26b562c3da7c148c842794e3a6d941fe1c05b (patch)
tree42e0d307369031566b3c0448c6ce3d6a3338a7ff /nuttx/ChangeLog
parent52e613351a71a9aa8cf9dcda553e0811968497e8 (diff)
downloadnuttx-ece26b562c3da7c148c842794e3a6d941fe1c05b.tar.gz
nuttx-ece26b562c3da7c148c842794e3a6d941fe1c05b.tar.bz2
nuttx-ece26b562c3da7c148c842794e3a6d941fe1c05b.zip
Generated libraries are now installed in a new lib/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5332 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c63dbe62b..d754bb72c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3595,3 +3595,10 @@
directory that will be forthcoming. Also rename libraries: liblib.a -> libc.a,
libulib.a -> libuc.a, libklib.a -> libkc.a, liblibxx.a ->libcxx.a.
(I will probably, eventually rename libxx to libcxx for consistency)
+ * Makefile, lib/: A new, empty directory that will hold generated libraries.
+ This simplifies the library patch calculations and lets me get rid of some
+ bash logic. The change is functional, but only partially complete;
+ additional logic is needed in the arch/*/src/Makefile's as well. Right
+ now that logic generate multiple library paths, all pointing to the lib/
+ directory.
+