Index: head/sys/boot/Makefile.arm =================================================================== --- head/sys/boot/Makefile.arm (revision 293045) +++ head/sys/boot/Makefile.arm (revision 293046) @@ -1,14 +1,7 @@ # $FreeBSD$ .if ${MK_FDT} != "no" SUBDIR+= fdt .endif SUBDIR+= efi uboot - -# Do not generate movt/movw, because the relocation fixup for them does not -# translate to the -Bsymbolic -pie format required by self_reloc() in loader(8). -# Also, the fpu is not available in a standalone environment. -CFLAGS.clang+= -mllvm -arm-use-movt=0 -CFLAGS.clang+= -mfpu=none -.export: CFLAGS.clang