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/vxworks-options.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devdocs/gcc~13/vxworks-options.html (limited to 'devdocs/gcc~13/vxworks-options.html') diff --git a/devdocs/gcc~13/vxworks-options.html b/devdocs/gcc~13/vxworks-options.html deleted file mode 100644 index 00d4ed34..00000000 --- a/devdocs/gcc~13/vxworks-options.html +++ /dev/null @@ -1,20 +0,0 @@ -

3.19.53 VxWorks Options

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.

--mrtp -
-

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 __RTP__.

--non-static -
-

Link an RTP executable against shared libraries rather than static libraries. The options -static and -shared can also be used for RTPs (see Options for Linking); -static is the default.

- -Bstatic -
-Bdynamic
-

These options are passed down to the linker. They are defined for compatibility with Diab.

--Xbind-lazy -
-

Enable lazy binding of function calls. This option is equivalent to -Wl,-z,now and is defined for compatibility with Diab.

--Xbind-now -

Disable lazy binding of function calls. This option is the default and is defined for compatibility with Diab.

-

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

-
-- cgit v1.2.3