aboutsummaryrefslogtreecommitdiff
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
commit3bf4cd0abd093be0b3f2bac724aa952dc1b1bb60 (patch)
tree42e0d307369031566b3c0448c6ce3d6a3338a7ff /nuttx/ChangeLog
parent5b5b007db3961ef389227030f3490becca6b11c3 (diff)
downloadpx4-firmware-3bf4cd0abd093be0b3f2bac724aa952dc1b1bb60.tar.gz
px4-firmware-3bf4cd0abd093be0b3f2bac724aa952dc1b1bb60.tar.bz2
px4-firmware-3bf4cd0abd093be0b3f2bac724aa952dc1b1bb60.zip
Generated libraries are now installed in a new lib/ directory
git-svn-id: http://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.
+