Improve target selection
This commit is contained in:
parent
2d3041ac84
commit
2097a50b76
2 changed files with 52 additions and 15 deletions
8
build-arm-virtio.sh
Executable file
8
build-arm-virtio.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue