From: Bill Zorn Date: Wed, 5 Sep 2018 22:19:09 +0000 (-0700) Subject: remove unneeded -lm option to gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0409a5a8d57d9e4b10174b2ec0b2e26fceaa3cb5;p=sfpy.git remove unneeded -lm option to gcc --- diff --git a/setup.py b/setup.py index 89b1dc5..335d62e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ posit_ext = setuptools.Extension( 'sfpy.posit', ['sfpy/posit.c'], include_dirs=['SoftPosit/source/include/'], extra_objects=['SoftPosit/build/Linux-x86_64-GCC/softposit.a'], - libraries=['m'], ) float_ext = setuptools.Extension(