mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
3d7b92ea50
This patch make the ABI mechanism available to shared libraries other than Genode's dynamic linker. It thereby allows us to introduce intermediate ABIs at the granularity of shared libraries. This is useful for slow-moving ABIs such as the libc's interface but it will also become handy for the package management. To implement the feature, the build system had to be streamlined a bit. In particular, archive dependencies and shared-lib dependencies are now handled separately, and the global list of 'SHARED_LIBS' is no more. Now, the variable with the same name holds the per-target list of shared libraries used by the target. |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
lib | ||
patches | ||
ports | ||
src | ||
README |
This repository contains the L4/Fiasco-specific implementation of Genode. For instructions to build and start the Fiasco version of Genode, please consult the documentation located at 'base-fiasco/doc/fiasco.txt'.