summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-13 18:04:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-13 18:04:52 +0000
commite9d3c1cfbeae9ce34ec7cd4ad7edb2b235e4c785 (patch)
treeb86409bc83dbdd0fb9ce02ea6cf8c923ffd95807 /configure
parentc18e940c5a1c050701594ee2b356cd40249505a3 (diff)
downloadllvm-e9d3c1cfbeae9ce34ec7cd4ad7edb2b235e4c785.tar.gz
llvm-e9d3c1cfbeae9ce34ec7cd4ad7edb2b235e4c785.tar.bz2
llvm-e9d3c1cfbeae9ce34ec7cd4ad7edb2b235e4c785.tar.xz
configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared.
Many distros provide stdc++.dll recently. --enable-embed-stdcxx might confuse people. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1257d7a046..a65f94f6d1 100755
--- a/configure
+++ b/configure
@@ -1409,7 +1409,7 @@ Optional Features:
--enable-shared Build a shared library and link tools against it
(default is NO)
--enable-embed-stdcxx Build a shared library with embedded libstdc++ for
- Win32 DLL (default is YES)
+ Win32 DLL (default is NO)
--enable-timestamps Enable embedding timestamp information in build
(default is YES)
--enable-targets Build specific host targets: all or
@@ -5232,7 +5232,7 @@ case "$enableval" in
;;
no) ENABLE_EMBED_STDCXX=0
;;
- default) ENABLE_EMBED_STDCXX=1
+ default) ENABLE_EMBED_STDCXX=0
;;
*) { { echo "$as_me:$LINENO: error: Invalid setting for --enable-embed-stdcxx. Use \"yes\" or \"no\"" >&5
echo "$as_me: error: Invalid setting for --enable-embed-stdcxx. Use \"yes\" or \"no\"" >&2;}