freebsd-dev/sys/boot/arm
Ed Maste 22ef11ee47 Link EFI/uboot loaders with -znotext
By default LLD links with relocations disallowed against readonly
sections (e.g., .text), but the 32-bit ARM EFI & uboot boot bits require
such relocations. -znotext is either ignored as an unknown -z option
(in-tree lld 2.17.50) or is already the default (GNU ld or GNU gold from
ports) so we can just add it unconditionally to allow building with LLD.

This is similar to the change in r320179 for the kernel link.

Sponsored by:	The FreeBSD Foundation
2017-07-01 18:48:15 +00:00
..
at91 sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
ixp425 RBX_ defines are in rbx.h, move it there. 2016-01-26 06:26:44 +00:00
uboot Link EFI/uboot loaders with -znotext 2017-07-01 18:48:15 +00:00
Makefile
Makefile.inc