Fixing debug.stm32f4: uncommented memcpy and memset aliases, placed them under #ifndef LIBC_MUSL.

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 13:57:40 +04:00
parent d8c721f57a
commit 56daef38eb
2 changed files with 36 additions and 30 deletions
+2
View File
@@ -231,10 +231,12 @@ ifeq ($(OPTION_MCU),disable)
ifeq ($(OPTION_MUSL),enable)
CC := musl-$(CC)
DEFINES_JERRY += -DLIBC_MUSL
CFLAGS_COMMON += -static
else
CFLAGS_COMMON += -fsanitize=address
endif
ifeq ($(OPTION_COLOR),enable)
CFLAGS_COMMON += -fdiagnostics-color=always
endif