diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-28 23:40:57 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-03 00:00:08 +0200 |
commit | 65e80a0b0bf275e0ffdbb611706bec4b1b4719b1 (patch) | |
tree | 9dcc2edbb0388c9f852ea5abcf5ab82bbaad2179 /Config.in | |
parent | 7eeb1ccef74d5bac274dd43b9c02e2c13f472815 (diff) |
Remove BR2_GNU_TARGET_SUFFIX and compute GNU_TARGET_NAME
Instead of asking the user about the GNU target suffix, just compute
it automatically from the other configuration options.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -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" |