Skip to content

Commit

Permalink
Merge pull request #1059 from kenta2/toolchaih2
Browse files Browse the repository at this point in the history
fix spelling in configure script (toolchaih -> toolchain)
  • Loading branch information
jim-wilson authored Apr 20, 2022
2 parents df6ecbe + 694b011 commit a72aaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ AC_ARG_ENABLE(multilib,

AC_ARG_WITH(multilib-generator,
[AS_HELP_STRING([--with-multilib-generator],
[Multi-libs configuration string, only supported for bare-metal/elf toolchaih, this option implied --enable-multilib])],
[Multi-libs configuration string, only supported for bare-metal/elf toolchain, this option implied --enable-multilib])],
[],
[with_multilib_generator=no]
)
Expand Down

0 comments on commit a72aaaa

Please sign in to comment.