Move architecture-depedendent libc internal headers to jerry-libc/arch folder.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-15 14:20:53 +03:00
parent a293e21147
commit 630a1e8eba
6 changed files with 3 additions and 21 deletions
-9
View File
@@ -50,15 +50,6 @@ set(COMPILE_FLAGS_LIBC "${COMPILE_FLAGS_JERRY} ${C_FLAGS_JERRY}")
set(INCLUDE_LIBC_INTERFACE ${CMAKE_SOURCE_DIR}/jerry-libc/include)
set(INCLUDE_LIBC_INTERFACE ${INCLUDE_LIBC_INTERFACE} PARENT_SCOPE)
# Platform-specific
# Linux
set(INCLUDE_LIBC_LINUX target/linux)
# MCU
# STM32F3
set(INCLUDE_LIBC_MCU_STM32F3 target/mcu-stubs)
# STM32F4
set(INCLUDE_LIBC_MCU_STM32F4 target/mcu-stubs)
# Third-party
# Platform-specific
# Linux