Skip to content

Commit

Permalink
Change in TC path in the new VM
Browse files Browse the repository at this point in the history
  • Loading branch information
NerokiStage committed Apr 30, 2024
1 parent 2a2e664 commit f5006a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified AnyKernel3/dtb
Binary file not shown.
4 changes: 2 additions & 2 deletions meow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

LLVM_PATH="/home/neroki/tc/clang/bin/"
LLVM_PATH="/home/ubuntu/tc/clang/bin/"

read -p "Digite um nome para o kernel: " KERNEL_NAME

Expand All @@ -9,7 +9,7 @@ if [ -z "$KERNEL_NAME" ]; then
exit 1
fi

TC_PATH="/home/neroki/tc/clang/bin/"
TC_PATH="/home/ubuntu/tc/clang/bin/"
GCC_PATH="/usr/bin/"

BUILD_ENV="CC=${TC_PATH}clang CROSS_COMPILE=${GCC_PATH}aarch64-linux-gnu- LLVM=1 LLVM_IAS=1 PATH=$LLVM_PATH:$LLD_PATH:$PATH"
Expand Down

0 comments on commit f5006a3

Please sign in to comment.