diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 2c76633fb4..c7bacd03f8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -32,7 +32,7 @@ aux := fpu_control setfpucw # Build the -lm library. extra-libs := libm -extra-libs-others = $(extra-libc) +extra-libs-others = $(extra-libs) 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 \ |