Skip to content

Commit

Permalink
Fix #438: Set OSAL_SYSTEM_BSPTYPE for native builds
Browse files Browse the repository at this point in the history
This explicitly specifies the BSP to use when using SIMULATION=native
flags to the build.  All other example toolchain files already included
this setting.
  • Loading branch information
jphickey authored and skliper committed Jan 10, 2020
1 parent 08dd3fa commit e3b90f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/arch_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ function(prepare)
"${CMAKE_SYSTEM_NAME}" STREQUAL "CYGWIN")
# Export the variables determined here up to the parent scope
SET(CFE_SYSTEM_PSPNAME "pc-linux" PARENT_SCOPE)
SET(OSAL_SYSTEM_BSPTYPE "pc-linux" PARENT_SCOPE)
SET(OSAL_SYSTEM_OSTYPE "posix" PARENT_SCOPE)
else ()
# Not cross compiling and host system is not recognized
Expand Down

0 comments on commit e3b90f2

Please sign in to comment.