HP aC++/HP C Programmer's Guide (B3901-90036; A.06.26; September 2011)

For example, the following command invokes the assembler /users/sjs/myasmb
instead of the default assembler /usr/ccs/bin/as to assemble and link file.s.
aCC -ta,/users/sjs/myasmb file.s
More Examples of -t
Following are some examples of -t option:
Substituting for C++ file:
The following example compiles file.C and specifies that /new/bin/c++filt
should be used instead of the default /opt/aCC/bin/c++filt.
aCC -tf,/new/bin/c++filt file.C
Substituting for ecom:
The following example compiles file.C and specifies that /users/proj/ecom
should be used instead of the default /opt/aCC/lbin/ecom.
aCC -tC,/users/proj/ecom file.C
Substituting for all Subprocesses:
The following example compiles file.C and specifies that the characters /new/
aCC should be used as a prefix to all the subprocesses of HP aC++. For example,
/new/aCC/ecom runs instead of the default /opt/aCC/lbin/ecom.
aCC -tx,/new/aCC file.C
-Wx,args
-Wx,arg1[,arg2,..,argn]
The -Wx,args option passes the arguments arg1 through argn to the subprocess x of
the compilation.
Each argument, arg1, arg2, through argn takes the form:
-argoption[,argvalue]
where:
argoption is the name of an option recognized by the subprocess.
argvalue is a separate argument to argoption, where necessary.
The parameter, x, is one or more identifiers indicating a subprocess or subprocesses.
The value of x can be one or more of the following:
106 Command-Line Options