On Wed, 15 Jan 2025 12:04:02 -0500
Bill <[email protected]> wrote:

> i added a hack to allow arnv7h to build despite a -Werror trap - it is
> likely something that affects all users with the newest compiler-set,
> so maybe should be handled upstream, if someone wants to report the
> bug to gnuboot
> 
> > cc -O2 -g -Wall -Wextra -Wmissing-prototypes -I. -DCMOS_HAL=1   -c
> > -o accessors/cmos-hw-unix.o accessors/cmos-hw-unix.c  
> > >accessors/cmos-hw-unix.c: In function ‘cmos_hal_read’:  
> > accessors/cmos-hw-unix.c:179:9: error: ‘return’ with no value, in
> > function returning non-void [-Wreturn-mismatch]  
> 
> +# armv7h error: ‘return’ with no value, in function returning
> non-void +if [ "${CARCH}" = 'armv7h' ] ; then
> +  export CPPFLAGS+=" -Wno-return-mismatch"
> +fi
> 
> is there any reason to keep both This and libretools-utils for some
> time? _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.parabola.nu/mailman/listinfo/dev

Realistically this should replace libreboot-utils.
There could be an argument that libreboot-utils is based on a somewhat
newer (but still quite outdated) version of coreboot compared to
gnuboot-utils.
But so far, except a rewrite of spkmodem recv in libreboot (not the
version we package) nothing really changed.
Arguably if we package canoeboot-utils we get that rewrite - but I find
it to be somewhat pointless.

In any case, I will keep watching gnuboot, libreboot and canoeboot -
and in case something big changes (e.g.: tools for ARM support...etc)
I'll notify.

-- 
Kind Regards,
Wael Karram.

Attachment: pgp40NFiW1Uuf.pgp
Description: OpenPGP digital signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to