freebsd-nq/share/mk
Brooks Davis 815e67dd3b Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk.
When the compiler is clang add c++11 to COMPILER_FEATURES.

When the compiler supports c++11, default to building libc++.  This will
not impact the compliation of programs, but will make it easier for
users with clang compiled systems to test libc++ by passing -stdlib=libc++
to their c++ compliations.
2012-09-26 17:25:15 +00:00
..
bsd.arch.inc.mk
bsd.compat.mk
bsd.compiler.mk Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk. 2012-09-26 17:25:15 +00:00
bsd.cpu.mk Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
bsd.crunchgen.mk Ensure crunchen uses the same make binary as the rest of the build. 2012-06-25 21:56:36 +00:00
bsd.dep.mk Make sure bsd.dep.mk does not filter out -stdlib=xxx from CXXFLAGS, 2012-08-23 17:03:33 +00:00
bsd.doc.mk Don't pass -o1- to groff(1) by default. If ms(7) formatted document 2011-06-03 11:58:17 +00:00
bsd.dtrace.mk
bsd.endian.mk Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
bsd.files.mk
bsd.incs.mk
bsd.info.mk
bsd.init.mk
bsd.kmod.mk Fix comma splice, can't ambiguity and quoting. 2012-02-16 21:04:47 +00:00
bsd.lib.mk Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supported 2012-06-09 11:41:29 +00:00
bsd.libnames.mk Add missing LIBPROCSTAT. 2012-05-19 04:57:37 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk. 2012-09-26 17:25:15 +00:00
bsd.pkg.mk
bsd.port.mk Revert unapproved commit to bsd.port.mk. 2011-10-08 18:25:01 +00:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk When using -stdlib=libc++, add the correct dependency to .depend in 2012-08-25 19:30:15 +00:00
bsd.README Fix an inconsistency I just ran into for LDADD and DPADD. The description 2012-05-24 20:00:58 +00:00
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk Introduce a new make variable COMPILER_TYPE that specifies what 2012-09-13 16:00:46 +00:00
Makefile Introduce a new make variable COMPILER_TYPE that specifies what 2012-09-13 16:00:46 +00:00
sys.mk Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
version_gen.awk