summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/vxworks-options.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/gcc~13/vxworks-options.html
new repository
Diffstat (limited to 'devdocs/gcc~13/vxworks-options.html')
-rw-r--r--devdocs/gcc~13/vxworks-options.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/devdocs/gcc~13/vxworks-options.html b/devdocs/gcc~13/vxworks-options.html
new file mode 100644
index 00000000..00d4ed34
--- /dev/null
+++ b/devdocs/gcc~13/vxworks-options.html
@@ -0,0 +1,20 @@
+<div class="subsection-level-extent" id="VxWorks-Options"> <div class="nav-panel"> <p> Next: <a href="x86-options" accesskey="n" rel="next">x86 Options</a>, Previous: <a href="vms-options" accesskey="p" rel="prev">VMS Options</a>, Up: <a href="submodel-options" accesskey="u" rel="up">Machine-Dependent Options</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="subsection" id="VxWorks-Options-1"><span>3.19.53 VxWorks Options<a class="copiable-link" href="#VxWorks-Options-1"> ¶</a></span></h1> <p>The options in this section are defined for all VxWorks targets. Options specific to the target hardware are listed with the other options for that target. </p> <dl class="table"> <dt>
+<span><code class="code">-mrtp</code><a class="copiable-link" href="#index-mrtp"> ¶</a></span>
+</dt> <dd>
+<p>GCC can generate code for both VxWorks kernels and real time processes (RTPs). This option switches from the former to the latter. It also defines the preprocessor macro <code class="code">__RTP__</code>. </p> </dd> <dt>
+<span><code class="code">-non-static</code><a class="copiable-link" href="#index-non-static"> ¶</a></span>
+</dt> <dd>
+<p>Link an RTP executable against shared libraries rather than static libraries. The options <samp class="option">-static</samp> and <samp class="option">-shared</samp> can also be used for RTPs (see <a class="pxref" href="link-options">Options for Linking</a>); <samp class="option">-static</samp> is the default. </p> </dd> <dt>
+ <span><code class="code">-Bstatic</code><a class="copiable-link" href="#index-Bstatic"> ¶</a></span>
+</dt> <dt><code class="code">-Bdynamic</code></dt> <dd>
+<p>These options are passed down to the linker. They are defined for compatibility with Diab. </p> </dd> <dt>
+<span><code class="code">-Xbind-lazy</code><a class="copiable-link" href="#index-Xbind-lazy"> ¶</a></span>
+</dt> <dd>
+<p>Enable lazy binding of function calls. This option is equivalent to <samp class="option">-Wl,-z,now</samp> and is defined for compatibility with Diab. </p> </dd> <dt>
+<span><code class="code">-Xbind-now</code><a class="copiable-link" href="#index-Xbind-now"> ¶</a></span>
+</dt> <dd><p>Disable lazy binding of function calls. This option is the default and is defined for compatibility with Diab. </p></dd> </dl> </div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br>
+ <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/VxWorks-Options.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/VxWorks-Options.html</a>
+ </p>
+</div>