summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
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 6f91bee930..ad49071213 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -200,6 +200,9 @@ LLVMGCC_LANGS := @LLVMGCC_LANGS@
# object files.
OBJ_ROOT := .
+# What to pass as rpath flag to g++
+RPATH := @RPATH@
+
# These are options that can either be enabled here, or can be enabled on the
# make command line (ie, make ENABLE_PROFILING=1):