commit | 9e4e7ed9099d31c72631088c1f615be89367f231 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 18 08:11:39 2023 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Mar 13 21:15:40 2024 +0100 |
tree | 63e148ee98f587eb206745493ec4dc3516a19a6e | |
parent | f54339a9ef30b7f481c1251e75ba452c72bbb3c1 [diff] |
mips: implement __udivdi3 Squashfs wasn't compiling because the lldiv() directives turn into __udivdi3 and we are using private libgcc. After this squashfs compiles for MIPS. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Tested-by: Bartel Eerdekens <barteleerdekens@gmail.com>