diff options
author | Bob Wilson <bob.wilson@apple.com> | 2013-08-02 22:51:11 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2013-08-02 22:51:11 +0000 |
commit | f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f (patch) | |
tree | e492512efc23d480fdd555c5f05f2e7d6bd7edc1 /projects | |
parent | 244acf3a4b172657924d21bbb3a65f6388cb68bd (diff) | |
download | external_llvm-f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f.zip external_llvm-f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f.tar.gz external_llvm-f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f.tar.bz2 |
Regenerate with changes for -rdynamic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/sample/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/sample/configure b/projects/sample/configure index 03acc0dea..23e01c8 100755 --- a/projects/sample/configure +++ b/projects/sample/configure @@ -7783,8 +7783,8 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for compiler -Wl,-export-dynamic option" >&5 -echo $ECHO_N "checking for compiler -Wl,-export-dynamic option... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: checking for compiler -rdynamic option" >&5 +echo $ECHO_N "checking for compiler -rdynamic option... $ECHO_C" >&6; } if test "${llvm_cv_link_use_export_dynamic+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -7795,7 +7795,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu oldcflags="$CFLAGS" - CFLAGS="$CFLAGS -Wl,-export-dynamic" + CFLAGS="$CFLAGS -rdynamic" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -20905,7 +20905,7 @@ fi if test "$llvm_cv_link_use_export_dynamic" = "yes" ; then - RDYNAMIC="-Wl,-export-dynamic" + RDYNAMIC="-rdynamic" else RDYNAMIC="" fi |