Revert accidental change that snuck into r293045.

This commit is contained in:
Ian Lepore 2016-01-02 03:00:31 +00:00
parent 69dcb7e771
commit 3110868268
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293046

View File

@ -5,10 +5,3 @@ 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