From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Carlier Date: Sat, 06 Nov 2010 15:28:40 +0100 Subject: [U-Boot] [PATCH] Switch from library archives to partial linking In-Reply-To: <4CD3FF43.8030009@gmail.com> References: <4CD3DEFC.7010104@gmail.com> <4CD3E7A4.4000109@emk-elektronik.de> <4CD3F58F.8090302@gmail.com> <20101105122336.C9C1A12A81E2@gemini.denx.de> <4CD3FF43.8030009@gmail.com> Message-ID: <4CD56618.4010603@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello all, My previous patch missed some places that create library archives. A new 100% $(AR)-free version is available here: http://io.oiioiio.com/~sebc/0001-Use-partial-linking-v2.patch I have tested this patch with MAKEALL -A arm and checked that it does not break any build on this architecture. I have not yet tested the resulting binaries, but in theory they should work. :-) Feedback on other architectures is also welcome. For a few boards (balloon3, palmld, palmtc, pleb2, zipitz2) that disable CONFIG_CMD_NET, this patch also disables CONFIG_CMD_NFS to prevent net/nfs.o from being compiled and causing undefined symbols. -- Sebastien Carlier