summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-07-04 13:44:32 +0200
committerBernhard Reutner-Fischer2006-07-04 13:44:32 +0200
commitc3c100b63f2c4bfe479c829b7232e9c64ba6aaea (patch)
treed5171997e3f204108b01fbd79df0ce7398c2096b /Config.in
parentDisable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster (diff)
downloadbuildroot-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.tar.gz
buildroot-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.tar.xz
buildroot-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.zip
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
- fix a few typos
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 5b73918bc..437636498 100644
--- a/Config.in
+++ b/Config.in
@@ -41,7 +41,7 @@ config BR2_x86_64
endchoice
#
-# Keep the variants seperate, there's no need to clutter everything else.
+# Keep the variants separate, there's no need to clutter everything else.
# sh is fairly "special" in this regard, as virtually everyone else has
# things kept down to a _sensible_ number of target variants. No such
# luck for sh..
@@ -259,11 +259,15 @@ config BR2_GNU_TARGET_SUFFIX
other users (most notably ARM EABI) like to add on to this in
order to stay in line with gcc conventions.
+ Default options are:
+ linux-uclibcgnueabi for ARM EABI
+ linux-uclibc for the rest
+
config BR2_JLEVEL
int "Number of jobs to run simultaneously"
default "1"
help
- Number of jobs to run simultanesouly
+ Number of jobs to run simultaneously
endmenu