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
ba7fb174
Commit
ba7fb174
authored
Aug 22, 2018
by
Jerome Hugues
Browse files
* Add -fPIC when compiling for LINUX_DLL target
parent
5bcdd5b1
Changes
1
Show whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
ba7fb174
...
...
@@ -344,6 +344,8 @@ def CalculateCFLAGS(node, withPOHIC=True):
if
g_bPolyORB_HI_C
and
withPOHIC
:
result
+=
handlePoHiC
(
node
)
+
" "
result
+=
handleXenomaiCflags
(
node
)
if
"LINUX_DLL"
in
kind
:
result
+=
"-fPIC"
if
"COMPCERT"
in
kind
:
result
+=
"-DWORD_SIZE=4"
if
"NDS"
in
kind
:
...
...
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