gcc: VxWorks Options

1 
1 3.18.55 VxWorks Options
1 -----------------------
1 
1 The options in this section are defined for all VxWorks targets.
1 Options specific to the target hardware are listed with the other
1 options for that target.
1 
1 '-mrtp'
1      GCC can generate code for both VxWorks kernels and real time
1      processes (RTPs).  This option switches from the former to the
1      latter.  It also defines the preprocessor macro '__RTP__'.
1 
1 '-non-static'
1      Link an RTP executable against shared libraries rather than static
1      libraries.  The options '-static' and '-shared' can also be used
1      for RTPs (⇒Link Options); '-static' is the default.
1 
1 '-Bstatic'
1 '-Bdynamic'
1      These options are passed down to the linker.  They are defined for
1      compatibility with Diab.
1 
1 '-Xbind-lazy'
1      Enable lazy binding of function calls.  This option is equivalent
1      to '-Wl,-z,now' and is defined for compatibility with Diab.
1 
1 '-Xbind-now'
1      Disable lazy binding of function calls.  This option is the default
1      and is defined for compatibility with Diab.
1