• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision66a79c16a65742d14f5991b596541276245d24ba (tree)
Zeit2006-07-23 12:47:44
AutorDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Log Message

* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
gdb/
* config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
* config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
* config/i386/tm-cygwin.h: Delete file.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1+2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2+
3+ * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4+ * configure: Regenerated.
5+
16 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
27
38 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
--- a/configure
+++ b/configure
@@ -12,6 +12,8 @@ ac_help=
1212 ac_default_prefix=/usr/local
1313 # Any additions from configure.in:
1414 ac_help="$ac_help
15+ --with-build-libsubdir=[DIR] Directory where to find libraries for build system"
16+ac_help="$ac_help
1517 --enable-libada Builds libada directory"
1618 ac_help="$ac_help
1719 --enable-libssp Builds libssp directory"
@@ -608,7 +610,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
608610 fi
609611
610612 echo $ac_n "checking host system type""... $ac_c" 1>&6
611-echo "configure:612: checking host system type" >&5
613+echo "configure:614: checking host system type" >&5
612614
613615 host_alias=$host
614616 case "$host_alias" in
@@ -629,7 +631,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
629631 echo "$ac_t""$host" 1>&6
630632
631633 echo $ac_n "checking target system type""... $ac_c" 1>&6
632-echo "configure:633: checking target system type" >&5
634+echo "configure:635: checking target system type" >&5
633635
634636 target_alias=$target
635637 case "$target_alias" in
@@ -647,7 +649,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
647649 echo "$ac_t""$target" 1>&6
648650
649651 echo $ac_n "checking build system type""... $ac_c" 1>&6
650-echo "configure:651: checking build system type" >&5
652+echo "configure:653: checking build system type" >&5
651653
652654 build_alias=$build
653655 case "$build_alias" in
@@ -702,7 +704,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
702704 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
703705 # ./install, which can be erroneously created by make from ./install.sh.
704706 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
705-echo "configure:706: checking for a BSD compatible install" >&5
707+echo "configure:708: checking for a BSD compatible install" >&5
706708 if test -z "$INSTALL"; then
707709 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
708710 echo $ac_n "(cached) $ac_c" 1>&6
@@ -755,7 +757,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
755757 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
756758
757759 echo $ac_n "checking whether ln works""... $ac_c" 1>&6
758-echo "configure:759: checking whether ln works" >&5
760+echo "configure:761: checking whether ln works" >&5
759761 if eval "test \"`echo '$''{'acx_cv_prog_LN'+set}'`\" = set"; then
760762 echo $ac_n "(cached) $ac_c" 1>&6
761763 else
@@ -779,7 +781,7 @@ else
779781 fi
780782
781783 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
782-echo "configure:783: checking whether ln -s works" >&5
784+echo "configure:785: checking whether ln -s works" >&5
783785 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
784786 echo $ac_n "(cached) $ac_c" 1>&6
785787 else
@@ -975,8 +977,26 @@ esac
975977 *) target_noncanonical=${target_alias} ;;
976978 esac
977979
978- # Prefix 'build-' so this never conflicts with target_subdir.
980+
981+# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
982+# have matching libraries, they should use host libraries: Makefile.tpl
983+# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
984+# However, they still use the build modules, because the corresponding
985+# host modules (e.g. bison) are only built for the host when bootstrap
986+# finishes. So:
987+# - build_subdir is where we find build modules, and never changes.
988+# - build_libsubdir is where we find build libraries, and can be overridden.
989+
990+# Prefix 'build-' so this never conflicts with target_subdir.
979991 build_subdir="build-${build_noncanonical}"
992+# Check whether --with-build-libsubdir or --without-build-libsubdir was given.
993+if test "${with_build_libsubdir+set}" = set; then
994+ withval="$with_build_libsubdir"
995+ build_libsubdir="$withval"
996+else
997+ build_libsubdir="$build_subdir"
998+fi
999+
9801000 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
9811001 if ( test $srcdir = . && test -d gcc ) \
9821002 || test -d $srcdir/../host-${host_noncanonical}; then
@@ -986,7 +1006,7 @@ else
9861006 fi
9871007 # No prefix.
9881008 target_subdir=${target_noncanonical}
989-
1009+
9901010
9911011 # Skipdirs are removed silently.
9921012 skipdirs=
@@ -1421,13 +1441,6 @@ case "${target}" in
14211441 i[3456789]86-*-mingw32*)
14221442 target_configdirs="$target_configdirs target-mingw"
14231443 noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
1424-
1425- # Can't build gdb for mingw32 if not native.
1426- case "${host}" in
1427- i[3456789]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
1428- *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl gnuserv"
1429- ;;
1430- esac
14311444 ;;
14321445 *-*-cygwin*)
14331446 target_configdirs="$target_configdirs target-libtermcap target-winsup"
@@ -1438,13 +1451,6 @@ case "${target}" in
14381451 elif test -d "$srcdir/newlib"; then
14391452 echo "Warning: winsup is missing so newlib can't be built."
14401453 fi
1441-
1442- # Can't build gdb for Cygwin if not native.
1443- case "${host}" in
1444- *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
1445- *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl libgui gnuserv"
1446- ;;
1447- esac
14481454 ;;
14491455 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
14501456 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
@@ -1846,7 +1852,7 @@ else
18461852 # Extract the first word of "gcc", so it can be a program name with args.
18471853 set dummy gcc; ac_word=$2
18481854 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1849-echo "configure:1850: checking for $ac_word" >&5
1855+echo "configure:1856: checking for $ac_word" >&5
18501856 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
18511857 echo $ac_n "(cached) $ac_c" 1>&6
18521858 else
@@ -1876,7 +1882,7 @@ if test -z "$CC"; then
18761882 # Extract the first word of "cc", so it can be a program name with args.
18771883 set dummy cc; ac_word=$2
18781884 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1879-echo "configure:1880: checking for $ac_word" >&5
1885+echo "configure:1886: checking for $ac_word" >&5
18801886 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
18811887 echo $ac_n "(cached) $ac_c" 1>&6
18821888 else
@@ -1927,7 +1933,7 @@ fi
19271933 # Extract the first word of "cl", so it can be a program name with args.
19281934 set dummy cl; ac_word=$2
19291935 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1930-echo "configure:1931: checking for $ac_word" >&5
1936+echo "configure:1937: checking for $ac_word" >&5
19311937 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
19321938 echo $ac_n "(cached) $ac_c" 1>&6
19331939 else
@@ -1959,7 +1965,7 @@ fi
19591965 fi
19601966
19611967 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1962-echo "configure:1963: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1968+echo "configure:1969: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
19631969
19641970 ac_ext=c
19651971 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1970,12 +1976,12 @@ cross_compiling=$ac_cv_prog_cc_cross
19701976
19711977 cat > conftest.$ac_ext << EOF
19721978
1973-#line 1974 "configure"
1979+#line 1980 "configure"
19741980 #include "confdefs.h"
19751981
19761982 main(){return(0);}
19771983 EOF
1978-if { (eval echo configure:1979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1984+if { (eval echo configure:1985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
19791985 ac_cv_prog_cc_works=yes
19801986 # If we can't run a trivial program, we are probably using a cross compiler.
19811987 if (./conftest; exit) 2>/dev/null; then
@@ -2001,12 +2007,12 @@ if test $ac_cv_prog_cc_works = no; then
20012007 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
20022008 fi
20032009 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2004-echo "configure:2005: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2010+echo "configure:2011: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
20052011 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
20062012 cross_compiling=$ac_cv_prog_cc_cross
20072013
20082014 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2009-echo "configure:2010: checking whether we are using GNU C" >&5
2015+echo "configure:2016: checking whether we are using GNU C" >&5
20102016 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
20112017 echo $ac_n "(cached) $ac_c" 1>&6
20122018 else
@@ -2015,7 +2021,7 @@ else
20152021 yes;
20162022 #endif
20172023 EOF
2018-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2024+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
20192025 ac_cv_prog_gcc=yes
20202026 else
20212027 ac_cv_prog_gcc=no
@@ -2034,7 +2040,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
20342040 ac_save_CFLAGS="$CFLAGS"
20352041 CFLAGS=
20362042 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2037-echo "configure:2038: checking whether ${CC-cc} accepts -g" >&5
2043+echo "configure:2044: checking whether ${CC-cc} accepts -g" >&5
20382044 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
20392045 echo $ac_n "(cached) $ac_c" 1>&6
20402046 else
@@ -2101,7 +2107,7 @@ fi
21012107 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
21022108 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
21032109 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2104-echo "configure:2105: checking for $ac_word" >&5
2110+echo "configure:2111: checking for $ac_word" >&5
21052111 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
21062112 echo $ac_n "(cached) $ac_c" 1>&6
21072113 else
@@ -2133,7 +2139,7 @@ if test -n "$ac_tool_prefix"; then
21332139 # Extract the first word of "gnatbind", so it can be a program name with args.
21342140 set dummy gnatbind; ac_word=$2
21352141 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2136-echo "configure:2137: checking for $ac_word" >&5
2142+echo "configure:2143: checking for $ac_word" >&5
21372143 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
21382144 echo $ac_n "(cached) $ac_c" 1>&6
21392145 else
@@ -2166,7 +2172,7 @@ fi
21662172 fi
21672173
21682174 echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
2169-echo "configure:2170: checking whether compiler driver understands Ada" >&5
2175+echo "configure:2176: checking whether compiler driver understands Ada" >&5
21702176 if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
21712177 echo $ac_n "(cached) $ac_c" 1>&6
21722178 else
@@ -2198,7 +2204,7 @@ else
21982204 fi
21992205
22002206 echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
2201-echo "configure:2202: checking how to compare bootstrapped objects" >&5
2207+echo "configure:2208: checking how to compare bootstrapped objects" >&5
22022208 if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
22032209 echo $ac_n "(cached) $ac_c" 1>&6
22042210 else
@@ -2296,9 +2302,9 @@ saved_CFLAGS="$CFLAGS"
22962302 CFLAGS="$CFLAGS $gmpinc"
22972303 # Check GMP actually works
22982304 echo $ac_n "checking for correct version of gmp.h""... $ac_c" 1>&6
2299-echo "configure:2300: checking for correct version of gmp.h" >&5
2305+echo "configure:2306: checking for correct version of gmp.h" >&5
23002306 cat > conftest.$ac_ext <<EOF
2301-#line 2302 "configure"
2307+#line 2308 "configure"
23022308 #include "confdefs.h"
23032309 #include "gmp.h"
23042310 int main() {
@@ -2309,7 +2315,7 @@ choke me
23092315
23102316 ; return 0; }
23112317 EOF
2312-if { (eval echo configure:2313: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2318+if { (eval echo configure:2319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
23132319 rm -rf conftest*
23142320 echo "$ac_t""yes" 1>&6
23152321 else
@@ -2322,12 +2328,12 @@ rm -f conftest*
23222328
23232329 if test x"$have_gmp" = xyes; then
23242330 echo $ac_n "checking for MPFR""... $ac_c" 1>&6
2325-echo "configure:2326: checking for MPFR" >&5
2331+echo "configure:2332: checking for MPFR" >&5
23262332
23272333 saved_LIBS="$LIBS"
23282334 LIBS="$LIBS $gmplibs"
23292335 cat > conftest.$ac_ext <<EOF
2330-#line 2331 "configure"
2336+#line 2337 "configure"
23312337 #include "confdefs.h"
23322338 #include <gmp.h>
23332339 #include <mpfr.h>
@@ -2335,7 +2341,7 @@ int main() {
23352341 mpfr_t n; mpfr_init(n);
23362342 ; return 0; }
23372343 EOF
2338-if { (eval echo configure:2339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2344+if { (eval echo configure:2345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
23392345 rm -rf conftest*
23402346 echo "$ac_t""yes" 1>&6
23412347 else
@@ -3441,7 +3447,7 @@ do
34413447 # Extract the first word of "$ac_prog", so it can be a program name with args.
34423448 set dummy $ac_prog; ac_word=$2
34433449 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3444-echo "configure:3445: checking for $ac_word" >&5
3450+echo "configure:3451: checking for $ac_word" >&5
34453451 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
34463452 echo $ac_n "(cached) $ac_c" 1>&6
34473453 else
@@ -3481,7 +3487,7 @@ do
34813487 # Extract the first word of "$ac_prog", so it can be a program name with args.
34823488 set dummy $ac_prog; ac_word=$2
34833489 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3484-echo "configure:3485: checking for $ac_word" >&5
3490+echo "configure:3491: checking for $ac_word" >&5
34853491 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
34863492 echo $ac_n "(cached) $ac_c" 1>&6
34873493 else
@@ -3520,7 +3526,7 @@ do
35203526 # Extract the first word of "$ac_prog", so it can be a program name with args.
35213527 set dummy $ac_prog; ac_word=$2
35223528 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3523-echo "configure:3524: checking for $ac_word" >&5
3529+echo "configure:3530: checking for $ac_word" >&5
35243530 if eval "test \"`echo '$''{'ac_cv_prog_M4'+set}'`\" = set"; then
35253531 echo $ac_n "(cached) $ac_c" 1>&6
35263532 else
@@ -3559,7 +3565,7 @@ do
35593565 # Extract the first word of "$ac_prog", so it can be a program name with args.
35603566 set dummy $ac_prog; ac_word=$2
35613567 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3562-echo "configure:3563: checking for $ac_word" >&5
3568+echo "configure:3569: checking for $ac_word" >&5
35633569 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
35643570 echo $ac_n "(cached) $ac_c" 1>&6
35653571 else
@@ -3599,7 +3605,7 @@ do
35993605 # Extract the first word of "$ac_prog", so it can be a program name with args.
36003606 set dummy $ac_prog; ac_word=$2
36013607 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3602-echo "configure:3603: checking for $ac_word" >&5
3608+echo "configure:3609: checking for $ac_word" >&5
36033609 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
36043610 echo $ac_n "(cached) $ac_c" 1>&6
36053611 else
@@ -3638,7 +3644,7 @@ do
36383644 # Extract the first word of "$ac_prog", so it can be a program name with args.
36393645 set dummy $ac_prog; ac_word=$2
36403646 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3641-echo "configure:3642: checking for $ac_word" >&5
3647+echo "configure:3648: checking for $ac_word" >&5
36423648 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
36433649 echo $ac_n "(cached) $ac_c" 1>&6
36443650 else
@@ -3691,7 +3697,7 @@ do
36913697 # Extract the first word of "$ac_prog", so it can be a program name with args.
36923698 set dummy $ac_prog; ac_word=$2
36933699 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3694-echo "configure:3695: checking for $ac_word" >&5
3700+echo "configure:3701: checking for $ac_word" >&5
36953701 if eval "test \"`echo '$''{'ac_cv_prog_EXPECT'+set}'`\" = set"; then
36963702 echo $ac_n "(cached) $ac_c" 1>&6
36973703 else
@@ -3732,7 +3738,7 @@ do
37323738 # Extract the first word of "$ac_prog", so it can be a program name with args.
37333739 set dummy $ac_prog; ac_word=$2
37343740 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3735-echo "configure:3736: checking for $ac_word" >&5
3741+echo "configure:3742: checking for $ac_word" >&5
37363742 if eval "test \"`echo '$''{'ac_cv_prog_RUNTEST'+set}'`\" = set"; then
37373743 echo $ac_n "(cached) $ac_c" 1>&6
37383744 else
@@ -3780,7 +3786,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
37803786 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
37813787 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
37823788 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3783-echo "configure:3784: checking for $ac_word" >&5
3789+echo "configure:3790: checking for $ac_word" >&5
37843790 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
37853791 echo $ac_n "(cached) $ac_c" 1>&6
37863792 else
@@ -3811,7 +3817,7 @@ fi
38113817 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
38123818 set dummy ${ncn_progname}; ac_word=$2
38133819 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3814-echo "configure:3815: checking for $ac_word" >&5
3820+echo "configure:3821: checking for $ac_word" >&5
38153821 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
38163822 echo $ac_n "(cached) $ac_c" 1>&6
38173823 else
@@ -3855,7 +3861,7 @@ fi
38553861 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
38563862 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
38573863 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3858-echo "configure:3859: checking for $ac_word" >&5
3864+echo "configure:3865: checking for $ac_word" >&5
38593865 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
38603866 echo $ac_n "(cached) $ac_c" 1>&6
38613867 else
@@ -3886,7 +3892,7 @@ fi
38863892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
38873893 set dummy ${ncn_progname}; ac_word=$2
38883894 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3889-echo "configure:3890: checking for $ac_word" >&5
3895+echo "configure:3896: checking for $ac_word" >&5
38903896 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
38913897 echo $ac_n "(cached) $ac_c" 1>&6
38923898 else
@@ -3930,7 +3936,7 @@ fi
39303936 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
39313937 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
39323938 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3933-echo "configure:3934: checking for $ac_word" >&5
3939+echo "configure:3940: checking for $ac_word" >&5
39343940 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
39353941 echo $ac_n "(cached) $ac_c" 1>&6
39363942 else
@@ -3961,7 +3967,7 @@ fi
39613967 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
39623968 set dummy ${ncn_progname}; ac_word=$2
39633969 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3964-echo "configure:3965: checking for $ac_word" >&5
3970+echo "configure:3971: checking for $ac_word" >&5
39653971 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
39663972 echo $ac_n "(cached) $ac_c" 1>&6
39673973 else
@@ -4005,7 +4011,7 @@ fi
40054011 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
40064012 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
40074013 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4008-echo "configure:4009: checking for $ac_word" >&5
4014+echo "configure:4015: checking for $ac_word" >&5
40094015 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
40104016 echo $ac_n "(cached) $ac_c" 1>&6
40114017 else
@@ -4036,7 +4042,7 @@ fi
40364042 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
40374043 set dummy ${ncn_progname}; ac_word=$2
40384044 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4039-echo "configure:4040: checking for $ac_word" >&5
4045+echo "configure:4046: checking for $ac_word" >&5
40404046 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
40414047 echo $ac_n "(cached) $ac_c" 1>&6
40424048 else
@@ -4080,7 +4086,7 @@ fi
40804086 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
40814087 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
40824088 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4083-echo "configure:4084: checking for $ac_word" >&5
4089+echo "configure:4090: checking for $ac_word" >&5
40844090 if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then
40854091 echo $ac_n "(cached) $ac_c" 1>&6
40864092 else
@@ -4111,7 +4117,7 @@ fi
41114117 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
41124118 set dummy ${ncn_progname}; ac_word=$2
41134119 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4114-echo "configure:4115: checking for $ac_word" >&5
4120+echo "configure:4121: checking for $ac_word" >&5
41154121 if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then
41164122 echo $ac_n "(cached) $ac_c" 1>&6
41174123 else
@@ -4155,7 +4161,7 @@ fi
41554161 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
41564162 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
41574163 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4158-echo "configure:4159: checking for $ac_word" >&5
4164+echo "configure:4165: checking for $ac_word" >&5
41594165 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
41604166 echo $ac_n "(cached) $ac_c" 1>&6
41614167 else
@@ -4186,7 +4192,7 @@ fi
41864192 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
41874193 set dummy ${ncn_progname}; ac_word=$2
41884194 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4189-echo "configure:4190: checking for $ac_word" >&5
4195+echo "configure:4196: checking for $ac_word" >&5
41904196 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
41914197 echo $ac_n "(cached) $ac_c" 1>&6
41924198 else
@@ -4230,7 +4236,7 @@ fi
42304236 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
42314237 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
42324238 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4233-echo "configure:4234: checking for $ac_word" >&5
4239+echo "configure:4240: checking for $ac_word" >&5
42344240 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
42354241 echo $ac_n "(cached) $ac_c" 1>&6
42364242 else
@@ -4261,7 +4267,7 @@ fi
42614267 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
42624268 set dummy ${ncn_progname}; ac_word=$2
42634269 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4264-echo "configure:4265: checking for $ac_word" >&5
4270+echo "configure:4271: checking for $ac_word" >&5
42654271 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
42664272 echo $ac_n "(cached) $ac_c" 1>&6
42674273 else
@@ -4300,7 +4306,7 @@ fi
43004306 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
43014307 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
43024308 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4303-echo "configure:4304: checking for $ac_word" >&5
4309+echo "configure:4310: checking for $ac_word" >&5
43044310 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
43054311 echo $ac_n "(cached) $ac_c" 1>&6
43064312 else
@@ -4331,7 +4337,7 @@ fi
43314337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
43324338 set dummy ${ncn_progname}; ac_word=$2
43334339 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4334-echo "configure:4335: checking for $ac_word" >&5
4340+echo "configure:4341: checking for $ac_word" >&5
43354341 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
43364342 echo $ac_n "(cached) $ac_c" 1>&6
43374343 else
@@ -4370,7 +4376,7 @@ fi
43704376 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
43714377 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
43724378 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4373-echo "configure:4374: checking for $ac_word" >&5
4379+echo "configure:4380: checking for $ac_word" >&5
43744380 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
43754381 echo $ac_n "(cached) $ac_c" 1>&6
43764382 else
@@ -4401,7 +4407,7 @@ fi
44014407 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
44024408 set dummy ${ncn_progname}; ac_word=$2
44034409 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4404-echo "configure:4405: checking for $ac_word" >&5
4410+echo "configure:4411: checking for $ac_word" >&5
44054411 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
44064412 echo $ac_n "(cached) $ac_c" 1>&6
44074413 else
@@ -4445,7 +4451,7 @@ fi
44454451 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
44464452 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
44474453 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4448-echo "configure:4449: checking for $ac_word" >&5
4454+echo "configure:4455: checking for $ac_word" >&5
44494455 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
44504456 echo $ac_n "(cached) $ac_c" 1>&6
44514457 else
@@ -4476,7 +4482,7 @@ fi
44764482 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
44774483 set dummy ${ncn_progname}; ac_word=$2
44784484 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4479-echo "configure:4480: checking for $ac_word" >&5
4485+echo "configure:4486: checking for $ac_word" >&5
44804486 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
44814487 echo $ac_n "(cached) $ac_c" 1>&6
44824488 else
@@ -4520,7 +4526,7 @@ fi
45204526 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
45214527 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
45224528 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4523-echo "configure:4524: checking for $ac_word" >&5
4529+echo "configure:4530: checking for $ac_word" >&5
45244530 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
45254531 echo $ac_n "(cached) $ac_c" 1>&6
45264532 else
@@ -4551,7 +4557,7 @@ fi
45514557 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
45524558 set dummy ${ncn_progname}; ac_word=$2
45534559 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4554-echo "configure:4555: checking for $ac_word" >&5
4560+echo "configure:4561: checking for $ac_word" >&5
45554561 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
45564562 echo $ac_n "(cached) $ac_c" 1>&6
45574563 else
@@ -4615,7 +4621,7 @@ fi
46154621 if test -n "$with_build_time_tools"; then
46164622 for ncn_progname in cc gcc; do
46174623 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
4618-echo "configure:4619: checking for ${ncn_progname} in $with_build_time_tools" >&5
4624+echo "configure:4625: checking for ${ncn_progname} in $with_build_time_tools" >&5
46194625 if test -x $with_build_time_tools/${ncn_progname}; then
46204626 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
46214627 echo "$ac_t""yes" 1>&6
@@ -4632,7 +4638,7 @@ if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
46324638 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
46334639 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
46344640 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4635-echo "configure:4636: checking for $ac_word" >&5
4641+echo "configure:4642: checking for $ac_word" >&5
46364642 if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
46374643 echo $ac_n "(cached) $ac_c" 1>&6
46384644 else
@@ -4663,7 +4669,7 @@ fi
46634669 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
46644670 set dummy ${ncn_progname}; ac_word=$2
46654671 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4666-echo "configure:4667: checking for $ac_word" >&5
4672+echo "configure:4673: checking for $ac_word" >&5
46674673 if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
46684674 echo $ac_n "(cached) $ac_c" 1>&6
46694675 else
@@ -4706,7 +4712,7 @@ fi
47064712 if test -n "$with_build_time_tools"; then
47074713 for ncn_progname in c++ g++ cxx gxx; do
47084714 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
4709-echo "configure:4710: checking for ${ncn_progname} in $with_build_time_tools" >&5
4715+echo "configure:4716: checking for ${ncn_progname} in $with_build_time_tools" >&5
47104716 if test -x $with_build_time_tools/${ncn_progname}; then
47114717 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
47124718 echo "$ac_t""yes" 1>&6
@@ -4723,7 +4729,7 @@ if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
47234729 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
47244730 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
47254731 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4726-echo "configure:4727: checking for $ac_word" >&5
4732+echo "configure:4733: checking for $ac_word" >&5
47274733 if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
47284734 echo $ac_n "(cached) $ac_c" 1>&6
47294735 else
@@ -4754,7 +4760,7 @@ fi
47544760 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
47554761 set dummy ${ncn_progname}; ac_word=$2
47564762 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4757-echo "configure:4758: checking for $ac_word" >&5
4763+echo "configure:4764: checking for $ac_word" >&5
47584764 if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
47594765 echo $ac_n "(cached) $ac_c" 1>&6
47604766 else
@@ -4797,7 +4803,7 @@ fi
47974803 if test -n "$with_build_time_tools"; then
47984804 for ncn_progname in gcc; do
47994805 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
4800-echo "configure:4801: checking for ${ncn_progname} in $with_build_time_tools" >&5
4806+echo "configure:4807: checking for ${ncn_progname} in $with_build_time_tools" >&5
48014807 if test -x $with_build_time_tools/${ncn_progname}; then
48024808 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
48034809 echo "$ac_t""yes" 1>&6
@@ -4814,7 +4820,7 @@ if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
48144820 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
48154821 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
48164822 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4817-echo "configure:4818: checking for $ac_word" >&5
4823+echo "configure:4824: checking for $ac_word" >&5
48184824 if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
48194825 echo $ac_n "(cached) $ac_c" 1>&6
48204826 else
@@ -4845,7 +4851,7 @@ fi
48454851 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
48464852 set dummy ${ncn_progname}; ac_word=$2
48474853 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4848-echo "configure:4849: checking for $ac_word" >&5
4854+echo "configure:4855: checking for $ac_word" >&5
48494855 if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
48504856 echo $ac_n "(cached) $ac_c" 1>&6
48514857 else
@@ -4883,7 +4889,7 @@ fi
48834889 if test -n "$with_build_time_tools"; then
48844890 for ncn_progname in gcj; do
48854891 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
4886-echo "configure:4887: checking for ${ncn_progname} in $with_build_time_tools" >&5
4892+echo "configure:4893: checking for ${ncn_progname} in $with_build_time_tools" >&5
48874893 if test -x $with_build_time_tools/${ncn_progname}; then
48884894 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
48894895 echo "$ac_t""yes" 1>&6
@@ -4900,7 +4906,7 @@ if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
49004906 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
49014907 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
49024908 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4903-echo "configure:4904: checking for $ac_word" >&5
4909+echo "configure:4910: checking for $ac_word" >&5
49044910 if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
49054911 echo $ac_n "(cached) $ac_c" 1>&6
49064912 else
@@ -4931,7 +4937,7 @@ fi
49314937 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
49324938 set dummy ${ncn_progname}; ac_word=$2
49334939 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4934-echo "configure:4935: checking for $ac_word" >&5
4940+echo "configure:4941: checking for $ac_word" >&5
49354941 if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
49364942 echo $ac_n "(cached) $ac_c" 1>&6
49374943 else
@@ -4974,7 +4980,7 @@ fi
49744980 if test -n "$with_build_time_tools"; then
49754981 for ncn_progname in gfortran; do
49764982 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
4977-echo "configure:4978: checking for ${ncn_progname} in $with_build_time_tools" >&5
4983+echo "configure:4984: checking for ${ncn_progname} in $with_build_time_tools" >&5
49784984 if test -x $with_build_time_tools/${ncn_progname}; then
49794985 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
49804986 echo "$ac_t""yes" 1>&6
@@ -4991,7 +4997,7 @@ if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
49914997 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
49924998 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
49934999 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4994-echo "configure:4995: checking for $ac_word" >&5
5000+echo "configure:5001: checking for $ac_word" >&5
49955001 if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
49965002 echo $ac_n "(cached) $ac_c" 1>&6
49975003 else
@@ -5022,7 +5028,7 @@ fi
50225028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
50235029 set dummy ${ncn_progname}; ac_word=$2
50245030 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5025-echo "configure:5026: checking for $ac_word" >&5
5031+echo "configure:5032: checking for $ac_word" >&5
50265032 if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
50275033 echo $ac_n "(cached) $ac_c" 1>&6
50285034 else
@@ -5129,7 +5135,7 @@ rm conftest.c
51295135 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
51305136 if test -n "$with_build_time_tools"; then
51315137 echo $ac_n "checking for ar in $with_build_time_tools""... $ac_c" 1>&6
5132-echo "configure:5133: checking for ar in $with_build_time_tools" >&5
5138+echo "configure:5139: checking for ar in $with_build_time_tools" >&5
51335139 if test -x $with_build_time_tools/ar; then
51345140 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
51355141 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
@@ -5147,7 +5153,7 @@ if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
51475153 # Extract the first word of "ar", so it can be a program name with args.
51485154 set dummy ar; ac_word=$2
51495155 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5150-echo "configure:5151: checking for $ac_word" >&5
5156+echo "configure:5157: checking for $ac_word" >&5
51515157 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
51525158 echo $ac_n "(cached) $ac_c" 1>&6
51535159 else
@@ -5184,7 +5190,7 @@ if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
51845190 if test -n "$with_build_time_tools"; then
51855191 for ncn_progname in ar; do
51865192 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5187-echo "configure:5188: checking for ${ncn_progname} in $with_build_time_tools" >&5
5193+echo "configure:5194: checking for ${ncn_progname} in $with_build_time_tools" >&5
51885194 if test -x $with_build_time_tools/${ncn_progname}; then
51895195 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
51905196 echo "$ac_t""yes" 1>&6
@@ -5201,7 +5207,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
52015207 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
52025208 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
52035209 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5204-echo "configure:5205: checking for $ac_word" >&5
5210+echo "configure:5211: checking for $ac_word" >&5
52055211 if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
52065212 echo $ac_n "(cached) $ac_c" 1>&6
52075213 else
@@ -5232,7 +5238,7 @@ fi
52325238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
52335239 set dummy ${ncn_progname}; ac_word=$2
52345240 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5235-echo "configure:5236: checking for $ac_word" >&5
5241+echo "configure:5242: checking for $ac_word" >&5
52365242 if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
52375243 echo $ac_n "(cached) $ac_c" 1>&6
52385244 else
@@ -5282,7 +5288,7 @@ fi
52825288 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
52835289 if test -n "$with_build_time_tools"; then
52845290 echo $ac_n "checking for as in $with_build_time_tools""... $ac_c" 1>&6
5285-echo "configure:5286: checking for as in $with_build_time_tools" >&5
5291+echo "configure:5292: checking for as in $with_build_time_tools" >&5
52865292 if test -x $with_build_time_tools/as; then
52875293 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
52885294 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
@@ -5300,7 +5306,7 @@ if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
53005306 # Extract the first word of "as", so it can be a program name with args.
53015307 set dummy as; ac_word=$2
53025308 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5303-echo "configure:5304: checking for $ac_word" >&5
5309+echo "configure:5310: checking for $ac_word" >&5
53045310 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
53055311 echo $ac_n "(cached) $ac_c" 1>&6
53065312 else
@@ -5337,7 +5343,7 @@ if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
53375343 if test -n "$with_build_time_tools"; then
53385344 for ncn_progname in as; do
53395345 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5340-echo "configure:5341: checking for ${ncn_progname} in $with_build_time_tools" >&5
5346+echo "configure:5347: checking for ${ncn_progname} in $with_build_time_tools" >&5
53415347 if test -x $with_build_time_tools/${ncn_progname}; then
53425348 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
53435349 echo "$ac_t""yes" 1>&6
@@ -5354,7 +5360,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
53545360 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
53555361 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
53565362 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5357-echo "configure:5358: checking for $ac_word" >&5
5363+echo "configure:5364: checking for $ac_word" >&5
53585364 if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
53595365 echo $ac_n "(cached) $ac_c" 1>&6
53605366 else
@@ -5385,7 +5391,7 @@ fi
53855391 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
53865392 set dummy ${ncn_progname}; ac_word=$2
53875393 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5388-echo "configure:5389: checking for $ac_word" >&5
5394+echo "configure:5395: checking for $ac_word" >&5
53895395 if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
53905396 echo $ac_n "(cached) $ac_c" 1>&6
53915397 else
@@ -5435,7 +5441,7 @@ fi
54355441 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
54365442 if test -n "$with_build_time_tools"; then
54375443 echo $ac_n "checking for dlltool in $with_build_time_tools""... $ac_c" 1>&6
5438-echo "configure:5439: checking for dlltool in $with_build_time_tools" >&5
5444+echo "configure:5445: checking for dlltool in $with_build_time_tools" >&5
54395445 if test -x $with_build_time_tools/dlltool; then
54405446 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
54415447 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
@@ -5453,7 +5459,7 @@ if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
54535459 # Extract the first word of "dlltool", so it can be a program name with args.
54545460 set dummy dlltool; ac_word=$2
54555461 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5456-echo "configure:5457: checking for $ac_word" >&5
5462+echo "configure:5463: checking for $ac_word" >&5
54575463 if eval "test \"`echo '$''{'ac_cv_path_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
54585464 echo $ac_n "(cached) $ac_c" 1>&6
54595465 else
@@ -5490,7 +5496,7 @@ if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
54905496 if test -n "$with_build_time_tools"; then
54915497 for ncn_progname in dlltool; do
54925498 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5493-echo "configure:5494: checking for ${ncn_progname} in $with_build_time_tools" >&5
5499+echo "configure:5500: checking for ${ncn_progname} in $with_build_time_tools" >&5
54945500 if test -x $with_build_time_tools/${ncn_progname}; then
54955501 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
54965502 echo "$ac_t""yes" 1>&6
@@ -5507,7 +5513,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
55075513 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
55085514 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
55095515 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5510-echo "configure:5511: checking for $ac_word" >&5
5516+echo "configure:5517: checking for $ac_word" >&5
55115517 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
55125518 echo $ac_n "(cached) $ac_c" 1>&6
55135519 else
@@ -5538,7 +5544,7 @@ fi
55385544 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
55395545 set dummy ${ncn_progname}; ac_word=$2
55405546 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5541-echo "configure:5542: checking for $ac_word" >&5
5547+echo "configure:5548: checking for $ac_word" >&5
55425548 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
55435549 echo $ac_n "(cached) $ac_c" 1>&6
55445550 else
@@ -5588,7 +5594,7 @@ fi
55885594 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
55895595 if test -n "$with_build_time_tools"; then
55905596 echo $ac_n "checking for ld in $with_build_time_tools""... $ac_c" 1>&6
5591-echo "configure:5592: checking for ld in $with_build_time_tools" >&5
5597+echo "configure:5598: checking for ld in $with_build_time_tools" >&5
55925598 if test -x $with_build_time_tools/ld; then
55935599 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
55945600 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
@@ -5606,7 +5612,7 @@ if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
56065612 # Extract the first word of "ld", so it can be a program name with args.
56075613 set dummy ld; ac_word=$2
56085614 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5609-echo "configure:5610: checking for $ac_word" >&5
5615+echo "configure:5616: checking for $ac_word" >&5
56105616 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
56115617 echo $ac_n "(cached) $ac_c" 1>&6
56125618 else
@@ -5643,7 +5649,7 @@ if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
56435649 if test -n "$with_build_time_tools"; then
56445650 for ncn_progname in ld; do
56455651 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5646-echo "configure:5647: checking for ${ncn_progname} in $with_build_time_tools" >&5
5652+echo "configure:5653: checking for ${ncn_progname} in $with_build_time_tools" >&5
56475653 if test -x $with_build_time_tools/${ncn_progname}; then
56485654 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
56495655 echo "$ac_t""yes" 1>&6
@@ -5660,7 +5666,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
56605666 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
56615667 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
56625668 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5663-echo "configure:5664: checking for $ac_word" >&5
5669+echo "configure:5670: checking for $ac_word" >&5
56645670 if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
56655671 echo $ac_n "(cached) $ac_c" 1>&6
56665672 else
@@ -5691,7 +5697,7 @@ fi
56915697 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
56925698 set dummy ${ncn_progname}; ac_word=$2
56935699 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5694-echo "configure:5695: checking for $ac_word" >&5
5700+echo "configure:5701: checking for $ac_word" >&5
56955701 if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
56965702 echo $ac_n "(cached) $ac_c" 1>&6
56975703 else
@@ -5741,7 +5747,7 @@ fi
57415747 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
57425748 if test -n "$with_build_time_tools"; then
57435749 echo $ac_n "checking for lipo in $with_build_time_tools""... $ac_c" 1>&6
5744-echo "configure:5745: checking for lipo in $with_build_time_tools" >&5
5750+echo "configure:5751: checking for lipo in $with_build_time_tools" >&5
57455751 if test -x $with_build_time_tools/lipo; then
57465752 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
57475753 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
@@ -5759,7 +5765,7 @@ if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
57595765 # Extract the first word of "lipo", so it can be a program name with args.
57605766 set dummy lipo; ac_word=$2
57615767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5762-echo "configure:5763: checking for $ac_word" >&5
5768+echo "configure:5769: checking for $ac_word" >&5
57635769 if eval "test \"`echo '$''{'ac_cv_path_LIPO_FOR_TARGET'+set}'`\" = set"; then
57645770 echo $ac_n "(cached) $ac_c" 1>&6
57655771 else
@@ -5796,7 +5802,7 @@ if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
57965802 if test -n "$with_build_time_tools"; then
57975803 for ncn_progname in lipo; do
57985804 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5799-echo "configure:5800: checking for ${ncn_progname} in $with_build_time_tools" >&5
5805+echo "configure:5806: checking for ${ncn_progname} in $with_build_time_tools" >&5
58005806 if test -x $with_build_time_tools/${ncn_progname}; then
58015807 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
58025808 echo "$ac_t""yes" 1>&6
@@ -5813,7 +5819,7 @@ if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
58135819 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
58145820 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
58155821 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5816-echo "configure:5817: checking for $ac_word" >&5
5822+echo "configure:5823: checking for $ac_word" >&5
58175823 if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then
58185824 echo $ac_n "(cached) $ac_c" 1>&6
58195825 else
@@ -5844,7 +5850,7 @@ fi
58445850 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
58455851 set dummy ${ncn_progname}; ac_word=$2
58465852 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5847-echo "configure:5848: checking for $ac_word" >&5
5853+echo "configure:5854: checking for $ac_word" >&5
58485854 if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then
58495855 echo $ac_n "(cached) $ac_c" 1>&6
58505856 else
@@ -5894,7 +5900,7 @@ fi
58945900 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
58955901 if test -n "$with_build_time_tools"; then
58965902 echo $ac_n "checking for nm in $with_build_time_tools""... $ac_c" 1>&6
5897-echo "configure:5898: checking for nm in $with_build_time_tools" >&5
5903+echo "configure:5904: checking for nm in $with_build_time_tools" >&5
58985904 if test -x $with_build_time_tools/nm; then
58995905 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
59005906 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
@@ -5912,7 +5918,7 @@ if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
59125918 # Extract the first word of "nm", so it can be a program name with args.
59135919 set dummy nm; ac_word=$2
59145920 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5915-echo "configure:5916: checking for $ac_word" >&5
5921+echo "configure:5922: checking for $ac_word" >&5
59165922 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
59175923 echo $ac_n "(cached) $ac_c" 1>&6
59185924 else
@@ -5949,7 +5955,7 @@ if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
59495955 if test -n "$with_build_time_tools"; then
59505956 for ncn_progname in nm; do
59515957 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5952-echo "configure:5953: checking for ${ncn_progname} in $with_build_time_tools" >&5
5958+echo "configure:5959: checking for ${ncn_progname} in $with_build_time_tools" >&5
59535959 if test -x $with_build_time_tools/${ncn_progname}; then
59545960 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
59555961 echo "$ac_t""yes" 1>&6
@@ -5966,7 +5972,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
59665972 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
59675973 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
59685974 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5969-echo "configure:5970: checking for $ac_word" >&5
5975+echo "configure:5976: checking for $ac_word" >&5
59705976 if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
59715977 echo $ac_n "(cached) $ac_c" 1>&6
59725978 else
@@ -5997,7 +6003,7 @@ fi
59976003 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
59986004 set dummy ${ncn_progname}; ac_word=$2
59996005 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6000-echo "configure:6001: checking for $ac_word" >&5
6006+echo "configure:6007: checking for $ac_word" >&5
60016007 if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
60026008 echo $ac_n "(cached) $ac_c" 1>&6
60036009 else
@@ -6047,7 +6053,7 @@ fi
60476053 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
60486054 if test -n "$with_build_time_tools"; then
60496055 echo $ac_n "checking for objdump in $with_build_time_tools""... $ac_c" 1>&6
6050-echo "configure:6051: checking for objdump in $with_build_time_tools" >&5
6056+echo "configure:6057: checking for objdump in $with_build_time_tools" >&5
60516057 if test -x $with_build_time_tools/objdump; then
60526058 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
60536059 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
@@ -6065,7 +6071,7 @@ if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
60656071 # Extract the first word of "objdump", so it can be a program name with args.
60666072 set dummy objdump; ac_word=$2
60676073 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6068-echo "configure:6069: checking for $ac_word" >&5
6074+echo "configure:6075: checking for $ac_word" >&5
60696075 if eval "test \"`echo '$''{'ac_cv_path_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
60706076 echo $ac_n "(cached) $ac_c" 1>&6
60716077 else
@@ -6102,7 +6108,7 @@ if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
61026108 if test -n "$with_build_time_tools"; then
61036109 for ncn_progname in objdump; do
61046110 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6105-echo "configure:6106: checking for ${ncn_progname} in $with_build_time_tools" >&5
6111+echo "configure:6112: checking for ${ncn_progname} in $with_build_time_tools" >&5
61066112 if test -x $with_build_time_tools/${ncn_progname}; then
61076113 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
61086114 echo "$ac_t""yes" 1>&6
@@ -6119,7 +6125,7 @@ if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
61196125 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
61206126 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
61216127 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6122-echo "configure:6123: checking for $ac_word" >&5
6128+echo "configure:6129: checking for $ac_word" >&5
61236129 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
61246130 echo $ac_n "(cached) $ac_c" 1>&6
61256131 else
@@ -6150,7 +6156,7 @@ fi
61506156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
61516157 set dummy ${ncn_progname}; ac_word=$2
61526158 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6153-echo "configure:6154: checking for $ac_word" >&5
6159+echo "configure:6160: checking for $ac_word" >&5
61546160 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
61556161 echo $ac_n "(cached) $ac_c" 1>&6
61566162 else
@@ -6200,7 +6206,7 @@ fi
62006206 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
62016207 if test -n "$with_build_time_tools"; then
62026208 echo $ac_n "checking for ranlib in $with_build_time_tools""... $ac_c" 1>&6
6203-echo "configure:6204: checking for ranlib in $with_build_time_tools" >&5
6209+echo "configure:6210: checking for ranlib in $with_build_time_tools" >&5
62046210 if test -x $with_build_time_tools/ranlib; then
62056211 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
62066212 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
@@ -6218,7 +6224,7 @@ if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
62186224 # Extract the first word of "ranlib", so it can be a program name with args.
62196225 set dummy ranlib; ac_word=$2
62206226 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6221-echo "configure:6222: checking for $ac_word" >&5
6227+echo "configure:6228: checking for $ac_word" >&5
62226228 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
62236229 echo $ac_n "(cached) $ac_c" 1>&6
62246230 else
@@ -6255,7 +6261,7 @@ if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
62556261 if test -n "$with_build_time_tools"; then
62566262 for ncn_progname in ranlib; do
62576263 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6258-echo "configure:6259: checking for ${ncn_progname} in $with_build_time_tools" >&5
6264+echo "configure:6265: checking for ${ncn_progname} in $with_build_time_tools" >&5
62596265 if test -x $with_build_time_tools/${ncn_progname}; then
62606266 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
62616267 echo "$ac_t""yes" 1>&6
@@ -6272,7 +6278,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
62726278 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
62736279 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
62746280 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6275-echo "configure:6276: checking for $ac_word" >&5
6281+echo "configure:6282: checking for $ac_word" >&5
62766282 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
62776283 echo $ac_n "(cached) $ac_c" 1>&6
62786284 else
@@ -6303,7 +6309,7 @@ fi
63036309 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
63046310 set dummy ${ncn_progname}; ac_word=$2
63056311 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6306-echo "configure:6307: checking for $ac_word" >&5
6312+echo "configure:6313: checking for $ac_word" >&5
63076313 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
63086314 echo $ac_n "(cached) $ac_c" 1>&6
63096315 else
@@ -6353,7 +6359,7 @@ fi
63536359 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
63546360 if test -n "$with_build_time_tools"; then
63556361 echo $ac_n "checking for strip in $with_build_time_tools""... $ac_c" 1>&6
6356-echo "configure:6357: checking for strip in $with_build_time_tools" >&5
6362+echo "configure:6363: checking for strip in $with_build_time_tools" >&5
63576363 if test -x $with_build_time_tools/strip; then
63586364 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
63596365 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
@@ -6371,7 +6377,7 @@ if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
63716377 # Extract the first word of "strip", so it can be a program name with args.
63726378 set dummy strip; ac_word=$2
63736379 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6374-echo "configure:6375: checking for $ac_word" >&5
6380+echo "configure:6381: checking for $ac_word" >&5
63756381 if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
63766382 echo $ac_n "(cached) $ac_c" 1>&6
63776383 else
@@ -6408,7 +6414,7 @@ if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
64086414 if test -n "$with_build_time_tools"; then
64096415 for ncn_progname in strip; do
64106416 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6411-echo "configure:6412: checking for ${ncn_progname} in $with_build_time_tools" >&5
6417+echo "configure:6418: checking for ${ncn_progname} in $with_build_time_tools" >&5
64126418 if test -x $with_build_time_tools/${ncn_progname}; then
64136419 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
64146420 echo "$ac_t""yes" 1>&6
@@ -6425,7 +6431,7 @@ if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
64256431 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
64266432 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
64276433 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6428-echo "configure:6429: checking for $ac_word" >&5
6434+echo "configure:6435: checking for $ac_word" >&5
64296435 if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then
64306436 echo $ac_n "(cached) $ac_c" 1>&6
64316437 else
@@ -6456,7 +6462,7 @@ fi
64566462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
64576463 set dummy ${ncn_progname}; ac_word=$2
64586464 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6459-echo "configure:6460: checking for $ac_word" >&5
6465+echo "configure:6466: checking for $ac_word" >&5
64606466 if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then
64616467 echo $ac_n "(cached) $ac_c" 1>&6
64626468 else
@@ -6506,7 +6512,7 @@ fi
65066512 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
65076513 if test -n "$with_build_time_tools"; then
65086514 echo $ac_n "checking for windres in $with_build_time_tools""... $ac_c" 1>&6
6509-echo "configure:6510: checking for windres in $with_build_time_tools" >&5
6515+echo "configure:6516: checking for windres in $with_build_time_tools" >&5
65106516 if test -x $with_build_time_tools/windres; then
65116517 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
65126518 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
@@ -6524,7 +6530,7 @@ if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
65246530 # Extract the first word of "windres", so it can be a program name with args.
65256531 set dummy windres; ac_word=$2
65266532 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6527-echo "configure:6528: checking for $ac_word" >&5
6533+echo "configure:6534: checking for $ac_word" >&5
65286534 if eval "test \"`echo '$''{'ac_cv_path_WINDRES_FOR_TARGET'+set}'`\" = set"; then
65296535 echo $ac_n "(cached) $ac_c" 1>&6
65306536 else
@@ -6561,7 +6567,7 @@ if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
65616567 if test -n "$with_build_time_tools"; then
65626568 for ncn_progname in windres; do
65636569 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6564-echo "configure:6565: checking for ${ncn_progname} in $with_build_time_tools" >&5
6570+echo "configure:6571: checking for ${ncn_progname} in $with_build_time_tools" >&5
65656571 if test -x $with_build_time_tools/${ncn_progname}; then
65666572 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
65676573 echo "$ac_t""yes" 1>&6
@@ -6578,7 +6584,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
65786584 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
65796585 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
65806586 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6581-echo "configure:6582: checking for $ac_word" >&5
6587+echo "configure:6588: checking for $ac_word" >&5
65826588 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
65836589 echo $ac_n "(cached) $ac_c" 1>&6
65846590 else
@@ -6609,7 +6615,7 @@ fi
66096615 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
66106616 set dummy ${ncn_progname}; ac_word=$2
66116617 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6612-echo "configure:6613: checking for $ac_word" >&5
6618+echo "configure:6619: checking for $ac_word" >&5
66136619 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
66146620 echo $ac_n "(cached) $ac_c" 1>&6
66156621 else
@@ -6657,7 +6663,7 @@ fi
66576663 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
66586664
66596665 echo $ac_n "checking where to find the target ar""... $ac_c" 1>&6
6660-echo "configure:6661: checking where to find the target ar" >&5
6666+echo "configure:6667: checking where to find the target ar" >&5
66616667 if test "x${build}" != "x${host}" ; then
66626668 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
66636669 # We already found the complete path
@@ -6690,7 +6696,7 @@ else
66906696 fi
66916697 fi
66926698 echo $ac_n "checking where to find the target as""... $ac_c" 1>&6
6693-echo "configure:6694: checking where to find the target as" >&5
6699+echo "configure:6700: checking where to find the target as" >&5
66946700 if test "x${build}" != "x${host}" ; then
66956701 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
66966702 # We already found the complete path
@@ -6723,7 +6729,7 @@ else
67236729 fi
67246730 fi
67256731 echo $ac_n "checking where to find the target cc""... $ac_c" 1>&6
6726-echo "configure:6727: checking where to find the target cc" >&5
6732+echo "configure:6733: checking where to find the target cc" >&5
67276733 if test "x${build}" != "x${host}" ; then
67286734 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
67296735 # We already found the complete path
@@ -6756,7 +6762,7 @@ else
67566762 fi
67576763 fi
67586764 echo $ac_n "checking where to find the target c++""... $ac_c" 1>&6
6759-echo "configure:6760: checking where to find the target c++" >&5
6765+echo "configure:6766: checking where to find the target c++" >&5
67606766 if test "x${build}" != "x${host}" ; then
67616767 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
67626768 # We already found the complete path
@@ -6792,7 +6798,7 @@ else
67926798 fi
67936799 fi
67946800 echo $ac_n "checking where to find the target c++ for libstdc++""... $ac_c" 1>&6
6795-echo "configure:6796: checking where to find the target c++ for libstdc++" >&5
6801+echo "configure:6802: checking where to find the target c++ for libstdc++" >&5
67966802 if test "x${build}" != "x${host}" ; then
67976803 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
67986804 # We already found the complete path
@@ -6828,7 +6834,7 @@ else
68286834 fi
68296835 fi
68306836 echo $ac_n "checking where to find the target dlltool""... $ac_c" 1>&6
6831-echo "configure:6832: checking where to find the target dlltool" >&5
6837+echo "configure:6838: checking where to find the target dlltool" >&5
68326838 if test "x${build}" != "x${host}" ; then
68336839 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
68346840 # We already found the complete path
@@ -6861,7 +6867,7 @@ else
68616867 fi
68626868 fi
68636869 echo $ac_n "checking where to find the target gcc""... $ac_c" 1>&6
6864-echo "configure:6865: checking where to find the target gcc" >&5
6870+echo "configure:6871: checking where to find the target gcc" >&5
68656871 if test "x${build}" != "x${host}" ; then
68666872 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
68676873 # We already found the complete path
@@ -6894,7 +6900,7 @@ else
68946900 fi
68956901 fi
68966902 echo $ac_n "checking where to find the target gcj""... $ac_c" 1>&6
6897-echo "configure:6898: checking where to find the target gcj" >&5
6903+echo "configure:6904: checking where to find the target gcj" >&5
68986904 if test "x${build}" != "x${host}" ; then
68996905 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
69006906 # We already found the complete path
@@ -6930,7 +6936,7 @@ else
69306936 fi
69316937 fi
69326938 echo $ac_n "checking where to find the target gfortran""... $ac_c" 1>&6
6933-echo "configure:6934: checking where to find the target gfortran" >&5
6939+echo "configure:6940: checking where to find the target gfortran" >&5
69346940 if test "x${build}" != "x${host}" ; then
69356941 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
69366942 # We already found the complete path
@@ -6966,7 +6972,7 @@ else
69666972 fi
69676973 fi
69686974 echo $ac_n "checking where to find the target ld""... $ac_c" 1>&6
6969-echo "configure:6970: checking where to find the target ld" >&5
6975+echo "configure:6976: checking where to find the target ld" >&5
69706976 if test "x${build}" != "x${host}" ; then
69716977 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
69726978 # We already found the complete path
@@ -6999,7 +7005,7 @@ else
69997005 fi
70007006 fi
70017007 echo $ac_n "checking where to find the target lipo""... $ac_c" 1>&6
7002-echo "configure:7003: checking where to find the target lipo" >&5
7008+echo "configure:7009: checking where to find the target lipo" >&5
70037009 if test "x${build}" != "x${host}" ; then
70047010 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
70057011 # We already found the complete path
@@ -7022,7 +7028,7 @@ else
70227028 fi
70237029 fi
70247030 echo $ac_n "checking where to find the target nm""... $ac_c" 1>&6
7025-echo "configure:7026: checking where to find the target nm" >&5
7031+echo "configure:7032: checking where to find the target nm" >&5
70267032 if test "x${build}" != "x${host}" ; then
70277033 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
70287034 # We already found the complete path
@@ -7055,7 +7061,7 @@ else
70557061 fi
70567062 fi
70577063 echo $ac_n "checking where to find the target objdump""... $ac_c" 1>&6
7058-echo "configure:7059: checking where to find the target objdump" >&5
7064+echo "configure:7065: checking where to find the target objdump" >&5
70597065 if test "x${build}" != "x${host}" ; then
70607066 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
70617067 # We already found the complete path
@@ -7088,7 +7094,7 @@ else
70887094 fi
70897095 fi
70907096 echo $ac_n "checking where to find the target ranlib""... $ac_c" 1>&6
7091-echo "configure:7092: checking where to find the target ranlib" >&5
7097+echo "configure:7098: checking where to find the target ranlib" >&5
70927098 if test "x${build}" != "x${host}" ; then
70937099 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
70947100 # We already found the complete path
@@ -7121,7 +7127,7 @@ else
71217127 fi
71227128 fi
71237129 echo $ac_n "checking where to find the target strip""... $ac_c" 1>&6
7124-echo "configure:7125: checking where to find the target strip" >&5
7130+echo "configure:7131: checking where to find the target strip" >&5
71257131 if test "x${build}" != "x${host}" ; then
71267132 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
71277133 # We already found the complete path
@@ -7154,7 +7160,7 @@ else
71547160 fi
71557161 fi
71567162 echo $ac_n "checking where to find the target windres""... $ac_c" 1>&6
7157-echo "configure:7158: checking where to find the target windres" >&5
7163+echo "configure:7164: checking where to find the target windres" >&5
71587164 if test "x${build}" != "x${host}" ; then
71597165 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
71607166 # We already found the complete path
@@ -7215,7 +7221,7 @@ fi
72157221
72167222
72177223 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
7218-echo "configure:7219: checking whether to enable maintainer-specific portions of Makefiles" >&5
7224+echo "configure:7225: checking whether to enable maintainer-specific portions of Makefiles" >&5
72197225 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
72207226 if test "${enable_maintainer_mode+set}" = set; then
72217227 enableval="$enable_maintainer_mode"
@@ -7472,6 +7478,7 @@ s%@INSTALL_DATA@%$INSTALL_DATA%g
74727478 s%@LN@%$LN%g
74737479 s%@LN_S@%$LN_S%g
74747480 s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g
7481+s%@build_libsubdir@%$build_libsubdir%g
74757482 s%@build_subdir@%$build_subdir%g
74767483 s%@host_subdir@%$host_subdir%g
74777484 s%@target_subdir@%$target_subdir%g
--- a/configure.in
+++ b/configure.in
@@ -617,13 +617,6 @@ case "${target}" in
617617 i[[3456789]]86-*-mingw32*)
618618 target_configdirs="$target_configdirs target-mingw"
619619 noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
620-
621- # Can't build gdb for mingw32 if not native.
622- case "${host}" in
623- i[[3456789]]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
624- *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl gnuserv"
625- ;;
626- esac
627620 ;;
628621 *-*-cygwin*)
629622 target_configdirs="$target_configdirs target-libtermcap target-winsup"
@@ -634,13 +627,6 @@ case "${target}" in
634627 elif test -d "$srcdir/newlib"; then
635628 echo "Warning: winsup is missing so newlib can't be built."
636629 fi
637-
638- # Can't build gdb for Cygwin if not native.
639- case "${host}" in
640- *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
641- *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl libgui gnuserv"
642- ;;
643- esac
644630 ;;
645631 i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* | \
646632 i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* )
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
1+2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2+
3+ * config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
4+ * config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
5+ * config/i386/tm-cygwin.h: Delete file.
6+
17 2006-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
28
39 * infrun.c (handle_inferior_event): Typo.
--- a/gdb/config/i386/cygwin.mt
+++ b/gdb/config/i386/cygwin.mt
@@ -1,6 +1,2 @@
11 # Target: Intel 386 run win32
22 TDEPFILES= i386-tdep.o i386-cygwin-tdep.o i387-tdep.o
3-DEPRECATED_TM_FILE= tm-cygwin.h
4-
5-
6-
--- a/gdb/config/i386/nm-cygwin.h
+++ b/gdb/config/i386/nm-cygwin.h
@@ -1,5 +1,5 @@
11 /* Native definitions for Intel x86 running CYGWIN.
2- Copyright 2002 Free Software Foundation, Inc.
2+ Copyright 2002, 2006 Free Software Foundation, Inc.
33
44 This file is part of GDB.
55
@@ -18,6 +18,10 @@
1818 Foundation, Inc., 59 Temple Place - Suite 330,
1919 Boston, MA 02111-1307, USA. */
2020
21+#define ATTACH_NO_WAIT
22+#define ADD_SHARED_SYMBOL_FILES dll_symbol_command
23+void dll_symbol_command (char *, int);
24+
2125 #define I386_USE_GENERIC_WATCHPOINTS
2226
2327 #include "i386/nm-i386.h"
--- a/gdb/config/i386/tm-cygwin.h
+++ /dev/null
@@ -1,25 +0,0 @@
1-/* Macro definitions for i386 running under the win32 API Unix.
2-
3- Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004 Free
4- Software Foundation, Inc.
5-
6- This file is part of GDB.
7-
8- This program is free software; you can redistribute it and/or modify
9- it under the terms of the GNU General Public License as published by
10- the Free Software Foundation; either version 2 of the License, or
11- (at your option) any later version.
12-
13- This program is distributed in the hope that it will be useful,
14- but WITHOUT ANY WARRANTY; without even the implied warranty of
15- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16- GNU General Public License for more details.
17-
18- You should have received a copy of the GNU General Public License
19- along with this program; if not, write to the Free Software
20- Foundation, Inc., 59 Temple Place - Suite 330,
21- Boston, MA 02111-1307, USA. */
22-
23-#define ATTACH_NO_WAIT
24-#define ADD_SHARED_SYMBOL_FILES dll_symbol_command
25-void dll_symbol_command (char *, int);