elftoolchain
This commit is contained in:
parent
58d098dfae
commit
a9a3077633
16 changed files with 260 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
ARCH=$(uname -m)
|
||||
FROOT="$ARCH-musllvm"
|
||||
source ./scripts/config.sh
|
||||
|
||||
LINUX_TAR=$(ls ./sources/linux-*.tar.* 2>/dev/null | head -n 1 | xargs basename)
|
||||
if [ -z "$LINUX_TAR" ]; then
|
||||
echo "ERR: No Linux tarball found in sources directory"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue