Date: Sat, 6 Jun 2015 17:08:07 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284087 - head/sys/modules Message-ID: <201506061708.t56H87b8051531@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061708.t56H87b8051531>