mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
llvm: build llvm-objcopy required for rust 1.84.0
This commit is contained in:
parent
03e8d95dd3
commit
0d36febdb0
@ -99,7 +99,7 @@ pre_configure_host() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_make_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"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
||||||
ninja ${NINJA_OPTS} llvm-as llvm-link llvm-spirv opt
|
ninja ${NINJA_OPTS} llvm-as llvm-link llvm-spirv opt
|
||||||
@ -109,6 +109,7 @@ post_make_host() {
|
|||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
mkdir -p ${TOOLCHAIN}/bin
|
mkdir -p ${TOOLCHAIN}/bin
|
||||||
cp -a bin/llvm-config ${TOOLCHAIN}/bin
|
cp -a bin/llvm-config ${TOOLCHAIN}/bin
|
||||||
|
cp -a bin/llvm-objcopy ${TOOLCHAIN}/bin
|
||||||
cp -a bin/llvm-tblgen ${TOOLCHAIN}/bin
|
cp -a bin/llvm-tblgen ${TOOLCHAIN}/bin
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "iris"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user