diff options
-rw-r--r-- | include/Config/config.h.in | 4 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in index 5d12871..b6a7273 100644 --- a/include/Config/config.h.in +++ b/include/Config/config.h.in @@ -85,6 +85,10 @@ /* Define to 1 if you have the <link.h> header file. */ #undef HAVE_LINK_H +/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add + the current directory to the dynamic linker search path. */ +#undef HAVE_LINK_R + /* Define if mallinfo() is available on this platform. */ #undef HAVE_MALLINFO diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 5d12871..b6a7273 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -85,6 +85,10 @@ /* Define to 1 if you have the <link.h> header file. */ #undef HAVE_LINK_H +/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add + the current directory to the dynamic linker search path. */ +#undef HAVE_LINK_R + /* Define if mallinfo() is available on this platform. */ #undef HAVE_MALLINFO |