From df45fc34aa658555c252eee36a059d753d859610 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Sun, 24 Jul 2011 19:22:41 -0400 Subject: configure.ac (demangler_in_ld): Default to yes. 2011-07-24 Sandra Loosemore 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 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure') 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 -- cgit v1.1