diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-06-05 21:49:44 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-06-05 21:49:44 +0000 |
commit | d56e2b342f29df43839f684b977879ca8718c0e8 (patch) | |
tree | 6bc7873f8fe6b073aad879445591a22c570175f8 /Config.in | |
parent | c1eb4cdc6fa205b20e3494426a4430fa266f5038 (diff) |
Split the target suffix out as a config option, for the few cases where
we have to use a different one.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -236,6 +236,18 @@ config BR2_GNU_BUILD_SUFFIX cygwin: pc-cygwin os x: apple-darwin7 / apple-darwin8 +config BR2_GNU_TARGET_SUFFIX + string "GNU target suffix" + 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. + config BR2_JLEVEL int "Number of jobs to run simultaneously" default "1" |