
11 Aug
2004
11 Aug
'04
6:06 p.m.
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