8 lines
No EOL
192 B
Bash
Executable file
8 lines
No EOL
192 B
Bash
Executable file
#!/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 |