https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205477

--- Comment #11 from Andriy Voskoboinyk <a...@freebsd.org> ---
Ok, you need a workaround from
https://lists.freebsd.org/pipermail/freebsd-arm/2016-March/013393.html :

change
cd ../rtwn && make depend && make && make install
to
cd ../rtwn && make depend && make CONF_CFLAGS=-march=armv7a && make install

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to