Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
b2b752da
Commit
b2b752da
authored
Jul 25, 2018
by
Delia Cellarier
Browse files
Fix typo
parent
44de254c
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
b2b752da
...
...
@@ -1180,7 +1180,7 @@ def InvokeOcarinaMakefiles(
os
.
putenv
(
"RTEMS_MAKEFILE_PATH"
,
os
.
environ
[
"RTEMS_MAKEFILE_PATH_GUMSTIX"
])
if
all
(
x
not
in
platformType
for
x
in
[
"LEON"
,
"RTEMS"
,
"WIN32"
,
"GNAT_RUNTIME"
]):
extra
+=
"-lrt "
if
not
platformType
.
startswith
(
"GNAT_RUNTIME"
)
:
if
"GNAT_RUNTIME"
not
in
platformType
:
# some symbols from libgnat seem to conflict with libm
userLDFlags
+=
" -lm "
if
bCoverage
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment