summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-10 23:17:25 +0200
committerPeter Korsgaard2010-04-11 21:10:33 +0200
commit60281cbfe4f4f5087d0f77e5b3b7b1a46edc741d (patch)
tree51d3799c860b1b13e0702ec41409fd65bb351c2b /Config.in
parentMove the global config cache option to an Advanced submenu (diff)
downloadbuildroot-60281cbfe4f4f5087d0f77e5b3b7b1a46edc741d.tar.gz
buildroot-60281cbfe4f4f5087d0f77e5b3b7b1a46edc741d.tar.xz
buildroot-60281cbfe4f4f5087d0f77e5b3b7b1a46edc741d.zip
Guess build system and remove BR2_GNU_BUILD_SUFFIX
Instead of having a configuration option BR2_GNU_BUILD_SUFFIX, let's use config.guess to guess the build system type. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/Config.in b/Config.in
index 78e6666ad..6a66d502a 100644
--- a/Config.in
+++ b/Config.in
@@ -103,19 +103,6 @@ config BR2_STAGING_DIR
source "target/device/Config.in.mirrors"
-config BR2_GNU_BUILD_SUFFIX
- string "GNU build hostname suffix"
- default "pc-linux-gnu"
- help
- The string used to pass to configure scripts via the
- --build= option. Just specify the suffix here, the leading
- arch will be filled in automatically.
-
- Here's some copy and paste build host options for you:
- linux: pc-linux-gnu
- cygwin: pc-cygwin
- os x: apple-darwin7 / apple-darwin8
-
config BR2_GNU_TARGET_SUFFIX
string "GNU target suffix"
default "linux-uclibcgnueabi" if BR2_ARM_EABI