mirror of
https://github.com/redis/redis.git
synced 2026-01-13 17:47:59 -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)