https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220125
--- Comment #15 from Mark Millard <[email protected]> --- As was pointed out on the lists by Dimitry Andric, quoting about the use of stdint.h . . . . . . it's because sys/crypto/armv8/armv8_crypto_wrap.c includes <arm_neon.h>, an intrinsics header, which in turn requires <stdint.h>. This was introduced in https://svnweb.freebsd.org/changeset/base/308921, and at the time resulted in similar build failures, specifically when one attempted to build a new kernel, without building world or a new toolchain first. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
