Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny authored and cpackham committed Nov 27, 2022
1 parent b17e614 commit cfff4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/docs/5_Toolchain_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ There are four schools of thought here:
/path/to/staging
$ ./configure --build=<build tuple> --host=<host tuple> \
--prefix=/usr --enable-foo-bar... \
CC="<host tuple>-gcc --syroot=/path/to/staging" \
CC="<host tuple>-gcc --sysroot=/path/to/staging" \
CXX="<host tuple>-g++ --sysroot=/path/to/staging" \
LD="<host tuple>-ld --sysroot=/path/to/staging" \
AND_SO_ON="tuple-andsoon --sysroot=/path/to/staging"
Expand Down

0 comments on commit cfff4f1

Please sign in to comment.