From 4f60e65f83a5647c80a0609fe2dfc1000914c9f9 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 23 Sep 2016 01:05:28 +0200 Subject: [PATCH] Fix cross-compilation-sins x86-64_sortix typo. --- doc/cross-compilation-sins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cross-compilation-sins b/doc/cross-compilation-sins index 019411c6..d8576301 100644 --- a/doc/cross-compilation-sins +++ b/doc/cross-compilation-sins @@ -183,7 +183,7 @@ correctly implement the standard semantics customary with GNU autoconf generated directory options (--prefix, --exec-prefix, ...). It is also important that it correctly locate a cross-compiler through the --host option by using it as a cross-tool prefix. For instance, --host=x86_64-sortix must correctly locate -the x86-64_sortix-gcc compiler. +the x86_64-sortix-gcc compiler. Remembering the Compiler ------------------------