cross-compilation on by default now

This commit is contained in:
2021-08-02 16:04:26 +02:00
parent ab1e1daed8
commit e56b4dcd56
3 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_SCRIPT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
if(NOT FSFW_OSAL)
set(FSFW_OSAL host CACHE STRING "OS for the FSFW.")
set(FSFW_OSAL linux CACHE STRING "OS for the FSFW.")
endif()
if(TGT_BSP MATCHES "arm/raspberrypi" OR TGT_BSP MATCHES "arm/beagleboneblack")
option(LINUX_CROSS_COMPILE "Cross compile for a Linux board" OFF)
option(LINUX_CROSS_COMPILE "Cross compile for a Linux board" ON)
set(FSFW_HAL_ADD_LINUX "Add the FSFW HAL for Linux systems" ON)
endif()

2
fsfw

Submodule fsfw updated: ab6c616cdb...dee063e259