Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
a69c22ea
Commit
a69c22ea
authored
Feb 16, 2020
by
jjhugues
Browse files
* Reference local copy of PolyORB-HI/C runtime
For openaadl/ocarina#248
parent
0f9fd30a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/po_hi_c/ocarina-backends-po_hi_c.adb
View file @
a69c22ea
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-20
18
ESA & ISAE. --
-- Copyright (C) 2008-2009 Telecom ParisTech, 2010-20
20
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -277,10 +277,13 @@ package body Ocarina.Backends.PO_HI_C is
Write_Eol
;
end
if
;
-- The following syntax esapces whitespace in the path
Write_Line
(
"RUNTIME_PATH=$(shell echo
""
"
&
Get_Runtime_Path
(
"polyorb-hi-c"
)
&
"
""
| sed 's/ /\\ /g')"
);
-- The following syntax escapes whitespace in the path
-- Write_Line ("RUNTIME_PATH=$(shell echo """
-- & Get_Runtime_Path ("polyorb-hi-c")
-- & """ | sed 's/ /\\ /g')");
Write_Line
(
"RUNTIME_PATH=../polyorb-hi-c"
);
Write_Str
(
"USER_SOURCES_DIRS="
);
if
Length
(
User_Source_Dirs
)
>
0
then
...
...
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