Skip to content

Commit

Permalink
Update 2.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkg123 authored Dec 9, 2023
1 parent 7e8f50d commit c64ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export USE_CCACHE=1
make -j$(nproc) -C $(pwd) O=$(pwd)/out CROSS_COMPILE=$BUILD_CROSS_COMPILE CLANG_TRIPLE=$CLANG_TRIPLE CROSS_COMPILE_ARM32=$CROSS_COMPILE_ARM32 \
- CC=clang LD=ld.lld \
+ CC=clang LD=$HOME/aarch64-linux-android-4.9/bin/aarch64-linux-android-ld.bfd \
+ CC=clang LD=$HOME/aarch64-linux-android-4.9/bin/aarch64-linux-android-ld.gold \
-Werror \
2>&1 | tee build.txt
B=$(date +%s)

0 comments on commit c64ebc9

Please sign in to comment.