diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-03 04:55:15 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-03 04:55:15 +0000 |
commit | 1dace48f538d44156cdb71834e718b9ad93d2711 (patch) | |
tree | 270b2b7ef2babda8ccbf13637aa59a4b9ed2d0d9 /Makefile.config.in | |
parent | 1c08c0e128e3c672dfbf04ce3bfa1c126c6198da (diff) |
Switch to using -Wl,-R on Solaris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 3 |
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): |