Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
e15edde0
Commit
e15edde0
authored
Apr 26, 2021
by
Maxime Perrotin
Browse files
support for RPi: fix C++ support
parent
482114ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/rpi_cgpr/partition.tmplt
View file @
e15edde0
...
@@ -68,7 +68,7 @@ configuration project Raspberry_PI is
...
@@ -68,7 +68,7 @@ configuration project Raspberry_PI is
for
Driver
(
"C++"
)
use
"arm-linux-gnueabihf-g++"
;
for
Driver
(
"C++"
)
use
"arm-linux-gnueabihf-g++"
;
for
Leading_Required_Switches
(
"C"
)
use
(
"-c"
,
"-x"
,
"c"
);
for
Leading_Required_Switches
(
"C"
)
use
(
"-c"
,
"-x"
,
"c"
);
for
Leading_Required_Switches
(
"C++"
)
use
(
"-c"
,
"-x"
,
"c"
);
for
Leading_Required_Switches
(
"C++"
)
use
(
"-c"
,
"-x"
,
"c
++
"
);
for
Required_Switches
(
"Ada"
)
use
(
"-c"
,
"-x"
,
"ada"
);
for
Required_Switches
(
"Ada"
)
use
(
"-c"
,
"-x"
,
"ada"
);
Common_C_Switches
:=
Common_C_Switches
:=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment