target: mbedos5: Use math.h from stdlib, not from jerry-libm (#1988)

The math.h header file in JerryScript is lacking a number of functions which are required to build for certain mbed OS 5 targets. NUCLEO_F207ZG target fails to build as sqrtf() is not defined in this header file. Exclude this file from the build process, so the math.h from stdlib is included instead.

JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
This commit is contained in:
Jan Jongboom
2017-09-04 12:11:02 +02:00
committed by GitHub
parent ce187049e9
commit 5cdb98c75e
+1
View File
@@ -1,6 +1,7 @@
cmake/*
docs/*
jerry-libc/*
jerry-libm/*
jerry-main/*
jerry-port/default/default-date.c
jerry-port/default/default-io.c