HardenedBSD/share/mk
Ian Lepore 1d2c1366bf For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it can
use floating point hardware instructions (because all armv6/7 systems we
support have fp hardware), but it passes args using a soft-float compatible
ABI.  This should give noticible performance improvement (but not as much
as using the armv6hf arch).
2015-01-19 04:56:17 +00:00
..
atf.test.mk
bsd.arch.inc.mk
bsd.compiler.mk
bsd.cpu.mk For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it can 2015-01-19 04:56:17 +00:00
bsd.crunchgen.mk
bsd.dep.mk
bsd.doc.mk
bsd.dtb.mk Add infrastructure to build dtb files from dts files. 2015-01-08 18:28:06 +00:00
bsd.endian.mk
bsd.files.mk
bsd.incs.mk
bsd.info.mk Remove MK_INFO guards in bsd.info.mk per r276556 2015-01-02 22:55:30 +00:00
bsd.init.mk
bsd.kmod.mk Eliminate bsd.sys.mk on purpose. Do not put it back. 2015-01-01 04:26:45 +00:00
bsd.lib.mk
bsd.libnames.mk
bsd.links.mk
bsd.man.mk Use mandoc to generate cat pages 2015-01-02 14:05:30 +00:00
bsd.mkopt.mk
bsd.nls.mk
bsd.obj.mk
bsd.opts.mk Remove leftovers from r276551 2015-01-02 18:54:55 +00:00
bsd.own.mk
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk
bsd.progs.mk Add LIBADD to PROG_VARS, similar to DPADD/LDADD 2014-12-27 20:33:04 +00:00
bsd.README
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk Put the conditional back. For the default case it isn't really needed, 2015-01-01 08:30:32 +00:00
bsd.test.mk
Makefile Add infrastructure to build dtb files from dts files. 2015-01-08 18:28:06 +00:00
netbsd-tests.test.mk
plain.test.mk
src.libnames.mk Add ncurses to _LIBRARIES so that libmenu is correctly linked 2014-12-28 15:38:50 +00:00
src.opts.mk Use a set of ELF Tool Chain tools by default 2015-01-07 22:02:37 +00:00
src.sys.mk
suite.test.mk
sys.mk Add a ${CP} alias for copying files in the build. 2015-01-16 21:39:08 +00:00
tap.test.mk
version_gen.awk