Page MenuHomeFreeBSD

D50480.1789862883.diff
No OneTemporary

Size
917 B
Referenced Files
None
Subscribers
None

D50480.1789862883.diff

diff --git a/share/mk/bsd.README b/share/mk/bsd.README
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -133,7 +133,10 @@
AFLAGS.${.TARGET:T}
Flags dependent on output file name.
-CFLAGS Flags to the compiler when creating C objects.
+CFLAGS Flags to the compiler when compiling most things
+ processed by the C preprocessor. This includes .asm, .c,
+ and .S source files as well as related inputs like symbol
+ version maps.
CFLAGS.${SRC}
Flags dependent on source file name.
CFLAGS.${.TARGET:T}
@@ -146,6 +149,9 @@
instructions generated. It is setup in bsd.cpu.mk to an
appropriate value for the compiler and target.
+CXXFLAGS Flags to the compiler when compiling from C++ sources.
+ By default it is equal to CFLAGS with any -std= arguments
+ and a few warning flags removed.
CXXFLAGS.${COMPILER_TYPE}
Flags dependent on compiler added to CXXFLAGS.
CXXFLAGS.${MACHINE_ARCH}

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 20, 12:08 AM (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29802907
Default Alt Text
D50480.1789862883.diff (917 B)

Event Timeline