Skip to content

Commit 6c2c267

Browse files
committed
Re-thinking the build system to bring it more into line with the conventions.
We removed that implementation where the build directory isn't set up to build with exactly one configuration of the project but potentially several variants: the same build directory can/must be used for debug and release builds, for full or compact profile versions, etc. So we reworked the CMakeLists, and now one build dir deal with exactly one configuration of the project's libraries and tools. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected] JerryScript-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
1 parent 97be8bf commit 6c2c267

20 files changed

+407
-1703
lines changed

CMakeLists.txt

Lines changed: 177 additions & 453 deletions
Large diffs are not rendered by default.

build/configs/toolchain_afl_i686.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

build/configs/toolchain_afl_x86_64.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

build/configs/toolchain_darwin_x86_64.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

build/configs/toolchain_external.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

build/configs/toolchain_linux_armv7l-el.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

build/configs/toolchain_linux_armv7l-hf.cmake

Lines changed: 0 additions & 26 deletions
This file was deleted.

build/configs/toolchain_linux_i686.cmake

Lines changed: 0 additions & 20 deletions
This file was deleted.

build/configs/toolchain_linux_x86_64.cmake

Lines changed: 0 additions & 22 deletions
This file was deleted.

build/configs/toolchain_mcu_stm32f3.cmake

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)