summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-08 00:11:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-08 10:53:09 +0100
commit2be79f0b1d0d53b8750d28013543b7ee853c1b42 (patch)
treef3586a5ff28b61c572df87938881ce3455f72cd9 /meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch
parentb3b6cfb48bb61f2efdd5c2325fcce3209b7894c7 (diff)
downloadpoky-2be79f0b1d0d53b8750d28013543b7ee853c1b42.tar.gz
binutils: upgrade to 2.25
* Remove the following patches since they are already in the new code: binutils/fix-pr15815.patch binutils/fix-pr16428.patch binutils/fix-pr16476.patch binutils/fix-pr2404.patch binutils/replace_macros_with_static_inline.patch binutils/binutils_CVE-2014-8484.patch binutils/binutils_CVE-2014-8485.patch binutils/binutils_CVE-2014-8501.patch binutils/binutils_CVE-2014-8502.patch binutils/binutils_CVE-2014-8502_1.patch binutils/binutils_CVE-2014-8503.patch binutils/binutils_CVE-2014-8504.patch binutils/binutils_CVE-2014-8737.patch * The file src-release is gone. * Updated patches for the new code. (From OE-Core rev: a8446ea78daa5875de43eb5bcccd8f536ea07e1c) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Conflicts: meta/conf/distro/include/tcmode-default.inc Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch301
1 files changed, 153 insertions, 148 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch b/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch
index 2e621f1a52..9aaecd9443 100644
--- a/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch
+++ b/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch
@@ -16661,7 +16661,7 @@ Index: binutils-2.24/ld/configure
16661=================================================================== 16661===================================================================
16662--- binutils-2.24.orig/ld/configure 2013-11-04 07:33:39.000000000 -0800 16662--- binutils-2.24.orig/ld/configure 2013-11-04 07:33:39.000000000 -0800
16663+++ binutils-2.24/ld/configure 2013-12-15 11:12:06.120451266 -0800 16663+++ binutils-2.24/ld/configure 2013-12-15 11:12:06.120451266 -0800
16664@@ -646,8 +646,11 @@ 16664@@ -654,8 +654,11 @@ OTOOL
16665 LIPO 16665 LIPO
16666 NMEDIT 16666 NMEDIT
16667 DSYMUTIL 16667 DSYMUTIL
@@ -16673,24 +16673,24 @@ Index: binutils-2.24/ld/configure
16673 OBJDUMP 16673 OBJDUMP
16674 LN_S 16674 LN_S
16675 NM 16675 NM
16676@@ -785,6 +788,7 @@ 16676@@ -776,6 +779,7 @@ enable_static
16677 with_pic 16677 with_pic
16678 enable_fast_install 16678 enable_fast_install
16679 with_gnu_ld 16679 with_gnu_ld
16680+with_libtool_sysroot 16680+with_libtool_sysroot
16681 enable_libtool_lock 16681 enable_libtool_lock
16682 enable_nls 16682 enable_plugins
16683 enable_initfini_array 16683 enable_largefile
16684@@ -1452,6 +1456,8 @@ 16684@@ -1453,6 +1457,8 @@ Optional Packages:
16685 --with-pic try to use only PIC/non-PIC objects [default=use 16685 --with-pic try to use only PIC/non-PIC objects [default=use
16686 both] 16686 both]
16687 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 16687 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
16688+ --with-libtool-sysroot=DIR Search for dependent libraries within DIR 16688+ --with-libtool-sysroot=DIR Search for dependent libraries within DIR
16689+ (or the compiler's sysroot if not specified). 16689+ (or the compiler's sysroot if not specified).
16690 --with-lib-path=dir1:dir2... set default LIB_PATH
16691 --with-sysroot=DIR Search for usr/lib et al within DIR.
16690 --with-zlib include zlib support (auto/yes/no) default=auto 16692 --with-zlib include zlib support (auto/yes/no) default=auto
16691 16693@@ -5645,8 +5651,8 @@ esac
16692 Some influential environment variables:
16693@@ -6125,8 +6131,8 @@
16694 16694
16695 16695
16696 16696
@@ -16701,7 +16701,7 @@ Index: binutils-2.24/ld/configure
16701 16701
16702 16702
16703 16703
16704@@ -6166,7 +6172,7 @@ 16704@@ -5686,7 +5692,7 @@ ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
16705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 16705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
16706 $as_echo_n "checking how to print strings... " >&6; } 16706 $as_echo_n "checking how to print strings... " >&6; }
16707 # Test print first, because it will be a builtin if present. 16707 # Test print first, because it will be a builtin if present.
@@ -16710,7 +16710,7 @@ Index: binutils-2.24/ld/configure
16710 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then 16710 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
16711 ECHO='print -r --' 16711 ECHO='print -r --'
16712 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then 16712 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
16713@@ -6852,8 +6858,8 @@ 16713@@ -6372,8 +6378,8 @@ $as_echo_n "checking whether the shell understands some XSI constructs... " >&6;
16714 # Try some XSI features 16714 # Try some XSI features
16715 xsi_shell=no 16715 xsi_shell=no
16716 ( _lt_dummy="a/b/c" 16716 ( _lt_dummy="a/b/c"
@@ -16721,7 +16721,7 @@ Index: binutils-2.24/ld/configure
16721 && eval 'test $(( 1 + 1 )) -eq 2 \ 16721 && eval 'test $(( 1 + 1 )) -eq 2 \
16722 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ 16722 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
16723 && xsi_shell=yes 16723 && xsi_shell=yes
16724@@ -6902,6 +6908,80 @@ 16724@@ -6422,6 +6428,80 @@ esac
16725 16725
16726 16726
16727 16727
@@ -16802,7 +16802,7 @@ Index: binutils-2.24/ld/configure
16802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 16802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
16803 $as_echo_n "checking for $LD option to reload object files... " >&6; } 16803 $as_echo_n "checking for $LD option to reload object files... " >&6; }
16804 if test "${lt_cv_ld_reload_flag+set}" = set; then : 16804 if test "${lt_cv_ld_reload_flag+set}" = set; then :
16805@@ -6918,6 +6998,11 @@ 16805@@ -6438,6 +6518,11 @@ case $reload_flag in
16806 esac 16806 esac
16807 reload_cmds='$LD$reload_flag -o $output$reload_objs' 16807 reload_cmds='$LD$reload_flag -o $output$reload_objs'
16808 case $host_os in 16808 case $host_os in
@@ -16814,7 +16814,7 @@ Index: binutils-2.24/ld/configure
16814 darwin*) 16814 darwin*)
16815 if test "$GCC" = yes; then 16815 if test "$GCC" = yes; then
16816 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 16816 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
16817@@ -7086,7 +7171,8 @@ 16817@@ -6606,7 +6691,8 @@ mingw* | pw32*)
16818 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 16818 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
16819 lt_cv_file_magic_cmd='func_win32_libid' 16819 lt_cv_file_magic_cmd='func_win32_libid'
16820 else 16820 else
@@ -16824,7 +16824,7 @@ Index: binutils-2.24/ld/configure
16824 lt_cv_file_magic_cmd='$OBJDUMP -f' 16824 lt_cv_file_magic_cmd='$OBJDUMP -f'
16825 fi 16825 fi
16826 ;; 16826 ;;
16827@@ -7240,6 +7326,21 @@ 16827@@ -6760,6 +6846,21 @@ esac
16828 fi 16828 fi
16829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 16829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
16830 $as_echo "$lt_cv_deplibs_check_method" >&6; } 16830 $as_echo "$lt_cv_deplibs_check_method" >&6; }
@@ -16846,7 +16846,7 @@ Index: binutils-2.24/ld/configure
16846 file_magic_cmd=$lt_cv_file_magic_cmd 16846 file_magic_cmd=$lt_cv_file_magic_cmd
16847 deplibs_check_method=$lt_cv_deplibs_check_method 16847 deplibs_check_method=$lt_cv_deplibs_check_method
16848 test -z "$deplibs_check_method" && deplibs_check_method=unknown 16848 test -z "$deplibs_check_method" && deplibs_check_method=unknown
16849@@ -7255,9 +7356,162 @@ 16849@@ -6775,9 +6876,162 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown
16850 16850
16851 16851
16852 16852
@@ -16860,9 +16860,7 @@ Index: binutils-2.24/ld/configure
16860+ 16860+
16861+ 16861+
16862+ 16862+
16863 if test -n "$ac_tool_prefix"; then 16863+if test -n "$ac_tool_prefix"; then
16864- # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
16865-set dummy ${ac_tool_prefix}ar; ac_word=$2
16866+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 16864+ # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
16867+set dummy ${ac_tool_prefix}dlltool; ac_word=$2 16865+set dummy ${ac_tool_prefix}dlltool; ac_word=$2
16868+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16866+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -17003,7 +17001,9 @@ Index: binutils-2.24/ld/configure
17003+ 17001+
17004+ 17002+
17005+ 17003+
17006+if test -n "$ac_tool_prefix"; then 17004 if test -n "$ac_tool_prefix"; then
17005- # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
17006-set dummy ${ac_tool_prefix}ar; ac_word=$2
17007+ for ac_prog in ar 17007+ for ac_prog in ar
17008+ do 17008+ do
17009+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 17009+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
@@ -17011,7 +17011,7 @@ Index: binutils-2.24/ld/configure
17011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17012 $as_echo_n "checking for $ac_word... " >&6; } 17012 $as_echo_n "checking for $ac_word... " >&6; }
17013 if test "${ac_cv_prog_AR+set}" = set; then : 17013 if test "${ac_cv_prog_AR+set}" = set; then :
17014@@ -7273,7 +7527,7 @@ 17014@@ -6793,7 +7047,7 @@ do
17015 test -z "$as_dir" && as_dir=. 17015 test -z "$as_dir" && as_dir=.
17016 for ac_exec_ext in '' $ac_executable_extensions; do 17016 for ac_exec_ext in '' $ac_executable_extensions; do
17017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 17017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
@@ -17020,7 +17020,7 @@ Index: binutils-2.24/ld/configure
17020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 17020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17021 break 2 17021 break 2
17022 fi 17022 fi
17023@@ -7293,11 +7547,15 @@ 17023@@ -6813,11 +7067,15 @@ $as_echo "no" >&6; }
17024 fi 17024 fi
17025 17025
17026 17026
@@ -17039,7 +17039,7 @@ Index: binutils-2.24/ld/configure
17039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17040 $as_echo_n "checking for $ac_word... " >&6; } 17040 $as_echo_n "checking for $ac_word... " >&6; }
17041 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 17041 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
17042@@ -7313,7 +7571,7 @@ 17042@@ -6833,7 +7091,7 @@ do
17043 test -z "$as_dir" && as_dir=. 17043 test -z "$as_dir" && as_dir=.
17044 for ac_exec_ext in '' $ac_executable_extensions; do 17044 for ac_exec_ext in '' $ac_executable_extensions; do
17045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 17045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
@@ -17048,7 +17048,7 @@ Index: binutils-2.24/ld/configure
17048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 17048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17049 break 2 17049 break 2
17050 fi 17050 fi
17051@@ -7332,6 +7590,10 @@ 17051@@ -6852,6 +7110,10 @@ else
17052 $as_echo "no" >&6; } 17052 $as_echo "no" >&6; }
17053 fi 17053 fi
17054 17054
@@ -17059,7 +17059,7 @@ Index: binutils-2.24/ld/configure
17059 if test "x$ac_ct_AR" = x; then 17059 if test "x$ac_ct_AR" = x; then
17060 AR="false" 17060 AR="false"
17061 else 17061 else
17062@@ -7343,12 +7605,10 @@ 17062@@ -6863,12 +7125,12 @@ ac_tool_warned=yes ;;
17063 esac 17063 esac
17064 AR=$ac_ct_AR 17064 AR=$ac_ct_AR
17065 fi 17065 fi
@@ -17071,10 +17071,12 @@ Index: binutils-2.24/ld/configure
17071-test -z "$AR_FLAGS" && AR_FLAGS=cru 17071-test -z "$AR_FLAGS" && AR_FLAGS=cru
17072+: ${AR=ar} 17072+: ${AR=ar}
17073+: ${AR_FLAGS=cru} 17073+: ${AR_FLAGS=cru}
17074+
17075+
17074 17076
17075 17077
17076 17078
17077@@ -7360,6 +7620,64 @@ 17079@@ -6878,6 +7140,62 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru
17078 17080
17079 17081
17080 17082
@@ -17134,12 +17136,10 @@ Index: binutils-2.24/ld/configure
17134+ 17136+
17135+ 17137+
17136+ 17138+
17137+ 17139
17138+ 17140
17139 if test -n "$ac_tool_prefix"; then 17141 if test -n "$ac_tool_prefix"; then
17140 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 17142@@ -7214,8 +7532,8 @@ esac
17141 set dummy ${ac_tool_prefix}strip; ac_word=$2
17142@@ -7694,8 +8012,8 @@
17143 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 17143 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
17144 17144
17145 # Transform an extracted symbol line into symbol name and symbol address 17145 # Transform an extracted symbol line into symbol name and symbol address
@@ -17150,7 +17150,7 @@ Index: binutils-2.24/ld/configure
17150 17150
17151 # Handle CRLF in mingw tool chain 17151 # Handle CRLF in mingw tool chain
17152 opt_cr= 17152 opt_cr=
17153@@ -7731,6 +8049,7 @@ 17153@@ -7251,6 +7569,7 @@ for ac_symprfx in "" "_"; do
17154 else 17154 else
17155 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 17155 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
17156 fi 17156 fi
@@ -17158,7 +17158,7 @@ Index: binutils-2.24/ld/configure
17158 17158
17159 # Check to see that the pipe works correctly. 17159 # Check to see that the pipe works correctly.
17160 pipe_works=no 17160 pipe_works=no
17161@@ -7772,6 +8091,18 @@ 17161@@ -7292,6 +7611,18 @@ _LT_EOF
17162 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then 17162 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
17163 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then 17163 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
17164 cat <<_LT_EOF > conftest.$ac_ext 17164 cat <<_LT_EOF > conftest.$ac_ext
@@ -17177,7 +17177,7 @@ Index: binutils-2.24/ld/configure
17177 #ifdef __cplusplus 17177 #ifdef __cplusplus
17178 extern "C" { 17178 extern "C" {
17179 #endif 17179 #endif
17180@@ -7783,7 +8114,7 @@ 17180@@ -7303,7 +7634,7 @@ _LT_EOF
17181 cat <<_LT_EOF >> conftest.$ac_ext 17181 cat <<_LT_EOF >> conftest.$ac_ext
17182 17182
17183 /* The mapping between symbol names and symbols. */ 17183 /* The mapping between symbol names and symbols. */
@@ -17186,7 +17186,7 @@ Index: binutils-2.24/ld/configure
17186 const char *name; 17186 const char *name;
17187 void *address; 17187 void *address;
17188 } 17188 }
17189@@ -7809,8 +8140,8 @@ 17189@@ -7329,8 +7660,8 @@ static const void *lt_preloaded_setup() {
17190 _LT_EOF 17190 _LT_EOF
17191 # Now try linking the two files. 17191 # Now try linking the two files.
17192 mv conftest.$ac_objext conftstm.$ac_objext 17192 mv conftest.$ac_objext conftstm.$ac_objext
@@ -17197,7 +17197,7 @@ Index: binutils-2.24/ld/configure
17197 LIBS="conftstm.$ac_objext" 17197 LIBS="conftstm.$ac_objext"
17198 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 17198 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
17199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 17199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
17200@@ -7820,8 +8151,8 @@ 17200@@ -7340,8 +7671,8 @@ _LT_EOF
17201 test $ac_status = 0; } && test -s conftest${ac_exeext}; then 17201 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
17202 pipe_works=yes 17202 pipe_works=yes
17203 fi 17203 fi
@@ -17208,7 +17208,7 @@ Index: binutils-2.24/ld/configure
17208 else 17208 else
17209 echo "cannot find nm_test_func in $nlist" >&5 17209 echo "cannot find nm_test_func in $nlist" >&5
17210 fi 17210 fi
17211@@ -7858,6 +8189,23 @@ 17211@@ -7378,6 +7709,19 @@ else
17212 $as_echo "ok" >&6; } 17212 $as_echo "ok" >&6; }
17213 fi 17213 fi
17214 17214
@@ -17225,14 +17225,10 @@ Index: binutils-2.24/ld/configure
17225+ 17225+
17226+ 17226+
17227+ 17227+
17228+
17229+
17230+
17231+
17232 17228
17233 17229
17234 17230
17235@@ -7874,6 +8222,38 @@ 17231@@ -7398,6 +7742,42 @@ fi
17236 17232
17237 17233
17238 17234
@@ -17268,10 +17264,14 @@ Index: binutils-2.24/ld/configure
17268+ 17264+
17269+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 17265+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
17270+$as_echo "${lt_sysroot:-no}" >&6; } 17266+$as_echo "${lt_sysroot:-no}" >&6; }
17267+
17268+
17269+
17270+
17271 17271
17272 17272 # Check whether --enable-libtool-lock was given.
17273 17273 if test "${enable_libtool_lock+set}" = set; then :
17274@@ -8085,6 +8465,123 @@ 17274@@ -7605,6 +7985,123 @@ esac
17275 17275
17276 need_locks="$enable_libtool_lock" 17276 need_locks="$enable_libtool_lock"
17277 17277
@@ -17395,7 +17395,7 @@ Index: binutils-2.24/ld/configure
17395 17395
17396 case $host_os in 17396 case $host_os in
17397 rhapsody* | darwin*) 17397 rhapsody* | darwin*)
17398@@ -8648,6 +9145,8 @@ 17398@@ -8168,6 +8665,8 @@ _LT_EOF
17399 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 17399 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
17400 echo "$AR cru libconftest.a conftest.o" >&5 17400 echo "$AR cru libconftest.a conftest.o" >&5
17401 $AR cru libconftest.a conftest.o 2>&5 17401 $AR cru libconftest.a conftest.o 2>&5
@@ -17404,7 +17404,7 @@ Index: binutils-2.24/ld/configure
17404 cat > conftest.c << _LT_EOF 17404 cat > conftest.c << _LT_EOF
17405 int main() { return 0;} 17405 int main() { return 0;}
17406 _LT_EOF 17406 _LT_EOF
17407@@ -8716,6 +9215,16 @@ 17407@@ -8236,6 +8735,16 @@ done
17408 17408
17409 17409
17410 17410
@@ -17421,7 +17421,7 @@ Index: binutils-2.24/ld/configure
17421 17421
17422 17422
17423 # Set options 17423 # Set options
17424@@ -8844,7 +9353,8 @@ 17424@@ -8364,7 +8873,8 @@ fi
17425 LIBTOOL_DEPS="$ltmain" 17425 LIBTOOL_DEPS="$ltmain"
17426 17426
17427 # Always use our own libtool. 17427 # Always use our own libtool.
@@ -17431,7 +17431,7 @@ Index: binutils-2.24/ld/configure
17431 17431
17432 17432
17433 17433
17434@@ -8933,7 +9443,7 @@ 17434@@ -8453,7 +8963,7 @@ aix3*)
17435 esac 17435 esac
17436 17436
17437 # Global variables: 17437 # Global variables:
@@ -17440,7 +17440,7 @@ Index: binutils-2.24/ld/configure
17440 can_build_shared=yes 17440 can_build_shared=yes
17441 17441
17442 # All known linkers require a `.a' archive for static linking (except MSVC, 17442 # All known linkers require a `.a' archive for static linking (except MSVC,
17443@@ -9231,8 +9741,6 @@ 17443@@ -8751,8 +9261,6 @@ fi
17444 lt_prog_compiler_pic= 17444 lt_prog_compiler_pic=
17445 lt_prog_compiler_static= 17445 lt_prog_compiler_static=
17446 17446
@@ -17449,7 +17449,7 @@ Index: binutils-2.24/ld/configure
17449 17449
17450 if test "$GCC" = yes; then 17450 if test "$GCC" = yes; then
17451 lt_prog_compiler_wl='-Wl,' 17451 lt_prog_compiler_wl='-Wl,'
17452@@ -9398,6 +9906,12 @@ 17452@@ -8918,6 +9426,12 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
17453 lt_prog_compiler_pic='--shared' 17453 lt_prog_compiler_pic='--shared'
17454 lt_prog_compiler_static='--static' 17454 lt_prog_compiler_static='--static'
17455 ;; 17455 ;;
@@ -17462,7 +17462,7 @@ Index: binutils-2.24/ld/configure
17462 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) 17462 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
17463 # Portland Group compilers (*not* the Pentium gcc compiler, 17463 # Portland Group compilers (*not* the Pentium gcc compiler,
17464 # which looks to be a dead project) 17464 # which looks to be a dead project)
17465@@ -9460,7 +9974,7 @@ 17465@@ -8980,7 +9494,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
17466 lt_prog_compiler_pic='-KPIC' 17466 lt_prog_compiler_pic='-KPIC'
17467 lt_prog_compiler_static='-Bstatic' 17467 lt_prog_compiler_static='-Bstatic'
17468 case $cc_basename in 17468 case $cc_basename in
@@ -17471,7 +17471,7 @@ Index: binutils-2.24/ld/configure
17471 lt_prog_compiler_wl='-Qoption ld ';; 17471 lt_prog_compiler_wl='-Qoption ld ';;
17472 *) 17472 *)
17473 lt_prog_compiler_wl='-Wl,';; 17473 lt_prog_compiler_wl='-Wl,';;
17474@@ -9517,13 +10031,17 @@ 17474@@ -9037,13 +9551,17 @@ case $host_os in
17475 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" 17475 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
17476 ;; 17476 ;;
17477 esac 17477 esac
@@ -17495,7 +17495,7 @@ Index: binutils-2.24/ld/configure
17495 17495
17496 # 17496 #
17497 # Check to make sure the PIC flag actually works. 17497 # Check to make sure the PIC flag actually works.
17498@@ -9584,6 +10102,11 @@ 17498@@ -9104,6 +9622,11 @@ fi
17499 17499
17500 17500
17501 17501
@@ -17507,7 +17507,7 @@ Index: binutils-2.24/ld/configure
17507 # 17507 #
17508 # Check to make sure the static flag actually works. 17508 # Check to make sure the static flag actually works.
17509 # 17509 #
17510@@ -9934,7 +10457,8 @@ 17510@@ -9454,7 +9977,8 @@ _LT_EOF
17511 allow_undefined_flag=unsupported 17511 allow_undefined_flag=unsupported
17512 always_export_symbols=no 17512 always_export_symbols=no
17513 enable_shared_with_static_runtimes=yes 17513 enable_shared_with_static_runtimes=yes
@@ -17517,7 +17517,7 @@ Index: binutils-2.24/ld/configure
17517 17517
17518 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then 17518 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
17519 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 17519 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
17520@@ -9982,7 +10506,7 @@ 17520@@ -9502,7 +10026,7 @@ _LT_EOF
17521 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ 17521 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
17522 && test "$tmp_diet" = no 17522 && test "$tmp_diet" = no
17523 then 17523 then
@@ -17526,7 +17526,7 @@ Index: binutils-2.24/ld/configure
17526 tmp_sharedflag='-shared' 17526 tmp_sharedflag='-shared'
17527 case $cc_basename,$host_cpu in 17527 case $cc_basename,$host_cpu in
17528 pgcc*) # Portland Group C compiler 17528 pgcc*) # Portland Group C compiler
17529@@ -10033,12 +10557,12 @@ 17529@@ -9553,12 +10077,12 @@ _LT_EOF
17530 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' 17530 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
17531 hardcode_libdir_flag_spec= 17531 hardcode_libdir_flag_spec=
17532 hardcode_libdir_flag_spec_ld='-rpath $libdir' 17532 hardcode_libdir_flag_spec_ld='-rpath $libdir'
@@ -17541,7 +17541,7 @@ Index: binutils-2.24/ld/configure
17541 fi 17541 fi
17542 ;; 17542 ;;
17543 esac 17543 esac
17544@@ -10052,8 +10576,8 @@ 17544@@ -9572,8 +10096,8 @@ _LT_EOF
17545 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 17545 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
17546 wlarc= 17546 wlarc=
17547 else 17547 else
@@ -17552,7 +17552,7 @@ Index: binutils-2.24/ld/configure
17552 fi 17552 fi
17553 ;; 17553 ;;
17554 17554
17555@@ -10071,8 +10595,8 @@ 17555@@ -9591,8 +10115,8 @@ _LT_EOF
17556 17556
17557 _LT_EOF 17557 _LT_EOF
17558 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 17558 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
@@ -17563,7 +17563,7 @@ Index: binutils-2.24/ld/configure
17563 else 17563 else
17564 ld_shlibs=no 17564 ld_shlibs=no
17565 fi 17565 fi
17566@@ -10118,8 +10642,8 @@ 17566@@ -9638,8 +10162,8 @@ _LT_EOF
17567 17567
17568 *) 17568 *)
17569 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 17569 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
@@ -17574,7 +17574,7 @@ Index: binutils-2.24/ld/configure
17574 else 17574 else
17575 ld_shlibs=no 17575 ld_shlibs=no
17576 fi 17576 fi
17577@@ -10249,7 +10773,13 @@ 17577@@ -9769,7 +10293,13 @@ _LT_EOF
17578 allow_undefined_flag='-berok' 17578 allow_undefined_flag='-berok'
17579 # Determine the default libpath from the value encoded in an 17579 # Determine the default libpath from the value encoded in an
17580 # empty executable. 17580 # empty executable.
@@ -17589,7 +17589,7 @@ Index: binutils-2.24/ld/configure
17589 /* end confdefs.h. */ 17589 /* end confdefs.h. */
17590 17590
17591 int 17591 int
17592@@ -10262,22 +10792,29 @@ 17592@@ -9782,22 +10312,29 @@ main ()
17593 _ACEOF 17593 _ACEOF
17594 if ac_fn_c_try_link "$LINENO"; then : 17594 if ac_fn_c_try_link "$LINENO"; then :
17595 17595
@@ -17632,7 +17632,7 @@ Index: binutils-2.24/ld/configure
17632 17632
17633 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 17633 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
17634 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" 17634 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
17635@@ -10289,7 +10826,13 @@ 17635@@ -9809,7 +10346,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17636 else 17636 else
17637 # Determine the default libpath from the value encoded in an 17637 # Determine the default libpath from the value encoded in an
17638 # empty executable. 17638 # empty executable.
@@ -17647,7 +17647,7 @@ Index: binutils-2.24/ld/configure
17647 /* end confdefs.h. */ 17647 /* end confdefs.h. */
17648 17648
17649 int 17649 int
17650@@ -10302,22 +10845,29 @@ 17650@@ -9822,22 +10365,29 @@ main ()
17651 _ACEOF 17651 _ACEOF
17652 if ac_fn_c_try_link "$LINENO"; then : 17652 if ac_fn_c_try_link "$LINENO"; then :
17653 17653
@@ -17690,10 +17690,11 @@ Index: binutils-2.24/ld/configure
17690 17690
17691 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 17691 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
17692 # Warning - without using the other run time loading flags, 17692 # Warning - without using the other run time loading flags,
17693@@ -10362,20 +10912,63 @@ 17693@@ -9881,21 +10431,64 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17694 # When not using gcc, we currently assume that we are using
17694 # Microsoft Visual C++. 17695 # Microsoft Visual C++.
17695 # hardcode_libdir_flag_spec is actually meaningless, as there is 17696 # hardcode_libdir_flag_spec is actually meaningless, as there is
17696 # no search path for DLLs. 17697- # no search path for DLLs.
17697- hardcode_libdir_flag_spec=' ' 17698- hardcode_libdir_flag_spec=' '
17698- allow_undefined_flag=unsupported 17699- allow_undefined_flag=unsupported
17699- # Tell ltmain to make .lib files, not .a files. 17700- # Tell ltmain to make .lib files, not .a files.
@@ -17708,6 +17709,7 @@ Index: binutils-2.24/ld/configure
17708- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' 17709- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
17709- fix_srcfile_path='`cygpath -w "$srcfile"`' 17710- fix_srcfile_path='`cygpath -w "$srcfile"`'
17710- enable_shared_with_static_runtimes=yes 17711- enable_shared_with_static_runtimes=yes
17712+ # no search path for DLLs.
17711+ case $cc_basename in 17713+ case $cc_basename in
17712+ cl*) 17714+ cl*)
17713+ # Native MSVC 17715+ # Native MSVC
@@ -17768,7 +17770,7 @@ Index: binutils-2.24/ld/configure
17768 ;; 17770 ;;
17769 17771
17770 darwin* | rhapsody*) 17772 darwin* | rhapsody*)
17771@@ -10436,7 +11029,7 @@ 17773@@ -9956,7 +10549,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17772 17774
17773 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 17775 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
17774 freebsd* | dragonfly*) 17776 freebsd* | dragonfly*)
@@ -17777,7 +17779,7 @@ Index: binutils-2.24/ld/configure
17777 hardcode_libdir_flag_spec='-R$libdir' 17779 hardcode_libdir_flag_spec='-R$libdir'
17778 hardcode_direct=yes 17780 hardcode_direct=yes
17779 hardcode_shlibpath_var=no 17781 hardcode_shlibpath_var=no
17780@@ -10444,7 +11037,7 @@ 17782@@ -9964,7 +10557,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17781 17783
17782 hpux9*) 17784 hpux9*)
17783 if test "$GCC" = yes; then 17785 if test "$GCC" = yes; then
@@ -17786,7 +17788,7 @@ Index: binutils-2.24/ld/configure
17786 else 17788 else
17787 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' 17789 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
17788 fi 17790 fi
17789@@ -10460,7 +11053,7 @@ 17791@@ -9980,7 +10573,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17790 17792
17791 hpux10*) 17793 hpux10*)
17792 if test "$GCC" = yes && test "$with_gnu_ld" = no; then 17794 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
@@ -17795,7 +17797,7 @@ Index: binutils-2.24/ld/configure
17795 else 17797 else
17796 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 17798 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
17797 fi 17799 fi
17798@@ -10484,10 +11077,10 @@ 17800@@ -10004,10 +10597,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17799 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 17801 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17800 ;; 17802 ;;
17801 ia64*) 17803 ia64*)
@@ -17808,7 +17810,7 @@ Index: binutils-2.24/ld/configure
17808 ;; 17810 ;;
17809 esac 17811 esac
17810 else 17812 else
17811@@ -10566,23 +11159,36 @@ 17813@@ -10086,23 +10679,36 @@ fi
17812 17814
17813 irix5* | irix6* | nonstopux*) 17815 irix5* | irix6* | nonstopux*)
17814 if test "$GCC" = yes; then 17816 if test "$GCC" = yes; then
@@ -17853,7 +17855,7 @@ Index: binutils-2.24/ld/configure
17853 else 17855 else
17854 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' 17856 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
17855 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' 17857 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
17856@@ -10667,7 +11273,7 @@ 17858@@ -10187,7 +10793,7 @@ rm -f core conftest.err conftest.$ac_objext \
17857 osf4* | osf5*) # as osf3* with the addition of -msym flag 17859 osf4* | osf5*) # as osf3* with the addition of -msym flag
17858 if test "$GCC" = yes; then 17860 if test "$GCC" = yes; then
17859 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 17861 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
@@ -17862,7 +17864,7 @@ Index: binutils-2.24/ld/configure
17862 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 17864 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
17863 else 17865 else
17864 allow_undefined_flag=' -expect_unresolved \*' 17866 allow_undefined_flag=' -expect_unresolved \*'
17865@@ -10686,9 +11292,9 @@ 17867@@ -10206,9 +10812,9 @@ rm -f core conftest.err conftest.$ac_objext \
17866 no_undefined_flag=' -z defs' 17868 no_undefined_flag=' -z defs'
17867 if test "$GCC" = yes; then 17869 if test "$GCC" = yes; then
17868 wlarc='${wl}' 17870 wlarc='${wl}'
@@ -17874,7 +17876,7 @@ Index: binutils-2.24/ld/configure
17874 else 17876 else
17875 case `$CC -V 2>&1` in 17877 case `$CC -V 2>&1` in
17876 *"Compilers 5.0"*) 17878 *"Compilers 5.0"*)
17877@@ -11264,8 +11870,9 @@ 17879@@ -10784,8 +11390,9 @@ cygwin* | mingw* | pw32* | cegcc*)
17878 need_version=no 17880 need_version=no
17879 need_lib_prefix=no 17881 need_lib_prefix=no
17880 17882
@@ -17886,7 +17888,7 @@ Index: binutils-2.24/ld/configure
17886 library_names_spec='$libname.dll.a' 17888 library_names_spec='$libname.dll.a'
17887 # DLL is installed to $(libdir)/../bin by postinstall_cmds 17889 # DLL is installed to $(libdir)/../bin by postinstall_cmds
17888 postinstall_cmds='base_file=`basename \${file}`~ 17890 postinstall_cmds='base_file=`basename \${file}`~
17889@@ -11298,13 +11905,71 @@ 17891@@ -10818,13 +11425,71 @@ cygwin* | mingw* | pw32* | cegcc*)
17890 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 17892 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17891 ;; 17893 ;;
17892 esac 17894 esac
@@ -17959,7 +17961,7 @@ Index: binutils-2.24/ld/configure
17959 # FIXME: first we should search . and the directory the executable is in 17961 # FIXME: first we should search . and the directory the executable is in
17960 shlibpath_var=PATH 17962 shlibpath_var=PATH
17961 ;; 17963 ;;
17962@@ -11396,7 +12061,7 @@ 17964@@ -10916,7 +11581,7 @@ haiku*)
17963 soname_spec='${libname}${release}${shared_ext}$major' 17965 soname_spec='${libname}${release}${shared_ext}$major'
17964 shlibpath_var=LIBRARY_PATH 17966 shlibpath_var=LIBRARY_PATH
17965 shlibpath_overrides_runpath=yes 17967 shlibpath_overrides_runpath=yes
@@ -17968,16 +17970,16 @@ Index: binutils-2.24/ld/configure
17968 hardcode_into_libs=yes 17970 hardcode_into_libs=yes
17969 ;; 17971 ;;
17970 17972
17971@@ -12192,7 +12857,7 @@ 17973@@ -11712,7 +12377,7 @@ else
17972 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 17974 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
17973 lt_status=$lt_dlunknown 17975 lt_status=$lt_dlunknown
17974 cat > conftest.$ac_ext <<_LT_EOF 17976 cat > conftest.$ac_ext <<_LT_EOF
17975-#line 12195 "configure" 17977-#line 11715 "configure"
17976+#line $LINENO "configure" 17978+#line $LINENO "configure"
17977 #include "confdefs.h" 17979 #include "confdefs.h"
17978 17980
17979 #if HAVE_DLFCN_H 17981 #if HAVE_DLFCN_H
17980@@ -12236,10 +12901,10 @@ 17982@@ -11756,10 +12421,10 @@ else
17981 /* When -fvisbility=hidden is used, assume the code has been annotated 17983 /* When -fvisbility=hidden is used, assume the code has been annotated
17982 correspondingly for the symbols needed. */ 17984 correspondingly for the symbols needed. */
17983 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) 17985 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
@@ -17990,16 +17992,16 @@ Index: binutils-2.24/ld/configure
17990 int main () 17992 int main ()
17991 { 17993 {
17992 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 17994 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
17993@@ -12298,7 +12963,7 @@ 17995@@ -11818,7 +12483,7 @@ else
17994 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 17996 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
17995 lt_status=$lt_dlunknown 17997 lt_status=$lt_dlunknown
17996 cat > conftest.$ac_ext <<_LT_EOF 17998 cat > conftest.$ac_ext <<_LT_EOF
17997-#line 12301 "configure" 17999-#line 11821 "configure"
17998+#line $LINENO "configure" 18000+#line $LINENO "configure"
17999 #include "confdefs.h" 18001 #include "confdefs.h"
18000 18002
18001 #if HAVE_DLFCN_H 18003 #if HAVE_DLFCN_H
18002@@ -12342,10 +13007,10 @@ 18004@@ -11862,10 +12527,10 @@ else
18003 /* When -fvisbility=hidden is used, assume the code has been annotated 18005 /* When -fvisbility=hidden is used, assume the code has been annotated
18004 correspondingly for the symbols needed. */ 18006 correspondingly for the symbols needed. */
18005 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) 18007 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
@@ -18012,7 +18014,7 @@ Index: binutils-2.24/ld/configure
18012 int main () 18014 int main ()
18013 { 18015 {
18014 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 18016 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
18015@@ -12737,6 +13402,7 @@ 18017@@ -12257,6 +12922,7 @@ $RM -r conftest*
18016 18018
18017 # Allow CC to be a program name with arguments. 18019 # Allow CC to be a program name with arguments.
18018 lt_save_CC=$CC 18020 lt_save_CC=$CC
@@ -18020,7 +18022,7 @@ Index: binutils-2.24/ld/configure
18020 lt_save_LD=$LD 18022 lt_save_LD=$LD
18021 lt_save_GCC=$GCC 18023 lt_save_GCC=$GCC
18022 GCC=$GXX 18024 GCC=$GXX
18023@@ -12754,6 +13420,7 @@ 18025@@ -12274,6 +12940,7 @@ $RM -r conftest*
18024 fi 18026 fi
18025 test -z "${LDCXX+set}" || LD=$LDCXX 18027 test -z "${LDCXX+set}" || LD=$LDCXX
18026 CC=${CXX-"c++"} 18028 CC=${CXX-"c++"}
@@ -18028,7 +18030,7 @@ Index: binutils-2.24/ld/configure
18028 compiler=$CC 18030 compiler=$CC
18029 compiler_CXX=$CC 18031 compiler_CXX=$CC
18030 for cc_temp in $compiler""; do 18032 for cc_temp in $compiler""; do
18031@@ -12893,8 +13560,8 @@ 18033@@ -12413,8 +13080,8 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
18032 # Check if GNU C++ uses GNU ld as the underlying linker, since the 18034 # Check if GNU C++ uses GNU ld as the underlying linker, since the
18033 # archiving commands below assume that GNU ld is being used. 18035 # archiving commands below assume that GNU ld is being used.
18034 if test "$with_gnu_ld" = yes; then 18036 if test "$with_gnu_ld" = yes; then
@@ -18039,7 +18041,7 @@ Index: binutils-2.24/ld/configure
18039 18041
18040 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 18042 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
18041 export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 18043 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
18042@@ -13036,7 +13703,13 @@ 18044@@ -12556,7 +13223,13 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
18043 allow_undefined_flag_CXX='-berok' 18045 allow_undefined_flag_CXX='-berok'
18044 # Determine the default libpath from the value encoded in an empty 18046 # Determine the default libpath from the value encoded in an empty
18045 # executable. 18047 # executable.
@@ -18054,7 +18056,7 @@ Index: binutils-2.24/ld/configure
18054 /* end confdefs.h. */ 18056 /* end confdefs.h. */
18055 18057
18056 int 18058 int
18057@@ -13049,22 +13722,29 @@ 18059@@ -12569,22 +13242,29 @@ main ()
18058 _ACEOF 18060 _ACEOF
18059 if ac_fn_cxx_try_link "$LINENO"; then : 18061 if ac_fn_cxx_try_link "$LINENO"; then :
18060 18062
@@ -18097,7 +18099,7 @@ Index: binutils-2.24/ld/configure
18097 18099
18098 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" 18100 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
18099 18101
18100@@ -13077,7 +13757,13 @@ 18102@@ -12597,7 +13277,13 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18101 else 18103 else
18102 # Determine the default libpath from the value encoded in an 18104 # Determine the default libpath from the value encoded in an
18103 # empty executable. 18105 # empty executable.
@@ -18112,7 +18114,7 @@ Index: binutils-2.24/ld/configure
18112 /* end confdefs.h. */ 18114 /* end confdefs.h. */
18113 18115
18114 int 18116 int
18115@@ -13090,22 +13776,29 @@ 18117@@ -12610,22 +13296,29 @@ main ()
18116 _ACEOF 18118 _ACEOF
18117 if ac_fn_cxx_try_link "$LINENO"; then : 18119 if ac_fn_cxx_try_link "$LINENO"; then :
18118 18120
@@ -18155,7 +18157,7 @@ Index: binutils-2.24/ld/configure
18155 18157
18156 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" 18158 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
18157 # Warning - without using the other run time loading flags, 18159 # Warning - without using the other run time loading flags,
18158@@ -13148,29 +13841,75 @@ 18160@@ -12668,29 +13361,75 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18159 ;; 18161 ;;
18160 18162
18161 cygwin* | mingw* | pw32* | cegcc*) 18163 cygwin* | mingw* | pw32* | cegcc*)
@@ -18254,7 +18256,7 @@ Index: binutils-2.24/ld/configure
18254 darwin* | rhapsody*) 18256 darwin* | rhapsody*)
18255 18257
18256 18258
18257@@ -13276,7 +14015,7 @@ 18259@@ -12796,7 +13535,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18258 ;; 18260 ;;
18259 *) 18261 *)
18260 if test "$GXX" = yes; then 18262 if test "$GXX" = yes; then
@@ -18263,7 +18265,7 @@ Index: binutils-2.24/ld/configure
18263 else 18265 else
18264 # FIXME: insert proper C++ library support 18266 # FIXME: insert proper C++ library support
18265 ld_shlibs_CXX=no 18267 ld_shlibs_CXX=no
18266@@ -13347,10 +14086,10 @@ 18268@@ -12867,10 +13606,10 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18267 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 18269 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
18268 ;; 18270 ;;
18269 ia64*) 18271 ia64*)
@@ -18276,7 +18278,7 @@ Index: binutils-2.24/ld/configure
18276 ;; 18278 ;;
18277 esac 18279 esac
18278 fi 18280 fi
18279@@ -13391,9 +14130,9 @@ 18281@@ -12911,9 +13650,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18280 *) 18282 *)
18281 if test "$GXX" = yes; then 18283 if test "$GXX" = yes; then
18282 if test "$with_gnu_ld" = no; then 18284 if test "$with_gnu_ld" = no; then
@@ -18288,7 +18290,7 @@ Index: binutils-2.24/ld/configure
18288 fi 18290 fi
18289 fi 18291 fi
18290 link_all_deplibs_CXX=yes 18292 link_all_deplibs_CXX=yes
18291@@ -13463,20 +14202,20 @@ 18293@@ -12983,20 +13722,20 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18292 prelink_cmds_CXX='tpldir=Template.dir~ 18294 prelink_cmds_CXX='tpldir=Template.dir~
18293 rm -rf $tpldir~ 18295 rm -rf $tpldir~
18294 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ 18296 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
@@ -18313,7 +18315,7 @@ Index: binutils-2.24/ld/configure
18313 ;; 18315 ;;
18314 *) # Version 6 and above use weak symbols 18316 *) # Version 6 and above use weak symbols
18315 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' 18317 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
18316@@ -13671,7 +14410,7 @@ 18318@@ -13191,7 +13930,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18317 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 18319 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18318 ;; 18320 ;;
18319 *) 18321 *)
@@ -18322,7 +18324,7 @@ Index: binutils-2.24/ld/configure
18322 ;; 18324 ;;
18323 esac 18325 esac
18324 18326
18325@@ -13717,7 +14456,7 @@ 18327@@ -13237,7 +13976,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18326 18328
18327 solaris*) 18329 solaris*)
18328 case $cc_basename in 18330 case $cc_basename in
@@ -18331,7 +18333,7 @@ Index: binutils-2.24/ld/configure
18331 # Sun C++ 4.2, 5.x and Centerline C++ 18333 # Sun C++ 4.2, 5.x and Centerline C++
18332 archive_cmds_need_lc_CXX=yes 18334 archive_cmds_need_lc_CXX=yes
18333 no_undefined_flag_CXX=' -zdefs' 18335 no_undefined_flag_CXX=' -zdefs'
18334@@ -13758,9 +14497,9 @@ 18336@@ -13278,9 +14017,9 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18335 if test "$GXX" = yes && test "$with_gnu_ld" = no; then 18337 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
18336 no_undefined_flag_CXX=' ${wl}-z ${wl}defs' 18338 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
18337 if $CC --version | $GREP -v '^2\.7' > /dev/null; then 18339 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
@@ -18343,7 +18345,7 @@ Index: binutils-2.24/ld/configure
18343 18345
18344 # Commands to make compiler produce verbose output that lists 18346 # Commands to make compiler produce verbose output that lists
18345 # what "hidden" libraries, object files and flags are used when 18347 # what "hidden" libraries, object files and flags are used when
18346@@ -13895,6 +14634,13 @@ 18348@@ -13415,6 +14154,13 @@ private:
18347 }; 18349 };
18348 _LT_EOF 18350 _LT_EOF
18349 18351
@@ -18357,7 +18359,7 @@ Index: binutils-2.24/ld/configure
18357 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 18359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18358 (eval $ac_compile) 2>&5 18360 (eval $ac_compile) 2>&5
18359 ac_status=$? 18361 ac_status=$?
18360@@ -13908,7 +14654,7 @@ 18362@@ -13428,7 +14174,7 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18361 pre_test_object_deps_done=no 18363 pre_test_object_deps_done=no
18362 18364
18363 for p in `eval "$output_verbose_link_cmd"`; do 18365 for p in `eval "$output_verbose_link_cmd"`; do
@@ -18366,7 +18368,7 @@ Index: binutils-2.24/ld/configure
18366 18368
18367 -L* | -R* | -l*) 18369 -L* | -R* | -l*)
18368 # Some compilers place space between "-{L,R}" and the path. 18370 # Some compilers place space between "-{L,R}" and the path.
18369@@ -13917,13 +14663,22 @@ 18371@@ -13437,13 +14183,22 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18370 test $p = "-R"; then 18372 test $p = "-R"; then
18371 prev=$p 18373 prev=$p
18372 continue 18374 continue
@@ -18393,7 +18395,7 @@ Index: binutils-2.24/ld/configure
18393 # Internal compiler library paths should come after those 18395 # Internal compiler library paths should come after those
18394 # provided the user. The postdeps already come after the 18396 # provided the user. The postdeps already come after the
18395 # user supplied libs so there is no need to process them. 18397 # user supplied libs so there is no need to process them.
18396@@ -13943,8 +14698,10 @@ 18398@@ -13463,8 +14218,10 @@ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18397 postdeps_CXX="${postdeps_CXX} ${prev}${p}" 18399 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
18398 fi 18400 fi
18399 fi 18401 fi
@@ -18404,7 +18406,7 @@ Index: binutils-2.24/ld/configure
18404 *.$objext) 18406 *.$objext)
18405 # This assumes that the test object file only shows up 18407 # This assumes that the test object file only shows up
18406 # once in the compiler output. 18408 # once in the compiler output.
18407@@ -13980,6 +14737,7 @@ 18409@@ -13500,6 +14257,7 @@ else
18408 fi 18410 fi
18409 18411
18410 $RM -f confest.$objext 18412 $RM -f confest.$objext
@@ -18412,7 +18414,7 @@ Index: binutils-2.24/ld/configure
18412 18414
18413 # PORTME: override above test on systems where it is broken 18415 # PORTME: override above test on systems where it is broken
18414 case $host_os in 18416 case $host_os in
18415@@ -14015,7 +14773,7 @@ 18417@@ -13535,7 +14293,7 @@ linux*)
18416 18418
18417 solaris*) 18419 solaris*)
18418 case $cc_basename in 18420 case $cc_basename in
@@ -18421,7 +18423,7 @@ Index: binutils-2.24/ld/configure
18421 # The more standards-conforming stlport4 library is 18423 # The more standards-conforming stlport4 library is
18422 # incompatible with the Cstd library. Avoid specifying 18424 # incompatible with the Cstd library. Avoid specifying
18423 # it if it's in CXXFLAGS. Ignore libCrun as 18425 # it if it's in CXXFLAGS. Ignore libCrun as
18424@@ -14080,8 +14838,6 @@ 18426@@ -13600,8 +14358,6 @@ fi
18425 lt_prog_compiler_pic_CXX= 18427 lt_prog_compiler_pic_CXX=
18426 lt_prog_compiler_static_CXX= 18428 lt_prog_compiler_static_CXX=
18427 18429
@@ -18430,7 +18432,7 @@ Index: binutils-2.24/ld/configure
18430 18432
18431 # C++ specific cases for pic, static, wl, etc. 18433 # C++ specific cases for pic, static, wl, etc.
18432 if test "$GXX" = yes; then 18434 if test "$GXX" = yes; then
18433@@ -14186,6 +14942,11 @@ 18435@@ -13706,6 +14462,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
18434 ;; 18436 ;;
18435 esac 18437 esac
18436 ;; 18438 ;;
@@ -18442,7 +18444,7 @@ Index: binutils-2.24/ld/configure
18442 dgux*) 18444 dgux*)
18443 case $cc_basename in 18445 case $cc_basename in
18444 ec++*) 18446 ec++*)
18445@@ -14338,7 +15099,7 @@ 18447@@ -13858,7 +14619,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
18446 ;; 18448 ;;
18447 solaris*) 18449 solaris*)
18448 case $cc_basename in 18450 case $cc_basename in
@@ -18451,7 +18453,7 @@ Index: binutils-2.24/ld/configure
18451 # Sun C++ 4.2, 5.x and Centerline C++ 18453 # Sun C++ 4.2, 5.x and Centerline C++
18452 lt_prog_compiler_pic_CXX='-KPIC' 18454 lt_prog_compiler_pic_CXX='-KPIC'
18453 lt_prog_compiler_static_CXX='-Bstatic' 18455 lt_prog_compiler_static_CXX='-Bstatic'
18454@@ -14403,10 +15164,17 @@ 18456@@ -13923,10 +14684,17 @@ case $host_os in
18455 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" 18457 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
18456 ;; 18458 ;;
18457 esac 18459 esac
@@ -18472,7 +18474,7 @@ Index: binutils-2.24/ld/configure
18472 18474
18473 # 18475 #
18474 # Check to make sure the PIC flag actually works. 18476 # Check to make sure the PIC flag actually works.
18475@@ -14464,6 +15232,8 @@ 18477@@ -13984,6 +14752,8 @@ fi
18476 18478
18477 18479
18478 18480
@@ -18481,7 +18483,7 @@ Index: binutils-2.24/ld/configure
18481 # 18483 #
18482 # Check to make sure the static flag actually works. 18484 # Check to make sure the static flag actually works.
18483 # 18485 #
18484@@ -14641,6 +15411,7 @@ 18486@@ -14161,6 +14931,7 @@ fi
18485 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 18487 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
18486 18488
18487 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 18489 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
@@ -18489,7 +18491,7 @@ Index: binutils-2.24/ld/configure
18489 case $host_os in 18491 case $host_os in
18490 aix[4-9]*) 18492 aix[4-9]*)
18491 # If we're using GNU nm, then we don't want the "-C" option. 18493 # If we're using GNU nm, then we don't want the "-C" option.
18492@@ -14655,15 +15426,20 @@ 18494@@ -14175,15 +14946,20 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
18493 ;; 18495 ;;
18494 pw32*) 18496 pw32*)
18495 export_symbols_cmds_CXX="$ltdll_cmds" 18497 export_symbols_cmds_CXX="$ltdll_cmds"
@@ -18515,7 +18517,7 @@ Index: binutils-2.24/ld/configure
18515 18517
18516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 18518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
18517 $as_echo "$ld_shlibs_CXX" >&6; } 18519 $as_echo "$ld_shlibs_CXX" >&6; }
18518@@ -14926,8 +15702,9 @@ 18520@@ -14446,8 +15222,9 @@ cygwin* | mingw* | pw32* | cegcc*)
18519 need_version=no 18521 need_version=no
18520 need_lib_prefix=no 18522 need_lib_prefix=no
18521 18523
@@ -18527,7 +18529,7 @@ Index: binutils-2.24/ld/configure
18527 library_names_spec='$libname.dll.a' 18529 library_names_spec='$libname.dll.a'
18528 # DLL is installed to $(libdir)/../bin by postinstall_cmds 18530 # DLL is installed to $(libdir)/../bin by postinstall_cmds
18529 postinstall_cmds='base_file=`basename \${file}`~ 18531 postinstall_cmds='base_file=`basename \${file}`~
18530@@ -14959,13 +15736,71 @@ 18532@@ -14479,13 +15256,71 @@ cygwin* | mingw* | pw32* | cegcc*)
18531 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 18533 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18532 ;; 18534 ;;
18533 esac 18535 esac
@@ -18600,7 +18602,7 @@ Index: binutils-2.24/ld/configure
18600 # FIXME: first we should search . and the directory the executable is in 18602 # FIXME: first we should search . and the directory the executable is in
18601 shlibpath_var=PATH 18603 shlibpath_var=PATH
18602 ;; 18604 ;;
18603@@ -15056,7 +15891,7 @@ 18605@@ -14576,7 +15411,7 @@ haiku*)
18604 soname_spec='${libname}${release}${shared_ext}$major' 18606 soname_spec='${libname}${release}${shared_ext}$major'
18605 shlibpath_var=LIBRARY_PATH 18607 shlibpath_var=LIBRARY_PATH
18606 shlibpath_overrides_runpath=yes 18608 shlibpath_overrides_runpath=yes
@@ -18609,7 +18611,7 @@ Index: binutils-2.24/ld/configure
18609 hardcode_into_libs=yes 18611 hardcode_into_libs=yes
18610 ;; 18612 ;;
18611 18613
18612@@ -15515,6 +16350,7 @@ 18614@@ -15035,6 +15870,7 @@ fi
18613 fi # test -n "$compiler" 18615 fi # test -n "$compiler"
18614 18616
18615 CC=$lt_save_CC 18617 CC=$lt_save_CC
@@ -18617,7 +18619,7 @@ Index: binutils-2.24/ld/configure
18617 LDCXX=$LD 18619 LDCXX=$LD
18618 LD=$lt_save_LD 18620 LD=$lt_save_LD
18619 GCC=$lt_save_GCC 18621 GCC=$lt_save_GCC
18620@@ -17754,13 +18590,20 @@ 18622@@ -17807,13 +18643,20 @@ exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
18621 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' 18623 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
18622 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' 18624 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
18623 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' 18625 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
@@ -18638,7 +18640,7 @@ Index: binutils-2.24/ld/configure
18638 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' 18640 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
18639 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' 18641 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
18640 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' 18642 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18641@@ -17775,14 +18618,17 @@ 18643@@ -17828,14 +18671,17 @@ lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$de
18642 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' 18644 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
18643 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' 18645 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
18644 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' 18646 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
@@ -18657,7 +18659,7 @@ Index: binutils-2.24/ld/configure
18657 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' 18659 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
18658 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' 18660 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
18659 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' 18661 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
18660@@ -17815,12 +18661,12 @@ 18662@@ -17868,12 +18714,12 @@ hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_q
18661 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' 18663 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
18662 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' 18664 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
18663 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' 18665 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
@@ -18671,7 +18673,7 @@ Index: binutils-2.24/ld/configure
18671 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' 18673 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
18672 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' 18674 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
18673 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' 18675 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
18674@@ -17859,8 +18705,8 @@ 18676@@ -17912,8 +18758,8 @@ old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote
18675 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' 18677 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
18676 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' 18678 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
18677 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' 18679 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
@@ -18681,7 +18683,7 @@ Index: binutils-2.24/ld/configure
18681 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' 18683 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
18682 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' 18684 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
18683 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' 18685 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
18684@@ -17887,12 +18733,12 @@ 18686@@ -17940,12 +18786,12 @@ hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_
18685 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' 18687 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
18686 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' 18688 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
18687 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' 18689 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
@@ -18695,7 +18697,7 @@ Index: binutils-2.24/ld/configure
18695 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' 18697 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
18696 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' 18698 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
18697 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' 18699 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
18698@@ -17930,8 +18776,13 @@ 18700@@ -17983,8 +18829,13 @@ reload_flag \
18699 OBJDUMP \ 18701 OBJDUMP \
18700 deplibs_check_method \ 18702 deplibs_check_method \
18701 file_magic_cmd \ 18703 file_magic_cmd \
@@ -18709,7 +18711,7 @@ Index: binutils-2.24/ld/configure
18709 STRIP \ 18711 STRIP \
18710 RANLIB \ 18712 RANLIB \
18711 CC \ 18713 CC \
18712@@ -17941,12 +18792,14 @@ 18714@@ -17994,12 +18845,14 @@ lt_cv_sys_global_symbol_pipe \
18713 lt_cv_sys_global_symbol_to_cdecl \ 18715 lt_cv_sys_global_symbol_to_cdecl \
18714 lt_cv_sys_global_symbol_to_c_name_address \ 18716 lt_cv_sys_global_symbol_to_c_name_address \
18715 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ 18717 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
@@ -18725,7 +18727,7 @@ Index: binutils-2.24/ld/configure
18725 DSYMUTIL \ 18727 DSYMUTIL \
18726 NMEDIT \ 18728 NMEDIT \
18727 LIPO \ 18729 LIPO \
18728@@ -17962,7 +18815,6 @@ 18730@@ -18015,7 +18868,6 @@ no_undefined_flag \
18729 hardcode_libdir_flag_spec \ 18731 hardcode_libdir_flag_spec \
18730 hardcode_libdir_flag_spec_ld \ 18732 hardcode_libdir_flag_spec_ld \
18731 hardcode_libdir_separator \ 18733 hardcode_libdir_separator \
@@ -18733,7 +18735,7 @@ Index: binutils-2.24/ld/configure
18733 exclude_expsyms \ 18735 exclude_expsyms \
18734 include_expsyms \ 18736 include_expsyms \
18735 file_list_spec \ 18737 file_list_spec \
18736@@ -17984,8 +18836,8 @@ 18738@@ -18037,8 +18889,8 @@ LD_CXX \
18737 reload_flag_CXX \ 18739 reload_flag_CXX \
18738 compiler_CXX \ 18740 compiler_CXX \
18739 lt_prog_compiler_no_builtin_flag_CXX \ 18741 lt_prog_compiler_no_builtin_flag_CXX \
@@ -18743,7 +18745,7 @@ Index: binutils-2.24/ld/configure
18743 lt_prog_compiler_static_CXX \ 18745 lt_prog_compiler_static_CXX \
18744 lt_cv_prog_compiler_c_o_CXX \ 18746 lt_cv_prog_compiler_c_o_CXX \
18745 export_dynamic_flag_spec_CXX \ 18747 export_dynamic_flag_spec_CXX \
18746@@ -17997,7 +18849,6 @@ 18748@@ -18050,7 +18902,6 @@ no_undefined_flag_CXX \
18747 hardcode_libdir_flag_spec_CXX \ 18749 hardcode_libdir_flag_spec_CXX \
18748 hardcode_libdir_flag_spec_ld_CXX \ 18750 hardcode_libdir_flag_spec_ld_CXX \
18749 hardcode_libdir_separator_CXX \ 18751 hardcode_libdir_separator_CXX \
@@ -18751,7 +18753,7 @@ Index: binutils-2.24/ld/configure
18751 exclude_expsyms_CXX \ 18753 exclude_expsyms_CXX \
18752 include_expsyms_CXX \ 18754 include_expsyms_CXX \
18753 file_list_spec_CXX \ 18755 file_list_spec_CXX \
18754@@ -18031,6 +18882,7 @@ 18756@@ -18084,6 +18935,7 @@ module_cmds \
18755 module_expsym_cmds \ 18757 module_expsym_cmds \
18756 export_symbols_cmds \ 18758 export_symbols_cmds \
18757 prelink_cmds \ 18759 prelink_cmds \
@@ -18759,7 +18761,7 @@ Index: binutils-2.24/ld/configure
18759 postinstall_cmds \ 18761 postinstall_cmds \
18760 postuninstall_cmds \ 18762 postuninstall_cmds \
18761 finish_cmds \ 18763 finish_cmds \
18762@@ -18045,7 +18897,8 @@ 18764@@ -18098,7 +18950,8 @@ archive_expsym_cmds_CXX \
18763 module_cmds_CXX \ 18765 module_cmds_CXX \
18764 module_expsym_cmds_CXX \ 18766 module_expsym_cmds_CXX \
18765 export_symbols_cmds_CXX \ 18767 export_symbols_cmds_CXX \
@@ -18769,7 +18771,7 @@ Index: binutils-2.24/ld/configure
18769 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in 18771 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18770 *[\\\\\\\`\\"\\\$]*) 18772 *[\\\\\\\`\\"\\\$]*)
18771 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" 18773 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18772@@ -18838,7 +19691,8 @@ 18774@@ -18891,7 +19744,8 @@ $as_echo X"$file" |
18773 # NOTE: Changes made to this file will be lost: look at ltmain.sh. 18775 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18774 # 18776 #
18775 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 18777 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
@@ -18779,7 +18781,7 @@ Index: binutils-2.24/ld/configure
18779 # Written by Gordon Matzigkeit, 1996 18781 # Written by Gordon Matzigkeit, 1996
18780 # 18782 #
18781 # This file is part of GNU Libtool. 18783 # This file is part of GNU Libtool.
18782@@ -18941,19 +19795,42 @@ 18784@@ -18994,19 +19848,42 @@ SP2NL=$lt_lt_SP2NL
18783 # turn newlines into spaces. 18785 # turn newlines into spaces.
18784 NL2SP=$lt_lt_NL2SP 18786 NL2SP=$lt_lt_NL2SP
18785 18787
@@ -18823,7 +18825,7 @@ Index: binutils-2.24/ld/configure
18823 # A symbol stripping program. 18825 # A symbol stripping program.
18824 STRIP=$lt_STRIP 18826 STRIP=$lt_STRIP
18825 18827
18826@@ -18983,6 +19860,12 @@ 18828@@ -19036,6 +19913,12 @@ global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18827 # Transform the output of nm in a C name address pair when lib prefix is needed. 18829 # Transform the output of nm in a C name address pair when lib prefix is needed.
18828 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix 18830 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18829 18831
@@ -18836,7 +18838,7 @@ Index: binutils-2.24/ld/configure
18836 # The name of the directory that contains temporary libtool files. 18838 # The name of the directory that contains temporary libtool files.
18837 objdir=$objdir 18839 objdir=$objdir
18838 18840
18839@@ -18992,6 +19875,9 @@ 18841@@ -19045,6 +19928,9 @@ MAGIC_CMD=$MAGIC_CMD
18840 # Must we lock files when doing compilation? 18842 # Must we lock files when doing compilation?
18841 need_locks=$lt_need_locks 18843 need_locks=$lt_need_locks
18842 18844
@@ -18846,7 +18848,7 @@ Index: binutils-2.24/ld/configure
18846 # Tool to manipulate archived DWARF debug symbol files on Mac OS X. 18848 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18847 DSYMUTIL=$lt_DSYMUTIL 18849 DSYMUTIL=$lt_DSYMUTIL
18848 18850
18849@@ -19106,12 +19992,12 @@ 18851@@ -19159,12 +20045,12 @@ with_gcc=$GCC
18850 # Compiler flag to turn off builtin functions. 18852 # Compiler flag to turn off builtin functions.
18851 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 18853 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18852 18854
@@ -18862,7 +18864,7 @@ Index: binutils-2.24/ld/configure
18862 # Compiler flag to prevent dynamic linking. 18864 # Compiler flag to prevent dynamic linking.
18863 link_static_flag=$lt_lt_prog_compiler_static 18865 link_static_flag=$lt_lt_prog_compiler_static
18864 18866
18865@@ -19198,9 +20084,6 @@ 18867@@ -19251,9 +20137,6 @@ inherit_rpath=$inherit_rpath
18866 # Whether libtool must link a program against all its dependency libraries. 18868 # Whether libtool must link a program against all its dependency libraries.
18867 link_all_deplibs=$link_all_deplibs 18869 link_all_deplibs=$link_all_deplibs
18868 18870
@@ -18872,7 +18874,7 @@ Index: binutils-2.24/ld/configure
18872 # Set to "yes" if exported symbols are required. 18874 # Set to "yes" if exported symbols are required.
18873 always_export_symbols=$always_export_symbols 18875 always_export_symbols=$always_export_symbols
18874 18876
18875@@ -19216,6 +20099,9 @@ 18877@@ -19269,6 +20152,9 @@ include_expsyms=$lt_include_expsyms
18876 # Commands necessary for linking programs (against libraries) with templates. 18878 # Commands necessary for linking programs (against libraries) with templates.
18877 prelink_cmds=$lt_prelink_cmds 18879 prelink_cmds=$lt_prelink_cmds
18878 18880
@@ -18882,7 +18884,7 @@ Index: binutils-2.24/ld/configure
18882 # Specify filename containing input files. 18884 # Specify filename containing input files.
18883 file_list_spec=$lt_file_list_spec 18885 file_list_spec=$lt_file_list_spec
18884 18886
18885@@ -19262,210 +20148,169 @@ 18887@@ -19315,210 +20201,169 @@ ltmain="$ac_aux_dir/ltmain.sh"
18886 # if finds mixed CR/LF and LF-only lines. Since sed operates in 18888 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18887 # text mode, it properly converts lines to CR/LF. This bash problem 18889 # text mode, it properly converts lines to CR/LF. This bash problem
18888 # is reportedly fixed, but why not run on old versions too? 18890 # is reportedly fixed, but why not run on old versions too?
@@ -19084,9 +19086,15 @@ Index: binutils-2.24/ld/configure
19084-_LT_EOF 19086-_LT_EOF
19085- ;; 19087- ;;
19086- esac 19088- esac
19089-
19090-
19091- sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19092- || (rm -f "$cfgfile"; exit 1)
19093-
19094- mv -f "$cfgfile" "$ofile" ||
19087+ sed '$q' "$ltmain" >> "$cfgfile" \ 19095+ sed '$q' "$ltmain" >> "$cfgfile" \
19088+ || (rm -f "$cfgfile"; exit 1) 19096+ || (rm -f "$cfgfile"; exit 1)
19089 19097+
19090+ if test x"$xsi_shell" = xyes; then 19098+ if test x"$xsi_shell" = xyes; then
19091+ sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ 19099+ sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
19092+func_dirname ()\ 19100+func_dirname ()\
@@ -19244,16 +19252,13 @@ Index: binutils-2.24/ld/configure
19244+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 19252+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
19245+$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} 19253+$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
19246+fi 19254+fi
19247 19255+
19248- sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ 19256+
19249- || (rm -f "$cfgfile"; exit 1)
19250
19251- mv -f "$cfgfile" "$ofile" ||
19252+ mv -f "$cfgfile" "$ofile" || 19257+ mv -f "$cfgfile" "$ofile" ||
19253 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 19258 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19254 chmod +x "$ofile" 19259 chmod +x "$ofile"
19255 19260
19256@@ -19493,12 +20338,12 @@ 19261@@ -19546,12 +20391,12 @@ with_gcc=$GCC_CXX
19257 # Compiler flag to turn off builtin functions. 19262 # Compiler flag to turn off builtin functions.
19258 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX 19263 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19259 19264
@@ -19269,7 +19274,7 @@ Index: binutils-2.24/ld/configure
19269 # Compiler flag to prevent dynamic linking. 19274 # Compiler flag to prevent dynamic linking.
19270 link_static_flag=$lt_lt_prog_compiler_static_CXX 19275 link_static_flag=$lt_lt_prog_compiler_static_CXX
19271 19276
19272@@ -19585,9 +20430,6 @@ 19277@@ -19638,9 +20483,6 @@ inherit_rpath=$inherit_rpath_CXX
19273 # Whether libtool must link a program against all its dependency libraries. 19278 # Whether libtool must link a program against all its dependency libraries.
19274 link_all_deplibs=$link_all_deplibs_CXX 19279 link_all_deplibs=$link_all_deplibs_CXX
19275 19280
@@ -19279,7 +19284,7 @@ Index: binutils-2.24/ld/configure
19279 # Set to "yes" if exported symbols are required. 19284 # Set to "yes" if exported symbols are required.
19280 always_export_symbols=$always_export_symbols_CXX 19285 always_export_symbols=$always_export_symbols_CXX
19281 19286
19282@@ -19603,6 +20445,9 @@ 19287@@ -19656,6 +20498,9 @@ include_expsyms=$lt_include_expsyms_CXX
19283 # Commands necessary for linking programs (against libraries) with templates. 19288 # Commands necessary for linking programs (against libraries) with templates.
19284 prelink_cmds=$lt_prelink_cmds_CXX 19289 prelink_cmds=$lt_prelink_cmds_CXX
19285 19290
@@ -19289,10 +19294,10 @@ Index: binutils-2.24/ld/configure
19289 # Specify filename containing input files. 19294 # Specify filename containing input files.
19290 file_list_spec=$lt_file_list_spec_CXX 19295 file_list_spec=$lt_file_list_spec_CXX
19291 19296
19292Index: binutils-2.24/bfd/configure.in 19297Index: binutils-2.24/bfd/configure.ac
19293=================================================================== 19298===================================================================
19294--- binutils-2.24.orig/bfd/configure.in 2013-12-02 01:30:28.000000000 -0800 19299--- binutils-2.24.orig/bfd/configure.ac 2013-12-02 01:30:28.000000000 -0800
19295+++ binutils-2.24/bfd/configure.in 2013-12-15 11:10:23.887118697 -0800 19300+++ binutils-2.24/bfd/configure.ac 2013-12-15 11:10:23.887118697 -0800
19296@@ -568,7 +568,7 @@ 19301@@ -568,7 +568,7 @@
19297 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` 19302 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
19298 changequote([,])dnl 19303 changequote([,])dnl
@@ -19302,10 +19307,10 @@ Index: binutils-2.24/bfd/configure.in
19302 fi 19307 fi
19303 19308
19304 # More hacks to build DLLs on Windows. 19309 # More hacks to build DLLs on Windows.
19305Index: binutils-2.24/opcodes/configure.in 19310Index: binutils-2.24/opcodes/configure.ac
19306=================================================================== 19311===================================================================
19307--- binutils-2.24.orig/opcodes/configure.in 2013-11-04 07:33:40.000000000 -0800 19312--- binutils-2.24.orig/opcodes/configure.ac 2013-11-04 07:33:40.000000000 -0800
19308+++ binutils-2.24/opcodes/configure.in 2013-12-15 11:10:23.887118697 -0800 19313+++ binutils-2.24/opcodes/configure.ac 2013-12-15 11:10:23.887118697 -0800
19309@@ -162,7 +162,7 @@ 19314@@ -162,7 +162,7 @@
19310 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'` 19315 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
19311 changequote([,])dnl 19316 changequote([,])dnl