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
e7d08a91
Commit
e7d08a91
authored
May 05, 2017
by
Thanassis Tsiodras
Browse files
POHIAda adds the float-abi flags - can't be added through USER_LDFLAGS
parent
c293a0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
e7d08a91
...
...
@@ -270,8 +270,8 @@ def mflags(node):
result
+=
" -m64 "
if
kind
.
startswith
(
"PLATFORM_LEON_RTEMS"
):
result
+=
" -msoft-float "
if
kind
.
startswith
(
"PLATFORM_ARM_CORTEX"
):
result
+=
" -mfloat-abi=hard "
#
if kind.startswith("PLATFORM_ARM_CORTEX"):
#
result += " -mfloat-abi=hard "
return
result
...
...
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