genode-ehmry/repos/base-linux
Christian Helmuth e60b597af5 linux: 32-bit compatibility with GCC versions before 7
GCC version 7 and above generate calls to __divmoddi for 64bit integer
division on 32-bit. Unfortunately, libgcc liberaries of older compilers
lack this symbol and are still in use by Debian/Ubuntu LTS at least.
2019-05-27 14:52:52 +02:00
..
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
lib linux: 32-bit compatibility with GCC versions before 7 2019-05-27 14:52:52 +02:00
recipes depot: update recipe hashes 2019-05-06 16:15:27 +02:00
run base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
src linux: 32-bit compatibility with GCC versions before 7 2019-05-27 14:52:52 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.