From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/system-v-options.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devdocs/gcc~13/system-v-options.html (limited to 'devdocs/gcc~13/system-v-options.html') diff --git a/devdocs/gcc~13/system-v-options.html b/devdocs/gcc~13/system-v-options.html deleted file mode 100644 index 3c92f914..00000000 --- a/devdocs/gcc~13/system-v-options.html +++ /dev/null @@ -1,20 +0,0 @@ -

3.19.48 Options for System V

These additional options are available on System V Release 4 for compatibility with other compilers on those systems:

--G -
-

Create a shared object. It is recommended that -symbolic or -shared be used instead.

--Qy -
-

Identify the versions of each tool used by the compiler, in a .ident assembler directive in the output.

--Qn -
-

Refrain from adding .ident directives to the output file (this is the default).

--YP,dirs -
-

Search the directories dirs, and no others, for libraries specified with -l.

--Ym,dir -

Look in the directory dir to find the M4 preprocessor. The assembler uses this option.

-

- © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
- https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/System-V-Options.html -

-
-- cgit v1.2.3