X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/983712fba04f26ab8e25806380f1342bc648239d..d96c64a5768946a6dfec9ee12e59bf7964a60e45:/m1n1_uboot_kernel.sh diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 2726493..293f161 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -16,19 +16,9 @@ source "$(pwd)/build/cargo/env" unset LC_CTYPE unset LANG -handle_crosscompile() -{ - if [ "`uname -m`" != 'aarch64' ]; then - export ARCH=arm64 - export CROSS_COMPILE=aarch64-linux-gnu- - sudo apt install -y libc6-dev-arm64-cross - fi -} - build_linux() { ( - handle_crosscompile test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t @@ -55,7 +45,6 @@ build_m1n1() build_uboot() { ( - handle_crosscompile test -d u-boot || git clone https://github.com/AsahiLinux/u-boot cd u-boot git fetch -a -t