svn commit: r204924 - user/jmallett/octeon/usr.sbin

Juli Mallett jmallett at FreeBSD.org
Tue Mar 9 20:25:40 UTC 2010


Author: jmallett
Date: Tue Mar  9 20:25:40 2010
New Revision: 204924
URL: http://svn.freebsd.org/changeset/base/204924

Log:
  Disable uathload on MIPS for same reason as Itanium.

Modified:
  user/jmallett/octeon/usr.sbin/Makefile

Modified: user/jmallett/octeon/usr.sbin/Makefile
==============================================================================
--- user/jmallett/octeon/usr.sbin/Makefile	Tue Mar  9 20:07:41 2010	(r204923)
+++ user/jmallett/octeon/usr.sbin/Makefile	Tue Mar  9 20:25:40 2010	(r204924)
@@ -407,7 +407,7 @@ _crunch=	crunch
 .endif
 
 .if ${MK_USB} != "no"
-.if ${MACHINE_ARCH} != "ia64"
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "mips"
 _uathload=	uathload
 .endif
 _uhsoctl=	uhsoctl


More information about the svn-src-user mailing list