Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolò Caruso
Skyward Boardcore
Commits
ba80f38a
Commit
ba80f38a
authored
Nov 28, 2021
by
Damiano Amatruda
Browse files
Options
Downloads
Patches
Plain Diff
[SBS] Use Unix Makefile as default also on Windows
parent
c06e7073
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libs/miosix-kernel
+1
-1
1 addition, 1 deletion
libs/miosix-kernel
sbs
+2
-2
2 additions, 2 deletions
sbs
with
3 additions
and
3 deletions
miosix-kernel
@
40f00f4a
Compare
d8b3d40f
to
40f00f4a
Subproject commit
d8b3d40fe372bff005b6dd4c21f7f039019a9cfa
Subproject commit
40f00f4a4c320609b6d3c820b8bbaa3df9728a3d
This diff is collapsed.
Click to expand it.
sbs
+
2
−
2
View file @
ba80f38a
...
@@ -49,12 +49,12 @@ configure() {
...
@@ -49,12 +49,12 @@ configure() {
show_found_deps
show_found_deps
config_ccache
=
&&
[
$ccache_found
]
&&
config_ccache
=
"-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
config_ccache
=
&&
[
$ccache_found
]
&&
config_ccache
=
"-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
config_toolchain
=
"-DCMAKE_TOOLCHAIN_FILE=
$sbs_base
/libs/miosix-kernel/miosix/_tools/toolchain.cmake"
config_toolchain
=
"-DCMAKE_TOOLCHAIN_FILE=
$sbs_base
/libs/miosix-kernel/miosix/_tools/toolchain.cmake"
config_
ninja
=
&&
[
$ninja_found
]
&&
config_
ninja
=
"-GNinja"
config_
generator
=
"-GUnix Makefiles"
&&
[
$ninja_found
]
&&
config_
generator
=
"-GNinja"
cmake
\
cmake
\
-B
"
$build_dir
"
\
-B
"
$build_dir
"
\
$config_ccache
\
$config_ccache
\
$config_toolchain
\
$config_toolchain
\
$config_
ninja
\
$config_
generator
\
$config_buildtype
\
$config_buildtype
\
$config_verbose
\
$config_verbose
\
"
$source_dir
"
"
$source_dir
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment