mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 22:29:19 +00:00
1947d08e78
Some shared libraries of the host system contain search paths for finding other needed shared libraries. These paths get evaluated only by a native linker. To find all needed shared libraries, with this patch, the host linker is used to link hybrid applications. Fixes #645.
This repository contains the Linux-specific implementation of Genode.