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
2c2360ee
Commit
2c2360ee
authored
Jul 18, 2017
by
Thanassis Tsiodras
Browse files
Merge remote-tracking branch 'ocarina-GitHub/master'
parents
0338d89d
596ccbb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
2c2360ee
...
...
@@ -34,11 +34,13 @@ Refer to the `ocarina-build <https://github.com/openaadl/ocarina-build>`_ compa
Q&A:
----
Build status for Linux and OS X: |build-status|
Code coverage: |coverage|
CII Best practice: |cii|
+----------------------------------+---------------+
| Build status for Linux and OS X ||build-status| |
+----------------------------------+---------------+
| Code coverage | |coverage| |
+----------------------------------+---------------+
| CII Best practice | |cii| |
+----------------------------------+---------------+
.. |build-status| image:: https://travis-ci.org/OpenAADL/ocarina.svg?branch=master
:target: https://travis-ci.org/OpenAADL/ocarina
...
...
src/backends/po_hi_ada/ocarina-backends-po_hi_ada.adb
View file @
2c2360ee
...
...
@@ -221,12 +221,16 @@ package body Ocarina.Backends.PO_HI_Ada is
Free
(
Target_Prefix
);
Free
(
Target
);
Write_Str
(
"USER_CFLAGS ="
);
Write_Name
(
USER_CFLAGS
);
Write_Eol
;
Write_Str
(
"USER_LDFLAGS ="
);
Write_Name
(
USER_LDFLAGS
);
Write_Eol
;
if
USER_CFLAGS
/=
No_Name
then
Write_Str
(
"USER_CFLAGS += $(USER_CFLAGS)"
);
Write_Name
(
USER_CFLAGS
);
Write_Eol
;
end
if
;
if
USER_LDFLAGS
/=
No_Name
then
Write_Str
(
"USER_LDFLAGS += $(USER_LDFLAGS)"
);
Write_Name
(
USER_LDFLAGS
);
Write_Eol
;
end
if
;
-- Project file
...
...
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