commit | 811dd44b0b13cb1ea40392edfbe8ffa21c5b33ad | [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 | f3c979dd0053c082d2df170446923e7ce5edbc2d [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>