mirror of
https://github.com/redis/redis.git
synced 2026-01-14 14:28:07 -05:00
This solves several problems in a more elegant way:
* No need to explicitly use `-lc` on x86_64 when building with `-m32`.
* Avoids issues with undefined floating point emulation funcs on ARM.
(cherry picked from commit f26e90be0c)