diff options
author | weongyo <weongyo@FreeBSD.org> | 2009-04-08 03:53:20 +0000 |
---|---|---|
committer | weongyo <weongyo@FreeBSD.org> | 2009-04-08 03:53:20 +0000 |
commit | 87601c01d2025112ce441c43e12fff1a97b6119b (patch) | |
tree | bc21505c9609ac3d80fa80a48265d451a7b79125 /usr.sbin | |
parent | d6a5c8810df83f81cd0e745553665359be0abfc1 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/Makefile | 2 |
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 |