mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
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.
This repository contains the Linux-specific implementation of Genode.