Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2009 03:53:20 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190836 - head/usr.sbin
Message-ID:  <200904080353.n383rKb1042535@svn.freebsd.org>

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



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