[Bug 258358] Fails to build on riscv: arm_bf16.h: sh: clang-tblgen: Exec format error

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Sep 2021 09:05:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258358

Alex Richardson <arichardson@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org,
                   |                            |jrtc27@freebsd.org

--- Comment #3 from Alex Richardson <arichardson@FreeBSD.org> ---
That suggests to me that all of the bootstrap tools are not executable since
they are missing the notes section. You should see it with all other tools
built during bootstrap but since base 8e1c989abbd1db4dac5b2149886012d43e27b9a9,
tblgen will probably be the first since the host tools can be used for
everthing else If you build with BOOTSTRAP_ALL_TOOLS=1 it should fall over
earlier.

What does `readelf --notes
/usr/obj/usr/src/riscv.riscv64/tmp/obj-tools/usr.bin/clang/clang-tblgen/clang-tblgen`
print?

-- 
You are receiving this mail because:
You are on the CC list for the bug.