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
orchestrator
Commits
f4aa9ca9
Commit
f4aa9ca9
authored
Jun 20, 2018
by
Maxime Perrotin
Browse files
Keep -lm in gnat platforms
parent
8f15daa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
f4aa9ca9
...
...
@@ -1178,8 +1178,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
"GNAT_RUNTIME"
not
in
platformType
:
userLDFlags
+=
" -lm "
userLDFlags
+=
" -lm "
if
bCoverage
:
extra
+=
" -lgcov "
if
platformType
in
(
"PLATFORM_LINUX32"
,):
# and platform.architecture()[0] == '64bit':
...
...
Write
Preview
Markdown
is supported
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