From cf6fc4d3145b6052666d8fe105b492a0b5ec9bd2 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 12 Dec 2021 17:18:59 +0500 Subject: [PATCH] Add link to cross-compiler tutorial --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 080c6db..0128f6c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Tips Create configuration script with `./autogen.sh`. -Configure with cross-compiler in `$PATH` to make without it in `$PATH`: +Configure with [cross-compiler](https://wiki.osdev.org/GCC_Cross-Compiler) in +`$PATH` to make without it in `$PATH`: ``` ./configure \