Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 03:00:31 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293046 - head/sys/boot
Message-ID:  <201601020300.u0230V55086166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601020300.u0230V55086166>