diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e0a9c6e86e..2c76633fb4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -32,6 +32,7 @@ aux := fpu_control setfpucw # Build the -lm library. extra-libs := libm +extra-libs-others = $(extra-libc) libm-support = k_standard s_lib_version s_matherr s_signgam libm-calls = e_acos e_acosh e_asin e_atan2 e_atanh e_cosh e_exp e_fmod \ |