summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPaul Mundt2006-06-05 23:49:44 +0200
committerPaul Mundt2006-06-05 23:49:44 +0200
commitd56e2b342f29df43839f684b977879ca8718c0e8 (patch)
tree6bc7873f8fe6b073aad879445591a22c570175f8 /Config.in
parentGCC 4.1.1 support (notice: not yet on ibiblio) (diff)
downloadbuildroot-d56e2b342f29df43839f684b977879ca8718c0e8.tar.gz
buildroot-d56e2b342f29df43839f684b977879ca8718c0e8.tar.xz
buildroot-d56e2b342f29df43839f684b977879ca8718c0e8.zip
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.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 41761f5e7..04b46dac7 100644
--- a/Config.in
+++ b/Config.in
@@ -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"