This library contains CMake code (files with .cmake extentions),
Python scripts and it is intended for simplification different actions
on the organization of the build environment.
Revision | a799a417ac6770fd96892416bc7148144ea600f6 (tree) |
---|---|
Zeit | 2022-10-07 10:37:03 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Pass CT_NO_64 to the sdcc compiler
@@ -226,6 +226,8 @@ | ||
226 | 226 | cmdLine.append('-DCMAKE_TOOLCHAIN_FILE=' + cmakeToolchainFile) |
227 | 227 | |
228 | 228 | cmdLine.append('-DCT_RETARGET_PUTCHAR=1') |
229 | + # sdccman.pdf 3.1.3; as of sdcc 4.0 practically confirmed with stm8 port | |
230 | + cmdLine.append('-DCT_NO_64=1') | |
229 | 231 | |
230 | 232 | cmdLine.append('-DCMAKE_SYSTEM_NAME=Generic') |
231 | 233 | cmdLine.append('-DCMAKE_SYSTEM_PROCESSOR=stm8') |