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
9ac7f059
Commit
9ac7f059
authored
May 05, 2017
by
Thanassis Tsiodras
Browse files
And also, disable asserts when using AdaCore
parent
585affaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
9ac7f059
...
...
@@ -354,6 +354,9 @@ def CalculateCFLAGS(node, withPOHIC=True):
result
+=
" -mstructure-size-boundary=8 -mcpu=arm9tdmi -mfpu=vfp -mfloat-abi=soft -mthumb-interwork -g "
if
"GUMSTIX"
in
kind
:
result
+=
" -mstructure-size-boundary=8 -mcpu=xscale -mfpu=vfp -mfloat-abi=soft -g "
if
"ARM_CORTEX"
in
kind
:
result
+=
" -DNDEBUG "
# Not supported by AdaCore's CertyFlie...
for
binary
,
listOfFunctions
in
g_distributionNodes
.
items
():
key
=
re
.
sub
(
r
'_obj\d+$'
,
''
,
binary
)
if
node
==
binary
or
node
in
listOfFunctions
:
...
...
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