These tests pass on linux.
[oota-llvm.git] / Makefile.config.in
index 6f91bee930012f3e4df949adff5a363bf6d4cbe9..9d8ee3b137c4439f2f109cf5af2f80efb85a48d1 100644 (file)
@@ -200,6 +200,12 @@ LLVMGCC_LANGS := @LLVMGCC_LANGS@
 # object files.
 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):