[U-Boot-Users] [PATCH] Cleanup cpu/arm920t
Steven Scholz
steven.scholz at imc-berlin.de
Wed Aug 11 18:06:47 CEST 2004
Steven Scholz wrote:
> llandre wrote:
>
>> The build has been completed successfully.
>> According to you is this solution ok? Wolfang?
>
>
> But this means "ar crv libarm920t.a" is called several times.
>
> We have to be careful then since the option "crv" would overwrite
> existing members of the archive. Right?
> I think that's why llandre used ep93xx_interrupts.o instead of
> interrupts.o.
> So maybe the SoC name in the files is not redundand...
>
> On the other hand this could be used to explicitly _overwrite_ the
> generic stuff in (let's say) cpu/arm920t/interrupt.o by (let's say)
> cpu/arm920t/imx/interrupt.o. But I am afraid code is duplicated by
> people again...
Or maybe use "ar cqv lib$(CPU).a" in the subdirs... ?
--
Steven
More information about the U-Boot
mailing list