Next:x86 Options, Previous:VMS Options, Up:Machine-Dependent Options [Contents][Index]
The options in this section are defined for all VxWorks targets.Options specific to the target hardware are listed with the otheroptions 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 alsodefines the preprocessor macro__RTP__.
-msmp ¶Select SMP runtimes for linking. Not available on architectures otherthan PowerPC, nor on VxWorks version 7 or later, in which the selectionis part of the VxWorks build configuration and the library paths are thesame for either choice.
-mvthreads ¶Link against the VxWorks AE vThread runtime environment.
-non-static ¶Link an RTP executable against shared libraries rather than staticlibraries. The options-static and-shared canalso be used for RTPs (seeOptions for Linking);-staticis the default.
-Bstatic ¶-BdynamicThese options are passed down to the linker. They are defined forcompatibility 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 andis defined for compatibility with Diab.
Next:x86 Options, Previous:VMS Options, Up:Machine-Dependent Options [Contents][Index]