Add setjmp and longjmp functions for nuttx-stm32f4 target. (#1743)
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -48,7 +48,7 @@ jerry_core_allin.c:
|
||||
echo '#include "jerryscript/jerry-libm/nextafter.c"' > jerry_core_allin.c
|
||||
find $(ROOT_DIR)/jerryscript/jerry-core -name "*.c" | sed -r -e 's/(\.\.\/)*(.+)/#include "\2"/g' >> jerry_core_allin.c
|
||||
|
||||
ASRCS =
|
||||
ASRCS = setjmp.S
|
||||
CSRCS = jerry_core_allin.c
|
||||
MAINSRC = jerry_main.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user