From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Thu, 12 Aug 2004 16:10:48 +0200 Subject: [U-Boot-Users] [PATCH] Cleanup cpu/arm920t In-Reply-To: <20040812125453.C87D5C109F@atlas.denx.de> References: <20040812125453.C87D5C109F@atlas.denx.de> Message-ID: <411B7A68.8000507@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <411B5AF5.6000506@imc-berlin.de> you wrote: > >>But it seems that I can't add one archive to another archive as I describe >>in an earlier mail, i.e. >> >>ar crv limbimx.a foo.o bar.o >>ar crv libarm920t.a foo1.o bar1.o imx/libimx.a > > > No, this makes no sense to me. Why would you want to do that? Cause I thought it would be nice to have the arm920t generic stuff _and_ the arm920t based SoC stuff in _one_ archive. >>And I don't want to add an entry for every posible SoC to the main makefile... ? > > Then maybe add a Make variable (probably by some config.mk file) so > that we always can poull in the correct library. ? :-( -- Steven