summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-08-02 22:51:11 +0000
committerBob Wilson <bob.wilson@apple.com>2013-08-02 22:51:11 +0000
commit8d7e6906d16a037745af14d06973de38c8c7660b (patch)
tree82a0e307322028be83b5de040c01f7c5596a3c74 /llvm/configure
parent8658b9147d5bb8f82466685ed7774c49588bb3a7 (diff)
downloadbcm5719-llvm-8d7e6906d16a037745af14d06973de38c8c7660b.tar.gz
bcm5719-llvm-8d7e6906d16a037745af14d06973de38c8c7660b.zip
Regenerate with changes for -rdynamic.
llvm-svn: 187687
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/configure b/llvm/configure
index a10866c4875..242f764e5c7 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -7989,8 +7989,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
@@ -8001,7 +8001,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
@@ -22031,7 +22031,7 @@ fi
if test "$llvm_cv_link_use_export_dynamic" = "yes" ; then
- RDYNAMIC="-Wl,-export-dynamic"
+ RDYNAMIC="-rdynamic"
else
RDYNAMIC=""
fi
OpenPOWER on IntegriCloud