On Sun, Sep 08, 2024 at 06:43:11PM +0300, Vladimir Serbinenko wrote: > We currently use an old version of libcrypt which > results in us having fewer ciphers and missing on many > other improvements. > > Signed-off-by: Vladimir Serbinenko <phco...@gmail.com>
Sadly it still has some problems... ./configure --target=arm-linux-gnueabihf --with-platform=coreboot ... make cat syminfo.lst | sort | gawk -f ./genmoddep.awk > moddep.lst || (rm -f moddep.lst; exit 1) __aeabi_uldivmod in mpi is not defined Makefile:49878: recipe for target 'moddep.lst' failed Additionally, the Coverity reports 18 defects. Probably some of them are false positives but they require analysis... Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel