Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools

*** 34,43 **** --- 34,44 ---- .Op Fl C .Op Fl -versions .Op Fl -noecho .Fl -primary Ar compiler .Op Fl -shadow Ar compiler ... + .Op Fl -linker Ar linker .Fl - .Ar compiler args ... .Sh DESCRIPTION .Nm cw is a facility for invoking one or more compilers, providing translation from
*** 75,84 **** --- 76,90 ---- Specify the compiler to be used primarily (that which is used for link-editing and pre-processing, and whos objects we deliver). .It Fl -shadow Ar compiler Specify a shadow compiler, which builds sources for the sake of checking code quality and compatibility, but has its output discarded. + .It Fl -linker Ar linker + Specify a link-editor to use in place of + .Pa /usr/bin/ld . + .Xr ld 1 + itself arranges for this to be executed by any subprocesses. .It Fl -noecho Do not echo the actual command line of any compilers invoked. .It Fl -versions Request from each configured primary and shadow compiler its version information.
*** 208,218 **** exit status. .El .Sh SEE ALSO .Xr cc 1 , .Xr CC 1 , ! .Xr gcc 1 .Sh BUGS The translations provided for gcc are not always exact and in some cases reflect local policy rather than actual equivalence. .Pp Additional compiler types should be supported. --- 214,225 ---- exit status. .El .Sh SEE ALSO .Xr cc 1 , .Xr CC 1 , ! .Xr gcc 1 , ! .Xr ld 1 .Sh BUGS The translations provided for gcc are not always exact and in some cases reflect local policy rather than actual equivalence. .Pp Additional compiler types should be supported.