[Bug 213428] make buildworld relies on /usr/include i.e. -nostdinc breaks buildworld
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Dec 2023 20:51:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213428
--- Comment #13 from Richard Scheffenegger <rscheff@freebsd.org> ---
copying /usr/include from freefall went as far as
--------------------------------------------------------------
>>> stage 3: cross tools
--------------------------------------------------------------
but eventually fails:
--- Support/BLAKE3/blake3_dispatch.o ---
In file included from
/root/freebsd-master/usr/src/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_dispatch.c:5:
/root/freebsd-master/usr/src/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_impl.h:53:10:
fatal error: 'immintrin.h' file not found
#include <immintrin.h>
^~~~~~~~~~~~~
--
You are receiving this mail because:
You are the assignee for the bug.