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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"