genode/base-linux
Christian Prochaska 522a86e54a base-linux: use the Genode GCC's crt files
With this patch hybrid applications get linked with the Genode GCC's
'crtbegin.o' and 'crtend.o' files instead of the host GCC's versions
to avoid compatibility problems. This only affects the 'linux_x86'
platform, since on the 'lx_hybrid_x86' platform the Genode GCC is the
host GCC.

Fixes #550.
2012-12-21 14:54:21 +01:00
..
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Linux: remove 'some_mem' array in core 2012-12-04 20:51:29 +01:00
lib base-linux: use the Genode GCC's crt files 2012-12-21 14:54:21 +01:00
mk Hardening compilation support for 64bit Linux 2012-06-21 00:50:18 +02:00
run Improve robustness of chroot-related tests 2012-11-23 12:20:27 +01:00
src base: extend cap_session with memory allocator 2012-12-21 14:54:20 +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.