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:
Robert Sipka
2017-04-19 00:10:05 +02:00
committed by yichoi
parent 9cbd5e78ad
commit 8d99e73db3
4 changed files with 91 additions and 26 deletions
+1 -1
View File
@@ -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