mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
stages (build-tools, cross-tools, etc) of the build, so we can detect in
bsd.*.mk whether to pass compiler-specific flags to ${CC}.
In particular, this commit will allow using WITH_CLANG_IS_CC when the
base compiler is still gcc, and when ${CC}, ${CXX} and ${CPP} are left
at their defaults. The early stages will then be built using gcc, and
no clang-specific flags will be passed to it. The later stages will be
built as usual.
The EARLY_BUILD define can also serve other uses, such as building the
world stage C++ executables with libc++ instead of libstdc++: during the
early build stages, we cannot assume libc++ is already available, so we
must still build with libstdc++ at that time.
MFC after: 1 week
|
||
|---|---|---|
| .. | ||
| bsd.arch.inc.mk | ||
| bsd.compat.mk | ||
| bsd.cpu.mk | ||
| bsd.crunchgen.mk | ||
| bsd.dep.mk | ||
| bsd.doc.mk | ||
| bsd.dtrace.mk | ||
| bsd.endian.mk | ||
| bsd.files.mk | ||
| bsd.incs.mk | ||
| bsd.info.mk | ||
| bsd.init.mk | ||
| bsd.kmod.mk | ||
| bsd.lib.mk | ||
| bsd.libnames.mk | ||
| bsd.links.mk | ||
| bsd.man.mk | ||
| bsd.nls.mk | ||
| bsd.obj.mk | ||
| bsd.own.mk | ||
| bsd.pkg.mk | ||
| bsd.port.mk | ||
| bsd.port.options.mk | ||
| bsd.port.post.mk | ||
| bsd.port.pre.mk | ||
| bsd.port.subdir.mk | ||
| bsd.prog.mk | ||
| bsd.README | ||
| bsd.snmpmod.mk | ||
| bsd.subdir.mk | ||
| bsd.symver.mk | ||
| bsd.sys.mk | ||
| Makefile | ||
| sys.mk | ||
| version_gen.awk | ||