From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/vxworks-options.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create 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 new file mode 100644 index 00000000..00d4ed34 --- /dev/null +++ b/devdocs/gcc~13/vxworks-options.html @@ -0,0 +1,20 @@ +

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