diff options
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r-- | conf/documentation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index f10b05896d..f3c31ce609 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -23,7 +23,7 @@ HOST_CC_ARCH[doc] = "Normally same as the TARGET_CC_ARCH (@see TARGET_CC_ARCH)" TARGET_ARCH[doc] = "Build for which architecture. Examples are arm, i686, sh3, mips, powerpc" TARGET_OS[doc] = "Build for which Operating System. Currently possible values are \ -linux and linux-ulibc" +linux and linux-uclibc. When using linux-uclibc you might want to set USE_NLS_gcc-cross to \"no\"." TARGET_VENDOR[doc] = "FIXME" TARGET_SYS[doc] = "The target system is composed out of TARGET_ARCH,TARGET_VENDOR and TARGET_OS" TARGET_PREFIX[doc] = "The prefix for the cross compile toolchain. For example arm-linux-" |