svn commit: r284087 - head/sys/modules

Warner Losh imp at FreeBSD.org
Sat Jun 6 17:08:07 UTC 2015


Author: imp
Date: Sat Jun  6 17:08:06 2015
New Revision: 284087
URL: https://svnweb.freebsd.org/changeset/base/284087

Log:
  Turns out amd64 is hit too by ix. When it works, turn it back on.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Jun  6 17:04:36 2015	(r284086)
+++ head/sys/modules/Makefile	Sat Jun  6 17:08:06 2015	(r284087)
@@ -618,7 +618,6 @@ _x86bios=	x86bios
 .endif
 
 .if ${MACHINE_CPUARCH} == "amd64"
-_ix=		ix
 _ixl=		ixl
 _ixlv=		ixlv
 _linux64=	linux64


More information about the svn-src-all mailing list