svn commit: r254455 - head/sys/conf

Andrew Turner andrew at FreeBSD.org
Sat Aug 17 15:21:17 UTC 2013


Author: andrew
Date: Sat Aug 17 15:21:17 2013
New Revision: 254455
URL: http://svnweb.freebsd.org/changeset/base/254455

Log:
  Remove the armfpe config options. These files don't exist on FreeBSD.

Modified:
  head/sys/conf/files.arm

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Sat Aug 17 15:09:14 2013	(r254454)
+++ head/sys/conf/files.arm	Sat Aug 17 15:21:17 2013	(r254455)
@@ -51,9 +51,6 @@ arm/arm/undefined.c		standard
 arm/arm/vectors.S		standard
 arm/arm/vm_machdep.c		standard
 arm/arm/vfp.c			optional	vfp
-arm/fpe-arm/armfpe_glue.S	optional	armfpe
-arm/fpe-arm/armfpe_init.c	optional	armfpe
-arm/fpe-arm/armfpe.S		optional	armfpe
 board_id.h			standard				   \
 	dependency	"$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
 	compile-with	"${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \


More information about the svn-src-head mailing list