svn commit: r293046 - head/sys/boot

Ian Lepore ian at FreeBSD.org
Sat Jan 2 03:00:32 UTC 2016


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


More information about the svn-src-head mailing list