summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-04-08 03:53:20 +0000
committerweongyo <weongyo@FreeBSD.org>2009-04-08 03:53:20 +0000
commit87601c01d2025112ce441c43e12fff1a97b6119b (patch)
treebc21505c9609ac3d80fa80a48265d451a7b79125 /usr.sbin/Makefile
parentd6a5c8810df83f81cd0e745553665359be0abfc1 (diff)
downloadFreeBSD-src-87601c01d2025112ce441c43e12fff1a97b6119b.zip
FreeBSD-src-87601c01d2025112ce441c43e12fff1a97b6119b.tar.gz
block build of uathload on ia64 temporarily because binutils expects
machine-specific flags to match but ar5523.bin doesn't have. Pointed by: marcel
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 3d2ae80..970aa6f 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -397,7 +397,9 @@ _crunch= crunch
.endif
.if ${MK_USB} != "no"
+.if ${MACHINE_ARCH} != "ia64"
_uathload= uathload
+.endif
#_usbdevs= usbdevs
_usbconfig= usbconfig
.endif
OpenPOWER on IntegriCloud