diff options
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 25605cb7..5e45fc73 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -27,7 +27,7 @@ config SYSROOT_NAME is 'sysroot' (the default) or 'sys-root'. You are free to enter anything here, except for spaces, and '/' - (see SYSROOT_DIR_PREFIX, below). If you leave this empy, then the + (see SYSROOT_DIR_PREFIX, below). If you leave this empty, then the default 'sysroot' is used. config SYSROOT_DIR_PREFIX @@ -37,7 +37,7 @@ config SYSROOT_DIR_PREFIX default "" help * - * Unless you realy know you need that, leave it empty! + * Unless you really know you need that, leave it empty! * This string will be interpreted as a directory component to be added @@ -65,7 +65,7 @@ config STATIC_TOOLCHAIN If you wish to move the toolchain to another host, and you are not confident that this host has the required versions of system libs, then - you can say 'Y' here, and all the host tools will be linked staticaly. + you can say 'Y' here, and all the host tools will be linked statically. The impacted tools are: - the GNU binutils @@ -121,7 +121,7 @@ config TARGET_ALIAS_SED_EXPR prompt "Tuple's sed transform" default "" help - Normaly, you'd call your toolchain components (especially gcc) by + Normally, you'd call your toolchain components (especially gcc) by prefixing the target tuple followed by a dash and the component name (eg. armeb-unknown-linux-uclibc-gcc). @@ -140,7 +140,7 @@ config TARGET_ALIAS prompt "Tuple's alias" default "" help - Normaly, you'd call your toolchain components (especially gcc) by + Normally, you'd call your toolchain components (especially gcc) by prefixing the target tuple followed by a dash and the component name (eg. armeb-unknown-linux-uclibc-gcc). |