svn commit: r336348 - in head/sys: conf crypto/armv8 modules/armv8crypto

Ravi Pokala rpokala at freebsd.org
Mon Jul 16 18:54:55 UTC 2018


-----Original Message-----
From: <owner-src-committers at freebsd.org> on behalf of Andrew Turner <andrew at FreeBSD.org>
Date: 2018-07-16, Monday at 08:39
To: <src-committers at freebsd.org>, <svn-src-all at freebsd.org>, <svn-src-head at 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@)




More information about the svn-src-all mailing list