Add -fPIC to the ubldr build. Without this the self relocation code will
authorandrew <andrew@FreeBSD.org>
Thu, 15 Dec 2016 17:36:54 +0000 (17:36 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 15 Dec 2016 17:36:54 +0000 (17:36 +0000)
commit125298ef29facf244d3cd2993a8a90f3dec4c01d
tree7c3241e59420f1c338f2f277aa61964bac6d5f4c
parentf9fd9bcdd232914bde712393d716f3acfe54aa6e
Add -fPIC to the ubldr build. Without this the self relocation code will
try to use an absolute address in a switch statement, jumping to an invalid
memory location.

Sponsored by: ABT Systems Ltd
sys/boot/arm/uboot/Makefile