genode/base-linux
Christian Prochaska 1947d08e78 Use the host c++ for linking hybrid applications
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.
2013-02-12 12:53:35 +01:00
..
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include base: add remove_client to rm_session 2013-02-11 12:01:25 +01:00
lib Use the host c++ for linking hybrid applications 2013-02-12 12:53:35 +01:00
mk Hardening compilation support for 64bit Linux 2012-06-21 00:50:18 +02:00
run lx_hybrid_ctors: remove 'soname' link option 2013-01-28 11:34:14 +01:00
src base: fix dangling session pointers in rm_session 2013-02-11 12:01:26 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This repository contains the Linux-specific implementation of Genode.