Author: imp Date: Sun Dec 27 23:04:10 2015 New Revision: 292808 URL: https://svnweb.freebsd.org/changeset/base/292808
Log: There's currently some issues with armv7-class of CPUs code generation with our default toolchain. Turn it off here until that all gets sorted out. Modified: head/tools/tools/nanobsd/embedded/rpi2.cfg Modified: head/tools/tools/nanobsd/embedded/rpi2.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/rpi2.cfg Sun Dec 27 21:58:13 2015 (r292807) +++ head/tools/tools/nanobsd/embedded/rpi2.cfg Sun Dec 27 23:04:10 2015 (r292808) @@ -31,6 +31,6 @@ NANO_KERNEL=RPI2 NANO_DRIVE=mmcsd0 NANO_NAME=rpi2 NANO_BOOT_PKG=u-boot-rpi2 -NANO_CPUTYPE=cortex-a7 +# NANO_CPUTYPE=cortex-a7 . common # Pull in common definitions, keep last _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"