Author: ian Date: Sat Jan 2 03:00:31 2016 New Revision: 293046 URL: https://svnweb.freebsd.org/changeset/base/293046
Log: Revert accidental change that snuck into r293045. Modified: head/sys/boot/Makefile.arm Modified: head/sys/boot/Makefile.arm ============================================================================== --- head/sys/boot/Makefile.arm Sat Jan 2 02:53:48 2016 (r293045) +++ head/sys/boot/Makefile.arm Sat Jan 2 03:00:31 2016 (r293046) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"