5cdb98c75e
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
12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
cmake/*
|
|
docs/*
|
|
jerry-libc/*
|
|
jerry-libm/*
|
|
jerry-main/*
|
|
jerry-port/default/default-date.c
|
|
jerry-port/default/default-io.c
|
|
targets/*
|
|
tests/*
|
|
third-party/*
|
|
tools/*
|