Improve target selection

This commit is contained in:
Denis Benato 2024-12-09 00:19:49 +01:00
parent 2d3041ac84
commit 2097a50b76
2 changed files with 52 additions and 15 deletions

8
build-arm-virtio.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
export KERNEL_ARCH="arm"
export TARGET_TRIPLET_ARCH="arm"
export TARGET_TRIPLET_VENDOR="lfs"
export TARGET_TRIPLET_OS="linux"
export TARGET_TRIPLET_GNUEABI="gnueabi"
bash build.sh