aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-07-13 00:55:11 +0100
committerRobert Savoye <rob.savoye@linaro.org>2014-07-22 12:27:18 +0000
commitadc18d8ec328e86bc60766e1f7dacbfcf5ab6c9d (patch)
treee0e67fefc2cd4e55e7c9d36a5f04d6c017e84a61 /host.conf.in
parentdb161edcd0fa1604f5c3ff0a3ec0907276f64b9d (diff)
Add configure option to choose compiler languages
Configure-time option --with-languages=<lang1,lang2,...> will configure gcc to compile for given languages. Special value "default" will choose appropriate default for the target. Change-Id: I29ec8d8c3b90552424cfff27a86a0287dc9be28d
Diffstat (limited to 'host.conf.in')
-rw-r--r--host.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/host.conf.in b/host.conf.in
index a790d123..e0f08cbd 100644
--- a/host.conf.in
+++ b/host.conf.in
@@ -27,6 +27,7 @@ hostname=@HOSTNAME@
distribution=@DISTRIBUTION@
# various configure time flags
+with_languages=@WITH_LANGUAGES@
enable_ssh=@ENABLE_SSH@
bootstrap=@ENABLE_BOOTSTRAP@
alltests=@ENABLE_ALLTESTS@