|
NAMEbcc-cc1 —
C compiler backend
SYNOPSIS
DESCRIPTIONBcc-cc1 is the backend for the
bcc(1) C
compiler.
It understands the following options:
All the options except The following is defined before option processing: __BCC__ 1 The following may be defined after option processing: __AS09__ 1 if 6809 version __AS386_16__ 1 if -0 option on 80*86 __AS386_32__ 1 if -3 option on 80*86 __CALLER_SAVES__ 1 if -c option __FIRST_ARG_IN_AX__ 1 if -f option on 80*86 __FIRST_ARG_IN_X__ 1 if -f option on 6809 __LONG_BIG_ENDIAN__ 1 if -l option __POS_INDEPENDENT__ 1 if -p option on 6809 The following are standard builtins: __FILE__ stringized name of current input file __LINE__ current line number FILES/usr/local/lib/bcc/bcc-cc1SEE ALSObcc(1).AUTHORSThis program has been written by Bruce Evans.
Visit the GSP FreeBSD Man Page Interface. |