mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -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;}
|
||||
|
Reference in New Issue
Block a user