Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 20:25:40 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r204924 - user/jmallett/octeon/usr.sbin
Message-ID:  <201003092025.o29KPe7g020728@svn.freebsd.org>

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



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