diff options
Diffstat (limited to 'docs/4 - Building the toolchain.txt')
-rw-r--r-- | docs/4 - Building the toolchain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4 - Building the toolchain.txt b/docs/4 - Building the toolchain.txt index 62f0a956..6e24bc0f 100644 --- a/docs/4 - Building the toolchain.txt +++ b/docs/4 - Building the toolchain.txt @@ -129,7 +129,7 @@ script is very simple, if not trivial, and works great. The only drawback is that it does not work on host systems that lack a shell, for example the MingW32 environment. To solve the issue, the wrapper has been re-written in C, and compiled at build time. This C wrapper is much more complex than the shell -script, and although it sems to be working, it's been only lightly tested. +script, and although it seems to be working, it's been only lightly tested. Some of the expected short-comings with this C wrapper are; - multi-byte file names may not be handled correctly - it's really big for what it does |