aboutsummaryrefslogtreecommitdiff
path: root/config/llvm.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-08-16 12:19:51 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-08-16 12:19:51 -0600
commit20d4874735272054890aa1b57fb39b73486cfd22 (patch)
tree645ecf2d0db53258c927d93448df71fd30c35540 /config/llvm.conf
parentce612d0204aadb3c2eeb90036b8ccb047ccc3a3c (diff)
add static_link flag to move control from the core code to the config file.
Diffstat (limited to 'config/llvm.conf')
-rw-r--r--config/llvm.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/llvm.conf b/config/llvm.conf
index 37cab709..71c8788b 100644
--- a/config/llvm.conf
+++ b/config/llvm.conf
@@ -4,3 +4,7 @@ depends=""
# This is a list of default flags always supplied to configure
default_configure_flags=""
+
+# If yes, only static linking will be used
+static_link=yes
+