mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
cmake: add arch-specific support flags
This commit is contained in:
parent
ade01b532e
commit
99339ae9f4
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@ if(FXLIBC_TARGET STREQUAL gint)
|
|||
add_definitions(-D__SUPPORT_GINT)
|
||||
endif()
|
||||
|
||||
if(sh-generic IN_LIST TARGET_FOLDERS)
|
||||
add_definitions(-D__SUPPORT_ARCH_SH)
|
||||
endif()
|
||||
|
||||
if(x86-generic IN_LIST TARGET_FOLDERS)
|
||||
add_definitions(-D__SUPPORT_ARCH_X86)
|
||||
endif()
|
||||
|
||||
# TODO: Preprocessor definitions for configuration
|
||||
# configure_file()
|
||||
|
||||
|
|
Loading…
Reference in a new issue