https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143
--- Comment #36 from Jan Beich <[email protected]> --- Mikael, have you tried to bootstrap Rust on armv7? For one, FreeBSD armv7 appears to assume NEON. $ cc -v FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn) Target: armv7-unknown-freebsd12.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin $ cc -dM -E -</dev/null 2>&1 | fgrep -i -e vfp -e neon #define __ARM_NEON 1 #define __ARM_NEON_FP 0x4 #define __ARM_NEON__ 1 #define __ARM_PCS_VFP 1 #define __ARM_VFPV3__ 1 #define __VFP_FP__ 1 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
