Also document CXXFLAGS.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 64397 Build 61281: arc lint + arc unit
Event Timeline
share/mk/bsd.README | ||
---|---|---|
136–139 | Should we (in an ideal world, absent legacy and backwards compatibility considerations) really have CPPFLAGS and reserve CFLAGS specifically for C? |
share/mk/bsd.README | ||
---|---|---|
136–139 | Certainly something C specific would be good, but we also need something to pass all the common flags. We've got a lot of ABI stuff in CFLAGS via bsd.cpu.mk. Likewise we add -target and --sysroot to XCFLAGS so they end up in CFLAGS. |