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
c7305e65
Commit
c7305e65
authored
Oct 10, 2017
by
Maxime Perrotin
Browse files
Remove the short-double trick
Which does not work with gnat2017
parent
9bebb677
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
c7305e65
...
...
@@ -296,7 +296,8 @@ def mflags(node):
result
+=
" -mfloat-abi=hard "
# Cortex M4's FPU does not support double precision! if C code uses double,
# it must be forced to use float instead:
result
+=
" -fshort-double "
# Edit: this worked in gnat2016 but not in gnat2017
# result += " -fshort-double "
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