svn commit: r190836 - head/usr.sbin

Weongyo Jeong weongyo at FreeBSD.org
Tue Apr 7 20:53:21 PDT 2009


Author: weongyo
Date: Wed Apr  8 03:53:20 2009
New Revision: 190836
URL: http://svn.freebsd.org/changeset/base/190836

Log:
  block build of uathload on ia64 temporarily because binutils expects
  machine-specific flags to match but ar5523.bin doesn't have.
  
  Pointed by:	marcel

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Wed Apr  8 02:04:07 2009	(r190835)
+++ head/usr.sbin/Makefile	Wed Apr  8 03:53:20 2009	(r190836)
@@ -397,7 +397,9 @@ _crunch=	crunch
 .endif
 
 .if ${MK_USB} != "no"
+.if ${MACHINE_ARCH} != "ia64"
 _uathload=	uathload
+.endif
 #_usbdevs=	usbdevs
 _usbconfig=	usbconfig
 .endif


More information about the svn-src-head mailing list