aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2011-07-24 19:22:41 -0400
committerSandra Loosemore <sandra@gcc.gnu.org>2011-07-24 19:22:41 -0400
commitdf45fc34aa658555c252eee36a059d753d859610 (patch)
treeff68b0982803322915f57a7bfc275d261083dd9d /gcc/configure
parent73645647f97029a05b08bdb5077d5da1592e088e (diff)
downloadgcc-df45fc34aa658555c252eee36a059d753d859610.zip
gcc-df45fc34aa658555c252eee36a059d753d859610.tar.gz
gcc-df45fc34aa658555c252eee36a059d753d859610.tar.bz2
configure.ac (demangler_in_ld): Default to yes.
2011-07-24 Sandra Loosemore <sandra@codesourcery.com> gcc/ * configure.ac (demangler_in_ld): Default to yes. * configure: Regenerated. * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't mess with COLLECT_NO_DEMANGLE, and just pass --demangle and --no-demangle options straight through to ld. When HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a way that has the intended effect on Windows. From-SVN: r176720
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index e33fc1b..1a4c1b7 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -3413,7 +3413,7 @@ fi
if test "${with_demangler_in_ld+set}" = set; then :
withval=$with_demangler_in_ld; demangler_in_ld="$with_demangler_in_ld"
else
- demangler_in_ld=no
+ demangler_in_ld=yes
fi