Add AFLAGS.IMPSRC and document A[C]FLAGS
Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
95e2409a33
commit
b38eb9eac8
@ -120,6 +120,8 @@ object.
|
||||
|
||||
The following variables are common:
|
||||
|
||||
AFLAGS.${SRC}
|
||||
Flags dependent on source file name.
|
||||
ACFLAGS.${SRC}
|
||||
Flags dependent on source file name.
|
||||
CFLAGS.${SRC}
|
||||
@ -255,6 +257,11 @@ It has seven targets:
|
||||
|
||||
It sets/uses the following variables:
|
||||
|
||||
AFLAGS Flags to the assembler when assembling .s files.
|
||||
|
||||
ACFLAGS Flags to the compiler when preprocessing and
|
||||
assembling .S files.
|
||||
|
||||
BINGRP Binary group.
|
||||
|
||||
BINOWN Binary owner.
|
||||
|
@ -174,6 +174,7 @@ CFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
|
||||
CFLAGS+= ${CFLAGS.${COMPILER_TYPE}}
|
||||
CXXFLAGS+= ${CXXFLAGS.${COMPILER_TYPE}}
|
||||
|
||||
AFLAGS+= ${AFLAGS.${.IMPSRC:T}}
|
||||
ACFLAGS+= ${ACFLAGS.${.IMPSRC:T}}
|
||||
CFLAGS+= ${CFLAGS.${.IMPSRC:T}}
|
||||
CXXFLAGS+= ${CXXFLAGS.${.IMPSRC:T}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user