partially fix crossdirect and QEMU_LD_PREFIX env var, copy /lib/ld-linux-* to foreign chroot for cross-execution
This commit is contained in:
parent
527cc5606c
commit
6242e4850d
4 changed files with 43 additions and 18 deletions
|
@ -88,4 +88,4 @@ GCC_HOSTSPECS: dict[DistroArch, dict[TargetArch, str]] = {
|
|||
}
|
||||
}
|
||||
|
||||
CROSSDIRECT_PKGS = ['crossdirect', 'qemu-user-static-bin', 'binfmt-qemu-static-all-arch']
|
||||
CROSSDIRECT_PKGS = ['crossdirect', 'qemu-user-static-bin', 'binfmt-qemu-static']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue