On Sun, 2 Nov 2014, Andreas Tobler wrote:

>       * config/arm/arm.c (arm_init_libfuncs): FreeBSD does not support 8
> byte
>       atomics for __ARM_ARCH__ < 6 yet.
>       (arm_option_override): FreeBSD has not yet implemented unaligned
> access.

The __FreeBSD__ conditionals in arm.c are incorrect.  Those would test for 
FreeBSD *host*, but you need a conditional for FreeBSD *target* here.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to