freebsd-nq/stand/mips
John Baldwin a9ca11cb39 Don't clobber system LDFLAGS for beri boot loaders.
Prior to r325114, bsd.init.mk was included after assignments to CFLAGS and
LDFLAGS in these Makefiles.  After r325114, bare assignments (= rather than
+=) lost system-assigned default values that are needed when compiling with
an external toolchain.  CFLAGS in both Makefiles already uses +=.  This
commit changes LDFLAGS to use +=.  While here, depend on the LDFLAGS update
in the parent Makefile.inc to set -nostdlib.

Sponsored by:	DARPA / AFRL
2018-01-03 17:35:38 +00:00
..
beri Don't clobber system LDFLAGS for beri boot loaders. 2018-01-03 17:35:38 +00:00
uboot Move loader help file definitions to being 100% inside of loader.mk. 2017-12-18 04:51:34 +00:00
Makefile
Makefile.inc