diff options
Diffstat (limited to 'devdocs/gcc~13/system-v-options.html')
| -rw-r--r-- | devdocs/gcc~13/system-v-options.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devdocs/gcc~13/system-v-options.html b/devdocs/gcc~13/system-v-options.html new file mode 100644 index 00000000..3c92f914 --- /dev/null +++ b/devdocs/gcc~13/system-v-options.html @@ -0,0 +1,20 @@ +<div class="subsection-level-extent" id="System-V-Options"> <div class="nav-panel"> <p> Next: <a href="v850-options" accesskey="n" rel="next">V850 Options</a>, Previous: <a href="sparc-options" accesskey="p" rel="prev">SPARC 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="Options-for-System-V"><span>3.19.48 Options for System V<a class="copiable-link" href="#Options-for-System-V"> ¶</a></span></h1> <p>These additional options are available on System V Release 4 for compatibility with other compilers on those systems: </p> <dl class="table"> <dt> +<span><code class="code">-G</code><a class="copiable-link" href="#index-G-5"> ¶</a></span> +</dt> <dd> +<p>Create a shared object. It is recommended that <samp class="option">-symbolic</samp> or <samp class="option">-shared</samp> be used instead. </p> </dd> <dt> +<span><code class="code">-Qy</code><a class="copiable-link" href="#index-Qy"> ¶</a></span> +</dt> <dd> +<p>Identify the versions of each tool used by the compiler, in a <code class="code">.ident</code> assembler directive in the output. </p> </dd> <dt> +<span><code class="code">-Qn</code><a class="copiable-link" href="#index-Qn"> ¶</a></span> +</dt> <dd> +<p>Refrain from adding <code class="code">.ident</code> directives to the output file (this is the default). </p> </dd> <dt> +<span><code class="code">-YP,<var class="var">dirs</var></code><a class="copiable-link" href="#index-YP"> ¶</a></span> +</dt> <dd> +<p>Search the directories <var class="var">dirs</var>, and no others, for libraries specified with <samp class="option">-l</samp>. </p> </dd> <dt> +<span><code class="code">-Ym,<var class="var">dir</var></code><a class="copiable-link" href="#index-Ym"> ¶</a></span> +</dt> <dd><p>Look in the directory <var class="var">dir</var> to find the M4 preprocessor. The assembler uses this option. </p></dd> </dl> </div><div class="_attribution"> + <p class="_attribution-p"> + © 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/System-V-Options.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/System-V-Options.html</a> + </p> +</div> |
