From e340d35674665dd793e6ee54cb0ec2373c84f029 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 11 Nov 2022 16:06:38 +0100 Subject: [PATCH] Add standalone toolchain link to frida_libpng (#890) --- fuzzers/frida_libpng/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/frida_libpng/README.md b/fuzzers/frida_libpng/README.md index bda901473d..e6f70e078d 100644 --- a/fuzzers/frida_libpng/README.md +++ b/fuzzers/frida_libpng/README.md @@ -15,7 +15,7 @@ On unix platforms, you'll need [libc++](https://libcxx.llvm.org/) to build it. Alternatively you can run `cargo make run` and this command will automatically build and run the fuzzer ### Build For Android -When building for android using a cross-compiler, make sure you have a _standalone toolchain_, and then add the following: +When building for android using a cross-compiler, make sure you have a [_standalone toolchain_](https://developer.android.com/ndk/guides/standalone_toolchain), and then add the following: 1. In the ~/.cargo/config file add a target with the correct cross-compiler toolchain name (in this case aarch64-linux-android, but names may vary) `[target.aarch64-linux-android]` `linker="aarch64-linux-android-clang"`