-----Original Message----- From: <owner-src-committ...@freebsd.org> on behalf of Andrew Turner <and...@freebsd.org> Date: 2018-07-16, Monday at 08:39 To: <src-committ...@freebsd.org>, <svn-src-...@freebsd.org>, <svn-src-head@freebsd.org> Subject: svn commit: r336348 - in head/sys: conf crypto/armv8 modules/armv8crypto
> Author: andrew > Date: Mon Jul 16 15:39:33 2018 > New Revision: 336348 > URL: https://svnweb.freebsd.org/changeset/base/336348 > > Log: > Create an empty stdint.h for arm_neon.h to include. > > The armv8crypto module includes arm_neon.h for the compiler intrinsic > functions. This includes the userland stdint.h file that doesn't exist in > the kernel. Fix this by providing an empty stdint.h to be used when we > include arm_neon.h. > > Sponsored by: DARPA, AFRL > Differential Revision: https://reviews.freebsd.org/D16254 THANK YOU!!! This one file was preventing being able to do tinderbox with just "UNIVERSE_TARGET=kernel-toolchain" followed by "-DMAKE_JUST_KERNELS". I've periodically mentioned this for like a year, but lacked the knowledge to fix it myself. :-) -Ravi (rpokala@) _______________________________________________ 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"