summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-03-05 08:20:21 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-03-05 08:20:21 +0000
commit18f99072a61429cc6aec9bd3dc611867819d962b (patch)
tree6dcfde0fba6f2f8201c13ee1a9307f963d3aee88 /Makefile.config.in
parent323c58d862cca19e45d07996a5abacd0667f264d (diff)
downloadllvm-18f99072a61429cc6aec9bd3dc611867819d962b.tar.gz
llvm-18f99072a61429cc6aec9bd3dc611867819d962b.tar.bz2
llvm-18f99072a61429cc6aec9bd3dc611867819d962b.tar.xz
Autodetect the availability of -export-dynamic in the linker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66156 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index ad49071213..9d8ee3b137 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -203,6 +203,9 @@ OBJ_ROOT := .
# What to pass as rpath flag to g++
RPATH := @RPATH@
+# What to pass as -rdynamic flag to g++
+RDYNAMIC := @RDYNAMIC@
+
# These are options that can either be enabled here, or can be enabled on the
# make command line (ie, make ENABLE_PROFILING=1):