From 3bf4cd0abd093be0b3f2bac724aa952dc1b1bb60 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 00:57:22 +0000 Subject: 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 --- nuttx/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/ChangeLog') 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. + -- cgit v1.2.3