1# When cross compiling outside of the chroot 2# with --target aarch64-unknown-linux-gnu the 3# linker needs to explicity defined for the 4# examples to link. 5[target.aarch64-unknown-linux-gnu] 6linker = "aarch64-linux-gnu-gcc" 7