HardenedBSD/share/mk
Baptiste Daroussin 70d099afe0 Fix build with recent binutils
Recent binutils considered the .gnu.warning.symbol section as a fatal error when
run with --fatal-warnings which makes any users of "insecure" functions from
libc failing to build with recent binutils.

Introduce a new macro: LD_FATAL_WARNINGS=no to run ld(1) with
--no-fatal-warnings for the users of "insecure" functions

Differential Revision:	https://reviews.freebsd.org/D1320
2014-12-23 10:43:35 +00:00
..
atf.test.mk
bsd.arch.inc.mk
bsd.compiler.mk The previous commit should have been a logical or not a logical "and" 2014-12-08 03:32:26 +00:00
bsd.cpu.mk Set the correct architecture when targeting ARMv7 2014-12-01 21:07:36 +00:00
bsd.crunchgen.mk
bsd.dep.mk
bsd.doc.mk
bsd.endian.mk
bsd.files.mk
bsd.incs.mk Acutally, replaces NO_INCS with WITHOUT_INCLUDES and make 2014-11-18 17:06:44 +00:00
bsd.info.mk
bsd.init.mk
bsd.kmod.mk
bsd.lib.mk Fix build with recent binutils 2014-12-23 10:43:35 +00:00
bsd.libnames.mk Remove MINUSLPAM the LIBADD framework handles static dependencies just fine 2014-11-26 08:14:30 +00:00
bsd.links.mk
bsd.man.mk
bsd.mkopt.mk
bsd.nls.mk
bsd.obj.mk
bsd.opts.mk Fix typo in comments. 2014-12-12 18:54:31 +00:00
bsd.own.mk Revert r274200. Implicitly setting DEBUG_FLAGS when WITH_CTF is true is 2014-11-08 18:16:39 +00:00
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk Revert r274200. Implicitly setting DEBUG_FLAGS when WITH_CTF is true is 2014-11-08 18:16:39 +00:00
bsd.progs.mk
bsd.README Make MLINKS text match text in bsd.man.mk added by wosch@ in 1996. 2014-11-21 17:55:38 +00:00
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk
bsd.test.mk
Makefile
netbsd-tests.test.mk
plain.test.mk
src.libnames.mk Switch gpioctl(8) to LIBADD. 2014-12-03 03:05:15 +00:00
src.opts.mk Fix typo in comments. 2014-12-12 18:54:31 +00:00
src.sys.mk
suite.test.mk
sys.mk Add OBJDUMP to sys.mk. The EFI loader uses it however without this it can 2014-11-14 14:45:36 +00:00
tap.test.mk
version_gen.awk