summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/Config.in b/Config.in
index bc4fec215..b051a375e 100644
--- a/Config.in
+++ b/Config.in
@@ -103,24 +103,6 @@ config BR2_STAGING_DIR
source "target/device/Config.in.mirrors"
-config BR2_GNU_TARGET_SUFFIX
- string "GNU target suffix"
- default "linux-uclibcgnueabi" if BR2_ARM_EABI
- default "linux-uclibc"
- help
- The string used to pass to configure scripts via the
- --target= option. Just specify the suffix here, the leading
- arch will be filled in automatically.
-
- Most users will want to stick with the default setting, though
- 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
- gnuhurd-uclibc for the hurd
-
config BR2_JLEVEL
int "Number of jobs to run simultaneously"
default "2"