Message ID | 20241217224306.2900490-1-pierrick.bouvier@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix 32-bit build for plugins | expand |
Pierrick Bouvier <pierrick.bouvier@linaro.org> writes: > Since 9.2.0 release, we are building contrib plugins using the QEMU build system > (before, it was external makefiles). When building for 32-bit host platform, > some warnings are triggered and build fail. > > Thus, at the time, the decision was to not fix those plugins, and > disable by default plugins for 32-bit host platforms (see cf2a78cb). Queued to plugins/next, thanks. Although I think people trying to use plugins on 32 bit platforms are still in for a bad time.
On 1/9/25 03:44, Alex Bennée wrote: > Pierrick Bouvier <pierrick.bouvier@linaro.org> writes: > >> Since 9.2.0 release, we are building contrib plugins using the QEMU build system >> (before, it was external makefiles). When building for 32-bit host platform, >> some warnings are triggered and build fail. >> >> Thus, at the time, the decision was to not fix those plugins, and >> disable by default plugins for 32-bit host platforms (see cf2a78cb). > > Queued to plugins/next, thanks. > > Although I think people trying to use plugins on 32 bit platforms are > still in for a bad time. > Thanks, at least it will keep on compiling warning free (casts might still hide some problems though), which is better than nothing, especially when we introduce new plugins.