mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
Defining a custom strtod on arm when using hard float breaks since the function is marked in system headers as expecting a soft abi. Hopefully strtod works on Android 5.0+ so the strtod workaround is no longer needed. Fixes #179.