Re: Which library for new target specific component?
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Dave Brolley <[email protected]> writes: > I'm implementing a very specific cache implementation for a target > we're working on. The component will be abstracted from the current > cache_component class in sid/components/cache (i.e. it will inherit > from this class). Which library should this new class belong to? > Currently I have it in libXXXfamily.la, built from > sid/components/family/XXX. The effect of this is that libcache.la > must be loaded before libXXXfamily.la. Should I instead add the code > to libcache.la (sid/components/cache) so that the libraries are > independent? Good question. I think putting it in libcache is fine for the time being. Presumably it will be some time before the code is contributed to the public sources? Ben