diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-30 17:12:26 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-30 17:12:26 +0000 |
commit | f91387847421a1f0914e757cca96a4d213d32890 (patch) | |
tree | f226827dd029394c2ceb3d29e2634e7402a8f24d /configure | |
parent | 753b43c06596a1ad6339284f07523c76c53cf648 (diff) |
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5170,6 +5170,7 @@ echo $ECHO_N "checking optimization flags... $ECHO_C" >&6; } case "$withval" in default) case "$llvm_cv_os_type" in + FreeBSD) optimize_option=-O2 ;; MingW) optimize_option=-O2 ;; *) optimize_option=-O3 ;; esac ;; @@ -11274,7 +11275,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 11277 "configure" +#line 11278 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |