From cfff4f1a20e347b9dfe6983e00d08020513367ec Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 27 Nov 2022 12:47:42 +0100 Subject: [PATCH] Fix typo --- _pages/docs/5_Toolchain_Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/docs/5_Toolchain_Usage.md b/_pages/docs/5_Toolchain_Usage.md index 93168ee..bd7bbfc 100644 --- a/_pages/docs/5_Toolchain_Usage.md +++ b/_pages/docs/5_Toolchain_Usage.md @@ -106,7 +106,7 @@ There are four schools of thought here: /path/to/staging $ ./configure --build= --host= \ --prefix=/usr --enable-foo-bar... \ - CC="-gcc --syroot=/path/to/staging" \ + CC="-gcc --sysroot=/path/to/staging" \ CXX="-g++ --sysroot=/path/to/staging" \ LD="-ld --sysroot=/path/to/staging" \ AND_SO_ON="tuple-andsoon --sysroot=/path/to/staging"