zlib-ng's build system does not correctly detect if it supports the
Power8 feature. Force it off to fix building for configurations that
don't support the vector builtin functions.
For example, building for BR2_powerpc_601:
warning: implicit declaration of function ‘vec_xl’; did you mean
‘vec_rl’? [-Wimplicit-function-declaration]
93 | vbuf = vec_xl(0, (unsigned char *) buf);
This logic was incorrectly removed in commit
|
||
---|---|---|
.. | ||
0001-Use-static-keyword-for-vec_sumsu-to-prevent-undefine.patch | ||
zlib-ng.hash | ||
zlib-ng.mk |