We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f5d3d commit 9ef7988Copy full SHA for 9ef7988
build-all.sh
@@ -1019,7 +1019,7 @@ fi
1019
if [ "x${uclibc}" = "x--uclibc" ]; then
1020
if [[ " ${allowed_linux_cpus[*]} " != *" $ISA_CPU "* ]]; then
1021
echo "ERROR: uClibc tool chain cannot be built for this CPU family."\
1022
- "Choose one of the supprted CPU familes or disable building of"\
+ "Choose one of the supported CPU familes or disable building of"\
1023
"uClibc tool chain with option --no-uclibc."\
1024
"Supported values are: $allowed_linux_cpus."
1025
exit 1
0 commit comments