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
c293a0a0
Commit
c293a0a0
authored
May 05, 2017
by
Thanassis Tsiodras
Browse files
Use float-abi=hard for ARM targets.
parent
50de4de0
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
c293a0a0
...
...
@@ -270,6 +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 "
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