GNU Binutils with patches for OS216
Revision | 66a79c16a65742d14f5991b596541276245d24ba (tree) |
---|---|
Zeit | 2006-07-23 12:47:44 |
Autor | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
* 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.
@@ -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 | + | |
1 | 6 | 2006-07-18 Paolo Bonzini <bonzini@gnu.org> |
2 | 7 | |
3 | 8 | * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir |
@@ -12,6 +12,8 @@ ac_help= | ||
12 | 12 | ac_default_prefix=/usr/local |
13 | 13 | # Any additions from configure.in: |
14 | 14 | ac_help="$ac_help |
15 | + --with-build-libsubdir=[DIR] Directory where to find libraries for build system" | |
16 | +ac_help="$ac_help | |
15 | 17 | --enable-libada Builds libada directory" |
16 | 18 | ac_help="$ac_help |
17 | 19 | --enable-libssp Builds libssp directory" |
@@ -608,7 +610,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | ||
608 | 610 | fi |
609 | 611 | |
610 | 612 | 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 | |
612 | 614 | |
613 | 615 | host_alias=$host |
614 | 616 | case "$host_alias" in |
@@ -629,7 +631,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
629 | 631 | echo "$ac_t""$host" 1>&6 |
630 | 632 | |
631 | 633 | 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 | |
633 | 635 | |
634 | 636 | target_alias=$target |
635 | 637 | case "$target_alias" in |
@@ -647,7 +649,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
647 | 649 | echo "$ac_t""$target" 1>&6 |
648 | 650 | |
649 | 651 | 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 | |
651 | 653 | |
652 | 654 | build_alias=$build |
653 | 655 | case "$build_alias" in |
@@ -702,7 +704,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x," | ||
702 | 704 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
703 | 705 | # ./install, which can be erroneously created by make from ./install.sh. |
704 | 706 | 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 | |
706 | 708 | if test -z "$INSTALL"; then |
707 | 709 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
708 | 710 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -755,7 +757,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' | ||
755 | 757 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
756 | 758 | |
757 | 759 | 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 | |
759 | 761 | if eval "test \"`echo '$''{'acx_cv_prog_LN'+set}'`\" = set"; then |
760 | 762 | echo $ac_n "(cached) $ac_c" 1>&6 |
761 | 763 | else |
@@ -779,7 +781,7 @@ else | ||
779 | 781 | fi |
780 | 782 | |
781 | 783 | 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 | |
783 | 785 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
784 | 786 | echo $ac_n "(cached) $ac_c" 1>&6 |
785 | 787 | else |
@@ -975,8 +977,26 @@ esac | ||
975 | 977 | *) target_noncanonical=${target_alias} ;; |
976 | 978 | esac |
977 | 979 | |
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. | |
979 | 991 | 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 | + | |
980 | 1000 | # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories |
981 | 1001 | if ( test $srcdir = . && test -d gcc ) \ |
982 | 1002 | || test -d $srcdir/../host-${host_noncanonical}; then |
@@ -986,7 +1006,7 @@ else | ||
986 | 1006 | fi |
987 | 1007 | # No prefix. |
988 | 1008 | target_subdir=${target_noncanonical} |
989 | - | |
1009 | + | |
990 | 1010 | |
991 | 1011 | # Skipdirs are removed silently. |
992 | 1012 | skipdirs= |
@@ -1421,13 +1441,6 @@ case "${target}" in | ||
1421 | 1441 | i[3456789]86-*-mingw32*) |
1422 | 1442 | target_configdirs="$target_configdirs target-mingw" |
1423 | 1443 | 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 | |
1431 | 1444 | ;; |
1432 | 1445 | *-*-cygwin*) |
1433 | 1446 | target_configdirs="$target_configdirs target-libtermcap target-winsup" |
@@ -1438,13 +1451,6 @@ case "${target}" in | ||
1438 | 1451 | elif test -d "$srcdir/newlib"; then |
1439 | 1452 | echo "Warning: winsup is missing so newlib can't be built." |
1440 | 1453 | 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 | |
1448 | 1454 | ;; |
1449 | 1455 | i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \ |
1450 | 1456 | i[3456789]86-*-uwin* | i[3456789]86-*-interix* ) |
@@ -1846,7 +1852,7 @@ else | ||
1846 | 1852 | # Extract the first word of "gcc", so it can be a program name with args. |
1847 | 1853 | set dummy gcc; ac_word=$2 |
1848 | 1854 | 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 | |
1850 | 1856 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1851 | 1857 | echo $ac_n "(cached) $ac_c" 1>&6 |
1852 | 1858 | else |
@@ -1876,7 +1882,7 @@ if test -z "$CC"; then | ||
1876 | 1882 | # Extract the first word of "cc", so it can be a program name with args. |
1877 | 1883 | set dummy cc; ac_word=$2 |
1878 | 1884 | 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 | |
1880 | 1886 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1881 | 1887 | echo $ac_n "(cached) $ac_c" 1>&6 |
1882 | 1888 | else |
@@ -1927,7 +1933,7 @@ fi | ||
1927 | 1933 | # Extract the first word of "cl", so it can be a program name with args. |
1928 | 1934 | set dummy cl; ac_word=$2 |
1929 | 1935 | 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 | |
1931 | 1937 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1932 | 1938 | echo $ac_n "(cached) $ac_c" 1>&6 |
1933 | 1939 | else |
@@ -1959,7 +1965,7 @@ fi | ||
1959 | 1965 | fi |
1960 | 1966 | |
1961 | 1967 | 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 | |
1963 | 1969 | |
1964 | 1970 | ac_ext=c |
1965 | 1971 | # 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 | ||
1970 | 1976 | |
1971 | 1977 | cat > conftest.$ac_ext << EOF |
1972 | 1978 | |
1973 | -#line 1974 "configure" | |
1979 | +#line 1980 "configure" | |
1974 | 1980 | #include "confdefs.h" |
1975 | 1981 | |
1976 | 1982 | main(){return(0);} |
1977 | 1983 | 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 | |
1979 | 1985 | ac_cv_prog_cc_works=yes |
1980 | 1986 | # If we can't run a trivial program, we are probably using a cross compiler. |
1981 | 1987 | if (./conftest; exit) 2>/dev/null; then |
@@ -2001,12 +2007,12 @@ if test $ac_cv_prog_cc_works = no; then | ||
2001 | 2007 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
2002 | 2008 | fi |
2003 | 2009 | 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 | |
2005 | 2011 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
2006 | 2012 | cross_compiling=$ac_cv_prog_cc_cross |
2007 | 2013 | |
2008 | 2014 | 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 | |
2010 | 2016 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
2011 | 2017 | echo $ac_n "(cached) $ac_c" 1>&6 |
2012 | 2018 | else |
@@ -2015,7 +2021,7 @@ else | ||
2015 | 2021 | yes; |
2016 | 2022 | #endif |
2017 | 2023 | 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 | |
2019 | 2025 | ac_cv_prog_gcc=yes |
2020 | 2026 | else |
2021 | 2027 | ac_cv_prog_gcc=no |
@@ -2034,7 +2040,7 @@ ac_test_CFLAGS="${CFLAGS+set}" | ||
2034 | 2040 | ac_save_CFLAGS="$CFLAGS" |
2035 | 2041 | CFLAGS= |
2036 | 2042 | 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 | |
2038 | 2044 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
2039 | 2045 | echo $ac_n "(cached) $ac_c" 1>&6 |
2040 | 2046 | else |
@@ -2101,7 +2107,7 @@ fi | ||
2101 | 2107 | # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args. |
2102 | 2108 | set dummy ${ac_tool_prefix}gnatbind; ac_word=$2 |
2103 | 2109 | 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 | |
2105 | 2111 | if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then |
2106 | 2112 | echo $ac_n "(cached) $ac_c" 1>&6 |
2107 | 2113 | else |
@@ -2133,7 +2139,7 @@ if test -n "$ac_tool_prefix"; then | ||
2133 | 2139 | # Extract the first word of "gnatbind", so it can be a program name with args. |
2134 | 2140 | set dummy gnatbind; ac_word=$2 |
2135 | 2141 | 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 | |
2137 | 2143 | if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then |
2138 | 2144 | echo $ac_n "(cached) $ac_c" 1>&6 |
2139 | 2145 | else |
@@ -2166,7 +2172,7 @@ fi | ||
2166 | 2172 | fi |
2167 | 2173 | |
2168 | 2174 | 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 | |
2170 | 2176 | if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then |
2171 | 2177 | echo $ac_n "(cached) $ac_c" 1>&6 |
2172 | 2178 | else |
@@ -2198,7 +2204,7 @@ else | ||
2198 | 2204 | fi |
2199 | 2205 | |
2200 | 2206 | 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 | |
2202 | 2208 | if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then |
2203 | 2209 | echo $ac_n "(cached) $ac_c" 1>&6 |
2204 | 2210 | else |
@@ -2296,9 +2302,9 @@ saved_CFLAGS="$CFLAGS" | ||
2296 | 2302 | CFLAGS="$CFLAGS $gmpinc" |
2297 | 2303 | # Check GMP actually works |
2298 | 2304 | 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 | |
2300 | 2306 | cat > conftest.$ac_ext <<EOF |
2301 | -#line 2302 "configure" | |
2307 | +#line 2308 "configure" | |
2302 | 2308 | #include "confdefs.h" |
2303 | 2309 | #include "gmp.h" |
2304 | 2310 | int main() { |
@@ -2309,7 +2315,7 @@ choke me | ||
2309 | 2315 | |
2310 | 2316 | ; return 0; } |
2311 | 2317 | 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 | |
2313 | 2319 | rm -rf conftest* |
2314 | 2320 | echo "$ac_t""yes" 1>&6 |
2315 | 2321 | else |
@@ -2322,12 +2328,12 @@ rm -f conftest* | ||
2322 | 2328 | |
2323 | 2329 | if test x"$have_gmp" = xyes; then |
2324 | 2330 | 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 | |
2326 | 2332 | |
2327 | 2333 | saved_LIBS="$LIBS" |
2328 | 2334 | LIBS="$LIBS $gmplibs" |
2329 | 2335 | cat > conftest.$ac_ext <<EOF |
2330 | -#line 2331 "configure" | |
2336 | +#line 2337 "configure" | |
2331 | 2337 | #include "confdefs.h" |
2332 | 2338 | #include <gmp.h> |
2333 | 2339 | #include <mpfr.h> |
@@ -2335,7 +2341,7 @@ int main() { | ||
2335 | 2341 | mpfr_t n; mpfr_init(n); |
2336 | 2342 | ; return 0; } |
2337 | 2343 | 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 | |
2339 | 2345 | rm -rf conftest* |
2340 | 2346 | echo "$ac_t""yes" 1>&6 |
2341 | 2347 | else |
@@ -3441,7 +3447,7 @@ do | ||
3441 | 3447 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3442 | 3448 | set dummy $ac_prog; ac_word=$2 |
3443 | 3449 | 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 | |
3445 | 3451 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
3446 | 3452 | echo $ac_n "(cached) $ac_c" 1>&6 |
3447 | 3453 | else |
@@ -3481,7 +3487,7 @@ do | ||
3481 | 3487 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3482 | 3488 | set dummy $ac_prog; ac_word=$2 |
3483 | 3489 | 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 | |
3485 | 3491 | if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then |
3486 | 3492 | echo $ac_n "(cached) $ac_c" 1>&6 |
3487 | 3493 | else |
@@ -3520,7 +3526,7 @@ do | ||
3520 | 3526 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3521 | 3527 | set dummy $ac_prog; ac_word=$2 |
3522 | 3528 | 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 | |
3524 | 3530 | if eval "test \"`echo '$''{'ac_cv_prog_M4'+set}'`\" = set"; then |
3525 | 3531 | echo $ac_n "(cached) $ac_c" 1>&6 |
3526 | 3532 | else |
@@ -3559,7 +3565,7 @@ do | ||
3559 | 3565 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3560 | 3566 | set dummy $ac_prog; ac_word=$2 |
3561 | 3567 | 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 | |
3563 | 3569 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
3564 | 3570 | echo $ac_n "(cached) $ac_c" 1>&6 |
3565 | 3571 | else |
@@ -3599,7 +3605,7 @@ do | ||
3599 | 3605 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3600 | 3606 | set dummy $ac_prog; ac_word=$2 |
3601 | 3607 | 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 | |
3603 | 3609 | if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then |
3604 | 3610 | echo $ac_n "(cached) $ac_c" 1>&6 |
3605 | 3611 | else |
@@ -3638,7 +3644,7 @@ do | ||
3638 | 3644 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3639 | 3645 | set dummy $ac_prog; ac_word=$2 |
3640 | 3646 | 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 | |
3642 | 3648 | if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then |
3643 | 3649 | echo $ac_n "(cached) $ac_c" 1>&6 |
3644 | 3650 | else |
@@ -3691,7 +3697,7 @@ do | ||
3691 | 3697 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3692 | 3698 | set dummy $ac_prog; ac_word=$2 |
3693 | 3699 | 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 | |
3695 | 3701 | if eval "test \"`echo '$''{'ac_cv_prog_EXPECT'+set}'`\" = set"; then |
3696 | 3702 | echo $ac_n "(cached) $ac_c" 1>&6 |
3697 | 3703 | else |
@@ -3732,7 +3738,7 @@ do | ||
3732 | 3738 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3733 | 3739 | set dummy $ac_prog; ac_word=$2 |
3734 | 3740 | 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 | |
3736 | 3742 | if eval "test \"`echo '$''{'ac_cv_prog_RUNTEST'+set}'`\" = set"; then |
3737 | 3743 | echo $ac_n "(cached) $ac_c" 1>&6 |
3738 | 3744 | else |
@@ -3780,7 +3786,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias- | ||
3780 | 3786 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
3781 | 3787 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
3782 | 3788 | 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 | |
3784 | 3790 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
3785 | 3791 | echo $ac_n "(cached) $ac_c" 1>&6 |
3786 | 3792 | else |
@@ -3811,7 +3817,7 @@ fi | ||
3811 | 3817 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
3812 | 3818 | set dummy ${ncn_progname}; ac_word=$2 |
3813 | 3819 | 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 | |
3815 | 3821 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
3816 | 3822 | echo $ac_n "(cached) $ac_c" 1>&6 |
3817 | 3823 | else |
@@ -3855,7 +3861,7 @@ fi | ||
3855 | 3861 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
3856 | 3862 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
3857 | 3863 | 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 | |
3859 | 3865 | if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then |
3860 | 3866 | echo $ac_n "(cached) $ac_c" 1>&6 |
3861 | 3867 | else |
@@ -3886,7 +3892,7 @@ fi | ||
3886 | 3892 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
3887 | 3893 | set dummy ${ncn_progname}; ac_word=$2 |
3888 | 3894 | 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 | |
3890 | 3896 | if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then |
3891 | 3897 | echo $ac_n "(cached) $ac_c" 1>&6 |
3892 | 3898 | else |
@@ -3930,7 +3936,7 @@ fi | ||
3930 | 3936 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
3931 | 3937 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
3932 | 3938 | 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 | |
3934 | 3940 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then |
3935 | 3941 | echo $ac_n "(cached) $ac_c" 1>&6 |
3936 | 3942 | else |
@@ -3961,7 +3967,7 @@ fi | ||
3961 | 3967 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
3962 | 3968 | set dummy ${ncn_progname}; ac_word=$2 |
3963 | 3969 | 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 | |
3965 | 3971 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then |
3966 | 3972 | echo $ac_n "(cached) $ac_c" 1>&6 |
3967 | 3973 | else |
@@ -4005,7 +4011,7 @@ fi | ||
4005 | 4011 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4006 | 4012 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4007 | 4013 | 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 | |
4009 | 4015 | if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then |
4010 | 4016 | echo $ac_n "(cached) $ac_c" 1>&6 |
4011 | 4017 | else |
@@ -4036,7 +4042,7 @@ fi | ||
4036 | 4042 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4037 | 4043 | set dummy ${ncn_progname}; ac_word=$2 |
4038 | 4044 | 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 | |
4040 | 4046 | if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then |
4041 | 4047 | echo $ac_n "(cached) $ac_c" 1>&6 |
4042 | 4048 | else |
@@ -4080,7 +4086,7 @@ fi | ||
4080 | 4086 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4081 | 4087 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4082 | 4088 | 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 | |
4084 | 4090 | if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then |
4085 | 4091 | echo $ac_n "(cached) $ac_c" 1>&6 |
4086 | 4092 | else |
@@ -4111,7 +4117,7 @@ fi | ||
4111 | 4117 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4112 | 4118 | set dummy ${ncn_progname}; ac_word=$2 |
4113 | 4119 | 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 | |
4115 | 4121 | if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then |
4116 | 4122 | echo $ac_n "(cached) $ac_c" 1>&6 |
4117 | 4123 | else |
@@ -4155,7 +4161,7 @@ fi | ||
4155 | 4161 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4156 | 4162 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4157 | 4163 | 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 | |
4159 | 4165 | if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then |
4160 | 4166 | echo $ac_n "(cached) $ac_c" 1>&6 |
4161 | 4167 | else |
@@ -4186,7 +4192,7 @@ fi | ||
4186 | 4192 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4187 | 4193 | set dummy ${ncn_progname}; ac_word=$2 |
4188 | 4194 | 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 | |
4190 | 4196 | if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then |
4191 | 4197 | echo $ac_n "(cached) $ac_c" 1>&6 |
4192 | 4198 | else |
@@ -4230,7 +4236,7 @@ fi | ||
4230 | 4236 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4231 | 4237 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4232 | 4238 | 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 | |
4234 | 4240 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
4235 | 4241 | echo $ac_n "(cached) $ac_c" 1>&6 |
4236 | 4242 | else |
@@ -4261,7 +4267,7 @@ fi | ||
4261 | 4267 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4262 | 4268 | set dummy ${ncn_progname}; ac_word=$2 |
4263 | 4269 | 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 | |
4265 | 4271 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
4266 | 4272 | echo $ac_n "(cached) $ac_c" 1>&6 |
4267 | 4273 | else |
@@ -4300,7 +4306,7 @@ fi | ||
4300 | 4306 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4301 | 4307 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4302 | 4308 | 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 | |
4304 | 4310 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
4305 | 4311 | echo $ac_n "(cached) $ac_c" 1>&6 |
4306 | 4312 | else |
@@ -4331,7 +4337,7 @@ fi | ||
4331 | 4337 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4332 | 4338 | set dummy ${ncn_progname}; ac_word=$2 |
4333 | 4339 | 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 | |
4335 | 4341 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
4336 | 4342 | echo $ac_n "(cached) $ac_c" 1>&6 |
4337 | 4343 | else |
@@ -4370,7 +4376,7 @@ fi | ||
4370 | 4376 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4371 | 4377 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4372 | 4378 | 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 | |
4374 | 4380 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then |
4375 | 4381 | echo $ac_n "(cached) $ac_c" 1>&6 |
4376 | 4382 | else |
@@ -4401,7 +4407,7 @@ fi | ||
4401 | 4407 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4402 | 4408 | set dummy ${ncn_progname}; ac_word=$2 |
4403 | 4409 | 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 | |
4405 | 4411 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then |
4406 | 4412 | echo $ac_n "(cached) $ac_c" 1>&6 |
4407 | 4413 | else |
@@ -4445,7 +4451,7 @@ fi | ||
4445 | 4451 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4446 | 4452 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4447 | 4453 | 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 | |
4449 | 4455 | if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then |
4450 | 4456 | echo $ac_n "(cached) $ac_c" 1>&6 |
4451 | 4457 | else |
@@ -4476,7 +4482,7 @@ fi | ||
4476 | 4482 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4477 | 4483 | set dummy ${ncn_progname}; ac_word=$2 |
4478 | 4484 | 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 | |
4480 | 4486 | if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then |
4481 | 4487 | echo $ac_n "(cached) $ac_c" 1>&6 |
4482 | 4488 | else |
@@ -4520,7 +4526,7 @@ fi | ||
4520 | 4526 | # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4521 | 4527 | set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2 |
4522 | 4528 | 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 | |
4524 | 4530 | if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then |
4525 | 4531 | echo $ac_n "(cached) $ac_c" 1>&6 |
4526 | 4532 | else |
@@ -4551,7 +4557,7 @@ fi | ||
4551 | 4557 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4552 | 4558 | set dummy ${ncn_progname}; ac_word=$2 |
4553 | 4559 | 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 | |
4555 | 4561 | if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then |
4556 | 4562 | echo $ac_n "(cached) $ac_c" 1>&6 |
4557 | 4563 | else |
@@ -4615,7 +4621,7 @@ fi | ||
4615 | 4621 | if test -n "$with_build_time_tools"; then |
4616 | 4622 | for ncn_progname in cc gcc; do |
4617 | 4623 | 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 | |
4619 | 4625 | if test -x $with_build_time_tools/${ncn_progname}; then |
4620 | 4626 | ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
4621 | 4627 | echo "$ac_t""yes" 1>&6 |
@@ -4632,7 +4638,7 @@ if test -z "$ac_cv_prog_CC_FOR_TARGET"; then | ||
4632 | 4638 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4633 | 4639 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
4634 | 4640 | 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 | |
4636 | 4642 | if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then |
4637 | 4643 | echo $ac_n "(cached) $ac_c" 1>&6 |
4638 | 4644 | else |
@@ -4663,7 +4669,7 @@ fi | ||
4663 | 4669 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4664 | 4670 | set dummy ${ncn_progname}; ac_word=$2 |
4665 | 4671 | 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 | |
4667 | 4673 | if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then |
4668 | 4674 | echo $ac_n "(cached) $ac_c" 1>&6 |
4669 | 4675 | else |
@@ -4706,7 +4712,7 @@ fi | ||
4706 | 4712 | if test -n "$with_build_time_tools"; then |
4707 | 4713 | for ncn_progname in c++ g++ cxx gxx; do |
4708 | 4714 | 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 | |
4710 | 4716 | if test -x $with_build_time_tools/${ncn_progname}; then |
4711 | 4717 | ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
4712 | 4718 | echo "$ac_t""yes" 1>&6 |
@@ -4723,7 +4729,7 @@ if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then | ||
4723 | 4729 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4724 | 4730 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
4725 | 4731 | 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 | |
4727 | 4733 | if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then |
4728 | 4734 | echo $ac_n "(cached) $ac_c" 1>&6 |
4729 | 4735 | else |
@@ -4754,7 +4760,7 @@ fi | ||
4754 | 4760 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4755 | 4761 | set dummy ${ncn_progname}; ac_word=$2 |
4756 | 4762 | 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 | |
4758 | 4764 | if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then |
4759 | 4765 | echo $ac_n "(cached) $ac_c" 1>&6 |
4760 | 4766 | else |
@@ -4797,7 +4803,7 @@ fi | ||
4797 | 4803 | if test -n "$with_build_time_tools"; then |
4798 | 4804 | for ncn_progname in gcc; do |
4799 | 4805 | 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 | |
4801 | 4807 | if test -x $with_build_time_tools/${ncn_progname}; then |
4802 | 4808 | ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
4803 | 4809 | echo "$ac_t""yes" 1>&6 |
@@ -4814,7 +4820,7 @@ if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then | ||
4814 | 4820 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4815 | 4821 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
4816 | 4822 | 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 | |
4818 | 4824 | if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then |
4819 | 4825 | echo $ac_n "(cached) $ac_c" 1>&6 |
4820 | 4826 | else |
@@ -4845,7 +4851,7 @@ fi | ||
4845 | 4851 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4846 | 4852 | set dummy ${ncn_progname}; ac_word=$2 |
4847 | 4853 | 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 | |
4849 | 4855 | if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then |
4850 | 4856 | echo $ac_n "(cached) $ac_c" 1>&6 |
4851 | 4857 | else |
@@ -4883,7 +4889,7 @@ fi | ||
4883 | 4889 | if test -n "$with_build_time_tools"; then |
4884 | 4890 | for ncn_progname in gcj; do |
4885 | 4891 | 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 | |
4887 | 4893 | if test -x $with_build_time_tools/${ncn_progname}; then |
4888 | 4894 | ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
4889 | 4895 | echo "$ac_t""yes" 1>&6 |
@@ -4900,7 +4906,7 @@ if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then | ||
4900 | 4906 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4901 | 4907 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
4902 | 4908 | 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 | |
4904 | 4910 | if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then |
4905 | 4911 | echo $ac_n "(cached) $ac_c" 1>&6 |
4906 | 4912 | else |
@@ -4931,7 +4937,7 @@ fi | ||
4931 | 4937 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
4932 | 4938 | set dummy ${ncn_progname}; ac_word=$2 |
4933 | 4939 | 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 | |
4935 | 4941 | if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then |
4936 | 4942 | echo $ac_n "(cached) $ac_c" 1>&6 |
4937 | 4943 | else |
@@ -4974,7 +4980,7 @@ fi | ||
4974 | 4980 | if test -n "$with_build_time_tools"; then |
4975 | 4981 | for ncn_progname in gfortran; do |
4976 | 4982 | 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 | |
4978 | 4984 | if test -x $with_build_time_tools/${ncn_progname}; then |
4979 | 4985 | ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
4980 | 4986 | echo "$ac_t""yes" 1>&6 |
@@ -4991,7 +4997,7 @@ if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then | ||
4991 | 4997 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
4992 | 4998 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
4993 | 4999 | 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 | |
4995 | 5001 | if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then |
4996 | 5002 | echo $ac_n "(cached) $ac_c" 1>&6 |
4997 | 5003 | else |
@@ -5022,7 +5028,7 @@ fi | ||
5022 | 5028 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5023 | 5029 | set dummy ${ncn_progname}; ac_word=$2 |
5024 | 5030 | 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 | |
5026 | 5032 | if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then |
5027 | 5033 | echo $ac_n "(cached) $ac_c" 1>&6 |
5028 | 5034 | else |
@@ -5129,7 +5135,7 @@ rm conftest.c | ||
5129 | 5135 | if test -z "$ac_cv_path_AR_FOR_TARGET" ; then |
5130 | 5136 | if test -n "$with_build_time_tools"; then |
5131 | 5137 | 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 | |
5133 | 5139 | if test -x $with_build_time_tools/ar; then |
5134 | 5140 | AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar |
5135 | 5141 | ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET |
@@ -5147,7 +5153,7 @@ if test -z "$ac_cv_path_AR_FOR_TARGET" ; then | ||
5147 | 5153 | # Extract the first word of "ar", so it can be a program name with args. |
5148 | 5154 | set dummy ar; ac_word=$2 |
5149 | 5155 | 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 | |
5151 | 5157 | if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then |
5152 | 5158 | echo $ac_n "(cached) $ac_c" 1>&6 |
5153 | 5159 | else |
@@ -5184,7 +5190,7 @@ if test -z "$ac_cv_path_AR_FOR_TARGET" ; then | ||
5184 | 5190 | if test -n "$with_build_time_tools"; then |
5185 | 5191 | for ncn_progname in ar; do |
5186 | 5192 | 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 | |
5188 | 5194 | if test -x $with_build_time_tools/${ncn_progname}; then |
5189 | 5195 | ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
5190 | 5196 | echo "$ac_t""yes" 1>&6 |
@@ -5201,7 +5207,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET"; then | ||
5201 | 5207 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
5202 | 5208 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
5203 | 5209 | 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 | |
5205 | 5211 | if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then |
5206 | 5212 | echo $ac_n "(cached) $ac_c" 1>&6 |
5207 | 5213 | else |
@@ -5232,7 +5238,7 @@ fi | ||
5232 | 5238 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5233 | 5239 | set dummy ${ncn_progname}; ac_word=$2 |
5234 | 5240 | 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 | |
5236 | 5242 | if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then |
5237 | 5243 | echo $ac_n "(cached) $ac_c" 1>&6 |
5238 | 5244 | else |
@@ -5282,7 +5288,7 @@ fi | ||
5282 | 5288 | if test -z "$ac_cv_path_AS_FOR_TARGET" ; then |
5283 | 5289 | if test -n "$with_build_time_tools"; then |
5284 | 5290 | 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 | |
5286 | 5292 | if test -x $with_build_time_tools/as; then |
5287 | 5293 | AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as |
5288 | 5294 | ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET |
@@ -5300,7 +5306,7 @@ if test -z "$ac_cv_path_AS_FOR_TARGET" ; then | ||
5300 | 5306 | # Extract the first word of "as", so it can be a program name with args. |
5301 | 5307 | set dummy as; ac_word=$2 |
5302 | 5308 | 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 | |
5304 | 5310 | if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then |
5305 | 5311 | echo $ac_n "(cached) $ac_c" 1>&6 |
5306 | 5312 | else |
@@ -5337,7 +5343,7 @@ if test -z "$ac_cv_path_AS_FOR_TARGET" ; then | ||
5337 | 5343 | if test -n "$with_build_time_tools"; then |
5338 | 5344 | for ncn_progname in as; do |
5339 | 5345 | 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 | |
5341 | 5347 | if test -x $with_build_time_tools/${ncn_progname}; then |
5342 | 5348 | ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
5343 | 5349 | echo "$ac_t""yes" 1>&6 |
@@ -5354,7 +5360,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET"; then | ||
5354 | 5360 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
5355 | 5361 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
5356 | 5362 | 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 | |
5358 | 5364 | if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then |
5359 | 5365 | echo $ac_n "(cached) $ac_c" 1>&6 |
5360 | 5366 | else |
@@ -5385,7 +5391,7 @@ fi | ||
5385 | 5391 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5386 | 5392 | set dummy ${ncn_progname}; ac_word=$2 |
5387 | 5393 | 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 | |
5389 | 5395 | if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then |
5390 | 5396 | echo $ac_n "(cached) $ac_c" 1>&6 |
5391 | 5397 | else |
@@ -5435,7 +5441,7 @@ fi | ||
5435 | 5441 | if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then |
5436 | 5442 | if test -n "$with_build_time_tools"; then |
5437 | 5443 | 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 | |
5439 | 5445 | if test -x $with_build_time_tools/dlltool; then |
5440 | 5446 | DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool |
5441 | 5447 | ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET |
@@ -5453,7 +5459,7 @@ if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then | ||
5453 | 5459 | # Extract the first word of "dlltool", so it can be a program name with args. |
5454 | 5460 | set dummy dlltool; ac_word=$2 |
5455 | 5461 | 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 | |
5457 | 5463 | if eval "test \"`echo '$''{'ac_cv_path_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then |
5458 | 5464 | echo $ac_n "(cached) $ac_c" 1>&6 |
5459 | 5465 | else |
@@ -5490,7 +5496,7 @@ if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then | ||
5490 | 5496 | if test -n "$with_build_time_tools"; then |
5491 | 5497 | for ncn_progname in dlltool; do |
5492 | 5498 | 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 | |
5494 | 5500 | if test -x $with_build_time_tools/${ncn_progname}; then |
5495 | 5501 | ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
5496 | 5502 | echo "$ac_t""yes" 1>&6 |
@@ -5507,7 +5513,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then | ||
5507 | 5513 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
5508 | 5514 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
5509 | 5515 | 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 | |
5511 | 5517 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then |
5512 | 5518 | echo $ac_n "(cached) $ac_c" 1>&6 |
5513 | 5519 | else |
@@ -5538,7 +5544,7 @@ fi | ||
5538 | 5544 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5539 | 5545 | set dummy ${ncn_progname}; ac_word=$2 |
5540 | 5546 | 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 | |
5542 | 5548 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then |
5543 | 5549 | echo $ac_n "(cached) $ac_c" 1>&6 |
5544 | 5550 | else |
@@ -5588,7 +5594,7 @@ fi | ||
5588 | 5594 | if test -z "$ac_cv_path_LD_FOR_TARGET" ; then |
5589 | 5595 | if test -n "$with_build_time_tools"; then |
5590 | 5596 | 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 | |
5592 | 5598 | if test -x $with_build_time_tools/ld; then |
5593 | 5599 | LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld |
5594 | 5600 | ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET |
@@ -5606,7 +5612,7 @@ if test -z "$ac_cv_path_LD_FOR_TARGET" ; then | ||
5606 | 5612 | # Extract the first word of "ld", so it can be a program name with args. |
5607 | 5613 | set dummy ld; ac_word=$2 |
5608 | 5614 | 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 | |
5610 | 5616 | if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then |
5611 | 5617 | echo $ac_n "(cached) $ac_c" 1>&6 |
5612 | 5618 | else |
@@ -5643,7 +5649,7 @@ if test -z "$ac_cv_path_LD_FOR_TARGET" ; then | ||
5643 | 5649 | if test -n "$with_build_time_tools"; then |
5644 | 5650 | for ncn_progname in ld; do |
5645 | 5651 | 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 | |
5647 | 5653 | if test -x $with_build_time_tools/${ncn_progname}; then |
5648 | 5654 | ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
5649 | 5655 | echo "$ac_t""yes" 1>&6 |
@@ -5660,7 +5666,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET"; then | ||
5660 | 5666 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
5661 | 5667 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
5662 | 5668 | 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 | |
5664 | 5670 | if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then |
5665 | 5671 | echo $ac_n "(cached) $ac_c" 1>&6 |
5666 | 5672 | else |
@@ -5691,7 +5697,7 @@ fi | ||
5691 | 5697 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5692 | 5698 | set dummy ${ncn_progname}; ac_word=$2 |
5693 | 5699 | 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 | |
5695 | 5701 | if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then |
5696 | 5702 | echo $ac_n "(cached) $ac_c" 1>&6 |
5697 | 5703 | else |
@@ -5741,7 +5747,7 @@ fi | ||
5741 | 5747 | if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then |
5742 | 5748 | if test -n "$with_build_time_tools"; then |
5743 | 5749 | 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 | |
5745 | 5751 | if test -x $with_build_time_tools/lipo; then |
5746 | 5752 | LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo |
5747 | 5753 | ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET |
@@ -5759,7 +5765,7 @@ if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then | ||
5759 | 5765 | # Extract the first word of "lipo", so it can be a program name with args. |
5760 | 5766 | set dummy lipo; ac_word=$2 |
5761 | 5767 | 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 | |
5763 | 5769 | if eval "test \"`echo '$''{'ac_cv_path_LIPO_FOR_TARGET'+set}'`\" = set"; then |
5764 | 5770 | echo $ac_n "(cached) $ac_c" 1>&6 |
5765 | 5771 | else |
@@ -5796,7 +5802,7 @@ if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then | ||
5796 | 5802 | if test -n "$with_build_time_tools"; then |
5797 | 5803 | for ncn_progname in lipo; do |
5798 | 5804 | 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 | |
5800 | 5806 | if test -x $with_build_time_tools/${ncn_progname}; then |
5801 | 5807 | ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
5802 | 5808 | echo "$ac_t""yes" 1>&6 |
@@ -5813,7 +5819,7 @@ if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then | ||
5813 | 5819 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
5814 | 5820 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
5815 | 5821 | 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 | |
5817 | 5823 | if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then |
5818 | 5824 | echo $ac_n "(cached) $ac_c" 1>&6 |
5819 | 5825 | else |
@@ -5844,7 +5850,7 @@ fi | ||
5844 | 5850 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5845 | 5851 | set dummy ${ncn_progname}; ac_word=$2 |
5846 | 5852 | 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 | |
5848 | 5854 | if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then |
5849 | 5855 | echo $ac_n "(cached) $ac_c" 1>&6 |
5850 | 5856 | else |
@@ -5894,7 +5900,7 @@ fi | ||
5894 | 5900 | if test -z "$ac_cv_path_NM_FOR_TARGET" ; then |
5895 | 5901 | if test -n "$with_build_time_tools"; then |
5896 | 5902 | 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 | |
5898 | 5904 | if test -x $with_build_time_tools/nm; then |
5899 | 5905 | NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm |
5900 | 5906 | ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET |
@@ -5912,7 +5918,7 @@ if test -z "$ac_cv_path_NM_FOR_TARGET" ; then | ||
5912 | 5918 | # Extract the first word of "nm", so it can be a program name with args. |
5913 | 5919 | set dummy nm; ac_word=$2 |
5914 | 5920 | 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 | |
5916 | 5922 | if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then |
5917 | 5923 | echo $ac_n "(cached) $ac_c" 1>&6 |
5918 | 5924 | else |
@@ -5949,7 +5955,7 @@ if test -z "$ac_cv_path_NM_FOR_TARGET" ; then | ||
5949 | 5955 | if test -n "$with_build_time_tools"; then |
5950 | 5956 | for ncn_progname in nm; do |
5951 | 5957 | 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 | |
5953 | 5959 | if test -x $with_build_time_tools/${ncn_progname}; then |
5954 | 5960 | ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
5955 | 5961 | echo "$ac_t""yes" 1>&6 |
@@ -5966,7 +5972,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET"; then | ||
5966 | 5972 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
5967 | 5973 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
5968 | 5974 | 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 | |
5970 | 5976 | if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then |
5971 | 5977 | echo $ac_n "(cached) $ac_c" 1>&6 |
5972 | 5978 | else |
@@ -5997,7 +6003,7 @@ fi | ||
5997 | 6003 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
5998 | 6004 | set dummy ${ncn_progname}; ac_word=$2 |
5999 | 6005 | 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 | |
6001 | 6007 | if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then |
6002 | 6008 | echo $ac_n "(cached) $ac_c" 1>&6 |
6003 | 6009 | else |
@@ -6047,7 +6053,7 @@ fi | ||
6047 | 6053 | if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then |
6048 | 6054 | if test -n "$with_build_time_tools"; then |
6049 | 6055 | 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 | |
6051 | 6057 | if test -x $with_build_time_tools/objdump; then |
6052 | 6058 | OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump |
6053 | 6059 | ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET |
@@ -6065,7 +6071,7 @@ if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then | ||
6065 | 6071 | # Extract the first word of "objdump", so it can be a program name with args. |
6066 | 6072 | set dummy objdump; ac_word=$2 |
6067 | 6073 | 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 | |
6069 | 6075 | if eval "test \"`echo '$''{'ac_cv_path_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then |
6070 | 6076 | echo $ac_n "(cached) $ac_c" 1>&6 |
6071 | 6077 | else |
@@ -6102,7 +6108,7 @@ if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then | ||
6102 | 6108 | if test -n "$with_build_time_tools"; then |
6103 | 6109 | for ncn_progname in objdump; do |
6104 | 6110 | 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 | |
6106 | 6112 | if test -x $with_build_time_tools/${ncn_progname}; then |
6107 | 6113 | ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
6108 | 6114 | echo "$ac_t""yes" 1>&6 |
@@ -6119,7 +6125,7 @@ if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then | ||
6119 | 6125 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
6120 | 6126 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
6121 | 6127 | 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 | |
6123 | 6129 | if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then |
6124 | 6130 | echo $ac_n "(cached) $ac_c" 1>&6 |
6125 | 6131 | else |
@@ -6150,7 +6156,7 @@ fi | ||
6150 | 6156 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
6151 | 6157 | set dummy ${ncn_progname}; ac_word=$2 |
6152 | 6158 | 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 | |
6154 | 6160 | if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then |
6155 | 6161 | echo $ac_n "(cached) $ac_c" 1>&6 |
6156 | 6162 | else |
@@ -6200,7 +6206,7 @@ fi | ||
6200 | 6206 | if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then |
6201 | 6207 | if test -n "$with_build_time_tools"; then |
6202 | 6208 | 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 | |
6204 | 6210 | if test -x $with_build_time_tools/ranlib; then |
6205 | 6211 | RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib |
6206 | 6212 | ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET |
@@ -6218,7 +6224,7 @@ if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then | ||
6218 | 6224 | # Extract the first word of "ranlib", so it can be a program name with args. |
6219 | 6225 | set dummy ranlib; ac_word=$2 |
6220 | 6226 | 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 | |
6222 | 6228 | if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then |
6223 | 6229 | echo $ac_n "(cached) $ac_c" 1>&6 |
6224 | 6230 | else |
@@ -6255,7 +6261,7 @@ if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then | ||
6255 | 6261 | if test -n "$with_build_time_tools"; then |
6256 | 6262 | for ncn_progname in ranlib; do |
6257 | 6263 | 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 | |
6259 | 6265 | if test -x $with_build_time_tools/${ncn_progname}; then |
6260 | 6266 | ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
6261 | 6267 | echo "$ac_t""yes" 1>&6 |
@@ -6272,7 +6278,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then | ||
6272 | 6278 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
6273 | 6279 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
6274 | 6280 | 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 | |
6276 | 6282 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then |
6277 | 6283 | echo $ac_n "(cached) $ac_c" 1>&6 |
6278 | 6284 | else |
@@ -6303,7 +6309,7 @@ fi | ||
6303 | 6309 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
6304 | 6310 | set dummy ${ncn_progname}; ac_word=$2 |
6305 | 6311 | 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 | |
6307 | 6313 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then |
6308 | 6314 | echo $ac_n "(cached) $ac_c" 1>&6 |
6309 | 6315 | else |
@@ -6353,7 +6359,7 @@ fi | ||
6353 | 6359 | if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then |
6354 | 6360 | if test -n "$with_build_time_tools"; then |
6355 | 6361 | 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 | |
6357 | 6363 | if test -x $with_build_time_tools/strip; then |
6358 | 6364 | STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip |
6359 | 6365 | ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET |
@@ -6371,7 +6377,7 @@ if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then | ||
6371 | 6377 | # Extract the first word of "strip", so it can be a program name with args. |
6372 | 6378 | set dummy strip; ac_word=$2 |
6373 | 6379 | 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 | |
6375 | 6381 | if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then |
6376 | 6382 | echo $ac_n "(cached) $ac_c" 1>&6 |
6377 | 6383 | else |
@@ -6408,7 +6414,7 @@ if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then | ||
6408 | 6414 | if test -n "$with_build_time_tools"; then |
6409 | 6415 | for ncn_progname in strip; do |
6410 | 6416 | 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 | |
6412 | 6418 | if test -x $with_build_time_tools/${ncn_progname}; then |
6413 | 6419 | ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
6414 | 6420 | echo "$ac_t""yes" 1>&6 |
@@ -6425,7 +6431,7 @@ if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then | ||
6425 | 6431 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
6426 | 6432 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
6427 | 6433 | 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 | |
6429 | 6435 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then |
6430 | 6436 | echo $ac_n "(cached) $ac_c" 1>&6 |
6431 | 6437 | else |
@@ -6456,7 +6462,7 @@ fi | ||
6456 | 6462 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
6457 | 6463 | set dummy ${ncn_progname}; ac_word=$2 |
6458 | 6464 | 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 | |
6460 | 6466 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then |
6461 | 6467 | echo $ac_n "(cached) $ac_c" 1>&6 |
6462 | 6468 | else |
@@ -6506,7 +6512,7 @@ fi | ||
6506 | 6512 | if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then |
6507 | 6513 | if test -n "$with_build_time_tools"; then |
6508 | 6514 | 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 | |
6510 | 6516 | if test -x $with_build_time_tools/windres; then |
6511 | 6517 | WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres |
6512 | 6518 | ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET |
@@ -6524,7 +6530,7 @@ if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then | ||
6524 | 6530 | # Extract the first word of "windres", so it can be a program name with args. |
6525 | 6531 | set dummy windres; ac_word=$2 |
6526 | 6532 | 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 | |
6528 | 6534 | if eval "test \"`echo '$''{'ac_cv_path_WINDRES_FOR_TARGET'+set}'`\" = set"; then |
6529 | 6535 | echo $ac_n "(cached) $ac_c" 1>&6 |
6530 | 6536 | else |
@@ -6561,7 +6567,7 @@ if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then | ||
6561 | 6567 | if test -n "$with_build_time_tools"; then |
6562 | 6568 | for ncn_progname in windres; do |
6563 | 6569 | 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 | |
6565 | 6571 | if test -x $with_build_time_tools/${ncn_progname}; then |
6566 | 6572 | ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname} |
6567 | 6573 | echo "$ac_t""yes" 1>&6 |
@@ -6578,7 +6584,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then | ||
6578 | 6584 | # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args. |
6579 | 6585 | set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2 |
6580 | 6586 | 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 | |
6582 | 6588 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then |
6583 | 6589 | echo $ac_n "(cached) $ac_c" 1>&6 |
6584 | 6590 | else |
@@ -6609,7 +6615,7 @@ fi | ||
6609 | 6615 | # Extract the first word of "${ncn_progname}", so it can be a program name with args. |
6610 | 6616 | set dummy ${ncn_progname}; ac_word=$2 |
6611 | 6617 | 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 | |
6613 | 6619 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then |
6614 | 6620 | echo $ac_n "(cached) $ac_c" 1>&6 |
6615 | 6621 | else |
@@ -6657,7 +6663,7 @@ fi | ||
6657 | 6663 | RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET" |
6658 | 6664 | |
6659 | 6665 | 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 | |
6661 | 6667 | if test "x${build}" != "x${host}" ; then |
6662 | 6668 | if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then |
6663 | 6669 | # We already found the complete path |
@@ -6690,7 +6696,7 @@ else | ||
6690 | 6696 | fi |
6691 | 6697 | fi |
6692 | 6698 | 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 | |
6694 | 6700 | if test "x${build}" != "x${host}" ; then |
6695 | 6701 | if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then |
6696 | 6702 | # We already found the complete path |
@@ -6723,7 +6729,7 @@ else | ||
6723 | 6729 | fi |
6724 | 6730 | fi |
6725 | 6731 | 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 | |
6727 | 6733 | if test "x${build}" != "x${host}" ; then |
6728 | 6734 | if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then |
6729 | 6735 | # We already found the complete path |
@@ -6756,7 +6762,7 @@ else | ||
6756 | 6762 | fi |
6757 | 6763 | fi |
6758 | 6764 | 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 | |
6760 | 6766 | if test "x${build}" != "x${host}" ; then |
6761 | 6767 | if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then |
6762 | 6768 | # We already found the complete path |
@@ -6792,7 +6798,7 @@ else | ||
6792 | 6798 | fi |
6793 | 6799 | fi |
6794 | 6800 | 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 | |
6796 | 6802 | if test "x${build}" != "x${host}" ; then |
6797 | 6803 | if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then |
6798 | 6804 | # We already found the complete path |
@@ -6828,7 +6834,7 @@ else | ||
6828 | 6834 | fi |
6829 | 6835 | fi |
6830 | 6836 | 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 | |
6832 | 6838 | if test "x${build}" != "x${host}" ; then |
6833 | 6839 | if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then |
6834 | 6840 | # We already found the complete path |
@@ -6861,7 +6867,7 @@ else | ||
6861 | 6867 | fi |
6862 | 6868 | fi |
6863 | 6869 | 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 | |
6865 | 6871 | if test "x${build}" != "x${host}" ; then |
6866 | 6872 | if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then |
6867 | 6873 | # We already found the complete path |
@@ -6894,7 +6900,7 @@ else | ||
6894 | 6900 | fi |
6895 | 6901 | fi |
6896 | 6902 | 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 | |
6898 | 6904 | if test "x${build}" != "x${host}" ; then |
6899 | 6905 | if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then |
6900 | 6906 | # We already found the complete path |
@@ -6930,7 +6936,7 @@ else | ||
6930 | 6936 | fi |
6931 | 6937 | fi |
6932 | 6938 | 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 | |
6934 | 6940 | if test "x${build}" != "x${host}" ; then |
6935 | 6941 | if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then |
6936 | 6942 | # We already found the complete path |
@@ -6966,7 +6972,7 @@ else | ||
6966 | 6972 | fi |
6967 | 6973 | fi |
6968 | 6974 | 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 | |
6970 | 6976 | if test "x${build}" != "x${host}" ; then |
6971 | 6977 | if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then |
6972 | 6978 | # We already found the complete path |
@@ -6999,7 +7005,7 @@ else | ||
6999 | 7005 | fi |
7000 | 7006 | fi |
7001 | 7007 | 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 | |
7003 | 7009 | if test "x${build}" != "x${host}" ; then |
7004 | 7010 | if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then |
7005 | 7011 | # We already found the complete path |
@@ -7022,7 +7028,7 @@ else | ||
7022 | 7028 | fi |
7023 | 7029 | fi |
7024 | 7030 | 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 | |
7026 | 7032 | if test "x${build}" != "x${host}" ; then |
7027 | 7033 | if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then |
7028 | 7034 | # We already found the complete path |
@@ -7055,7 +7061,7 @@ else | ||
7055 | 7061 | fi |
7056 | 7062 | fi |
7057 | 7063 | 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 | |
7059 | 7065 | if test "x${build}" != "x${host}" ; then |
7060 | 7066 | if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then |
7061 | 7067 | # We already found the complete path |
@@ -7088,7 +7094,7 @@ else | ||
7088 | 7094 | fi |
7089 | 7095 | fi |
7090 | 7096 | 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 | |
7092 | 7098 | if test "x${build}" != "x${host}" ; then |
7093 | 7099 | if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then |
7094 | 7100 | # We already found the complete path |
@@ -7121,7 +7127,7 @@ else | ||
7121 | 7127 | fi |
7122 | 7128 | fi |
7123 | 7129 | 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 | |
7125 | 7131 | if test "x${build}" != "x${host}" ; then |
7126 | 7132 | if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then |
7127 | 7133 | # We already found the complete path |
@@ -7154,7 +7160,7 @@ else | ||
7154 | 7160 | fi |
7155 | 7161 | fi |
7156 | 7162 | 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 | |
7158 | 7164 | if test "x${build}" != "x${host}" ; then |
7159 | 7165 | if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then |
7160 | 7166 | # We already found the complete path |
@@ -7215,7 +7221,7 @@ fi | ||
7215 | 7221 | |
7216 | 7222 | |
7217 | 7223 | 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 | |
7219 | 7225 | # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
7220 | 7226 | if test "${enable_maintainer_mode+set}" = set; then |
7221 | 7227 | enableval="$enable_maintainer_mode" |
@@ -7472,6 +7478,7 @@ s%@INSTALL_DATA@%$INSTALL_DATA%g | ||
7472 | 7478 | s%@LN@%$LN%g |
7473 | 7479 | s%@LN_S@%$LN_S%g |
7474 | 7480 | s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g |
7481 | +s%@build_libsubdir@%$build_libsubdir%g | |
7475 | 7482 | s%@build_subdir@%$build_subdir%g |
7476 | 7483 | s%@host_subdir@%$host_subdir%g |
7477 | 7484 | s%@target_subdir@%$target_subdir%g |
@@ -617,13 +617,6 @@ case "${target}" in | ||
617 | 617 | i[[3456789]]86-*-mingw32*) |
618 | 618 | target_configdirs="$target_configdirs target-mingw" |
619 | 619 | 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 | |
627 | 620 | ;; |
628 | 621 | *-*-cygwin*) |
629 | 622 | target_configdirs="$target_configdirs target-libtermcap target-winsup" |
@@ -634,13 +627,6 @@ case "${target}" in | ||
634 | 627 | elif test -d "$srcdir/newlib"; then |
635 | 628 | echo "Warning: winsup is missing so newlib can't be built." |
636 | 629 | 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 | |
644 | 630 | ;; |
645 | 631 | i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* | \ |
646 | 632 | i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* ) |
@@ -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 | + | |
1 | 7 | 2006-07-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
2 | 8 | |
3 | 9 | * infrun.c (handle_inferior_event): Typo. |
@@ -1,6 +1,2 @@ | ||
1 | 1 | # Target: Intel 386 run win32 |
2 | 2 | TDEPFILES= i386-tdep.o i386-cygwin-tdep.o i387-tdep.o |
3 | -DEPRECATED_TM_FILE= tm-cygwin.h | |
4 | - | |
5 | - | |
6 | - |
@@ -1,5 +1,5 @@ | ||
1 | 1 | /* Native definitions for Intel x86 running CYGWIN. |
2 | - Copyright 2002 Free Software Foundation, Inc. | |
2 | + Copyright 2002, 2006 Free Software Foundation, Inc. | |
3 | 3 | |
4 | 4 | This file is part of GDB. |
5 | 5 |
@@ -18,6 +18,10 @@ | ||
18 | 18 | Foundation, Inc., 59 Temple Place - Suite 330, |
19 | 19 | Boston, MA 02111-1307, USA. */ |
20 | 20 | |
21 | +#define ATTACH_NO_WAIT | |
22 | +#define ADD_SHARED_SYMBOL_FILES dll_symbol_command | |
23 | +void dll_symbol_command (char *, int); | |
24 | + | |
21 | 25 | #define I386_USE_GENERIC_WATCHPOINTS |
22 | 26 | |
23 | 27 | #include "i386/nm-i386.h" |
@@ -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); |