kumquat-buildroot/package/zlib-ng
Joel Stanley f909dce3b0 package/zlib-ng: Conditionally enable Power8 option
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 04e26cb7fe.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-04-14 21:35:46 +02:00
..
0001-Use-static-keyword-for-vec_sumsu-to-prevent-undefine.patch
zlib-ng.hash
zlib-ng.mk package/zlib-ng: Conditionally enable Power8 option 2022-04-14 21:35:46 +02:00