Ada Runtime Library: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
Line 380:
A practical usage of this would be to define a <tt>runtime.xml</tt> file, placed within the final <tt>adainclude</tt> directory of the run-time library. This is used to automatically use a linker script for the target platform when the kernel is linked against the library.
 
<sourcesyntaxhighlight lang="xml">
<?xml version="1.0" ?>
<gprconfig>
Line 395:
</configuration>
</gprconfig>
</syntaxhighlight>
</source>
 
Where <tt>${RUNTIME}</tt> is a predefined variable made available by Gprbuild.