mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
llvm: build llvm-objcopy required for rust 1.84.0
This commit is contained in:
parent
668e515854
commit
6faf91e511
@ -100,7 +100,7 @@ pre_configure_host() {
|
||||
}
|
||||
|
||||
post_make_host() {
|
||||
ninja ${NINJA_OPTS} llvm-config llvm-tblgen
|
||||
ninja ${NINJA_OPTS} llvm-config llvm-objcopy llvm-tblgen
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||
ninja ${NINJA_OPTS} llvm-as llvm-link llvm-spirv opt
|
||||
@ -110,6 +110,7 @@ post_make_host() {
|
||||
post_makeinstall_host() {
|
||||
mkdir -p ${TOOLCHAIN}/bin
|
||||
cp -a bin/llvm-config ${TOOLCHAIN}/bin
|
||||
cp -a bin/llvm-objcopy ${TOOLCHAIN}/bin
|
||||
cp -a bin/llvm-tblgen ${TOOLCHAIN}/bin
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user