2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="move-if-change"
275 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_noncanonical host_noncanonical target_noncanonical host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN LN_S TOPLEVEL_CONFIGURE_ARGUMENTS build_libsubdir build_subdir host_subdir target_subdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX GNATBIND ac_ct_GNATBIND GNATMAKE ac_ct_GNATMAKE do_compare gmplibs gmpinc stage1_languages SYSROOT_CFLAGS_FOR_TARGET RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs CC_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP CFLAGS_FOR_BUILD CC_FOR_TARGET CXX_FOR_TARGET GCC_FOR_TARGET GCJ_FOR_TARGET GFORTRAN_FOR_TARGET AR_FOR_TARGET AS_FOR_TARGET DLLTOOL_FOR_TARGET LD_FOR_TARGET LIPO_FOR_TARGET NM_FOR_TARGET OBJDUMP_FOR_TARGET RANLIB_FOR_TARGET STRIP_FOR_TARGET WINDRES_FOR_TARGET WINDMC_FOR_TARGET RAW_CXX_FOR_TARGET FLAGS_FOR_TARGET COMPILER_AS_FOR_TARGET COMPILER_LD_FOR_TARGET COMPILER_NM_FOR_TARGET MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT stage1_cflags stage1_checking stage2_werror_flag datarootdir docdir pdfdir htmldir LIBOBJS LTLIBOBJS'
276 ac_subst_files
='serialization_dependencies host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag'
278 # Initialize some variables set by options.
280 ac_init_version
=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name
=s
,x
,x
,
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir
='${exec_prefix}/bin'
304 sbindir
='${exec_prefix}/sbin'
305 libexecdir
='${exec_prefix}/libexec'
306 datadir
='${prefix}/share'
307 sysconfdir
='${prefix}/etc'
308 sharedstatedir
='${prefix}/com'
309 localstatedir
='${prefix}/var'
310 libdir
='${exec_prefix}/lib'
311 includedir
='${prefix}/include'
312 oldincludedir
='/usr/include'
313 infodir
='${prefix}/info'
314 mandir
='${prefix}/man'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
334 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
337 -build |
--build |
--buil |
--bui |
--bu)
338 ac_prev
=build_alias
;;
339 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
340 build_alias
=$ac_optarg ;;
342 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
343 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
344 ac_prev
=cache_file
;;
345 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
346 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
347 cache_file
=$ac_optarg ;;
350 cache_file
=config.cache
;;
352 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
354 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
356 datadir
=$ac_optarg ;;
358 -disable-* |
--disable-*)
359 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360 # Reject names that are not valid shell variable names.
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363 { (exit 1); exit 1; }; }
364 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
365 eval "enable_$ac_feature=no" ;;
367 -enable-* |
--enable-*)
368 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369 # Reject names that are not valid shell variable names.
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372 { (exit 1); exit 1; }; }
373 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
375 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
380 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
381 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
382 |
--exec |
--exe |
--ex)
383 ac_prev
=exec_prefix
;;
384 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
385 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
386 |
--exec=* |
--exe=* |
--ex=*)
387 exec_prefix
=$ac_optarg ;;
389 -gas |
--gas |
--ga |
--g)
390 # Obsolete; use --with-gas.
393 -help |
--help |
--hel |
--he |
-h)
395 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
396 ac_init_help
=recursive
;;
397 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
398 ac_init_help
=short
;;
400 -host |
--host |
--hos |
--ho)
401 ac_prev
=host_alias
;;
402 -host=* |
--host=* |
--hos=* |
--ho=*)
403 host_alias
=$ac_optarg ;;
405 -includedir |
--includedir |
--includedi |
--included |
--include \
406 |
--includ |
--inclu |
--incl |
--inc)
407 ac_prev
=includedir
;;
408 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
409 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
410 includedir
=$ac_optarg ;;
412 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
414 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
415 infodir
=$ac_optarg ;;
417 -libdir |
--libdir |
--libdi |
--libd)
419 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
422 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
423 |
--libexe |
--libex |
--libe)
424 ac_prev
=libexecdir
;;
425 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
426 |
--libexe=* |
--libex=* |
--libe=*)
427 libexecdir
=$ac_optarg ;;
429 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
430 |
--localstate |
--localstat |
--localsta |
--localst \
431 |
--locals |
--local |
--loca |
--loc |
--lo)
432 ac_prev
=localstatedir
;;
433 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
434 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
435 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
436 localstatedir
=$ac_optarg ;;
438 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
440 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
444 # Obsolete; use --without-fp.
447 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
448 |
--no-cr |
--no-c |
-n)
451 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
452 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
455 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
456 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
457 |
--oldin |
--oldi |
--old |
--ol |
--o)
458 ac_prev
=oldincludedir
;;
459 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
460 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
461 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
462 oldincludedir
=$ac_optarg ;;
464 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
466 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
469 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
470 |
--program-pre |
--program-pr |
--program-p)
471 ac_prev
=program_prefix
;;
472 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
473 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
474 program_prefix
=$ac_optarg ;;
476 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
477 |
--program-suf |
--program-su |
--program-s)
478 ac_prev
=program_suffix
;;
479 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
480 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
481 program_suffix
=$ac_optarg ;;
483 -program-transform-name |
--program-transform-name \
484 |
--program-transform-nam |
--program-transform-na \
485 |
--program-transform-n |
--program-transform- \
486 |
--program-transform |
--program-transfor \
487 |
--program-transfo |
--program-transf \
488 |
--program-trans |
--program-tran \
489 |
--progr-tra |
--program-tr |
--program-t)
490 ac_prev
=program_transform_name
;;
491 -program-transform-name=* |
--program-transform-name=* \
492 |
--program-transform-nam=* |
--program-transform-na=* \
493 |
--program-transform-n=* |
--program-transform-=* \
494 |
--program-transform=* |
--program-transfor=* \
495 |
--program-transfo=* |
--program-transf=* \
496 |
--program-trans=* |
--program-tran=* \
497 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
498 program_transform_name
=$ac_optarg ;;
500 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
501 |
-silent |
--silent |
--silen |
--sile |
--sil)
504 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
506 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
508 sbindir
=$ac_optarg ;;
510 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
511 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
512 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
514 ac_prev
=sharedstatedir
;;
515 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
516 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
517 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
519 sharedstatedir
=$ac_optarg ;;
521 -site |
--site |
--sit)
523 -site=* |
--site=* |
--sit=*)
526 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
528 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
531 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
532 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
533 ac_prev
=sysconfdir
;;
534 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
535 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
536 sysconfdir
=$ac_optarg ;;
538 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
539 ac_prev
=target_alias
;;
540 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
541 target_alias
=$ac_optarg ;;
543 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
546 -version |
--version |
--versio |
--versi |
--vers |
-V)
550 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551 # Reject names that are not valid shell variable names.
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
554 { (exit 1); exit 1; }; }
555 ac_package
=`echo $ac_package| sed 's/-/_/g'`
557 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
562 -without-* |
--without-*)
563 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564 # Reject names that are not valid shell variable names.
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
567 { (exit 1); exit 1; }; }
568 ac_package
=`echo $ac_package | sed 's/-/_/g'`
569 eval "with_$ac_package=no" ;;
572 # Obsolete; use --with-x.
575 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
576 |
--x-incl |
--x-inc |
--x-in |
--x-i)
577 ac_prev
=x_includes
;;
578 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
579 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
580 x_includes
=$ac_optarg ;;
582 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
583 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
584 ac_prev
=x_libraries
;;
585 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
586 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
587 x_libraries
=$ac_optarg ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
595 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
596 # Reject names that are not valid shell variable names.
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599 { (exit 1); exit 1; }; }
600 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601 eval "$ac_envvar='$ac_optarg'"
605 # FIXME: should be removed in autoconf 3.0.
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
615 if test -n "$ac_prev"; then
616 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
617 { echo "$as_me: error: missing argument to $ac_option" >&2
618 { (exit 1); exit 1; }; }
621 # Be sure to have absolute paths.
622 for ac_var
in exec_prefix prefix
624 eval ac_val
=$
`echo $ac_var`
626 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
632 # Be sure to have absolute paths.
633 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634 localstatedir libdir includedir oldincludedir infodir mandir
636 eval ac_val
=$
`echo $ac_var`
638 [\\/$
]* | ?
:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x
; then
653 if test "x$build_alias" = x
; then
654 cross_compiling
=maybe
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656 If a cross compiler is detected then cross compile mode will be used." >&2
657 elif test "x$build_alias" != "x$host_alias"; then
663 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
665 test "$silent" = yes && exec 6>/dev
/null
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670 ac_srcdir_defaulted
=yes
671 # Try the directory containing this script, then its parent.
672 ac_confdir
=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$0" : 'X\(//\)[^/]' \| \
675 X"$0" : 'X\(//\)$' \| \
676 X"$0" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted
=no
691 if test ! -r $srcdir/$ac_unique_file; then
692 if test "$ac_srcdir_defaulted" = yes; then
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694 { (exit 1); exit 1; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
700 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702 { (exit 1); exit 1; }; }
703 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set
=${build_alias+set}
705 ac_env_build_alias_value
=$build_alias
706 ac_cv_env_build_alias_set
=${build_alias+set}
707 ac_cv_env_build_alias_value
=$build_alias
708 ac_env_host_alias_set
=${host_alias+set}
709 ac_env_host_alias_value
=$host_alias
710 ac_cv_env_host_alias_set
=${host_alias+set}
711 ac_cv_env_host_alias_value
=$host_alias
712 ac_env_target_alias_set
=${target_alias+set}
713 ac_env_target_alias_value
=$target_alias
714 ac_cv_env_target_alias_set
=${target_alias+set}
715 ac_cv_env_target_alias_value
=$target_alias
716 ac_env_CC_set
=${CC+set}
718 ac_cv_env_CC_set
=${CC+set}
719 ac_cv_env_CC_value
=$CC
720 ac_env_CFLAGS_set
=${CFLAGS+set}
721 ac_env_CFLAGS_value
=$CFLAGS
722 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
723 ac_cv_env_CFLAGS_value
=$CFLAGS
724 ac_env_LDFLAGS_set
=${LDFLAGS+set}
725 ac_env_LDFLAGS_value
=$LDFLAGS
726 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
727 ac_cv_env_LDFLAGS_value
=$LDFLAGS
728 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
729 ac_env_CPPFLAGS_value
=$CPPFLAGS
730 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
731 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
732 ac_env_CXX_set
=${CXX+set}
733 ac_env_CXX_value
=$CXX
734 ac_cv_env_CXX_set
=${CXX+set}
735 ac_cv_env_CXX_value
=$CXX
736 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
737 ac_env_CXXFLAGS_value
=$CXXFLAGS
738 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
739 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
740 ac_env_AR_set
=${AR+set}
742 ac_cv_env_AR_set
=${AR+set}
743 ac_cv_env_AR_value
=$AR
744 ac_env_AS_set
=${AS+set}
746 ac_cv_env_AS_set
=${AS+set}
747 ac_cv_env_AS_value
=$AS
748 ac_env_DLLTOOL_set
=${DLLTOOL+set}
749 ac_env_DLLTOOL_value
=$DLLTOOL
750 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
751 ac_cv_env_DLLTOOL_value
=$DLLTOOL
752 ac_env_LD_set
=${LD+set}
754 ac_cv_env_LD_set
=${LD+set}
755 ac_cv_env_LD_value
=$LD
756 ac_env_LIPO_set
=${LIPO+set}
757 ac_env_LIPO_value
=$LIPO
758 ac_cv_env_LIPO_set
=${LIPO+set}
759 ac_cv_env_LIPO_value
=$LIPO
760 ac_env_NM_set
=${NM+set}
762 ac_cv_env_NM_set
=${NM+set}
763 ac_cv_env_NM_value
=$NM
764 ac_env_RANLIB_set
=${RANLIB+set}
765 ac_env_RANLIB_value
=$RANLIB
766 ac_cv_env_RANLIB_set
=${RANLIB+set}
767 ac_cv_env_RANLIB_value
=$RANLIB
768 ac_env_STRIP_set
=${STRIP+set}
769 ac_env_STRIP_value
=$STRIP
770 ac_cv_env_STRIP_set
=${STRIP+set}
771 ac_cv_env_STRIP_value
=$STRIP
772 ac_env_WINDRES_set
=${WINDRES+set}
773 ac_env_WINDRES_value
=$WINDRES
774 ac_cv_env_WINDRES_set
=${WINDRES+set}
775 ac_cv_env_WINDRES_value
=$WINDRES
776 ac_env_WINDMC_set
=${WINDMC+set}
777 ac_env_WINDMC_value
=$WINDMC
778 ac_cv_env_WINDMC_set
=${WINDMC+set}
779 ac_cv_env_WINDMC_value
=$WINDMC
780 ac_env_OBJCOPY_set
=${OBJCOPY+set}
781 ac_env_OBJCOPY_value
=$OBJCOPY
782 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
783 ac_cv_env_OBJCOPY_value
=$OBJCOPY
784 ac_env_OBJDUMP_set
=${OBJDUMP+set}
785 ac_env_OBJDUMP_value
=$OBJDUMP
786 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
787 ac_cv_env_OBJDUMP_value
=$OBJDUMP
788 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
789 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
790 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
791 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
792 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
793 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
794 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
795 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
796 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
797 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
798 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
799 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
800 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
801 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
802 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
803 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
804 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
805 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
806 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
807 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
808 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
809 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
810 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
811 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
812 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
813 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
814 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
815 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
816 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
817 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
818 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
819 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
820 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
821 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
822 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
823 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
824 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
825 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
826 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
827 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
828 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
829 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
830 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
831 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
832 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
833 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
834 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
835 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
836 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
837 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
838 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
839 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
840 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
841 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
842 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
843 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
844 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
845 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
846 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
847 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
848 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
849 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
850 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
851 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
854 # Report the --help message.
856 if test "$ac_init_help" = "long"; then
857 # Omit some internal or obsolete options to make the list less imposing.
858 # This message is too long to be a string in the A/UX 3.1 sh.
860 \`configure' configures this package to adapt to many kinds of systems.
862 Usage: $0 [OPTION]... [VAR=VALUE]...
864 To assign environment variables (e.g., CC, CFLAGS...), specify them as
865 VAR=VALUE. See below for descriptions of some of the useful variables.
867 Defaults for the options are specified in brackets.
870 -h, --help display this help and exit
871 --help=short display options specific to this package
872 --help=recursive display the short help of all the included packages
873 -V, --version display version information and exit
874 -q, --quiet, --silent do not print \`checking...' messages
875 --cache-file=FILE cache test results in FILE [disabled]
876 -C, --config-cache alias for \`--cache-file=config.cache'
877 -n, --no-create do not create output files
878 --srcdir=DIR find the sources in DIR [configure dir or \`..']
883 Installation directories:
884 --prefix=PREFIX install architecture-independent files in PREFIX
886 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
889 By default, \`make install' will install all the files in
890 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
891 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
892 for instance \`--prefix=\$HOME'.
894 For better control, use the options below.
896 Fine tuning of the installation directories:
897 --bindir=DIR user executables [EPREFIX/bin]
898 --sbindir=DIR system admin executables [EPREFIX/sbin]
899 --libexecdir=DIR program executables [EPREFIX/libexec]
900 --datadir=DIR read-only architecture-independent data [PREFIX/share]
901 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
902 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
903 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
904 --libdir=DIR object code libraries [EPREFIX/lib]
905 --includedir=DIR C header files [PREFIX/include]
906 --oldincludedir=DIR C header files for non-gcc [/usr/include]
907 --infodir=DIR info documentation [PREFIX/info]
908 --mandir=DIR man documentation [PREFIX/man]
914 --program-prefix=PREFIX prepend PREFIX to installed program names
915 --program-suffix=SUFFIX append SUFFIX to installed program names
916 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
919 --build=BUILD configure
for building on BUILD
[guessed
]
920 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
921 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
925 if test -n "$ac_init_help"; then
930 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
931 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
932 --enable-libada build libada directory
933 --enable-libssp build libssp directory
934 --enable-stage1-languages[=all
] choose additional languages to build during
935 stage1. Mostly useful
for compiler development.
936 --enable-objc-gc enable use of Boehm
's garbage collector with the
937 GNU Objective-C runtime
938 --enable-bootstrap enable bootstrapping [yes if native build]
939 --enable-serial-[{host,target,build}-]configure
940 force sequential configuration of
941 sub-packages for the host, target or build
942 machine, or all sub-packages
943 --enable-maintainer-mode enable make rules and dependencies not useful
944 (and sometimes confusing) to the casual installer
945 --enable-stage1-checking[=all] choose additional checking for stage1
947 --enable-werror enable -Werror in bootstrap stage2 and later
950 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
951 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
952 --with-build-libsubdir=DIR Directory where to find libraries for build system
953 --with-mpfr-dir=PATH this option has been REMOVED
954 --with-mpfr=PATH specify prefix directory for installed MPFR package.
955 Equivalent to --with-mpfr-include=PATH/include
956 plus --with-mpfr-lib=PATH/lib
957 --with-mpfr-include=PATH
958 specify directory for installed MPFR include files
959 --with-mpfr-lib=PATH specify directory for the installed MPFR library
960 --with-gmp-dir=PATH this option has been REMOVED
961 --with-gmp=PATH specify prefix directory for the installed GMP package.
962 Equivalent to --with-gmp-include=PATH/include
963 plus --with-gmp-lib=PATH/lib
964 --with-gmp-include=PATH specify directory for installed GMP include files
965 --with-gmp-lib=PATH specify directory for the installed GMP library
966 --with-build-sysroot=SYSROOT
967 use sysroot as the system root during the build
968 --with-build-time-tools=PATH
969 use given path to find target tools during the build
970 --with-datarootdir use datarootdir as the data root directory.
971 --with-docdir install documentation in this directory.
972 --with-pdfdir install pdf in this directory.
973 --with-htmldir install html in this directory.
975 Some influential environment variables:
976 CC C compiler command
977 CFLAGS C compiler flags
978 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
979 nonstandard directory <lib dir>
980 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
981 headers in a nonstandard directory <include dir>
982 CXX C++ compiler command
983 CXXFLAGS C++ compiler flags
986 DLLTOOL DLLTOOL for the host
988 LIPO LIPO for the host
990 RANLIB RANLIB for the host
991 STRIP STRIP for the host
992 WINDRES WINDRES for the host
993 WINDMC WINDMC for the host
994 OBJCOPY OBJCOPY for the host
995 OBJDUMP OBJDUMP for the host
1005 GFORTRAN for the target
1011 DLLTOOL for the target
1019 OBJDUMP for the target
1021 RANLIB for the target
1023 STRIP for the target
1025 WINDRES for the target
1027 WINDMC for the target
1029 Use these variables to override the choices made by `configure' or to
help
1030 it to
find libraries and programs with nonstandard names
/locations.
1035 if test "$ac_init_help" = "recursive"; then
1036 # If there are subdirs, report their specific --help.
1038 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1039 test -d $ac_dir ||
continue
1042 if test "$ac_dir" != .
; then
1043 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1044 # A "../" for each directory in $ac_dir_suffix.
1045 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1047 ac_dir_suffix
= ac_top_builddir
=
1051 .
) # No --srcdir option. We are building in place.
1053 if test -z "$ac_top_builddir"; then
1056 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1058 [\\/]* | ?
:[\\/]* ) # Absolute path.
1059 ac_srcdir
=$srcdir$ac_dir_suffix;
1060 ac_top_srcdir
=$srcdir ;;
1062 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1063 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1066 # Do not use `cd foo && pwd` to compute absolute paths, because
1067 # the directories may not exist.
1069 .
) ac_abs_builddir
="$ac_dir";;
1072 .
) ac_abs_builddir
=`pwd`;;
1073 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1074 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1077 case $ac_abs_builddir in
1078 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1080 case ${ac_top_builddir}.
in
1081 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1082 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1083 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1086 case $ac_abs_builddir in
1087 .
) ac_abs_srcdir
=$ac_srcdir;;
1090 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1091 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1092 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1095 case $ac_abs_builddir in
1096 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1098 case $ac_top_srcdir in
1099 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1100 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1101 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1106 # Check for guested configure; otherwise get Cygnus style configure.
1107 if test -f $ac_srcdir/configure.gnu
; then
1109 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1110 elif test -f $ac_srcdir/configure
; then
1112 $SHELL $ac_srcdir/configure
--help=recursive
1113 elif test -f $ac_srcdir/configure.ac ||
1114 test -f $ac_srcdir/configure.
in; then
1116 $ac_configure --help
1118 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1124 test -n "$ac_init_help" && exit 0
1125 if $ac_init_version; then
1128 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1129 This configure
script is free software
; the Free Software Foundation
1130 gives unlimited permission to copy
, distribute and modify it.
1136 This file contains any messages produced by compilers while
1137 running configure, to aid debugging if configure makes a mistake.
1139 It was created by $as_me, which was
1140 generated by GNU Autoconf 2.59. Invocation command line was
1151 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1152 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1153 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1154 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1155 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1157 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1158 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1160 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1161 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1162 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1163 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1164 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1165 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1166 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1170 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1174 test -z "$as_dir" && as_dir
=.
1175 echo "PATH: $as_dir"
1190 # Keep a trace of the command line.
1191 # Strip out --no-create and --no-recursion so they do not pile up.
1192 # Strip out --silent because we don't want to record it for future runs.
1193 # Also quote any args containing shell meta-characters.
1194 # Make two passes to allow for proper duplicate-argument suppression.
1199 ac_must_keep_next
=false
1205 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1206 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1207 |
-silent |
--silent |
--silen |
--sile |
--sil)
1209 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1210 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1213 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1215 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1216 if test $ac_must_keep_next = true
; then
1217 ac_must_keep_next
=false
# Got value, back to normal.
1220 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1221 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1222 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1223 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1224 case "$ac_configure_args0 " in
1225 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1228 -* ) ac_must_keep_next
=true
;;
1231 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1232 # Get rid of the leading space.
1238 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1239 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1241 # When interrupted or exit'd, cleanup temporary files, and complete
1242 # config.log. We remove comments because anyway the quotes in there
1243 # would cause problems or look ugly.
1244 # WARNING: Be sure not to use single quotes in there, as some shells,
1245 # such as our DU 5.0 friend, will then `close' the trap.
1246 trap 'exit_status=$?
1247 # Save into config.log some information that might help in debugging.
1252 ## ---------------- ##
1253 ## Cache variables. ##
1254 ## ---------------- ##
1257 # The following way of writing the cache mishandles newlines in values,
1260 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1263 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1264 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1268 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1275 ## ----------------- ##
1276 ## Output variables. ##
1277 ## ----------------- ##
1280 for ac_var in $ac_subst_vars
1282 eval ac_val=$`echo $ac_var`
1283 echo "$ac_var='"'"'$ac_val'"'"'"
1287 if test -n "$ac_subst_files"; then
1294 for ac_var in $ac_subst_files
1296 eval ac_val=$`echo $ac_var`
1297 echo "$ac_var='"'"'$ac_val'"'"'"
1302 if test -s confdefs.h; then
1309 sed "/^$/d" confdefs.h | sort
1312 test "$ac_signal" != 0 &&
1313 echo "$as_me: caught signal $ac_signal"
1314 echo "$as_me: exit $exit_status"
1316 rm -f core *.core &&
1317 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1320 for ac_signal
in 1 2 13 15; do
1321 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1325 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1326 rm -rf conftest
* confdefs.h
1327 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1330 # Predefined preprocessor variables.
1332 cat >>confdefs.h
<<_ACEOF
1333 #define PACKAGE_NAME "$PACKAGE_NAME"
1337 cat >>confdefs.h
<<_ACEOF
1338 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1342 cat >>confdefs.h
<<_ACEOF
1343 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1347 cat >>confdefs.h
<<_ACEOF
1348 #define PACKAGE_STRING "$PACKAGE_STRING"
1352 cat >>confdefs.h
<<_ACEOF
1353 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1357 # Let the site file select an alternate cache file if it wants to.
1358 # Prefer explicitly selected file to automatically selected ones.
1359 if test -z "$CONFIG_SITE"; then
1360 if test "x$prefix" != xNONE
; then
1361 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1363 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1366 for ac_site_file
in $CONFIG_SITE; do
1367 if test -r "$ac_site_file"; then
1368 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1369 echo "$as_me: loading site script $ac_site_file" >&6;}
1370 sed 's/^/| /' "$ac_site_file" >&5
1375 if test -r "$cache_file"; then
1376 # Some versions of bash will fail to source /dev/null (special
1377 # files actually), so we avoid doing that.
1378 if test -f "$cache_file"; then
1379 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1380 echo "$as_me: loading cache $cache_file" >&6;}
1382 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1383 *) . .
/$cache_file;;
1387 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1388 echo "$as_me: creating cache $cache_file" >&6;}
1392 # Check that the precious variables saved in the cache have kept the same
1394 ac_cache_corrupted
=false
1395 for ac_var
in `(set) 2>&1 |
1396 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1397 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1398 eval ac_new_set
=\
$ac_env_${ac_var}_set
1399 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1400 eval ac_new_val
="\$ac_env_${ac_var}_value"
1401 case $ac_old_set,$ac_new_set in
1403 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1404 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1405 ac_cache_corrupted
=: ;;
1407 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1408 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1409 ac_cache_corrupted
=: ;;
1412 if test "x$ac_old_val" != "x$ac_new_val"; then
1413 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1414 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1415 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1416 echo "$as_me: former value: $ac_old_val" >&2;}
1417 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1418 echo "$as_me: current value: $ac_new_val" >&2;}
1419 ac_cache_corrupted
=:
1422 # Pass precious variables to config.status.
1423 if test "$ac_new_set" = set; then
1425 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1426 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1427 *) ac_arg
=$ac_var=$ac_new_val ;;
1429 case " $ac_configure_args " in
1430 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1431 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1435 if $ac_cache_corrupted; then
1436 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1437 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1438 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1439 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1440 { (exit 1); exit 1; }; }
1444 ac_cpp
='$CPP $CPPFLAGS'
1445 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1446 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1447 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1469 # Find the build, host, and target systems.
1471 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1472 if test -f $ac_dir/install-sh
; then
1474 ac_install_sh
="$ac_aux_dir/install-sh -c"
1476 elif test -f $ac_dir/install.sh
; then
1478 ac_install_sh
="$ac_aux_dir/install.sh -c"
1480 elif test -f $ac_dir/shtool
; then
1482 ac_install_sh
="$ac_aux_dir/shtool install -c"
1486 if test -z "$ac_aux_dir"; then
1487 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1488 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1489 { (exit 1); exit 1; }; }
1491 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1492 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1493 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1495 # Make sure we can run config.sub.
1496 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1497 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1498 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1499 { (exit 1); exit 1; }; }
1501 echo "$as_me:$LINENO: checking build system type" >&5
1502 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1503 if test "${ac_cv_build+set}" = set; then
1504 echo $ECHO_N "(cached) $ECHO_C" >&6
1506 ac_cv_build_alias
=$build_alias
1507 test -z "$ac_cv_build_alias" &&
1508 ac_cv_build_alias
=`$ac_config_guess`
1509 test -z "$ac_cv_build_alias" &&
1510 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1511 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1512 { (exit 1); exit 1; }; }
1513 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1514 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1515 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1516 { (exit 1); exit 1; }; }
1519 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1520 echo "${ECHO_T}$ac_cv_build" >&6
1522 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1523 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1524 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1527 case ${build_alias} in
1528 "") build_noncanonical
=${build} ;;
1529 *) build_noncanonical
=${build_alias} ;;
1534 case ${host_alias} in
1535 "") host_noncanonical
=${build_noncanonical} ;;
1536 *) host_noncanonical
=${host_alias} ;;
1541 case ${target_alias} in
1542 "") target_noncanonical
=${host_noncanonical} ;;
1543 *) target_noncanonical
=${target_alias} ;;
1549 test "$host_noncanonical" = "$target_noncanonical" &&
1550 test "$program_prefix$program_suffix$program_transform_name" = \
1552 program_transform_name
=s
,y
,y
,
1554 echo "$as_me:$LINENO: checking host system type" >&5
1555 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1556 if test "${ac_cv_host+set}" = set; then
1557 echo $ECHO_N "(cached) $ECHO_C" >&6
1559 ac_cv_host_alias
=$host_alias
1560 test -z "$ac_cv_host_alias" &&
1561 ac_cv_host_alias
=$ac_cv_build_alias
1562 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1563 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1564 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1565 { (exit 1); exit 1; }; }
1568 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1569 echo "${ECHO_T}$ac_cv_host" >&6
1571 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1572 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1573 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1576 echo "$as_me:$LINENO: checking target system type" >&5
1577 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1578 if test "${ac_cv_target+set}" = set; then
1579 echo $ECHO_N "(cached) $ECHO_C" >&6
1581 ac_cv_target_alias
=$target_alias
1582 test "x$ac_cv_target_alias" = "x" &&
1583 ac_cv_target_alias
=$ac_cv_host_alias
1584 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1585 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1586 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1587 { (exit 1); exit 1; }; }
1590 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1591 echo "${ECHO_T}$ac_cv_target" >&6
1592 target
=$ac_cv_target
1593 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1594 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1595 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1598 # The aliases save the names the user supplied, while $host etc.
1599 # will get canonicalized.
1600 test -n "$target_alias" &&
1601 test "$program_prefix$program_suffix$program_transform_name" = \
1603 program_prefix
=${target_alias}-
1604 test "$program_prefix" != NONE
&&
1605 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1606 # Use a double $ so make ignores it.
1607 test "$program_suffix" != NONE
&&
1608 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1609 # Double any \ or $. echo might interpret backslashes.
1610 # By default was `s,x,x', remove it if useless.
1611 cat <<\_ACEOF
>conftest.
sed
1612 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1614 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1619 # Get 'install' or 'install-sh' and its variants.
1620 # Find a good install program. We prefer a C program (faster),
1621 # so one script is as good as another. But avoid the broken or
1622 # incompatible versions:
1623 # SysV /etc/install, /usr/sbin/install
1624 # SunOS /usr/etc/install
1625 # IRIX /sbin/install
1627 # AmigaOS /C/install, which installs bootblocks on floppy discs
1628 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1629 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1630 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1631 # OS/2's system install, which has a completely different semantic
1632 # ./install, which can be erroneously created by make from ./install.sh.
1633 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1634 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1635 if test -z "$INSTALL"; then
1636 if test "${ac_cv_path_install+set}" = set; then
1637 echo $ECHO_N "(cached) $ECHO_C" >&6
1639 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1643 test -z "$as_dir" && as_dir
=.
1644 # Account for people who put trailing slashes in PATH elements.
1646 .
/ | .
// |
/cC
/* | \
1647 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1648 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1651 # OSF1 and SCO ODT 3.0 have their own names for install.
1652 # Don't use installbsd from OSF since it installs stuff as root
1654 for ac_prog
in ginstall scoinst
install; do
1655 for ac_exec_ext
in '' $ac_executable_extensions; do
1656 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1657 if test $ac_prog = install &&
1658 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1659 # AIX install. It has an incompatible calling convention.
1661 elif test $ac_prog = install &&
1662 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1663 # program-specific install script used by HP pwplus--don't use.
1666 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1678 if test "${ac_cv_path_install+set}" = set; then
1679 INSTALL
=$ac_cv_path_install
1681 # As a last resort, use the slow shell script. We don't cache a
1682 # path for INSTALL within a source directory, because that will
1683 # break other packages using the cache if that directory is
1684 # removed, or if the path is relative.
1685 INSTALL
=$ac_install_sh
1688 echo "$as_me:$LINENO: result: $INSTALL" >&5
1689 echo "${ECHO_T}$INSTALL" >&6
1691 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1692 # It thinks the first close brace ends the variable substitution.
1693 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1695 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1697 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1699 echo "$as_me:$LINENO: checking whether ln works" >&5
1700 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1701 if test "${acx_cv_prog_LN+set}" = set; then
1702 echo $ECHO_N "(cached) $ECHO_C" >&6
1704 rm -f conftestdata_t
1705 echo >conftestdata_f
1706 if ln conftestdata_f conftestdata_t
2>/dev
/null
1712 rm -f conftestdata_f conftestdata_t
1715 if test $acx_cv_prog_LN = no
; then
1717 echo "$as_me:$LINENO: result: no, using $LN" >&5
1718 echo "${ECHO_T}no, using $LN" >&6
1720 LN
="$acx_cv_prog_LN"
1721 echo "$as_me:$LINENO: result: yes" >&5
1722 echo "${ECHO_T}yes" >&6
1725 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1726 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1728 if test "$LN_S" = "ln -s"; then
1729 echo "$as_me:$LINENO: result: yes" >&5
1730 echo "${ECHO_T}yes" >&6
1732 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1733 echo "${ECHO_T}no, using $LN_S" >&6
1737 ### we might need to use some other shell than /bin/sh for running subshells
1738 ### If we are on Windows, search for the shell. This will permit people
1739 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1740 ### without also having to set CONFIG_SHELL. This code will work when
1741 ### using bash, which sets OSTYPE.
1744 if test x
${CONFIG_SHELL} = x
; then
1745 if test ! -f /bin
/sh
; then
1746 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1747 CONFIG_SHELL
=${SHELL}
1750 for prog
in sh sh.exe bash bash.exe
; do
1751 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1752 for dir
in $PATH; do
1753 test -z "$dir" && dir
=.
1754 if test -f $dir/$prog; then
1755 CONFIG_SHELL
=$dir/$prog
1761 test -n "${CONFIG_SHELL}" && break
1769 config_shell
=${CONFIG_SHELL-/bin/sh}
1772 # if PWD already has a value, it is probably wrong.
1773 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1775 # Export original configure arguments for use by sub-configures.
1776 # Quote arguments with shell meta charatcers.
1777 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1778 set -- "$progname" "$@"
1782 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1783 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1784 # if the argument is of the form -foo=baz, quote the baz part only
1785 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1788 # Add the quoted argument to the list.
1789 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1791 # Remove the initial space we just introduced and, as these will be
1792 # expanded by make, quote '$'.
1793 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1796 moveifchange
=${srcdir}/move-if-change
1798 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1800 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1802 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1803 INSTALL
="${srcpwd}/install-sh -c"
1806 # Set srcdir to "." if that's what it is.
1807 # This is important for multilib support.
1809 if test "${pwd}" = "${srcpwd}" ; then
1817 ### To add a new directory to the tree, first choose whether it is a target
1818 ### or a host dependent tool. Then put it into the appropriate list
1819 ### (library or tools, host or target), doing a dependency sort.
1821 # Subdirs will be configured in the order listed in build_configdirs,
1822 # configdirs, or target_configdirs; see the serialization section below.
1824 # Dependency sorting is only needed when *configuration* must be done in
1825 # a particular order. In all cases a dependency should be specified in
1826 # the Makefile, whether or not it's implicitly specified here.
1828 # Double entries in build_configdirs, configdirs, or target_configdirs may
1829 # cause circular dependencies and break everything horribly.
1831 # these library is used by various programs built for the build
1834 build_libs
="build-libiberty"
1836 # these tools are built for the build environment
1837 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1839 # these libraries are used by various programs built for the host environment
1841 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1843 # these tools are built for the host environment
1844 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1845 # know that we are building the simulator.
1846 # binutils, gas and ld appear in that order because it makes sense to run
1847 # "make check" in that particular order.
1848 host_tools
="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
1850 # libgcj represents the runtime libraries only used by gcj.
1851 libgcj
="target-libffi \
1856 # these libraries are built for the target environment, and are built after
1857 # the host libraries and the host tools (which may be a cross compiler)
1859 target_libraries
="target-libgcc \
1863 target-libstdc++-v3 \
1866 target-libgfortran \
1873 # these tools are built using the target libraries, and are intended to
1874 # run only in the target environment
1876 # note: any program that *uses* libraries that are in the "target_libraries"
1877 # list belongs in this list. those programs are also very likely
1878 # candidates for the "native_only" list which follows
1880 target_tools
="target-examples target-groff target-gperf target-rda"
1882 ################################################################################
1884 ## All tools belong in one of the four categories, and are assigned above
1885 ## We assign ${configdirs} this way to remove all embedded newlines. This
1886 ## is important because configure will choke if they ever get through.
1887 ## ${configdirs} is directories we build using the host tools.
1888 ## ${target_configdirs} is directories we build using the target tools.
1889 configdirs
=`echo ${host_libs} ${host_tools}`
1890 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1891 build_configdirs
=`echo ${build_libs} ${build_tools}`
1893 ################################################################################
1895 srcname
="gnu development package"
1897 # This gets set non-empty for some net releases of packages.
1900 # Define is_cross_compiler to save on calls to 'test'.
1902 if test x
"${host}" = x
"${target}" ; then
1903 is_cross_compiler
=no
1905 is_cross_compiler
=yes
1908 # Find the build and target subdir names.
1910 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1911 # have matching libraries, they should use host libraries: Makefile.tpl
1912 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1913 # However, they still use the build modules, because the corresponding
1914 # host modules (e.g. bison) are only built for the host when bootstrap
1916 # - build_subdir is where we find build modules, and never changes.
1917 # - build_libsubdir is where we find build libraries, and can be overridden.
1919 # Prefix 'build-' so this never conflicts with target_subdir.
1920 build_subdir
="build-${build_noncanonical}"
1922 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1923 if test "${with_build_libsubdir+set}" = set; then
1924 withval
="$with_build_libsubdir"
1925 build_libsubdir
="$withval"
1927 build_libsubdir
="$build_subdir"
1929 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1930 if ( test $srcdir = .
&& test -d gcc
) \
1931 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1932 host_subdir
="host-${host_noncanonical}"
1937 target_subdir
=${target_noncanonical}
1940 # Skipdirs are removed silently.
1942 # Noconfigdirs are removed loudly.
1946 # Make sure we don't let GNU ld be added if we didn't want it.
1947 if test x
$with_gnu_ld = xno
; then
1949 noconfigdirs
="$noconfigdirs ld"
1953 # Make sure we don't let GNU as be added if we didn't want it.
1954 if test x
$with_gnu_as = xno
; then
1956 noconfigdirs
="$noconfigdirs gas"
1959 # some tools are so dependent upon X11 that if we're not building with X,
1960 # it's not even worth trying to configure, much less build, that tool.
1963 yes |
"") ;; # the default value for this tree is that X11 is available
1965 skipdirs
="${skipdirs} tk itcl libgui"
1966 # We won't be able to build gdbtk without X.
1969 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1972 # Some tools are only suitable for building in a "native" situation.
1973 # Remove these if host!=target.
1974 native_only
="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
1976 # Similarly, some are only suitable for cross toolchains.
1977 # Remove these if host=target.
1978 cross_only
="target-libgloss target-newlib target-opcodes"
1980 case $is_cross_compiler in
1981 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
1982 yes) skipdirs
="${skipdirs} ${native_only}" ;;
1985 # If both --with-headers and --with-libs are specified, default to
1987 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
1988 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
1989 if test x
"${with_newlib}" = x
; then
1994 # Recognize --with-newlib/--without-newlib.
1995 case ${with_newlib} in
1996 no
) skipdirs
="${skipdirs} target-newlib" ;;
1997 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2000 # Configure extra directories which are host specific
2004 configdirs
="$configdirs libtermcap" ;;
2007 # A target can indicate whether a language isn't supported for some reason.
2008 # Only spaces may be used in this macro; not newlines or tabs.
2009 unsupported_languages
=
2011 # Remove more programs from consideration, based on the host or
2012 # target this usually means that a port of the program doesn't
2017 noconfigdirs
="$noconfigdirs byacc"
2019 i
[3456789]86-*-vsta)
2020 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2022 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2023 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2026 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2028 i
[3456789]86-*-mingw32*)
2029 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2030 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2032 i
[3456789]86-*-beos*)
2033 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2036 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2039 noconfigdirs
="$noconfigdirs rcs"
2042 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2045 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2050 # Check whether --enable-libada or --disable-libada was given.
2051 if test "${enable_libada+set}" = set; then
2052 enableval
="$enable_libada"
2053 ENABLE_LIBADA
=$enableval
2057 if test "${ENABLE_LIBADA}" != "yes" ; then
2058 noconfigdirs
="$noconfigdirs gnattools"
2061 # Check whether --enable-libssp or --disable-libssp was given.
2062 if test "${enable_libssp+set}" = set; then
2063 enableval
="$enable_libssp"
2064 ENABLE_LIBSSP
=$enableval
2069 # Save it here so that, even in case of --enable-libgcj, if the Java
2070 # front-end isn't enabled, we still get libgcj disabled.
2071 libgcj_saved
=$libgcj
2072 case $enable_libgcj in
2074 # If we reset it here, it won't get added to noconfigdirs in the
2075 # target-specific build rules, so it will be forcibly enabled
2076 # (unless the Java language itself isn't enabled).
2080 # Make sure we get it printed in the list of not supported target libs.
2081 noconfigdirs
="$noconfigdirs ${libgcj}"
2086 # Disable libmudflap on some systems.
2087 if test x
$enable_libmudflap = x
; then
2089 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux*)
2090 # Enable libmudflap by default in GNU and friends.
2093 # Enable libmudflap by default in FreeBSD.
2096 # Disable it by default everywhere else.
2097 noconfigdirs
="$noconfigdirs target-libmudflap"
2102 # Disable libgomp on non POSIX hosted systems.
2103 if test x
$enable_libgomp = x
; then
2104 # Enable libgomp by default on hosted POSIX systems.
2106 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2108 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2110 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2112 *-*-darwin* |
*-*-aix*)
2115 noconfigdirs
="$noconfigdirs target-libgomp"
2123 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2125 powerpc-
*-darwin* | i
[3456789]86-*-darwin*)
2126 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2127 noconfigdirs
="$noconfigdirs sim target-rda"
2130 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2131 noconfigdirs
="$noconfigdirs sim target-rda"
2132 noconfigdirs
="$noconfigdirs ${libgcj}"
2134 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2135 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2138 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2139 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2140 && test -f /usr
/local
/include
/gmp.h
; then
2144 # Skip some stuff that's unsupported on some FreeBSD configurations.
2149 noconfigdirs
="$noconfigdirs ${libgcj}"
2154 # Remove unsupported stuff on all kaOS configurations.
2155 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2156 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2157 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2158 noconfigdirs
="$noconfigdirs target-libgloss"
2161 # Skip some stuff on all NetBSD configurations.
2162 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2164 # Skip some stuff that's unsupported on some NetBSD configurations.
2166 i
*86-*-netbsdelf*) ;;
2167 arm
*-*-netbsdelf*) ;;
2169 noconfigdirs
="$noconfigdirs ${libgcj}"
2174 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2177 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2179 # The tpf target doesn't support gdb yet.
2181 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2184 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2187 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2190 # ld works, but does not support shared libraries.
2191 # newlib is not 64 bit ready. I'm not sure about fileutils.
2192 # gas doesn't generate exception information.
2193 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2196 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2199 # newlib is not 64 bit ready
2200 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2203 # newlib is not 64 bit ready
2204 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2207 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2210 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2212 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2213 noconfigdirs
="$noconfigdirs ${libgcj}"
2214 noconfigdirs
="$noconfigdirs target-examples"
2215 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2216 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2217 noconfigdirs
="$noconfigdirs expect dejagnu"
2218 # the C++ libraries don't build on top of CE's C libraries
2219 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2220 noconfigdirs
="$noconfigdirs target-newlib"
2222 *-*-cygwin*) ;; # keep gdb and readline
2223 *) noconfigdirs
="$noconfigdirs gdb readline"
2228 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2232 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2233 noconfigdirs
="$noconfigdirs ${libgcj}"
2235 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2236 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2238 arm
*-*-linux-gnueabi)
2239 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2240 noconfigdirs
="$noconfigdirs target-libjava target-libobjc"
2241 case ${with_newlib} in
2242 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2246 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2249 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2252 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2255 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2258 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2261 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2264 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2267 noconfigdirs
="$noconfigdirs gdb"
2268 if test x
${is_cross_compiler} != xno
; then
2269 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2272 c4x-
*-* | tic4x-
*-*)
2273 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2275 c54x
*-*-* | tic54x-
*-*)
2276 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2278 cris-
*-* | crisv32-
*-*)
2279 unsupported_languages
="$unsupported_languages java"
2282 unsupported_languages
="$unsupported_languages fortran"
2283 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2285 unsupported_languages
="$unsupported_languages fortran"
2286 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2288 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2290 unsupported_languages
="$unsupported_languages fortran"
2291 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2295 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2298 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2301 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2304 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2307 noconfigdirs
="$noconfigdirs ${libgcj}"
2310 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2313 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2315 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2317 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2318 # In this case, it's because the hppa64-linux target is for
2319 # the kernel only at this point and has no libc, and thus no
2320 # headers, crt*.o, etc., all of which are needed by these.
2321 noconfigdirs
="$noconfigdirs target-zlib"
2323 parisc
*-*-linux* | hppa
*-*-linux*)
2327 hppa
*-*-openbsd* | \
2329 noconfigdirs
="$noconfigdirs ${libgcj}"
2332 noconfigdirs
="$noconfigdirs ld shellutils"
2335 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2336 # build on HP-UX 10.20.
2337 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2340 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2343 # No gdb support yet.
2344 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2347 # No gdb or ld support yet.
2348 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2352 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2353 noconfigdirs
="$noconfigdirs ${libgcj}"
2355 i
[3456789]86-*-linux*)
2356 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2357 # not build java stuff by default.
2360 noconfigdirs
="$noconfigdirs ${libgcj}";;
2363 # This section makes it possible to build newlib natively on linux.
2364 # If we are using a cross compiler then don't configure newlib.
2365 if test x
${is_cross_compiler} != xno
; then
2366 noconfigdirs
="$noconfigdirs target-newlib"
2368 noconfigdirs
="$noconfigdirs target-libgloss"
2369 # If we are not using a cross compiler, do configure newlib.
2370 # Note however, that newlib will only be configured in this situation
2371 # if the --with-newlib option has been given, because otherwise
2372 # 'target-newlib' will appear in skipdirs.
2374 i
[3456789]86-*-mingw32*)
2375 target_configdirs
="$target_configdirs target-winsup"
2376 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2379 target_configdirs
="$target_configdirs target-winsup"
2380 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2383 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2384 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2385 # always build newlib if winsup directory is present.
2386 if test -d "$srcdir/winsup/cygwin"; then
2387 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2388 elif test -d "$srcdir/newlib"; then
2389 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2392 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2393 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2396 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2398 i
[3456789]86-*-sco3.2v5
*)
2399 # The linker does not yet know about weak symbols in COFF,
2400 # and is not configured to handle mixed ELF and COFF.
2401 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2403 i
[3456789]86-*-sco*)
2404 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2406 i
[3456789]86-*-solaris2*)
2407 noconfigdirs
="$noconfigdirs target-libgloss"
2409 i
[3456789]86-*-sysv4*)
2410 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2412 i
[3456789]86-*-beos*)
2413 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2415 i
[3456789]86-*-rdos*)
2416 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2419 noconfigdirs
="$noconfigdirs ${libgcj}"
2421 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2422 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2425 noconfigdirs
="$noconfigdirs ${libgcj}"
2428 noconfigdirs
="$noconfigdirs ${libgcj}"
2431 # The EPOC C++ environment does not support exceptions or rtti,
2432 # and so building libstdc++-v3 tends not to always work.
2433 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2436 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2437 unsupported_languages
="$unsupported_languages fortran java"
2440 noconfigdirs
="$noconfigdirs ${libgcj}"
2443 noconfigdirs
="$noconfigdirs ${libgcj}"
2446 noconfigdirs
="$noconfigdirs sim"
2449 # copied from rs6000-*-* entry
2450 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2452 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2453 target_configdirs
="$target_configdirs target-winsup"
2454 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2455 # always build newlib.
2456 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2458 # This is temporary until we can link against shared libraries
2459 powerpcle-
*-solaris*)
2460 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2463 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2466 noconfigdirs
="$noconfigdirs ${libgcj}"
2468 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2471 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2474 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2477 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2480 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2483 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2486 # Linking libjava exceeds command-line length limits on at least
2487 # IRIX 6.2, but not on IRIX 6.5.
2488 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2489 # <oldham@codesourcery.com>
2490 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2493 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2496 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2499 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2502 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2505 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2509 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2510 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2511 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2512 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2514 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2517 noconfigdirs
="$noconfigdirs ${libgcj}"
2520 noconfigdirs
="$noconfigdirs ${libgcj}"
2523 noconfigdirs
="$noconfigdirs ${libgcj}"
2526 noconfigdirs
="$noconfigdirs ${libgcj}"
2527 if test x
${is_cross_compiler} != xno
; then
2528 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2533 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2534 noconfigdirs
="$noconfigdirs ${libgcj}"
2536 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2539 skipdirs
="target-libssp"
2542 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2545 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2548 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2551 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2554 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2557 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2560 noconfigdirs
="$noconfigdirs ${libgcj}"
2563 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2565 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2566 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2569 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2572 noconfigdirs
="$noconfigdirs ${libgcj}"
2576 # If we aren't building newlib, then don't build libgloss, since libgloss
2577 # depends upon some newlib header files.
2578 case "${noconfigdirs}" in
2579 *target-libgloss
*) ;;
2580 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2583 # Work in distributions that contain no compiler tools, like Autoconf.
2585 host_makefile_frag
=/dev
/null
2586 if test -d ${srcdir}/config
; then
2589 # Avoid "too much defining" errors from HPUX compiler.
2590 tentative_cc
="cc -Wp,-H256000"
2591 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2592 # If it's HP/UX ar, this should be harmless.
2596 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2599 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2600 # chokes on bfd, the compiler won't let you assign integers to enums, and
2601 # other problems. Defining CC to gcc is a questionable way to say "don't use
2602 # the apollo compiler" (the preferred version of GCC could be called cc,
2603 # or whatever), but I'm not sure leaving CC as cc is any better...
2604 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2605 # Used to have BISON=yacc.
2609 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2612 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2613 tentative_cc
="cc -Xa"
2614 host_makefile_frag
="config/mh-cxux"
2616 m88k-motorola-sysv
*)
2619 tentative_cc
="cc -Wf,-XNg1000"
2620 host_makefile_frag
="config/mh-decstation"
2623 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2624 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2625 host_makefile_frag
="config/mh-necv4"
2628 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2629 # environment. Also bump switch table size so that cp-parse will
2630 # compile. Bump string length limit so linker builds.
2631 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2634 host_makefile_frag
="config/mh-sysv4"
2637 # This is for a MIPS running RISC/os 4.52C.
2639 # This is needed for GDB, but needs to be in the top-level make because
2640 # if a library is compiled with the bsd headers and gets linked with the
2641 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2642 # a different size).
2643 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2644 # known except to select the sysv environment. Could we use /proc instead?
2645 # These "sysv environments" and "bsd environments" often end up being a pain.
2647 # This is not part of CFLAGS because perhaps not all C compilers have this
2649 tentative_cc
="cc -systype sysv"
2654 i
[3456789]86-*-sysv5*)
2655 host_makefile_frag
="config/mh-sysv5"
2657 i
[3456789]86-*-dgux*)
2658 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2659 host_makefile_frag
="config/mh-dgux386"
2661 i
[3456789]86-ncr-sysv4.3
*)
2662 # The MetaWare compiler will generate a copyright message unless you
2663 # turn it off by adding the -Hnocopyr flag.
2664 tentative_cc
="cc -Hnocopyr"
2666 i
[3456789]86-ncr-sysv4*)
2667 # for an NCR 3000 (i486/SVR4) system.
2668 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2669 # This compiler not only emits obnoxious copyright messages every time
2670 # you run it, but it chokes and dies on a whole bunch of GNU source
2671 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2672 tentative_cc
="/usr/ccs/ATT/cc"
2673 host_makefile_frag
="config/mh-ncr3000"
2675 i
[3456789]86-*-sco3.2v5
*)
2677 i
[3456789]86-*-sco*)
2678 # The native C compiler botches some simple uses of const. Unfortunately,
2679 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2680 tentative_cc
="cc -Dconst="
2681 host_makefile_frag
="config/mh-sco"
2683 i
[3456789]86-*-udk*)
2684 host_makefile_frag
="config/mh-sysv5"
2686 i
[3456789]86-*-solaris2*)
2687 host_makefile_frag
="config/mh-sysv4"
2689 i
[3456789]86-*-msdosdjgpp*)
2690 host_makefile_frag
="config/mh-djgpp"
2693 host_makefile_frag
="config/mh-cygwin"
2700 host_makefile_frag
="config/mh-interix"
2703 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2707 host_makefile_frag
="config/mh-solaris"
2710 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2711 # without overflowing the jump tables (-J says to use a 32 bit table)
2712 tentative_cc
="cc -J"
2715 tentative_cc
="cc -Wp,-H256000"
2718 tentative_cc
="cc -Wp,-H256000"
2721 # /bin/cc is less than useful for our purposes. Always use GCC
2722 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2723 host_makefile_frag
="config/mh-lynxrs6k"
2726 host_makefile_frag
="config/mh-ppc-darwin"
2729 host_makefile_frag
="config/mh-ppc-aix"
2732 host_makefile_frag
="config/mh-ppc-aix"
2735 # /bin/cc is less than useful for our purposes. Always use GCC
2736 tentative_cc
="/bin/gcc"
2739 host_makefile_frag
="config/mh-sysv4"
2741 # This is placed last to prevent interfering with the cases above.
2743 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2744 host_makefile_frag
="config/mh-x86omitfp"
2749 # If we aren't going to be using gcc, see if we can extract a definition
2750 # of CC from the fragment.
2751 # Actually, use the 'pre-extracted' version above.
2752 if test -z "${CC}" && test "${build}" = "${host}" ; then
2753 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2755 for dir
in $PATH; do
2756 test -z "$dir" && dir
=.
2757 if test -f $dir/gcc
; then
2763 if test -z "${found}" && test -n "${tentative_cc}" ; then
2768 if test "${build}" != "${host}" ; then
2769 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2771 CC_FOR_BUILD
="\$(CC)"
2775 ac_cpp
='$CPP $CPPFLAGS'
2776 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2777 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2778 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2779 if test -n "$ac_tool_prefix"; then
2780 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2781 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2782 echo "$as_me:$LINENO: checking for $ac_word" >&5
2783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2784 if test "${ac_cv_prog_CC+set}" = set; then
2785 echo $ECHO_N "(cached) $ECHO_C" >&6
2787 if test -n "$CC"; then
2788 ac_cv_prog_CC
="$CC" # Let the user override the test.
2790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2794 test -z "$as_dir" && as_dir
=.
2795 for ac_exec_ext
in '' $ac_executable_extensions; do
2796 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2797 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2807 if test -n "$CC"; then
2808 echo "$as_me:$LINENO: result: $CC" >&5
2809 echo "${ECHO_T}$CC" >&6
2811 echo "$as_me:$LINENO: result: no" >&5
2812 echo "${ECHO_T}no" >&6
2816 if test -z "$ac_cv_prog_CC"; then
2818 # Extract the first word of "gcc", so it can be a program name with args.
2819 set dummy gcc
; ac_word
=$2
2820 echo "$as_me:$LINENO: checking for $ac_word" >&5
2821 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2822 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2823 echo $ECHO_N "(cached) $ECHO_C" >&6
2825 if test -n "$ac_ct_CC"; then
2826 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2828 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2832 test -z "$as_dir" && as_dir
=.
2833 for ac_exec_ext
in '' $ac_executable_extensions; do
2834 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2835 ac_cv_prog_ac_ct_CC
="gcc"
2836 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2844 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2845 if test -n "$ac_ct_CC"; then
2846 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2847 echo "${ECHO_T}$ac_ct_CC" >&6
2849 echo "$as_me:$LINENO: result: no" >&5
2850 echo "${ECHO_T}no" >&6
2858 if test -z "$CC"; then
2859 if test -n "$ac_tool_prefix"; then
2860 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2861 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2862 echo "$as_me:$LINENO: checking for $ac_word" >&5
2863 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2864 if test "${ac_cv_prog_CC+set}" = set; then
2865 echo $ECHO_N "(cached) $ECHO_C" >&6
2867 if test -n "$CC"; then
2868 ac_cv_prog_CC
="$CC" # Let the user override the test.
2870 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2874 test -z "$as_dir" && as_dir
=.
2875 for ac_exec_ext
in '' $ac_executable_extensions; do
2876 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2877 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2887 if test -n "$CC"; then
2888 echo "$as_me:$LINENO: result: $CC" >&5
2889 echo "${ECHO_T}$CC" >&6
2891 echo "$as_me:$LINENO: result: no" >&5
2892 echo "${ECHO_T}no" >&6
2896 if test -z "$ac_cv_prog_CC"; then
2898 # Extract the first word of "cc", so it can be a program name with args.
2899 set dummy cc
; ac_word
=$2
2900 echo "$as_me:$LINENO: checking for $ac_word" >&5
2901 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2902 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2903 echo $ECHO_N "(cached) $ECHO_C" >&6
2905 if test -n "$ac_ct_CC"; then
2906 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2908 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2912 test -z "$as_dir" && as_dir
=.
2913 for ac_exec_ext
in '' $ac_executable_extensions; do
2914 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2915 ac_cv_prog_ac_ct_CC
="cc"
2916 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2924 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2925 if test -n "$ac_ct_CC"; then
2926 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2927 echo "${ECHO_T}$ac_ct_CC" >&6
2929 echo "$as_me:$LINENO: result: no" >&5
2930 echo "${ECHO_T}no" >&6
2939 if test -z "$CC"; then
2940 # Extract the first word of "cc", so it can be a program name with args.
2941 set dummy cc
; ac_word
=$2
2942 echo "$as_me:$LINENO: checking for $ac_word" >&5
2943 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2944 if test "${ac_cv_prog_CC+set}" = set; then
2945 echo $ECHO_N "(cached) $ECHO_C" >&6
2947 if test -n "$CC"; then
2948 ac_cv_prog_CC
="$CC" # Let the user override the test.
2951 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2955 test -z "$as_dir" && as_dir
=.
2956 for ac_exec_ext
in '' $ac_executable_extensions; do
2957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2958 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2959 ac_prog_rejected
=yes
2963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2969 if test $ac_prog_rejected = yes; then
2970 # We found a bogon in the path, so make sure we never use it.
2971 set dummy
$ac_cv_prog_CC
2973 if test $# != 0; then
2974 # We chose a different compiler from the bogus one.
2975 # However, it has the same basename, so the bogon will be chosen
2976 # first if we set CC to just the basename; use the full file name.
2978 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2984 if test -n "$CC"; then
2985 echo "$as_me:$LINENO: result: $CC" >&5
2986 echo "${ECHO_T}$CC" >&6
2988 echo "$as_me:$LINENO: result: no" >&5
2989 echo "${ECHO_T}no" >&6
2993 if test -z "$CC"; then
2994 if test -n "$ac_tool_prefix"; then
2997 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2998 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2999 echo "$as_me:$LINENO: checking for $ac_word" >&5
3000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3001 if test "${ac_cv_prog_CC+set}" = set; then
3002 echo $ECHO_N "(cached) $ECHO_C" >&6
3004 if test -n "$CC"; then
3005 ac_cv_prog_CC
="$CC" # Let the user override the test.
3007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3011 test -z "$as_dir" && as_dir
=.
3012 for ac_exec_ext
in '' $ac_executable_extensions; do
3013 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3014 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3024 if test -n "$CC"; then
3025 echo "$as_me:$LINENO: result: $CC" >&5
3026 echo "${ECHO_T}$CC" >&6
3028 echo "$as_me:$LINENO: result: no" >&5
3029 echo "${ECHO_T}no" >&6
3032 test -n "$CC" && break
3035 if test -z "$CC"; then
3039 # Extract the first word of "$ac_prog", so it can be a program name with args.
3040 set dummy
$ac_prog; ac_word
=$2
3041 echo "$as_me:$LINENO: checking for $ac_word" >&5
3042 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3043 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3044 echo $ECHO_N "(cached) $ECHO_C" >&6
3046 if test -n "$ac_ct_CC"; then
3047 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3049 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3053 test -z "$as_dir" && as_dir
=.
3054 for ac_exec_ext
in '' $ac_executable_extensions; do
3055 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3056 ac_cv_prog_ac_ct_CC
="$ac_prog"
3057 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3065 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3066 if test -n "$ac_ct_CC"; then
3067 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3068 echo "${ECHO_T}$ac_ct_CC" >&6
3070 echo "$as_me:$LINENO: result: no" >&5
3071 echo "${ECHO_T}no" >&6
3074 test -n "$ac_ct_CC" && break
3083 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3084 See \`config.log' for more details." >&5
3085 echo "$as_me: error: no acceptable C compiler found in \$PATH
3086 See \`config.log' for more details." >&2;}
3087 { (exit 1); exit 1; }; }
3089 # Provide some information about the compiler.
3090 echo "$as_me:$LINENO:" \
3091 "checking for C compiler version" >&5
3092 ac_compiler
=`set X $ac_compile; echo $2`
3093 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3094 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3097 (exit $ac_status); }
3098 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3099 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3102 (exit $ac_status); }
3103 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3104 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3107 (exit $ac_status); }
3109 cat >conftest.
$ac_ext <<_ACEOF
3112 cat confdefs.h
>>conftest.
$ac_ext
3113 cat >>conftest.
$ac_ext <<_ACEOF
3114 /* end confdefs.h. */
3124 ac_clean_files_save
=$ac_clean_files
3125 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3126 # Try to create an executable without -o first, disregard a.out.
3127 # It will help us diagnose broken compilers, and finding out an intuition
3129 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3130 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3131 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3132 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3133 (eval $ac_link_default) 2>&5
3135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3136 (exit $ac_status); }; then
3137 # Find the output, starting from the most likely. This scheme is
3138 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3141 # Be careful to initialize this variable, since it used to be cached.
3142 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3144 # b.out is created by i960 compilers.
3145 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3147 test -f "$ac_file" ||
continue
3149 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3152 # This is the source file.
3155 # We found the default executable, but exeext='' is most
3159 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3160 # FIXME: I believe we export ac_cv_exeext for Libtool,
3161 # but it would be cool to find out if it's true. Does anybody
3162 # maintain Libtool? --akim.
3170 echo "$as_me: failed program was:" >&5
3171 sed 's/^/| /' conftest.
$ac_ext >&5
3173 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3174 See \`config.log' for more details." >&5
3175 echo "$as_me: error: C compiler cannot create executables
3176 See \`config.log' for more details." >&2;}
3177 { (exit 77); exit 77; }; }
3180 ac_exeext
=$ac_cv_exeext
3181 echo "$as_me:$LINENO: result: $ac_file" >&5
3182 echo "${ECHO_T}$ac_file" >&6
3184 # Check the compiler produces executables we can run. If not, either
3185 # the compiler is broken, or we cross compile.
3186 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3187 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3188 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3189 # If not cross compiling, check that we can run a simple program.
3190 if test "$cross_compiling" != yes; then
3191 if { ac_try
='./$ac_file'
3192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196 (exit $ac_status); }; }; then
3199 if test "$cross_compiling" = maybe
; then
3202 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3203 If you meant to cross compile, use \`--host'.
3204 See \`config.log' for more details." >&5
3205 echo "$as_me: error: cannot run C compiled programs.
3206 If you meant to cross compile, use \`--host'.
3207 See \`config.log' for more details." >&2;}
3208 { (exit 1); exit 1; }; }
3212 echo "$as_me:$LINENO: result: yes" >&5
3213 echo "${ECHO_T}yes" >&6
3215 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3216 ac_clean_files
=$ac_clean_files_save
3217 # Check the compiler produces executables we can run. If not, either
3218 # the compiler is broken, or we cross compile.
3219 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3220 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3221 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3222 echo "${ECHO_T}$cross_compiling" >&6
3224 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3225 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3226 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3227 (eval $ac_link) 2>&5
3229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3230 (exit $ac_status); }; then
3231 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3232 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3233 # work properly (i.e., refer to `conftest.exe'), while it won't with
3235 for ac_file
in conftest.exe conftest conftest.
*; do
3236 test -f "$ac_file" ||
continue
3238 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3239 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3246 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3247 See \`config.log' for more details." >&5
3248 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3249 See \`config.log' for more details." >&2;}
3250 { (exit 1); exit 1; }; }
3253 rm -f conftest
$ac_cv_exeext
3254 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3255 echo "${ECHO_T}$ac_cv_exeext" >&6
3257 rm -f conftest.
$ac_ext
3258 EXEEXT
=$ac_cv_exeext
3260 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3261 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3262 if test "${ac_cv_objext+set}" = set; then
3263 echo $ECHO_N "(cached) $ECHO_C" >&6
3265 cat >conftest.
$ac_ext <<_ACEOF
3268 cat confdefs.h
>>conftest.
$ac_ext
3269 cat >>conftest.
$ac_ext <<_ACEOF
3270 /* end confdefs.h. */
3280 rm -f conftest.o conftest.obj
3281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3282 (eval $ac_compile) 2>&5
3284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3285 (exit $ac_status); }; then
3286 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3288 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3289 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3294 echo "$as_me: failed program was:" >&5
3295 sed 's/^/| /' conftest.
$ac_ext >&5
3297 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3298 See \`config.log' for more details." >&5
3299 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3300 See \`config.log' for more details." >&2;}
3301 { (exit 1); exit 1; }; }
3304 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3306 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3307 echo "${ECHO_T}$ac_cv_objext" >&6
3308 OBJEXT
=$ac_cv_objext
3310 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3311 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3312 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3313 echo $ECHO_N "(cached) $ECHO_C" >&6
3315 cat >conftest.
$ac_ext <<_ACEOF
3318 cat confdefs.h
>>conftest.
$ac_ext
3319 cat >>conftest.
$ac_ext <<_ACEOF
3320 /* end confdefs.h. */
3333 rm -f conftest.
$ac_objext
3334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3335 (eval $ac_compile) 2>conftest.er1
3337 grep -v '^ *+' conftest.er1
>conftest.err
3339 cat conftest.err
>&5
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); } &&
3342 { ac_try
='test -z "$ac_c_werror_flag"
3343 || test ! -s conftest.err'
3344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3348 (exit $ac_status); }; } &&
3349 { ac_try
='test -s conftest.$ac_objext'
3350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }; }; then
3357 echo "$as_me: failed program was:" >&5
3358 sed 's/^/| /' conftest.
$ac_ext >&5
3362 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3363 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3366 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3367 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3368 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3369 ac_test_CFLAGS
=${CFLAGS+set}
3370 ac_save_CFLAGS
=$CFLAGS
3372 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3373 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3374 if test "${ac_cv_prog_cc_g+set}" = set; then
3375 echo $ECHO_N "(cached) $ECHO_C" >&6
3377 cat >conftest.
$ac_ext <<_ACEOF
3380 cat confdefs.h
>>conftest.
$ac_ext
3381 cat >>conftest.
$ac_ext <<_ACEOF
3382 /* end confdefs.h. */
3392 rm -f conftest.
$ac_objext
3393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3394 (eval $ac_compile) 2>conftest.er1
3396 grep -v '^ *+' conftest.er1
>conftest.err
3398 cat conftest.err
>&5
3399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3400 (exit $ac_status); } &&
3401 { ac_try
='test -z "$ac_c_werror_flag"
3402 || test ! -s conftest.err'
3403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3407 (exit $ac_status); }; } &&
3408 { ac_try
='test -s conftest.$ac_objext'
3409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3413 (exit $ac_status); }; }; then
3416 echo "$as_me: failed program was:" >&5
3417 sed 's/^/| /' conftest.
$ac_ext >&5
3421 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3423 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3424 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3425 if test "$ac_test_CFLAGS" = set; then
3426 CFLAGS
=$ac_save_CFLAGS
3427 elif test $ac_cv_prog_cc_g = yes; then
3428 if test "$GCC" = yes; then
3434 if test "$GCC" = yes; then
3440 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3441 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3442 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3443 echo $ECHO_N "(cached) $ECHO_C" >&6
3445 ac_cv_prog_cc_stdc
=no
3447 cat >conftest.
$ac_ext <<_ACEOF
3450 cat confdefs.h
>>conftest.
$ac_ext
3451 cat >>conftest.
$ac_ext <<_ACEOF
3452 /* end confdefs.h. */
3455 #include <sys/types.h>
3456 #include <sys/stat.h>
3457 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3458 struct buf { int x; };
3459 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3460 static char *e (p, i)
3466 static char *f (char * (*g) (char **, int), char **p, ...)
3471 s = g (p, va_arg (v,int));
3476 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3477 function prototypes and stuff, but not '\xHH' hex character constants.
3478 These don't provoke an error unfortunately, instead are silently treated
3479 as 'x'. The following induces an error, until -std1 is added to get
3480 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3481 array size at least. It's necessary to write '\x00'==0 to get something
3482 that's true only with -std1. */
3483 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3485 int test (int i, double x);
3486 struct s1 {int (*f) (int a);};
3487 struct s2 {int (*f) (double a);};
3488 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3494 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3499 # Don't try gcc -ansi; that turns off useful extensions and
3500 # breaks some systems' header files.
3501 # AIX -qlanglvl=ansi
3502 # Ultrix and OSF/1 -std1
3503 # HP-UX 10.20 and later -Ae
3504 # HP-UX older versions -Aa -D_HPUX_SOURCE
3505 # SVR4 -Xc -D__EXTENSIONS__
3506 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3508 CC
="$ac_save_CC $ac_arg"
3509 rm -f conftest.
$ac_objext
3510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3511 (eval $ac_compile) 2>conftest.er1
3513 grep -v '^ *+' conftest.er1
>conftest.err
3515 cat conftest.err
>&5
3516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 (exit $ac_status); } &&
3518 { ac_try
='test -z "$ac_c_werror_flag"
3519 || test ! -s conftest.err'
3520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3524 (exit $ac_status); }; } &&
3525 { ac_try
='test -s conftest.$ac_objext'
3526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); }; }; then
3531 ac_cv_prog_cc_stdc
=$ac_arg
3534 echo "$as_me: failed program was:" >&5
3535 sed 's/^/| /' conftest.
$ac_ext >&5
3538 rm -f conftest.err conftest.
$ac_objext
3540 rm -f conftest.
$ac_ext conftest.
$ac_objext
3545 case "x$ac_cv_prog_cc_stdc" in
3547 echo "$as_me:$LINENO: result: none needed" >&5
3548 echo "${ECHO_T}none needed" >&6 ;;
3550 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3552 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3555 # Some people use a C++ compiler to compile C. Since we use `exit',
3556 # in C++ we need to declare it. In case someone uses the same compiler
3557 # for both compiling C and C++ we need to have the C++ compiler decide
3558 # the declaration of exit, since it's the most demanding environment.
3559 cat >conftest.
$ac_ext <<_ACEOF
3564 rm -f conftest.
$ac_objext
3565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3566 (eval $ac_compile) 2>conftest.er1
3568 grep -v '^ *+' conftest.er1
>conftest.err
3570 cat conftest.err
>&5
3571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572 (exit $ac_status); } &&
3573 { ac_try
='test -z "$ac_c_werror_flag"
3574 || test ! -s conftest.err'
3575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3579 (exit $ac_status); }; } &&
3580 { ac_try
='test -s conftest.$ac_objext'
3581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3585 (exit $ac_status); }; }; then
3586 for ac_declaration
in \
3588 'extern "C" void std::exit (int) throw (); using std::exit;' \
3589 'extern "C" void std::exit (int); using std::exit;' \
3590 'extern "C" void exit (int) throw ();' \
3591 'extern "C" void exit (int);' \
3594 cat >conftest.
$ac_ext <<_ACEOF
3597 cat confdefs.h
>>conftest.
$ac_ext
3598 cat >>conftest.
$ac_ext <<_ACEOF
3599 /* end confdefs.h. */
3610 rm -f conftest.
$ac_objext
3611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3612 (eval $ac_compile) 2>conftest.er1
3614 grep -v '^ *+' conftest.er1
>conftest.err
3616 cat conftest.err
>&5
3617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3618 (exit $ac_status); } &&
3619 { ac_try
='test -z "$ac_c_werror_flag"
3620 || test ! -s conftest.err'
3621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3625 (exit $ac_status); }; } &&
3626 { ac_try
='test -s conftest.$ac_objext'
3627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); }; }; then
3634 echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.
$ac_ext >&5
3639 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3640 cat >conftest.
$ac_ext <<_ACEOF
3643 cat confdefs.h
>>conftest.
$ac_ext
3644 cat >>conftest.
$ac_ext <<_ACEOF
3645 /* end confdefs.h. */
3655 rm -f conftest.
$ac_objext
3656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3657 (eval $ac_compile) 2>conftest.er1
3659 grep -v '^ *+' conftest.er1
>conftest.err
3661 cat conftest.err
>&5
3662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663 (exit $ac_status); } &&
3664 { ac_try
='test -z "$ac_c_werror_flag"
3665 || test ! -s conftest.err'
3666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); }; } &&
3671 { ac_try
='test -s conftest.$ac_objext'
3672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); }; }; then
3679 echo "$as_me: failed program was:" >&5
3680 sed 's/^/| /' conftest.
$ac_ext >&5
3683 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3686 if test -n "$ac_declaration"; then
3687 echo '#ifdef __cplusplus' >>confdefs.h
3688 echo $ac_declaration >>confdefs.h
3689 echo '#endif' >>confdefs.h
3693 echo "$as_me: failed program was:" >&5
3694 sed 's/^/| /' conftest.
$ac_ext >&5
3697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3699 ac_cpp
='$CPP $CPPFLAGS'
3700 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3701 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3702 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3705 ac_cpp
='$CXXCPP $CPPFLAGS'
3706 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3707 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3708 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3709 if test -n "$ac_tool_prefix"; then
3710 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3712 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3713 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3714 echo "$as_me:$LINENO: checking for $ac_word" >&5
3715 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3716 if test "${ac_cv_prog_CXX+set}" = set; then
3717 echo $ECHO_N "(cached) $ECHO_C" >&6
3719 if test -n "$CXX"; then
3720 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3722 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3726 test -z "$as_dir" && as_dir
=.
3727 for ac_exec_ext
in '' $ac_executable_extensions; do
3728 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3729 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3730 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3739 if test -n "$CXX"; then
3740 echo "$as_me:$LINENO: result: $CXX" >&5
3741 echo "${ECHO_T}$CXX" >&6
3743 echo "$as_me:$LINENO: result: no" >&5
3744 echo "${ECHO_T}no" >&6
3747 test -n "$CXX" && break
3750 if test -z "$CXX"; then
3752 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3754 # Extract the first word of "$ac_prog", so it can be a program name with args.
3755 set dummy
$ac_prog; ac_word
=$2
3756 echo "$as_me:$LINENO: checking for $ac_word" >&5
3757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3758 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3759 echo $ECHO_N "(cached) $ECHO_C" >&6
3761 if test -n "$ac_ct_CXX"; then
3762 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3764 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3768 test -z "$as_dir" && as_dir
=.
3769 for ac_exec_ext
in '' $ac_executable_extensions; do
3770 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3771 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3781 if test -n "$ac_ct_CXX"; then
3782 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3783 echo "${ECHO_T}$ac_ct_CXX" >&6
3785 echo "$as_me:$LINENO: result: no" >&5
3786 echo "${ECHO_T}no" >&6
3789 test -n "$ac_ct_CXX" && break
3791 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3797 # Provide some information about the compiler.
3798 echo "$as_me:$LINENO:" \
3799 "checking for C++ compiler version" >&5
3800 ac_compiler
=`set X $ac_compile; echo $2`
3801 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3802 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); }
3806 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3807 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810 (exit $ac_status); }
3811 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3812 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3815 (exit $ac_status); }
3817 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3818 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3819 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3820 echo $ECHO_N "(cached) $ECHO_C" >&6
3822 cat >conftest.
$ac_ext <<_ACEOF
3825 cat confdefs.h
>>conftest.
$ac_ext
3826 cat >>conftest.
$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3840 rm -f conftest.
$ac_objext
3841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3842 (eval $ac_compile) 2>conftest.er1
3844 grep -v '^ *+' conftest.er1
>conftest.err
3846 cat conftest.err
>&5
3847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848 (exit $ac_status); } &&
3849 { ac_try
='test -z "$ac_cxx_werror_flag"
3850 || test ! -s conftest.err'
3851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); }; } &&
3856 { ac_try
='test -s conftest.$ac_objext'
3857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3861 (exit $ac_status); }; }; then
3864 echo "$as_me: failed program was:" >&5
3865 sed 's/^/| /' conftest.
$ac_ext >&5
3869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3870 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3873 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3874 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3875 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3876 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3877 ac_save_CXXFLAGS
=$CXXFLAGS
3879 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3880 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3881 if test "${ac_cv_prog_cxx_g+set}" = set; then
3882 echo $ECHO_N "(cached) $ECHO_C" >&6
3884 cat >conftest.
$ac_ext <<_ACEOF
3887 cat confdefs.h
>>conftest.
$ac_ext
3888 cat >>conftest.
$ac_ext <<_ACEOF
3889 /* end confdefs.h. */
3899 rm -f conftest.
$ac_objext
3900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3901 (eval $ac_compile) 2>conftest.er1
3903 grep -v '^ *+' conftest.er1
>conftest.err
3905 cat conftest.err
>&5
3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3907 (exit $ac_status); } &&
3908 { ac_try
='test -z "$ac_cxx_werror_flag"
3909 || test ! -s conftest.err'
3910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914 (exit $ac_status); }; } &&
3915 { ac_try
='test -s conftest.$ac_objext'
3916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3920 (exit $ac_status); }; }; then
3921 ac_cv_prog_cxx_g
=yes
3923 echo "$as_me: failed program was:" >&5
3924 sed 's/^/| /' conftest.
$ac_ext >&5
3928 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3930 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3931 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3932 if test "$ac_test_CXXFLAGS" = set; then
3933 CXXFLAGS
=$ac_save_CXXFLAGS
3934 elif test $ac_cv_prog_cxx_g = yes; then
3935 if test "$GXX" = yes; then
3941 if test "$GXX" = yes; then
3947 for ac_declaration
in \
3949 'extern "C" void std::exit (int) throw (); using std::exit;' \
3950 'extern "C" void std::exit (int); using std::exit;' \
3951 'extern "C" void exit (int) throw ();' \
3952 'extern "C" void exit (int);' \
3955 cat >conftest.
$ac_ext <<_ACEOF
3958 cat confdefs.h
>>conftest.
$ac_ext
3959 cat >>conftest.
$ac_ext <<_ACEOF
3960 /* end confdefs.h. */
3971 rm -f conftest.
$ac_objext
3972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3973 (eval $ac_compile) 2>conftest.er1
3975 grep -v '^ *+' conftest.er1
>conftest.err
3977 cat conftest.err
>&5
3978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3979 (exit $ac_status); } &&
3980 { ac_try
='test -z "$ac_cxx_werror_flag"
3981 || test ! -s conftest.err'
3982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3986 (exit $ac_status); }; } &&
3987 { ac_try
='test -s conftest.$ac_objext'
3988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3992 (exit $ac_status); }; }; then
3995 echo "$as_me: failed program was:" >&5
3996 sed 's/^/| /' conftest.
$ac_ext >&5
4000 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4001 cat >conftest.
$ac_ext <<_ACEOF
4004 cat confdefs.h
>>conftest.
$ac_ext
4005 cat >>conftest.
$ac_ext <<_ACEOF
4006 /* end confdefs.h. */
4016 rm -f conftest.
$ac_objext
4017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4018 (eval $ac_compile) 2>conftest.er1
4020 grep -v '^ *+' conftest.er1
>conftest.err
4022 cat conftest.err
>&5
4023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4024 (exit $ac_status); } &&
4025 { ac_try
='test -z "$ac_cxx_werror_flag"
4026 || test ! -s conftest.err'
4027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4031 (exit $ac_status); }; } &&
4032 { ac_try
='test -s conftest.$ac_objext'
4033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4037 (exit $ac_status); }; }; then
4040 echo "$as_me: failed program was:" >&5
4041 sed 's/^/| /' conftest.
$ac_ext >&5
4044 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4047 if test -n "$ac_declaration"; then
4048 echo '#ifdef __cplusplus' >>confdefs.h
4049 echo $ac_declaration >>confdefs.h
4050 echo '#endif' >>confdefs.h
4054 ac_cpp
='$CPP $CPPFLAGS'
4055 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4056 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4057 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4060 # We must set the default linker to the linker used by gcc for the correct
4061 # operation of libtool. If LD is not defined and we are using gcc, try to
4062 # set the LD default to the ld used by gcc.
4063 if test -z "$LD"; then
4064 if test "$GCC" = yes; then
4067 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4069 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4071 case $gcc_prog_ld in
4072 # Accept absolute paths.
4073 [\\/]* |
[A-Za-z
]:[\\/]*)
4074 LD
="$gcc_prog_ld" ;;
4082 if test -n "$ac_tool_prefix"; then
4083 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4084 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4085 echo "$as_me:$LINENO: checking for $ac_word" >&5
4086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4087 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4088 echo $ECHO_N "(cached) $ECHO_C" >&6
4090 if test -n "$GNATBIND"; then
4091 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4093 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4097 test -z "$as_dir" && as_dir
=.
4098 for ac_exec_ext
in '' $ac_executable_extensions; do
4099 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4100 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4109 GNATBIND
=$ac_cv_prog_GNATBIND
4110 if test -n "$GNATBIND"; then
4111 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4112 echo "${ECHO_T}$GNATBIND" >&6
4114 echo "$as_me:$LINENO: result: no" >&5
4115 echo "${ECHO_T}no" >&6
4119 if test -z "$ac_cv_prog_GNATBIND"; then
4120 ac_ct_GNATBIND
=$GNATBIND
4121 # Extract the first word of "gnatbind", so it can be a program name with args.
4122 set dummy gnatbind
; ac_word
=$2
4123 echo "$as_me:$LINENO: checking for $ac_word" >&5
4124 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4125 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4126 echo $ECHO_N "(cached) $ECHO_C" >&6
4128 if test -n "$ac_ct_GNATBIND"; then
4129 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4135 test -z "$as_dir" && as_dir
=.
4136 for ac_exec_ext
in '' $ac_executable_extensions; do
4137 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4138 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4139 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4145 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4148 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4149 if test -n "$ac_ct_GNATBIND"; then
4150 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4151 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4153 echo "$as_me:$LINENO: result: no" >&5
4154 echo "${ECHO_T}no" >&6
4157 GNATBIND
=$ac_ct_GNATBIND
4159 GNATBIND
="$ac_cv_prog_GNATBIND"
4162 if test -n "$ac_tool_prefix"; then
4163 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4164 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4165 echo "$as_me:$LINENO: checking for $ac_word" >&5
4166 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4167 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4168 echo $ECHO_N "(cached) $ECHO_C" >&6
4170 if test -n "$GNATMAKE"; then
4171 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4177 test -z "$as_dir" && as_dir
=.
4178 for ac_exec_ext
in '' $ac_executable_extensions; do
4179 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4180 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4181 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 GNATMAKE
=$ac_cv_prog_GNATMAKE
4190 if test -n "$GNATMAKE"; then
4191 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4192 echo "${ECHO_T}$GNATMAKE" >&6
4194 echo "$as_me:$LINENO: result: no" >&5
4195 echo "${ECHO_T}no" >&6
4199 if test -z "$ac_cv_prog_GNATMAKE"; then
4200 ac_ct_GNATMAKE
=$GNATMAKE
4201 # Extract the first word of "gnatmake", so it can be a program name with args.
4202 set dummy gnatmake
; ac_word
=$2
4203 echo "$as_me:$LINENO: checking for $ac_word" >&5
4204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4205 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4206 echo $ECHO_N "(cached) $ECHO_C" >&6
4208 if test -n "$ac_ct_GNATMAKE"; then
4209 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4211 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4215 test -z "$as_dir" && as_dir
=.
4216 for ac_exec_ext
in '' $ac_executable_extensions; do
4217 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4218 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4228 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4229 if test -n "$ac_ct_GNATMAKE"; then
4230 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4231 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4233 echo "$as_me:$LINENO: result: no" >&5
4234 echo "${ECHO_T}no" >&6
4237 GNATMAKE
=$ac_ct_GNATMAKE
4239 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4242 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4243 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4244 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4245 echo $ECHO_N "(cached) $ECHO_C" >&6
4247 cat >conftest.adb
<<EOF
4248 procedure conftest is begin null; end conftest;
4250 acx_cv_cc_gcc_supports_ada
=no
4251 # There is a bug in old released versions of GCC which causes the
4252 # driver to exit successfully when the appropriate language module
4253 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4254 # Therefore we must check for the error message as well as an
4255 # unsuccessful exit.
4256 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4257 # given a .adb file, but produce no object file. So we must check
4258 # if an object file was really produced to guard against this.
4259 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4260 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4261 acx_cv_cc_gcc_supports_ada
=yes
4265 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4266 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4268 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4274 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4275 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4276 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4277 echo $ECHO_N "(cached) $ECHO_C" >&6
4281 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4282 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4283 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4286 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4289 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4290 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4293 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4299 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4300 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4301 do_compare
="$gcc_cv_prog_cmp_skip"
4305 # Check for GMP and MPFR
4306 gmplibs
="-lmpfr -lgmp"
4310 # Specify a location for mpfr
4311 # check for this first so it ends up on the link line before gmp.
4313 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4314 if test "${with_mpfr_dir+set}" = set; then
4315 withval
="$with_mpfr_dir"
4316 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4317 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4318 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4319 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4320 { (exit 1); exit 1; }; }
4324 # Check whether --with-mpfr or --without-mpfr was given.
4325 if test "${with_mpfr+set}" = set; then
4326 withval
="$with_mpfr"
4330 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4331 if test "${with_mpfr_include+set}" = set; then
4332 withval
="$with_mpfr_include"
4336 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4337 if test "${with_mpfr_lib+set}" = set; then
4338 withval
="$with_mpfr_lib"
4342 if test "x$with_mpfr" != x
; then
4343 gmplibs
="-L$with_mpfr/lib $gmplibs"
4344 gmpinc
="-I$with_mpfr/include"
4346 if test "x$with_mpfr_include" != x
; then
4347 gmpinc
="-I$with_mpfr_include"
4349 if test "x$with_mpfr_lib" != x
; then
4350 gmplibs
="-L$with_mpfr_lib $gmplibs"
4352 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4353 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4354 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4355 # Do not test the mpfr version. Assume that it is sufficient, since
4356 # it is in the source tree, and the library has not been built yet
4357 # but it would be included on the link line in the version check below
4358 # hence making the test fail.
4362 # Specify a location for gmp
4364 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4365 if test "${with_gmp_dir+set}" = set; then
4366 withval
="$with_gmp_dir"
4367 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4368 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4369 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4370 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4371 { (exit 1); exit 1; }; }
4375 # Check whether --with-gmp or --without-gmp was given.
4376 if test "${with_gmp+set}" = set; then
4381 # Check whether --with-gmp_include or --without-gmp_include was given.
4382 if test "${with_gmp_include+set}" = set; then
4383 withval
="$with_gmp_include"
4387 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4388 if test "${with_gmp_lib+set}" = set; then
4389 withval
="$with_gmp_lib"
4394 if test "x$with_gmp" != x
; then
4395 gmplibs
="-L$with_gmp/lib $gmplibs"
4396 gmpinc
="-I$with_gmp/include $gmpinc"
4398 if test "x$with_gmp_include" != x
; then
4399 gmpinc
="-I$with_gmp_include $gmpinc"
4401 if test "x$with_gmp_lib" != x
; then
4402 gmplibs
="-L$with_gmp_lib $gmplibs"
4404 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4405 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4406 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4407 # Do not test the gmp version. Assume that it is sufficient, since
4408 # it is in the source tree, and the library has not been built yet
4409 # but it would be included on the link line in the version check below
4410 # hence making the test fail.
4414 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4416 saved_CFLAGS
="$CFLAGS"
4417 CFLAGS
="$CFLAGS $gmpinc"
4418 # Check GMP actually works
4419 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4420 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4422 cat >conftest.
$ac_ext <<_ACEOF
4425 cat confdefs.h
>>conftest.
$ac_ext
4426 cat >>conftest.
$ac_ext <<_ACEOF
4427 /* end confdefs.h. */
4433 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4441 rm -f conftest.
$ac_objext
4442 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4443 (eval $ac_compile) 2>conftest.er1
4445 grep -v '^ *+' conftest.er1
>conftest.err
4447 cat conftest.err
>&5
4448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4449 (exit $ac_status); } &&
4450 { ac_try
='test -z "$ac_c_werror_flag"
4451 || test ! -s conftest.err'
4452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4456 (exit $ac_status); }; } &&
4457 { ac_try
='test -s conftest.$ac_objext'
4458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4462 (exit $ac_status); }; }; then
4463 echo "$as_me:$LINENO: result: yes" >&5
4464 echo "${ECHO_T}yes" >&6
4466 echo "$as_me: failed program was:" >&5
4467 sed 's/^/| /' conftest.
$ac_ext >&5
4469 echo "$as_me:$LINENO: result: no" >&5
4470 echo "${ECHO_T}no" >&6; have_gmp
=no
4472 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4474 if test x
"$have_gmp" = xyes
; then
4476 LIBS
="$LIBS $gmplibs"
4477 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4478 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4479 cat >conftest.
$ac_ext <<_ACEOF
4482 cat confdefs.h
>>conftest.
$ac_ext
4483 cat >>conftest.
$ac_ext <<_ACEOF
4484 /* end confdefs.h. */
4491 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,0)
4499 mpfr_atan2 (n, n, x, GMP_RNDN);
4500 mpfr_erfc (n, x, GMP_RNDN);
4501 mpfr_subnormalize (x, t, GMP_RNDN);
4507 rm -f conftest.
$ac_objext conftest
$ac_exeext
4508 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4509 (eval $ac_link) 2>conftest.er1
4511 grep -v '^ *+' conftest.er1
>conftest.err
4513 cat conftest.err
>&5
4514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4515 (exit $ac_status); } &&
4516 { ac_try
='test -z "$ac_c_werror_flag"
4517 || test ! -s conftest.err'
4518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4522 (exit $ac_status); }; } &&
4523 { ac_try
='test -s conftest$ac_exeext'
4524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4528 (exit $ac_status); }; }; then
4529 cat >conftest.
$ac_ext <<_ACEOF
4532 cat confdefs.h
>>conftest.
$ac_ext
4533 cat >>conftest.
$ac_ext <<_ACEOF
4534 /* end confdefs.h. */
4541 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4544 mpfr_t n; mpfr_init(n);
4550 rm -f conftest.
$ac_objext conftest
$ac_exeext
4551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4552 (eval $ac_link) 2>conftest.er1
4554 grep -v '^ *+' conftest.er1
>conftest.err
4556 cat conftest.err
>&5
4557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4558 (exit $ac_status); } &&
4559 { ac_try
='test -z "$ac_c_werror_flag"
4560 || test ! -s conftest.err'
4561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4565 (exit $ac_status); }; } &&
4566 { ac_try
='test -s conftest$ac_exeext'
4567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4571 (exit $ac_status); }; }; then
4572 echo "$as_me:$LINENO: result: yes" >&5
4573 echo "${ECHO_T}yes" >&6
4575 echo "$as_me: failed program was:" >&5
4576 sed 's/^/| /' conftest.
$ac_ext >&5
4578 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4579 echo "${ECHO_T}buggy but acceptable" >&6
4581 rm -f conftest.err conftest.
$ac_objext \
4582 conftest
$ac_exeext conftest.
$ac_ext
4584 echo "$as_me: failed program was:" >&5
4585 sed 's/^/| /' conftest.
$ac_ext >&5
4587 echo "$as_me:$LINENO: result: no" >&5
4588 echo "${ECHO_T}no" >&6; have_gmp
=no
4590 rm -f conftest.err conftest.
$ac_objext \
4591 conftest
$ac_exeext conftest.
$ac_ext
4594 CFLAGS
="$saved_CFLAGS"
4596 if test x
$have_gmp != xyes
; then
4597 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4598 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4599 Copies of these libraries' source code can be found at their respective
4600 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4601 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4602 If you obtained GMP and/or MPFR from a vendor distribution package, make
4603 sure that you have installed both the libraries and the header files.
4604 They may be located in separate packages." >&5
4605 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4606 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4607 Copies of these libraries' source code can be found at their respective
4608 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4609 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4610 If you obtained GMP and/or MPFR from a vendor distribution package, make
4611 sure that you have installed both the libraries and the header files.
4612 They may be located in separate packages." >&2;}
4613 { (exit 1); exit 1; }; }
4617 # Flags needed for both GMP and/or MPFR
4621 # By default, C is the only stage 1 language.
4622 stage1_languages
=,c
,
4624 # Figure out what language subdirectories are present.
4625 # Look if the user specified --enable-languages="..."; if not, use
4626 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4628 # NB: embedded tabs in this IF block -- do not untabify
4629 if test -d ${srcdir}/gcc
; then
4630 if test x
"${enable_languages+set}" != xset
; then
4631 if test x
"${LANGUAGES+set}" = xset
; then
4632 enable_languages
="${LANGUAGES}"
4633 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4635 enable_languages
=all
4638 if test x
"${enable_languages}" = x ||
4639 test x
"${enable_languages}" = xyes
;
4641 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4645 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4647 # 'f95' is the old name for the 'fortran' language. We issue a warning
4648 # and make the substitution.
4649 case ,${enable_languages}, in
4651 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4652 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4656 # First scan to see if an enabled language requires some other language.
4657 # We assume that a given config-lang.in will list all the language
4658 # front ends it requires, even if some are required indirectly.
4659 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4660 case ${lang_frag} in
4662 # The odd quoting in the next line works around
4663 # an apparent bug in bash 1.12 on linux.
4664 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4666 # From the config-lang.in, get $language, $lang_requires
4670 for other
in ${lang_requires} ; do
4671 case ,${enable_languages}, in
4675 echo " \`$other' language required by \`$language'; enabling" 1>&2
4676 enable_languages
="${enable_languages},${other}"
4684 new_enable_languages
=,c
,
4685 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4686 potential_languages
=,c
,
4688 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4689 case ${lang_frag} in
4691 # The odd quoting in the next line works around
4692 # an apparent bug in bash 1.12 on linux.
4693 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4695 # From the config-lang.in, get $language, $target_libs,
4696 # $lang_dirs, $boot_language, and $build_by_default
4702 build_by_default
=yes
4704 if test x
${language} = x
; then
4705 echo "${lang_frag} doesn't set \$language." 1>&2
4709 case ,${enable_languages}, in
4711 # Language was explicitly selected; include it.
4715 # 'all' was selected, select it if it is a default language
4716 add_this_lang
=${build_by_default}
4723 # Disable languages that need other directories if these aren't available.
4724 for i
in $subdir_requires; do
4725 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4726 case ,${enable_languages}, in
4728 # Specifically requested language; tell them.
4729 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4730 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4731 { (exit 1); exit 1; }; }
4735 add_this_lang
=unsupported
4740 # Disable Ada if no preexisting GNAT is available.
4741 case ,${enable_languages},:${language}:${have_gnat} in
4742 *,${language},*:ada
:no
)
4743 # Specifically requested language; tell them.
4744 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4745 echo "$as_me: error: GNAT is required to build $language" >&2;}
4746 { (exit 1); exit 1; }; }
4750 add_this_lang
=unsupported
4754 # Disable a language that is unsupported by the target.
4755 case " $unsupported_languages " in
4757 add_this_lang
=unsupported
4761 case $add_this_lang in
4763 # Remove language-dependent dirs.
4764 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4767 # Remove language-dependent dirs; still show language as supported.
4768 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4769 potential_languages
="${potential_languages}${language},"
4772 new_enable_languages
="${new_enable_languages}${language},"
4773 potential_languages
="${potential_languages}${language},"
4774 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4775 case ${boot_language} in
4777 # Add to (comma-separated) list of stage 1 languages.
4778 stage1_languages
="${stage1_languages}${language},"
4787 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4788 if test "${enable_stage1_languages+set}" = set; then
4789 enableval
="$enable_stage1_languages"
4790 case ,${enable_stage1_languages}, in
4792 # Set it to something that will have no effect in the loop below
4793 enable_stage1_languages
=c
;;
4795 enable_stage1_languages
=`echo $new_enable_languages | \
4796 sed -e "s/^,//" -e "s/,$//" ` ;;
4798 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4799 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4802 # Add "good" languages from enable_stage1_languages to stage1_languages,
4803 # while "bad" languages go in missing_languages. Leave no duplicates.
4804 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4805 case $potential_languages in
4807 case $stage1_languages in
4809 *) stage1_languages
="$stage1_languages$i," ;;
4812 case $missing_languages in
4814 *) missing_languages
="$missing_languages$i," ;;
4820 # Remove leading/trailing commas that were added for simplicity
4821 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4822 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4823 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4824 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4826 if test "x$missing_languages" != x
; then
4827 { { echo "$as_me:$LINENO: error:
4828 The following requested languages could not be built: ${missing_languages}
4829 Supported languages are: ${potential_languages}" >&5
4830 echo "$as_me: error:
4831 The following requested languages could not be built: ${missing_languages}
4832 Supported languages are: ${potential_languages}" >&2;}
4833 { (exit 1); exit 1; }; }
4835 if test "x$new_enable_languages" != "x$enable_languages"; then
4836 echo The following languages will be built
: ${new_enable_languages}
4837 enable_languages
="$new_enable_languages"
4841 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4844 # Handle --disable-<component> generically.
4845 for dir
in $configdirs $build_configdirs $target_configdirs ; do
4846 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4847 if eval test x\
${enable_${dirname}} "=" xno
; then
4848 noconfigdirs
="$noconfigdirs $dir"
4852 # Check for Boehm's garbage collector
4853 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4854 if test "${enable_objc_gc+set}" = set; then
4855 enableval
="$enable_objc_gc"
4856 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4857 *,objc
,*:*:yes:*target-boehm-gc
*)
4858 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4859 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4860 { (exit 1); exit 1; }; }
4865 # Make sure we only build Boehm's garbage collector if required.
4866 case ,${enable_languages},:${enable_objc_gc} in
4868 # Keep target-boehm-gc if requested for Objective-C.
4871 # Otherwise remove target-boehm-gc depending on target-libjava.
4872 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
4873 noconfigdirs
="$noconfigdirs target-boehm-gc"
4878 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4879 # $build_configdirs and $target_configdirs.
4880 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4883 for dir
in .
$skipdirs $noconfigdirs ; do
4884 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
4885 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4886 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
4887 if test -r $srcdir/$dirname/configure
; then
4888 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4891 notsupp
="$notsupp $dir"
4895 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4896 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
4897 if test -r $srcdir/$dirname/configure
; then
4898 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4901 notsupp
="$notsupp $dir"
4905 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4906 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
4907 if test -r $srcdir/$dirname/configure
; then
4908 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4911 notsupp
="$notsupp $dir"
4917 # Sometimes the tools are distributed with libiberty but with no other
4918 # libraries. In that case, we don't want to build target-libiberty.
4919 # Don't let libgcc imply libiberty either.
4920 if test -n "${target_configdirs}" ; then
4923 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
4924 if test "$i" = "libgcc"; then
4925 libgcc
=target-libgcc
4926 elif test "$i" != "libiberty" ; then
4927 if test -r $srcdir/$i/configure
; then
4933 if test -z "${others}" ; then
4934 target_configdirs
=$libgcc
4938 # Quietly strip out all directories which aren't configurable in this tree.
4939 # This relies on all configurable subdirectories being autoconfiscated, which
4941 build_configdirs_all
="$build_configdirs"
4943 for i
in ${build_configdirs_all} ; do
4944 j
=`echo $i | sed -e s/build-//g`
4945 if test -f ${srcdir}/$j/configure
; then
4946 build_configdirs
="${build_configdirs} $i"
4950 configdirs_all
="$configdirs"
4952 for i
in ${configdirs_all} ; do
4953 if test -f ${srcdir}/$i/configure
; then
4954 configdirs
="${configdirs} $i"
4958 target_configdirs_all
="$target_configdirs"
4960 for i
in ${target_configdirs_all} ; do
4961 j
=`echo $i | sed -e s/target-//g`
4962 if test -f ${srcdir}/$j/configure
; then
4963 target_configdirs
="${target_configdirs} $i"
4967 # Produce a warning message for the subdirs we can't configure.
4968 # This isn't especially interesting in the Cygnus tree, but in the individual
4969 # FSF releases, it's important to let people know when their machine isn't
4970 # supported by the one or two programs in a package.
4972 if test -n "${notsupp}" && test -z "${norecursion}" ; then
4973 # If $appdirs is non-empty, at least one of those directories must still
4974 # be configured, or we error out. (E.g., if the gas release supports a
4975 # specified target in some subdirs but not the gas subdir, we shouldn't
4976 # pretend that all is well.)
4977 if test -n "$appdirs" ; then
4978 for dir
in $appdirs ; do
4979 if test -r $dir/Makefile.
in ; then
4980 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4984 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
4990 if test -n "$appdirs" ; then
4991 echo "*** This configuration is not supported by this package." 1>&2
4995 # Okay, some application will build, or we don't care to check. Still
4996 # notify of subdirs not getting built.
4997 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
4998 echo " ${notsupp}" 1>&2
4999 echo " (Any other directories should still work fine.)" 1>&2
5007 # To find our prefix, in gcc_cv_tool_prefix.
5009 # The user is always right.
5010 if test "${PATH_SEPARATOR+set}" != set; then
5011 echo "#! /bin/sh" >conf$$.sh
5012 echo "exit 0" >>conf$$.sh
5014 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5024 if test "x$exec_prefix" = xNONE
; then
5025 if test "x$prefix" = xNONE
; then
5026 gcc_cv_tool_prefix
=$ac_default_prefix
5028 gcc_cv_tool_prefix
=$prefix
5031 gcc_cv_tool_prefix
=$exec_prefix
5034 # If there is no compiler in the tree, use the PATH only. In any
5035 # case, if there is no compiler in the tree nobody should use
5036 # AS_FOR_TARGET and LD_FOR_TARGET.
5037 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5038 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5039 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5040 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5041 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5042 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5043 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5044 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5049 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5050 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5058 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5059 if test "${with_build_sysroot+set}" = set; then
5060 withval
="$with_build_sysroot"
5061 if test x
"$withval" != x
; then
5062 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5065 SYSROOT_CFLAGS_FOR_TARGET
=
5069 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5070 # the named directory are copied to $(tooldir)/sys-include.
5071 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5072 if test x
${is_cross_compiler} = xno
; then
5073 echo 1>&2 '***' --with-headers is only supported when cross compiling
5076 if test x
"${with_headers}" != xyes
; then
5077 x
=${gcc_cv_tool_prefix}
5078 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5082 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5083 # the name directories are copied to $(tooldir)/lib. Multiple directories
5085 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5086 if test x
${is_cross_compiler} = xno
; then
5087 echo 1>&2 '***' --with-libs is only supported when cross compiling
5090 if test x
"${with_libs}" != xyes
; then
5091 # Copy the libraries in reverse order, so that files in the first named
5092 # library override files in subsequent libraries.
5093 x
=${gcc_cv_tool_prefix}
5094 for l
in ${with_libs}; do
5095 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5100 # Set with_gnu_as and with_gnu_ld as appropriate.
5102 # This is done by determining whether or not the appropriate directory
5103 # is available, and by checking whether or not specific configurations
5104 # have requested that this magic not happen.
5106 # The command line options always override the explicit settings in
5107 # configure.in, and the settings in configure.in override this magic.
5109 # If the default for a toolchain is to use GNU as and ld, and you don't
5110 # want to do that, then you should use the --without-gnu-as and
5111 # --without-gnu-ld options for the configure script.
5113 if test x
${use_gnu_as} = x
&&
5114 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5116 extra_host_args
="$extra_host_args --with-gnu-as"
5119 if test x
${use_gnu_ld} = x
&&
5120 echo " ${configdirs} " |
grep " ld " > /dev
/null
2>&1 ; then
5122 extra_host_args
="$extra_host_args --with-gnu-ld"
5125 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5126 # can detect this case.
5128 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5130 extra_host_args
="$extra_host_args --with-newlib"
5133 # Handle ${copy_dirs}
5134 set fnord
${copy_dirs}
5136 while test $# != 0 ; do
5137 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5140 echo Copying
$1 to
$2
5142 # Use the install script to create the directory and all required
5143 # parent directories.
5144 if test -d $2 ; then
5148 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5151 # Copy the directory, assuming we have tar.
5152 # FIXME: Should we use B in the second tar? Not all systems support it.
5153 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5155 # It is the responsibility of the user to correctly adjust all
5156 # symlinks. If somebody can figure out how to handle them correctly
5157 # here, feel free to add the code.
5164 # Determine a target-dependent exec_prefix that the installed
5165 # gcc will search in. Keep this list sorted by triplet, with
5166 # the *-*-osname triplets last.
5170 md_exec_prefix
=/gnu
/lib
/gcc-lib
5172 i
[34567]86-pc-msdosdjgpp*)
5173 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5175 i
[34567]86-*-sco3.2v5
*)
5176 if test $with_gnu_as = yes; then
5177 md_exec_prefix
=/usr
/gnu
/bin
5179 md_exec_prefix
=/usr
/ccs
/bin
/elf
5184 powerpc-
*-chorusos* | \
5185 powerpc
*-*-eabi* | \
5186 powerpc
*-*-sysv* | \
5187 powerpc
*-*-kaos* | \
5189 md_exec_prefix
=/usr
/ccs
/bin
5194 md_exec_prefix
=/usr
/ccs
/bin
5209 md_exec_prefix
=/usr
/ccs
/bin
5213 extra_arflags_for_target
=
5214 extra_nmflags_for_target
=
5215 extra_ranlibflags_for_target
=
5216 target_makefile_frag
=/dev
/null
5219 target_makefile_frag
="config/mt-mep"
5222 target_makefile_frag
="config/mt-spu"
5225 target_makefile_frag
="config/mt-netware"
5227 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5228 target_makefile_frag
="config/mt-gnu"
5230 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5231 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5232 # commands to handle both 32-bit and 64-bit objects. These flags are
5233 # harmless if we're using GNU nm or ar.
5234 extra_arflags_for_target
=" -X32_64"
5235 extra_nmflags_for_target
=" -B -X32_64"
5238 # ranlib from Darwin requires the -c flag to look at common symbols.
5239 extra_ranlibflags_for_target
=" -c"
5241 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5242 target_makefile_frag
="config/mt-wince"
5246 alphaieee_frag
=/dev
/null
5249 # This just makes sure to use the -mieee option to build target libs.
5250 # This should probably be set individually by each library.
5251 alphaieee_frag
="config/mt-alphaieee"
5255 # If --enable-target-optspace always use -Os instead of -O2 to build
5256 # the target libraries, similarly if it is not specified, use -Os
5257 # on selected platforms.
5258 ospace_frag
=/dev
/null
5259 case "${enable_target_optspace}:${target}" in
5261 ospace_frag
="config/mt-ospace"
5264 ospace_frag
="config/mt-d30v"
5266 :m32r-
* |
:d10v-
* |
:fr30-
*)
5267 ospace_frag
="config/mt-ospace"
5272 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5276 # Default to using --with-stabs for certain targets.
5277 if test x
${with_stabs} = x
; then
5281 mips
*-*-* | alpha
*-*-osf*)
5283 extra_host_args
="${extra_host_args} --with-stabs"
5288 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5289 # them automatically.
5292 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5296 # Some systems (e.g., one of the i386-aix systems the gas testers are
5297 # using) don't handle "\$" correctly, so don't use it here.
5298 tooldir
='${exec_prefix}'/${target_noncanonical}
5299 build_tooldir
=${tooldir}
5301 # Create a .gdbinit file which runs the one in srcdir
5302 # and tells GDB to look there for source files.
5304 if test -r ${srcdir}/.gdbinit
; then
5307 *) cat > .
/.gdbinit
<<EOF
5311 source ${srcdir}/.gdbinit
5317 # Make sure that the compiler is able to generate an executable. If it
5318 # can't, we are probably in trouble. We don't care whether we can run the
5319 # executable--we might be using a cross compiler--we only care whether it
5320 # can be created. At this point the main configure script has set CC.
5322 echo "int main () { return 0; }" > conftest.c
5323 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5324 if test $?
= 0 ; then
5325 if test -s conftest ||
test -s conftest.exe
; then
5331 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5332 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5339 # The Solaris /usr/ucb/cc compiler does not appear to work.
5341 sparc-sun-solaris2
*)
5342 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5343 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5345 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5346 if test -d /opt
/cygnus
/bin
; then
5347 if test "$could_use" = "" ; then
5348 could_use
="/opt/cygnus/bin"
5350 could_use
="$could_use or /opt/cygnus/bin"
5353 if test "$could_use" = "" ; then
5354 echo "Warning: compilation may fail because you're using"
5355 echo "/usr/ucb/cc. You should change your PATH or CC "
5356 echo "variable and rerun configure."
5358 echo "Warning: compilation may fail because you're using"
5359 echo "/usr/ucb/cc, when you should use the C compiler from"
5360 echo "$could_use. You should change your"
5361 echo "PATH or CC variable and rerun configure."
5368 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5369 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5370 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5373 # Record target_configdirs and the configure arguments for target and
5374 # build configuration in Makefile.
5375 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5376 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5378 # Determine whether gdb needs tk/tcl or not.
5379 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5380 # and in that case we want gdb to be built without tk. Ugh!
5381 # In fact I believe gdb is the *only* package directly dependent on tk,
5382 # so we should be able to put the 'maybe's in unconditionally and
5383 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5384 # 100% sure that that's safe though.
5386 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5387 case "$enable_gdbtk" in
5391 GDB_TK
="${gdb_tk}" ;;
5393 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5394 # distro. Eventually someone will fix this and move Insight, nee
5395 # gdbtk to a separate directory.
5396 if test -d ${srcdir}/gdb
/gdbtk
; then
5403 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5404 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5406 # Strip out unwanted targets.
5408 # While at that, we remove Makefiles if we were started for recursive
5409 # configuration, so that the top-level Makefile reconfigures them,
5410 # like we used to do when configure itself was recursive.
5412 # Loop over modules. $extrasub must be used with care, limiting as
5413 # much as possible the usage of range addresses. That's because autoconf
5414 # splits the sed script to overcome limits in the number of commands,
5415 # and relying on carefully-timed sed passes may turn out to be very hard
5416 # to maintain later. In this particular case, you just have to be careful
5417 # not to nest @if/@endif pairs, because configure will not warn you at all.
5419 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5420 if test "${enable_bootstrap+set}" = set; then
5421 enableval
="$enable_bootstrap"
5424 enable_bootstrap
=default
5427 # Issue errors and warnings for invalid/strange bootstrap combinations.
5428 case "$configdirs" in
5429 *gcc
*) have_compiler
=yes ;;
5430 *) have_compiler
=no
;;
5433 case "$have_compiler:$host:$target:$enable_bootstrap" in
5436 # Default behavior. Enable bootstrap if we have a compiler
5437 # and we are in a native configuration.
5438 yes:$build:$build:default
)
5439 enable_bootstrap
=yes ;;
5442 enable_bootstrap
=no
;;
5444 # We have a compiler and we are in a native configuration, bootstrap is ok
5445 yes:$build:$build:yes)
5448 # Other configurations, but we have a compiler. Assume the user knows
5451 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5452 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5455 # No compiler: if they passed --enable-bootstrap explicitly, fail
5457 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5458 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5459 { (exit 1); exit 1; }; } ;;
5461 # Fail if wrong command line
5463 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5464 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5465 { (exit 1); exit 1; }; }
5469 # Adjust the toplevel makefile according to whether bootstrap was selected.
5470 case "$enable_bootstrap" in
5472 bootstrap_suffix
=bootstrap
;;
5474 bootstrap_suffix
=no-bootstrap
;;
5477 for module
in ${build_configdirs} ; do
5478 if test -z "${no_recursion}" \
5479 && test -f ${build_subdir}/${module}/Makefile
; then
5480 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5481 rm -f ${build_subdir}/${module}/Makefile
5484 /^@if build-$module\$/d
5485 /^@endif build-$module\$/d
5486 /^@if build-$module-$bootstrap_suffix\$/d
5487 /^@endif build-$module-$bootstrap_suffix\$/d"
5489 for module
in ${configdirs} ; do
5490 if test -z "${no_recursion}"; then
5491 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5492 if test -f ${file}; then
5493 echo 1>&2 "*** removing ${file} to force reconfigure"
5500 /^@endif $module\$/d
5501 /^@if $module-$bootstrap_suffix\$/d
5502 /^@endif $module-$bootstrap_suffix\$/d"
5504 for module
in ${target_configdirs} ; do
5505 if test -z "${no_recursion}" \
5506 && test -f ${target_subdir}/${module}/Makefile
; then
5507 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5508 rm -f ${target_subdir}/${module}/Makefile
5511 /^@if target-$module\$/d
5512 /^@endif target-$module\$/d
5513 /^@if target-$module-$bootstrap_suffix\$/d
5514 /^@endif target-$module-$bootstrap_suffix\$/d"
5518 /^@if /,/^@endif /d"
5520 # Create the serialization dependencies. This uses a temporary file.
5522 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5523 if test "${enable_serial_configure+set}" = set; then
5524 enableval
="$enable_serial_configure"
5528 case ${enable_serial_configure} in
5530 enable_serial_build_configure
=yes
5531 enable_serial_host_configure
=yes
5532 enable_serial_target_configure
=yes
5536 # These force 'configure's to be done one at a time, to avoid problems
5537 # with contention over a shared config.cache.
5539 echo '# serdep.tmp' > serdep.tmp
5541 test "x${enable_serial_build_configure}" = xyes
&&
5542 for item
in ${build_configdirs} ; do
5545 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5550 test "x${enable_serial_host_configure}" = xyes
&&
5551 for item
in ${configdirs} ; do
5554 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5559 test "x${enable_serial_target_configure}" = xyes
&&
5560 for item
in ${target_configdirs} ; do
5563 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5567 serialization_dependencies
=serdep.tmp
5570 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5571 # target, nonopt, and variable assignments. These are the ones we
5572 # might not want to pass down to subconfigures. Also strip
5573 # program-prefix, program-suffix, and program-transform-name, so that
5574 # we can pass down a consistent program-transform-name.
5578 eval "set -- $ac_configure_args"
5581 if test X
"$skip_next" = X
"yes"; then
5585 if test X
"$keep_next" = X
"yes"; then
5588 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5590 baseargs
="$baseargs '$ac_arg'"
5595 # Handle separated arguments. Based on the logic generated by
5598 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5599 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5600 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5601 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5627 -program-prefix* | \
5628 -program-suffix* | \
5629 -program-transform-name* )
5630 skip_next
=$separate_arg
5634 # An option. Add it.
5637 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5639 baseargs
="$baseargs '$ac_arg'"
5640 keep_next
=$separate_arg
5643 # Either a variable assignment, or a nonopt (triplet). Don't
5644 # pass it down; let the Makefile handle this.
5649 # Remove the initial space we just introduced and, as these will be
5650 # expanded by make, quote '$'.
5651 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5653 # Add in --program-transform-name, after --program-prefix and
5654 # --program-suffix have been applied to it. Autoconf has already
5655 # doubled dollar signs and backslashes in program_transform_name; we want
5656 # the backslashes un-doubled, and then the entire thing wrapped in single
5657 # quotes, because this will be expanded first by make and then by the shell.
5658 # Also, because we want to override the logic in subdir configure scripts to
5659 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5660 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5661 ${program_transform_name}
5663 gcc_transform_name
=`cat conftestsed.out`
5664 rm -f conftestsed.out
5665 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5667 # For the build-side libraries, we just need to pretend we're native,
5668 # and not use the same cache file. Multilibs are neither needed nor
5670 build_configargs
="--cache-file=../config.cache ${baseargs}"
5672 # For host modules, accept cache file option, or specification as blank.
5673 case "${cache_file}" in
5675 cache_file_option
="" ;;
5676 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5677 cache_file_option
="--cache-file=${cache_file}" ;;
5679 cache_file_option
="--cache-file=../${cache_file}" ;;
5682 # Host dirs don't like to share a cache file either, horribly enough.
5683 # This seems to be due to autoconf 2.5x stupidity.
5684 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5686 target_configargs
=${baseargs}
5688 # Passing a --with-cross-host argument lets the target libraries know
5689 # whether they are being built with a cross-compiler or being built
5690 # native. However, it would be better to use other mechanisms to make the
5691 # sorts of decisions they want to make on this basis. Please consider
5692 # this option to be deprecated. FIXME.
5693 if test x
${is_cross_compiler} = xyes
; then
5694 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5697 # Default to --enable-multilib.
5698 if test x
${enable_multilib} = x
; then
5699 target_configargs
="--enable-multilib ${target_configargs}"
5702 # Pass --with-newlib if appropriate. Note that target_configdirs has
5703 # changed from the earlier setting of with_newlib.
5704 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5705 target_configargs
="--with-newlib ${target_configargs}"
5708 # Different target subdirs use different values of certain variables
5709 # (notably CXX). Worse, multilibs use *lots* of different values.
5710 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5711 # it doesn't automatically accept command-line overrides of them.
5712 # This means it's not safe for target subdirs to share a cache file,
5713 # which is disgusting, but there you have it. Hopefully this can be
5714 # fixed in future. It's still worthwhile to use a cache file for each
5715 # directory. I think.
5717 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5718 # We need to pass --target, as newer autoconf's requires consistency
5719 # for target_alias and gcc doesn't manage it consistently.
5720 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5723 case " $target_configdirs " in
5725 case " $target_configargs " in
5726 *" --with-newlib "*)
5729 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include' ;;
5732 # If we're not building GCC, don't discard standard headers.
5733 if test -d ${srcdir}/gcc
; then
5734 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5736 if test "${build}" != "${host}"; then
5737 # On Canadian crosses, CC_FOR_TARGET will have already been set
5738 # by `configure', so we won't have an opportunity to add -Bgcc/
5739 # to it. This is right: we don't want to search that directory
5740 # for binaries, but we want the header files in there, so add
5742 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5744 # Someone might think of using the pre-installed headers on
5745 # Canadian crosses, in case the installed compiler is not fully
5746 # compatible with the compiler being built. In this case, it
5747 # would be better to flag an error than risking having
5748 # incompatible object files being constructed. We can't
5749 # guarantee that an error will be flagged, but let's hope the
5750 # compiler will do it, when presented with incompatible header
5755 case "${target}-${is_cross_compiler}" in
5756 i
[3456789]86-*-linux*-no)
5757 # Here host == target, so we don't need to build gcc,
5758 # so we don't want to discard standard headers.
5759 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5762 # If we're building newlib, use its generic headers last, but search
5763 # for any libc-related directories first (so make it the last -B
5765 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5774 # Can't be handled as Cygwin above since Mingw does not use newlib.
5775 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include' ;;
5778 # Allow the user to override the flags for
5779 # our build compiler if desired.
5780 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
5782 # On Canadian crosses, we'll be searching the right directories for
5783 # the previously-installed cross compiler, so don't bother to add
5784 # flags for directories within the install tree of the compiler
5785 # being built; programs in there won't even run.
5786 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5787 # Search for pre-installed headers if nothing else fits.
5788 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5791 if test "x
${use_gnu_ld}" = x &&
5792 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
5793 # Arrange for us to find uninstalled linker scripts.
5794 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5797 # Search for other target-specific linker scripts and such.
5800 if test -d ${srcdir}/libgloss/m32c; then
5801 # This is for crt0.o
5802 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/m32c'
5803 # This is for r8c.ld
5804 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/m32c'
5805 # This is for libnosys.a
5806 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5810 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5814 # Makefile fragments.
5815 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5817 eval fragval=\$$frag
5818 if test $fragval != /dev/null; then
5819 eval $frag=${srcdir}/$fragval
5827 # Miscellanea: directories, flags, etc.
5835 # Build module lists & subconfigure args.
5839 # Host module lists & subconfigure args.
5843 # Target module lists & subconfigure args.
5851 # Generate default definitions for YACC, M4, LEX and other programs that run
5852 # on the build machine. These are used if the Makefile can't locate these
5853 # programs in objdir.
5854 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
5856 for ac_prog in 'bison -y' byacc yacc
5858 # Extract the first word of "$ac_prog", so it can be a program name with args.
5859 set dummy $ac_prog; ac_word=$2
5860 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5861 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5862 if test "${ac_cv_prog_YACC+set}" = set; then
5863 echo $ECHO_N "(cached
) $ECHO_C" >&6
5865 if test -n "$YACC"; then
5866 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 test -z "$as_dir" && as_dir=.
5873 for ac_exec_ext in '' $ac_executable_extensions; do
5874 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5875 ac_cv_prog_YACC="$ac_prog"
5876 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5884 YACC=$ac_cv_prog_YACC
5885 if test -n "$YACC"; then
5886 echo "$as_me:$LINENO: result
: $YACC" >&5
5887 echo "${ECHO_T}$YACC" >&6
5889 echo "$as_me:$LINENO: result
: no
" >&5
5890 echo "${ECHO_T}no
" >&6
5893 test -n "$YACC" && break
5895 test -n "$YACC" || YACC="$MISSING bison
-y"
5897 case " $build_configdirs " in
5898 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
5899 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
5902 for ac_prog in bison
5904 # Extract the first word of "$ac_prog", so it can be a program name with args.
5905 set dummy $ac_prog; ac_word=$2
5906 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5907 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5908 if test "${ac_cv_prog_BISON+set}" = set; then
5909 echo $ECHO_N "(cached
) $ECHO_C" >&6
5911 if test -n "$BISON"; then
5912 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_BISON="$ac_prog"
5922 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5930 BISON=$ac_cv_prog_BISON
5931 if test -n "$BISON"; then
5932 echo "$as_me:$LINENO: result
: $BISON" >&5
5933 echo "${ECHO_T}$BISON" >&6
5935 echo "$as_me:$LINENO: result
: no
" >&5
5936 echo "${ECHO_T}no
" >&6
5939 test -n "$BISON" && break
5941 test -n "$BISON" || BISON="$MISSING bison
"
5943 case " $build_configdirs " in
5944 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
5947 for ac_prog in gm4 gnum4 m4
5949 # Extract the first word of "$ac_prog", so it can be a program name with args.
5950 set dummy $ac_prog; ac_word=$2
5951 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5952 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5953 if test "${ac_cv_prog_M4+set}" = set; then
5954 echo $ECHO_N "(cached
) $ECHO_C" >&6
5956 if test -n "$M4"; then
5957 ac_cv_prog_M4="$M4" # Let the user override the test.
5959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5963 test -z "$as_dir" && as_dir=.
5964 for ac_exec_ext in '' $ac_executable_extensions; do
5965 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5966 ac_cv_prog_M4="$ac_prog"
5967 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5976 if test -n "$M4"; then
5977 echo "$as_me:$LINENO: result
: $M4" >&5
5978 echo "${ECHO_T}$M4" >&6
5980 echo "$as_me:$LINENO: result
: no
" >&5
5981 echo "${ECHO_T}no
" >&6
5984 test -n "$M4" && break
5986 test -n "$M4" || M4="$MISSING m4"
5988 case " $build_configdirs " in
5989 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
5992 for ac_prog in flex lex
5994 # Extract the first word of "$ac_prog", so it can be a program name with args.
5995 set dummy $ac_prog; ac_word=$2
5996 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5997 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5998 if test "${ac_cv_prog_LEX+set}" = set; then
5999 echo $ECHO_N "(cached
) $ECHO_C" >&6
6001 if test -n "$LEX"; then
6002 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 test -z "$as_dir" && as_dir=.
6009 for ac_exec_ext in '' $ac_executable_extensions; do
6010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6011 ac_cv_prog_LEX="$ac_prog"
6012 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6021 if test -n "$LEX"; then
6022 echo "$as_me:$LINENO: result
: $LEX" >&5
6023 echo "${ECHO_T}$LEX" >&6
6025 echo "$as_me:$LINENO: result
: no
" >&5
6026 echo "${ECHO_T}no
" >&6
6029 test -n "$LEX" && break
6031 test -n "$LEX" || LEX="$MISSING flex
"
6033 case " $build_configdirs " in
6034 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6035 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6040 # Extract the first word of "$ac_prog", so it can be a program name with args.
6041 set dummy $ac_prog; ac_word=$2
6042 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6043 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6044 if test "${ac_cv_prog_FLEX+set}" = set; then
6045 echo $ECHO_N "(cached
) $ECHO_C" >&6
6047 if test -n "$FLEX"; then
6048 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054 test -z "$as_dir" && as_dir=.
6055 for ac_exec_ext in '' $ac_executable_extensions; do
6056 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6057 ac_cv_prog_FLEX="$ac_prog"
6058 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6066 FLEX=$ac_cv_prog_FLEX
6067 if test -n "$FLEX"; then
6068 echo "$as_me:$LINENO: result
: $FLEX" >&5
6069 echo "${ECHO_T}$FLEX" >&6
6071 echo "$as_me:$LINENO: result
: no
" >&5
6072 echo "${ECHO_T}no
" >&6
6075 test -n "$FLEX" && break
6077 test -n "$FLEX" || FLEX="$MISSING flex
"
6079 case " $build_configdirs " in
6080 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6083 for ac_prog in makeinfo
6085 # Extract the first word of "$ac_prog", so it can be a program name with args.
6086 set dummy $ac_prog; ac_word=$2
6087 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6088 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6089 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6090 echo $ECHO_N "(cached
) $ECHO_C" >&6
6092 if test -n "$MAKEINFO"; then
6093 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6099 test -z "$as_dir" && as_dir=.
6100 for ac_exec_ext in '' $ac_executable_extensions; do
6101 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6102 ac_cv_prog_MAKEINFO="$ac_prog"
6103 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6111 MAKEINFO=$ac_cv_prog_MAKEINFO
6112 if test -n "$MAKEINFO"; then
6113 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6114 echo "${ECHO_T}$MAKEINFO" >&6
6116 echo "$as_me:$LINENO: result
: no
" >&5
6117 echo "${ECHO_T}no
" >&6
6120 test -n "$MAKEINFO" && break
6122 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6124 case " $build_configdirs " in
6125 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6128 # For an installed makeinfo, we require it to be from texinfo 4.4 or
6129 # higher, else we use the "missing
" dummy.
6130 if ${MAKEINFO} --version \
6131 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
6134 MAKEINFO="$MISSING makeinfo
"
6140 # FIXME: expect and dejagnu may become build tools?
6142 for ac_prog in expect
6144 # Extract the first word of "$ac_prog", so it can be a program name with args.
6145 set dummy $ac_prog; ac_word=$2
6146 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6147 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6148 if test "${ac_cv_prog_EXPECT+set}" = set; then
6149 echo $ECHO_N "(cached
) $ECHO_C" >&6
6151 if test -n "$EXPECT"; then
6152 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6158 test -z "$as_dir" && as_dir=.
6159 for ac_exec_ext in '' $ac_executable_extensions; do
6160 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6161 ac_cv_prog_EXPECT="$ac_prog"
6162 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6170 EXPECT=$ac_cv_prog_EXPECT
6171 if test -n "$EXPECT"; then
6172 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6173 echo "${ECHO_T}$EXPECT" >&6
6175 echo "$as_me:$LINENO: result
: no
" >&5
6176 echo "${ECHO_T}no
" >&6
6179 test -n "$EXPECT" && break
6181 test -n "$EXPECT" || EXPECT="expect
"
6183 case " $configdirs " in
6185 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6189 for ac_prog in runtest
6191 # Extract the first word of "$ac_prog", so it can be a program name with args.
6192 set dummy $ac_prog; ac_word=$2
6193 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6194 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6195 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6196 echo $ECHO_N "(cached
) $ECHO_C" >&6
6198 if test -n "$RUNTEST"; then
6199 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6205 test -z "$as_dir" && as_dir=.
6206 for ac_exec_ext in '' $ac_executable_extensions; do
6207 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6208 ac_cv_prog_RUNTEST="$ac_prog"
6209 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6217 RUNTEST=$ac_cv_prog_RUNTEST
6218 if test -n "$RUNTEST"; then
6219 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6220 echo "${ECHO_T}$RUNTEST" >&6
6222 echo "$as_me:$LINENO: result
: no
" >&5
6223 echo "${ECHO_T}no
" >&6
6226 test -n "$RUNTEST" && break
6228 test -n "$RUNTEST" || RUNTEST="runtest
"
6230 case " $configdirs " in
6232 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6239 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6240 ncn_target_tool_prefix=
6241 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6245 if test -n "$AR"; then
6247 elif test -n "$ac_cv_prog_AR"; then
6251 if test -n "$ac_cv_prog_AR"; then
6252 for ncn_progname in ar; do
6253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6254 set dummy ${ncn_progname}; ac_word=$2
6255 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6256 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6257 if test "${ac_cv_prog_AR+set}" = set; then
6258 echo $ECHO_N "(cached
) $ECHO_C" >&6
6260 if test -n "$AR"; then
6261 ac_cv_prog_AR="$AR" # Let the user override the test.
6263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6267 test -z "$as_dir" && as_dir=.
6268 for ac_exec_ext in '' $ac_executable_extensions; do
6269 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6270 ac_cv_prog_AR="${ncn_progname}"
6271 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6280 if test -n "$AR"; then
6281 echo "$as_me:$LINENO: result
: $AR" >&5
6282 echo "${ECHO_T}$AR" >&6
6284 echo "$as_me:$LINENO: result
: no
" >&5
6285 echo "${ECHO_T}no
" >&6
6291 for ncn_progname in ar; do
6292 if test -n "$ncn_tool_prefix"; then
6293 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6294 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6295 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6296 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6297 if test "${ac_cv_prog_AR+set}" = set; then
6298 echo $ECHO_N "(cached
) $ECHO_C" >&6
6300 if test -n "$AR"; then
6301 ac_cv_prog_AR="$AR" # Let the user override the test.
6303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6307 test -z "$as_dir" && as_dir=.
6308 for ac_exec_ext in '' $ac_executable_extensions; do
6309 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6310 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6311 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6320 if test -n "$AR"; then
6321 echo "$as_me:$LINENO: result
: $AR" >&5
6322 echo "${ECHO_T}$AR" >&6
6324 echo "$as_me:$LINENO: result
: no
" >&5
6325 echo "${ECHO_T}no
" >&6
6329 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6331 set dummy ${ncn_progname}; ac_word=$2
6332 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6333 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6334 if test "${ac_cv_prog_AR+set}" = set; then
6335 echo $ECHO_N "(cached
) $ECHO_C" >&6
6337 if test -n "$AR"; then
6338 ac_cv_prog_AR="$AR" # Let the user override the test.
6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6344 test -z "$as_dir" && as_dir=.
6345 for ac_exec_ext in '' $ac_executable_extensions; do
6346 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6347 ac_cv_prog_AR="${ncn_progname}"
6348 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6357 if test -n "$AR"; then
6358 echo "$as_me:$LINENO: result
: $AR" >&5
6359 echo "${ECHO_T}$AR" >&6
6361 echo "$as_me:$LINENO: result
: no
" >&5
6362 echo "${ECHO_T}no
" >&6
6366 test -n "$ac_cv_prog_AR" && break
6369 if test -z "$ac_cv_prog_AR" ; then
6371 if test $build = $host ; then
6374 AR="${ncn_tool_prefix}$2"
6380 if test -n "$AS"; then
6382 elif test -n "$ac_cv_prog_AS"; then
6386 if test -n "$ac_cv_prog_AS"; then
6387 for ncn_progname in as; do
6388 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6389 set dummy ${ncn_progname}; ac_word=$2
6390 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6391 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6392 if test "${ac_cv_prog_AS+set}" = set; then
6393 echo $ECHO_N "(cached
) $ECHO_C" >&6
6395 if test -n "$AS"; then
6396 ac_cv_prog_AS="$AS" # Let the user override the test.
6398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6402 test -z "$as_dir" && as_dir=.
6403 for ac_exec_ext in '' $ac_executable_extensions; do
6404 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6405 ac_cv_prog_AS="${ncn_progname}"
6406 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6415 if test -n "$AS"; then
6416 echo "$as_me:$LINENO: result
: $AS" >&5
6417 echo "${ECHO_T}$AS" >&6
6419 echo "$as_me:$LINENO: result
: no
" >&5
6420 echo "${ECHO_T}no
" >&6
6426 for ncn_progname in as; do
6427 if test -n "$ncn_tool_prefix"; then
6428 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6429 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6430 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6431 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6432 if test "${ac_cv_prog_AS+set}" = set; then
6433 echo $ECHO_N "(cached
) $ECHO_C" >&6
6435 if test -n "$AS"; then
6436 ac_cv_prog_AS="$AS" # Let the user override the test.
6438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6442 test -z "$as_dir" && as_dir=.
6443 for ac_exec_ext in '' $ac_executable_extensions; do
6444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6445 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6446 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6455 if test -n "$AS"; then
6456 echo "$as_me:$LINENO: result
: $AS" >&5
6457 echo "${ECHO_T}$AS" >&6
6459 echo "$as_me:$LINENO: result
: no
" >&5
6460 echo "${ECHO_T}no
" >&6
6464 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6465 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6466 set dummy ${ncn_progname}; ac_word=$2
6467 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6468 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6469 if test "${ac_cv_prog_AS+set}" = set; then
6470 echo $ECHO_N "(cached
) $ECHO_C" >&6
6472 if test -n "$AS"; then
6473 ac_cv_prog_AS="$AS" # Let the user override the test.
6475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6479 test -z "$as_dir" && as_dir=.
6480 for ac_exec_ext in '' $ac_executable_extensions; do
6481 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6482 ac_cv_prog_AS="${ncn_progname}"
6483 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6492 if test -n "$AS"; then
6493 echo "$as_me:$LINENO: result
: $AS" >&5
6494 echo "${ECHO_T}$AS" >&6
6496 echo "$as_me:$LINENO: result
: no
" >&5
6497 echo "${ECHO_T}no
" >&6
6501 test -n "$ac_cv_prog_AS" && break
6504 if test -z "$ac_cv_prog_AS" ; then
6506 if test $build = $host ; then
6509 AS="${ncn_tool_prefix}$2"
6515 if test -n "$DLLTOOL"; then
6516 ac_cv_prog_DLLTOOL=$DLLTOOL
6517 elif test -n "$ac_cv_prog_DLLTOOL"; then
6518 DLLTOOL=$ac_cv_prog_DLLTOOL
6521 if test -n "$ac_cv_prog_DLLTOOL"; then
6522 for ncn_progname in dlltool; do
6523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6524 set dummy ${ncn_progname}; ac_word=$2
6525 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6526 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6527 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6528 echo $ECHO_N "(cached
) $ECHO_C" >&6
6530 if test -n "$DLLTOOL"; then
6531 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6537 test -z "$as_dir" && as_dir=.
6538 for ac_exec_ext in '' $ac_executable_extensions; do
6539 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6540 ac_cv_prog_DLLTOOL="${ncn_progname}"
6541 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6549 DLLTOOL=$ac_cv_prog_DLLTOOL
6550 if test -n "$DLLTOOL"; then
6551 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6552 echo "${ECHO_T}$DLLTOOL" >&6
6554 echo "$as_me:$LINENO: result
: no
" >&5
6555 echo "${ECHO_T}no
" >&6
6561 for ncn_progname in dlltool; do
6562 if test -n "$ncn_tool_prefix"; then
6563 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6564 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6565 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6566 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6567 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6568 echo $ECHO_N "(cached
) $ECHO_C" >&6
6570 if test -n "$DLLTOOL"; then
6571 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6577 test -z "$as_dir" && as_dir=.
6578 for ac_exec_ext in '' $ac_executable_extensions; do
6579 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6580 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6581 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6589 DLLTOOL=$ac_cv_prog_DLLTOOL
6590 if test -n "$DLLTOOL"; then
6591 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6592 echo "${ECHO_T}$DLLTOOL" >&6
6594 echo "$as_me:$LINENO: result
: no
" >&5
6595 echo "${ECHO_T}no
" >&6
6599 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6600 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6601 set dummy ${ncn_progname}; ac_word=$2
6602 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6603 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6604 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6605 echo $ECHO_N "(cached
) $ECHO_C" >&6
6607 if test -n "$DLLTOOL"; then
6608 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6614 test -z "$as_dir" && as_dir=.
6615 for ac_exec_ext in '' $ac_executable_extensions; do
6616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6617 ac_cv_prog_DLLTOOL="${ncn_progname}"
6618 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6626 DLLTOOL=$ac_cv_prog_DLLTOOL
6627 if test -n "$DLLTOOL"; then
6628 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6629 echo "${ECHO_T}$DLLTOOL" >&6
6631 echo "$as_me:$LINENO: result
: no
" >&5
6632 echo "${ECHO_T}no
" >&6
6636 test -n "$ac_cv_prog_DLLTOOL" && break
6639 if test -z "$ac_cv_prog_DLLTOOL" ; then
6641 if test $build = $host ; then
6644 DLLTOOL="${ncn_tool_prefix}$2"
6650 if test -n "$LD"; then
6652 elif test -n "$ac_cv_prog_LD"; then
6656 if test -n "$ac_cv_prog_LD"; then
6657 for ncn_progname in ld; do
6658 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6659 set dummy ${ncn_progname}; ac_word=$2
6660 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6661 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6662 if test "${ac_cv_prog_LD+set}" = set; then
6663 echo $ECHO_N "(cached
) $ECHO_C" >&6
6665 if test -n "$LD"; then
6666 ac_cv_prog_LD="$LD" # Let the user override the test.
6668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6672 test -z "$as_dir" && as_dir=.
6673 for ac_exec_ext in '' $ac_executable_extensions; do
6674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6675 ac_cv_prog_LD="${ncn_progname}"
6676 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6685 if test -n "$LD"; then
6686 echo "$as_me:$LINENO: result
: $LD" >&5
6687 echo "${ECHO_T}$LD" >&6
6689 echo "$as_me:$LINENO: result
: no
" >&5
6690 echo "${ECHO_T}no
" >&6
6696 for ncn_progname in ld; do
6697 if test -n "$ncn_tool_prefix"; then
6698 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6699 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6700 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6701 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6702 if test "${ac_cv_prog_LD+set}" = set; then
6703 echo $ECHO_N "(cached
) $ECHO_C" >&6
6705 if test -n "$LD"; then
6706 ac_cv_prog_LD="$LD" # Let the user override the test.
6708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6712 test -z "$as_dir" && as_dir=.
6713 for ac_exec_ext in '' $ac_executable_extensions; do
6714 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6715 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6716 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6725 if test -n "$LD"; then
6726 echo "$as_me:$LINENO: result
: $LD" >&5
6727 echo "${ECHO_T}$LD" >&6
6729 echo "$as_me:$LINENO: result
: no
" >&5
6730 echo "${ECHO_T}no
" >&6
6734 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6735 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6736 set dummy ${ncn_progname}; ac_word=$2
6737 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6738 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6739 if test "${ac_cv_prog_LD+set}" = set; then
6740 echo $ECHO_N "(cached
) $ECHO_C" >&6
6742 if test -n "$LD"; then
6743 ac_cv_prog_LD="$LD" # Let the user override the test.
6745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6749 test -z "$as_dir" && as_dir=.
6750 for ac_exec_ext in '' $ac_executable_extensions; do
6751 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6752 ac_cv_prog_LD="${ncn_progname}"
6753 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6762 if test -n "$LD"; then
6763 echo "$as_me:$LINENO: result
: $LD" >&5
6764 echo "${ECHO_T}$LD" >&6
6766 echo "$as_me:$LINENO: result
: no
" >&5
6767 echo "${ECHO_T}no
" >&6
6771 test -n "$ac_cv_prog_LD" && break
6774 if test -z "$ac_cv_prog_LD" ; then
6776 if test $build = $host ; then
6779 LD="${ncn_tool_prefix}$2"
6785 if test -n "$LIPO"; then
6786 ac_cv_prog_LIPO=$LIPO
6787 elif test -n "$ac_cv_prog_LIPO"; then
6788 LIPO=$ac_cv_prog_LIPO
6791 if test -n "$ac_cv_prog_LIPO"; then
6792 for ncn_progname in lipo; do
6793 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6794 set dummy ${ncn_progname}; ac_word=$2
6795 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6796 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6797 if test "${ac_cv_prog_LIPO+set}" = set; then
6798 echo $ECHO_N "(cached
) $ECHO_C" >&6
6800 if test -n "$LIPO"; then
6801 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6807 test -z "$as_dir" && as_dir=.
6808 for ac_exec_ext in '' $ac_executable_extensions; do
6809 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6810 ac_cv_prog_LIPO="${ncn_progname}"
6811 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6819 LIPO=$ac_cv_prog_LIPO
6820 if test -n "$LIPO"; then
6821 echo "$as_me:$LINENO: result
: $LIPO" >&5
6822 echo "${ECHO_T}$LIPO" >&6
6824 echo "$as_me:$LINENO: result
: no
" >&5
6825 echo "${ECHO_T}no
" >&6
6831 for ncn_progname in lipo; do
6832 if test -n "$ncn_tool_prefix"; then
6833 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6834 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6835 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6836 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6837 if test "${ac_cv_prog_LIPO+set}" = set; then
6838 echo $ECHO_N "(cached
) $ECHO_C" >&6
6840 if test -n "$LIPO"; then
6841 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6847 test -z "$as_dir" && as_dir=.
6848 for ac_exec_ext in '' $ac_executable_extensions; do
6849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6850 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
6851 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6859 LIPO=$ac_cv_prog_LIPO
6860 if test -n "$LIPO"; then
6861 echo "$as_me:$LINENO: result
: $LIPO" >&5
6862 echo "${ECHO_T}$LIPO" >&6
6864 echo "$as_me:$LINENO: result
: no
" >&5
6865 echo "${ECHO_T}no
" >&6
6869 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
6870 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6871 set dummy ${ncn_progname}; ac_word=$2
6872 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6873 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6874 if test "${ac_cv_prog_LIPO+set}" = set; then
6875 echo $ECHO_N "(cached
) $ECHO_C" >&6
6877 if test -n "$LIPO"; then
6878 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6884 test -z "$as_dir" && as_dir=.
6885 for ac_exec_ext in '' $ac_executable_extensions; do
6886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6887 ac_cv_prog_LIPO="${ncn_progname}"
6888 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6896 LIPO=$ac_cv_prog_LIPO
6897 if test -n "$LIPO"; then
6898 echo "$as_me:$LINENO: result
: $LIPO" >&5
6899 echo "${ECHO_T}$LIPO" >&6
6901 echo "$as_me:$LINENO: result
: no
" >&5
6902 echo "${ECHO_T}no
" >&6
6906 test -n "$ac_cv_prog_LIPO" && break
6909 if test -z "$ac_cv_prog_LIPO" ; then
6911 if test $build = $host ; then
6914 LIPO="${ncn_tool_prefix}$2"
6920 if test -n "$NM"; then
6922 elif test -n "$ac_cv_prog_NM"; then
6926 if test -n "$ac_cv_prog_NM"; then
6927 for ncn_progname in nm; do
6928 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6929 set dummy ${ncn_progname}; ac_word=$2
6930 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6931 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6932 if test "${ac_cv_prog_NM+set}" = set; then
6933 echo $ECHO_N "(cached
) $ECHO_C" >&6
6935 if test -n "$NM"; then
6936 ac_cv_prog_NM="$NM" # Let the user override the test.
6938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6942 test -z "$as_dir" && as_dir=.
6943 for ac_exec_ext in '' $ac_executable_extensions; do
6944 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6945 ac_cv_prog_NM="${ncn_progname}"
6946 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6955 if test -n "$NM"; then
6956 echo "$as_me:$LINENO: result
: $NM" >&5
6957 echo "${ECHO_T}$NM" >&6
6959 echo "$as_me:$LINENO: result
: no
" >&5
6960 echo "${ECHO_T}no
" >&6
6966 for ncn_progname in nm; do
6967 if test -n "$ncn_tool_prefix"; then
6968 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6969 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6970 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6971 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6972 if test "${ac_cv_prog_NM+set}" = set; then
6973 echo $ECHO_N "(cached
) $ECHO_C" >&6
6975 if test -n "$NM"; then
6976 ac_cv_prog_NM="$NM" # Let the user override the test.
6978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6982 test -z "$as_dir" && as_dir=.
6983 for ac_exec_ext in '' $ac_executable_extensions; do
6984 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6985 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
6986 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6995 if test -n "$NM"; then
6996 echo "$as_me:$LINENO: result
: $NM" >&5
6997 echo "${ECHO_T}$NM" >&6
6999 echo "$as_me:$LINENO: result
: no
" >&5
7000 echo "${ECHO_T}no
" >&6
7004 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7006 set dummy ${ncn_progname}; ac_word=$2
7007 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7008 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7009 if test "${ac_cv_prog_NM+set}" = set; then
7010 echo $ECHO_N "(cached
) $ECHO_C" >&6
7012 if test -n "$NM"; then
7013 ac_cv_prog_NM="$NM" # Let the user override the test.
7015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7019 test -z "$as_dir" && as_dir=.
7020 for ac_exec_ext in '' $ac_executable_extensions; do
7021 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7022 ac_cv_prog_NM="${ncn_progname}"
7023 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7032 if test -n "$NM"; then
7033 echo "$as_me:$LINENO: result
: $NM" >&5
7034 echo "${ECHO_T}$NM" >&6
7036 echo "$as_me:$LINENO: result
: no
" >&5
7037 echo "${ECHO_T}no
" >&6
7041 test -n "$ac_cv_prog_NM" && break
7044 if test -z "$ac_cv_prog_NM" ; then
7046 if test $build = $host ; then
7049 NM="${ncn_tool_prefix}$2"
7055 if test -n "$RANLIB"; then
7056 ac_cv_prog_RANLIB=$RANLIB
7057 elif test -n "$ac_cv_prog_RANLIB"; then
7058 RANLIB=$ac_cv_prog_RANLIB
7061 if test -n "$ac_cv_prog_RANLIB"; then
7062 for ncn_progname in ranlib; do
7063 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7064 set dummy ${ncn_progname}; ac_word=$2
7065 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7066 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7067 if test "${ac_cv_prog_RANLIB+set}" = set; then
7068 echo $ECHO_N "(cached
) $ECHO_C" >&6
7070 if test -n "$RANLIB"; then
7071 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7077 test -z "$as_dir" && as_dir=.
7078 for ac_exec_ext in '' $ac_executable_extensions; do
7079 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7080 ac_cv_prog_RANLIB="${ncn_progname}"
7081 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7089 RANLIB=$ac_cv_prog_RANLIB
7090 if test -n "$RANLIB"; then
7091 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7092 echo "${ECHO_T}$RANLIB" >&6
7094 echo "$as_me:$LINENO: result
: no
" >&5
7095 echo "${ECHO_T}no
" >&6
7101 for ncn_progname in ranlib; do
7102 if test -n "$ncn_tool_prefix"; then
7103 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7104 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7105 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7106 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7107 if test "${ac_cv_prog_RANLIB+set}" = set; then
7108 echo $ECHO_N "(cached
) $ECHO_C" >&6
7110 if test -n "$RANLIB"; then
7111 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7120 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7121 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7129 RANLIB=$ac_cv_prog_RANLIB
7130 if test -n "$RANLIB"; then
7131 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7132 echo "${ECHO_T}$RANLIB" >&6
7134 echo "$as_me:$LINENO: result
: no
" >&5
7135 echo "${ECHO_T}no
" >&6
7139 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7141 set dummy ${ncn_progname}; ac_word=$2
7142 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7143 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7144 if test "${ac_cv_prog_RANLIB+set}" = set; then
7145 echo $ECHO_N "(cached
) $ECHO_C" >&6
7147 if test -n "$RANLIB"; then
7148 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7154 test -z "$as_dir" && as_dir=.
7155 for ac_exec_ext in '' $ac_executable_extensions; do
7156 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7157 ac_cv_prog_RANLIB="${ncn_progname}"
7158 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7166 RANLIB=$ac_cv_prog_RANLIB
7167 if test -n "$RANLIB"; then
7168 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7169 echo "${ECHO_T}$RANLIB" >&6
7171 echo "$as_me:$LINENO: result
: no
" >&5
7172 echo "${ECHO_T}no
" >&6
7176 test -n "$ac_cv_prog_RANLIB" && break
7179 if test -z "$ac_cv_prog_RANLIB" ; then
7185 if test -n "$STRIP"; then
7186 ac_cv_prog_STRIP=$STRIP
7187 elif test -n "$ac_cv_prog_STRIP"; then
7188 STRIP=$ac_cv_prog_STRIP
7191 if test -n "$ac_cv_prog_STRIP"; then
7192 for ncn_progname in strip; do
7193 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7194 set dummy ${ncn_progname}; ac_word=$2
7195 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7196 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7197 if test "${ac_cv_prog_STRIP+set}" = set; then
7198 echo $ECHO_N "(cached
) $ECHO_C" >&6
7200 if test -n "$STRIP"; then
7201 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7207 test -z "$as_dir" && as_dir=.
7208 for ac_exec_ext in '' $ac_executable_extensions; do
7209 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7210 ac_cv_prog_STRIP="${ncn_progname}"
7211 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7219 STRIP=$ac_cv_prog_STRIP
7220 if test -n "$STRIP"; then
7221 echo "$as_me:$LINENO: result
: $STRIP" >&5
7222 echo "${ECHO_T}$STRIP" >&6
7224 echo "$as_me:$LINENO: result
: no
" >&5
7225 echo "${ECHO_T}no
" >&6
7231 for ncn_progname in strip; do
7232 if test -n "$ncn_tool_prefix"; then
7233 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7234 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7235 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7236 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7237 if test "${ac_cv_prog_STRIP+set}" = set; then
7238 echo $ECHO_N "(cached
) $ECHO_C" >&6
7240 if test -n "$STRIP"; then
7241 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7247 test -z "$as_dir" && as_dir=.
7248 for ac_exec_ext in '' $ac_executable_extensions; do
7249 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7250 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7251 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7259 STRIP=$ac_cv_prog_STRIP
7260 if test -n "$STRIP"; then
7261 echo "$as_me:$LINENO: result
: $STRIP" >&5
7262 echo "${ECHO_T}$STRIP" >&6
7264 echo "$as_me:$LINENO: result
: no
" >&5
7265 echo "${ECHO_T}no
" >&6
7269 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7270 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7271 set dummy ${ncn_progname}; ac_word=$2
7272 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7273 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7274 if test "${ac_cv_prog_STRIP+set}" = set; then
7275 echo $ECHO_N "(cached
) $ECHO_C" >&6
7277 if test -n "$STRIP"; then
7278 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7284 test -z "$as_dir" && as_dir=.
7285 for ac_exec_ext in '' $ac_executable_extensions; do
7286 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7287 ac_cv_prog_STRIP="${ncn_progname}"
7288 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7296 STRIP=$ac_cv_prog_STRIP
7297 if test -n "$STRIP"; then
7298 echo "$as_me:$LINENO: result
: $STRIP" >&5
7299 echo "${ECHO_T}$STRIP" >&6
7301 echo "$as_me:$LINENO: result
: no
" >&5
7302 echo "${ECHO_T}no
" >&6
7306 test -n "$ac_cv_prog_STRIP" && break
7309 if test -z "$ac_cv_prog_STRIP" ; then
7315 if test -n "$WINDRES"; then
7316 ac_cv_prog_WINDRES=$WINDRES
7317 elif test -n "$ac_cv_prog_WINDRES"; then
7318 WINDRES=$ac_cv_prog_WINDRES
7321 if test -n "$ac_cv_prog_WINDRES"; then
7322 for ncn_progname in windres; do
7323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7324 set dummy ${ncn_progname}; ac_word=$2
7325 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7326 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7327 if test "${ac_cv_prog_WINDRES+set}" = set; then
7328 echo $ECHO_N "(cached
) $ECHO_C" >&6
7330 if test -n "$WINDRES"; then
7331 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7337 test -z "$as_dir" && as_dir=.
7338 for ac_exec_ext in '' $ac_executable_extensions; do
7339 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7340 ac_cv_prog_WINDRES="${ncn_progname}"
7341 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7349 WINDRES=$ac_cv_prog_WINDRES
7350 if test -n "$WINDRES"; then
7351 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7352 echo "${ECHO_T}$WINDRES" >&6
7354 echo "$as_me:$LINENO: result
: no
" >&5
7355 echo "${ECHO_T}no
" >&6
7361 for ncn_progname in windres; do
7362 if test -n "$ncn_tool_prefix"; then
7363 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7364 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7365 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7366 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7367 if test "${ac_cv_prog_WINDRES+set}" = set; then
7368 echo $ECHO_N "(cached
) $ECHO_C" >&6
7370 if test -n "$WINDRES"; then
7371 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7377 test -z "$as_dir" && as_dir=.
7378 for ac_exec_ext in '' $ac_executable_extensions; do
7379 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7380 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7381 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7389 WINDRES=$ac_cv_prog_WINDRES
7390 if test -n "$WINDRES"; then
7391 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7392 echo "${ECHO_T}$WINDRES" >&6
7394 echo "$as_me:$LINENO: result
: no
" >&5
7395 echo "${ECHO_T}no
" >&6
7399 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7400 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7401 set dummy ${ncn_progname}; ac_word=$2
7402 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7403 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7404 if test "${ac_cv_prog_WINDRES+set}" = set; then
7405 echo $ECHO_N "(cached
) $ECHO_C" >&6
7407 if test -n "$WINDRES"; then
7408 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7414 test -z "$as_dir" && as_dir=.
7415 for ac_exec_ext in '' $ac_executable_extensions; do
7416 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7417 ac_cv_prog_WINDRES="${ncn_progname}"
7418 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7426 WINDRES=$ac_cv_prog_WINDRES
7427 if test -n "$WINDRES"; then
7428 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7429 echo "${ECHO_T}$WINDRES" >&6
7431 echo "$as_me:$LINENO: result
: no
" >&5
7432 echo "${ECHO_T}no
" >&6
7436 test -n "$ac_cv_prog_WINDRES" && break
7439 if test -z "$ac_cv_prog_WINDRES" ; then
7441 if test $build = $host ; then
7444 WINDRES="${ncn_tool_prefix}$2"
7450 if test -n "$WINDMC"; then
7451 ac_cv_prog_WINDMC=$WINDMC
7452 elif test -n "$ac_cv_prog_WINDMC"; then
7453 WINDMC=$ac_cv_prog_WINDMC
7456 if test -n "$ac_cv_prog_WINDMC"; then
7457 for ncn_progname in windmc; do
7458 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7459 set dummy ${ncn_progname}; ac_word=$2
7460 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7461 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7462 if test "${ac_cv_prog_WINDMC+set}" = set; then
7463 echo $ECHO_N "(cached
) $ECHO_C" >&6
7465 if test -n "$WINDMC"; then
7466 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7472 test -z "$as_dir" && as_dir=.
7473 for ac_exec_ext in '' $ac_executable_extensions; do
7474 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7475 ac_cv_prog_WINDMC="${ncn_progname}"
7476 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7484 WINDMC=$ac_cv_prog_WINDMC
7485 if test -n "$WINDMC"; then
7486 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7487 echo "${ECHO_T}$WINDMC" >&6
7489 echo "$as_me:$LINENO: result
: no
" >&5
7490 echo "${ECHO_T}no
" >&6
7496 for ncn_progname in windmc; do
7497 if test -n "$ncn_tool_prefix"; then
7498 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7499 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7500 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7501 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7502 if test "${ac_cv_prog_WINDMC+set}" = set; then
7503 echo $ECHO_N "(cached
) $ECHO_C" >&6
7505 if test -n "$WINDMC"; then
7506 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7512 test -z "$as_dir" && as_dir=.
7513 for ac_exec_ext in '' $ac_executable_extensions; do
7514 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7515 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7516 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7524 WINDMC=$ac_cv_prog_WINDMC
7525 if test -n "$WINDMC"; then
7526 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7527 echo "${ECHO_T}$WINDMC" >&6
7529 echo "$as_me:$LINENO: result
: no
" >&5
7530 echo "${ECHO_T}no
" >&6
7534 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7536 set dummy ${ncn_progname}; ac_word=$2
7537 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7538 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7539 if test "${ac_cv_prog_WINDMC+set}" = set; then
7540 echo $ECHO_N "(cached
) $ECHO_C" >&6
7542 if test -n "$WINDMC"; then
7543 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7549 test -z "$as_dir" && as_dir=.
7550 for ac_exec_ext in '' $ac_executable_extensions; do
7551 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7552 ac_cv_prog_WINDMC="${ncn_progname}"
7553 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7561 WINDMC=$ac_cv_prog_WINDMC
7562 if test -n "$WINDMC"; then
7563 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7564 echo "${ECHO_T}$WINDMC" >&6
7566 echo "$as_me:$LINENO: result
: no
" >&5
7567 echo "${ECHO_T}no
" >&6
7571 test -n "$ac_cv_prog_WINDMC" && break
7574 if test -z "$ac_cv_prog_WINDMC" ; then
7576 if test $build = $host ; then
7579 WINDMC="${ncn_tool_prefix}$2"
7585 if test -n "$OBJCOPY"; then
7586 ac_cv_prog_OBJCOPY=$OBJCOPY
7587 elif test -n "$ac_cv_prog_OBJCOPY"; then
7588 OBJCOPY=$ac_cv_prog_OBJCOPY
7591 if test -n "$ac_cv_prog_OBJCOPY"; then
7592 for ncn_progname in objcopy; do
7593 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7594 set dummy ${ncn_progname}; ac_word=$2
7595 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7596 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7597 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7598 echo $ECHO_N "(cached
) $ECHO_C" >&6
7600 if test -n "$OBJCOPY"; then
7601 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7607 test -z "$as_dir" && as_dir=.
7608 for ac_exec_ext in '' $ac_executable_extensions; do
7609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7610 ac_cv_prog_OBJCOPY="${ncn_progname}"
7611 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7619 OBJCOPY=$ac_cv_prog_OBJCOPY
7620 if test -n "$OBJCOPY"; then
7621 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7622 echo "${ECHO_T}$OBJCOPY" >&6
7624 echo "$as_me:$LINENO: result
: no
" >&5
7625 echo "${ECHO_T}no
" >&6
7631 for ncn_progname in objcopy; do
7632 if test -n "$ncn_tool_prefix"; then
7633 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7634 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7635 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7636 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7637 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7638 echo $ECHO_N "(cached
) $ECHO_C" >&6
7640 if test -n "$OBJCOPY"; then
7641 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647 test -z "$as_dir" && as_dir=.
7648 for ac_exec_ext in '' $ac_executable_extensions; do
7649 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7650 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7651 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7659 OBJCOPY=$ac_cv_prog_OBJCOPY
7660 if test -n "$OBJCOPY"; then
7661 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7662 echo "${ECHO_T}$OBJCOPY" >&6
7664 echo "$as_me:$LINENO: result
: no
" >&5
7665 echo "${ECHO_T}no
" >&6
7669 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7670 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7671 set dummy ${ncn_progname}; ac_word=$2
7672 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7673 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7674 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7675 echo $ECHO_N "(cached
) $ECHO_C" >&6
7677 if test -n "$OBJCOPY"; then
7678 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684 test -z "$as_dir" && as_dir=.
7685 for ac_exec_ext in '' $ac_executable_extensions; do
7686 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7687 ac_cv_prog_OBJCOPY="${ncn_progname}"
7688 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7696 OBJCOPY=$ac_cv_prog_OBJCOPY
7697 if test -n "$OBJCOPY"; then
7698 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7699 echo "${ECHO_T}$OBJCOPY" >&6
7701 echo "$as_me:$LINENO: result
: no
" >&5
7702 echo "${ECHO_T}no
" >&6
7706 test -n "$ac_cv_prog_OBJCOPY" && break
7709 if test -z "$ac_cv_prog_OBJCOPY" ; then
7711 if test $build = $host ; then
7714 OBJCOPY="${ncn_tool_prefix}$2"
7720 if test -n "$OBJDUMP"; then
7721 ac_cv_prog_OBJDUMP=$OBJDUMP
7722 elif test -n "$ac_cv_prog_OBJDUMP"; then
7723 OBJDUMP=$ac_cv_prog_OBJDUMP
7726 if test -n "$ac_cv_prog_OBJDUMP"; then
7727 for ncn_progname in objdump; do
7728 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7729 set dummy ${ncn_progname}; ac_word=$2
7730 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7731 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7732 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7733 echo $ECHO_N "(cached
) $ECHO_C" >&6
7735 if test -n "$OBJDUMP"; then
7736 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7742 test -z "$as_dir" && as_dir=.
7743 for ac_exec_ext in '' $ac_executable_extensions; do
7744 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7745 ac_cv_prog_OBJDUMP="${ncn_progname}"
7746 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7754 OBJDUMP=$ac_cv_prog_OBJDUMP
7755 if test -n "$OBJDUMP"; then
7756 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7757 echo "${ECHO_T}$OBJDUMP" >&6
7759 echo "$as_me:$LINENO: result
: no
" >&5
7760 echo "${ECHO_T}no
" >&6
7766 for ncn_progname in objdump; do
7767 if test -n "$ncn_tool_prefix"; then
7768 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7769 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7770 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7771 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7772 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7773 echo $ECHO_N "(cached
) $ECHO_C" >&6
7775 if test -n "$OBJDUMP"; then
7776 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7782 test -z "$as_dir" && as_dir=.
7783 for ac_exec_ext in '' $ac_executable_extensions; do
7784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7785 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7786 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7794 OBJDUMP=$ac_cv_prog_OBJDUMP
7795 if test -n "$OBJDUMP"; then
7796 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7797 echo "${ECHO_T}$OBJDUMP" >&6
7799 echo "$as_me:$LINENO: result
: no
" >&5
7800 echo "${ECHO_T}no
" >&6
7804 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7805 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7806 set dummy ${ncn_progname}; ac_word=$2
7807 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7808 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7809 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7810 echo $ECHO_N "(cached
) $ECHO_C" >&6
7812 if test -n "$OBJDUMP"; then
7813 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7819 test -z "$as_dir" && as_dir=.
7820 for ac_exec_ext in '' $ac_executable_extensions; do
7821 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7822 ac_cv_prog_OBJDUMP="${ncn_progname}"
7823 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7831 OBJDUMP=$ac_cv_prog_OBJDUMP
7832 if test -n "$OBJDUMP"; then
7833 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7834 echo "${ECHO_T}$OBJDUMP" >&6
7836 echo "$as_me:$LINENO: result
: no
" >&5
7837 echo "${ECHO_T}no
" >&6
7841 test -n "$ac_cv_prog_OBJDUMP" && break
7844 if test -z "$ac_cv_prog_OBJDUMP" ; then
7846 if test $build = $host ; then
7849 OBJDUMP="${ncn_tool_prefix}$2"
7861 # Check whether --with-build-time-tools or --without-build-time-tools was given.
7862 if test "${with_build_time_tools+set}" = set; then
7863 withval="$with_build_time_tools"
7867 with_build_time_tools=
7868 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
7869 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
7873 with_build_time_tools=
7878 if test -n "$CC_FOR_TARGET"; then
7879 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
7880 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7881 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7884 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7885 for ncn_progname in cc gcc; do
7886 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7887 set dummy ${ncn_progname}; ac_word=$2
7888 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7889 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7890 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7891 echo $ECHO_N "(cached
) $ECHO_C" >&6
7893 if test -n "$CC_FOR_TARGET"; then
7894 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7900 test -z "$as_dir" && as_dir=.
7901 for ac_exec_ext in '' $ac_executable_extensions; do
7902 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7903 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7904 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7912 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7913 if test -n "$CC_FOR_TARGET"; then
7914 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7915 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7917 echo "$as_me:$LINENO: result
: no
" >&5
7918 echo "${ECHO_T}no
" >&6
7924 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
7925 for ncn_progname in cc gcc; do
7926 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
7927 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
7928 if test -x $with_build_time_tools/${ncn_progname}; then
7929 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
7930 echo "$as_me:$LINENO: result
: yes" >&5
7931 echo "${ECHO_T}yes" >&6
7934 echo "$as_me:$LINENO: result
: no
" >&5
7935 echo "${ECHO_T}no
" >&6
7940 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
7941 for ncn_progname in cc gcc; do
7942 if test -n "$ncn_target_tool_prefix"; then
7943 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7944 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
7945 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7946 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7947 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7948 echo $ECHO_N "(cached
) $ECHO_C" >&6
7950 if test -n "$CC_FOR_TARGET"; then
7951 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7957 test -z "$as_dir" && as_dir=.
7958 for ac_exec_ext in '' $ac_executable_extensions; do
7959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7960 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
7961 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7969 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7970 if test -n "$CC_FOR_TARGET"; then
7971 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7972 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7974 echo "$as_me:$LINENO: result
: no
" >&5
7975 echo "${ECHO_T}no
" >&6
7979 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
7980 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7981 set dummy ${ncn_progname}; ac_word=$2
7982 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7983 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7984 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7985 echo $ECHO_N "(cached
) $ECHO_C" >&6
7987 if test -n "$CC_FOR_TARGET"; then
7988 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7994 test -z "$as_dir" && as_dir=.
7995 for ac_exec_ext in '' $ac_executable_extensions; do
7996 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7997 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7998 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8006 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8007 if test -n "$CC_FOR_TARGET"; then
8008 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8009 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8011 echo "$as_me:$LINENO: result
: no
" >&5
8012 echo "${ECHO_T}no
" >&6
8016 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8020 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8022 if test $build = $target ; then
8025 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8028 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8033 if test -n "$CXX_FOR_TARGET"; then
8034 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8035 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8036 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8039 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8040 for ncn_progname in c++ g++ cxx gxx; do
8041 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8042 set dummy ${ncn_progname}; ac_word=$2
8043 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8044 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8045 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8046 echo $ECHO_N "(cached
) $ECHO_C" >&6
8048 if test -n "$CXX_FOR_TARGET"; then
8049 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8055 test -z "$as_dir" && as_dir=.
8056 for ac_exec_ext in '' $ac_executable_extensions; do
8057 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8058 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8059 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8067 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8068 if test -n "$CXX_FOR_TARGET"; then
8069 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8070 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8072 echo "$as_me:$LINENO: result
: no
" >&5
8073 echo "${ECHO_T}no
" >&6
8079 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8080 for ncn_progname in c++ g++ cxx gxx; do
8081 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8082 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8083 if test -x $with_build_time_tools/${ncn_progname}; then
8084 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8085 echo "$as_me:$LINENO: result
: yes" >&5
8086 echo "${ECHO_T}yes" >&6
8089 echo "$as_me:$LINENO: result
: no
" >&5
8090 echo "${ECHO_T}no
" >&6
8095 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8096 for ncn_progname in c++ g++ cxx gxx; do
8097 if test -n "$ncn_target_tool_prefix"; then
8098 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8099 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8100 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8101 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8102 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8103 echo $ECHO_N "(cached
) $ECHO_C" >&6
8105 if test -n "$CXX_FOR_TARGET"; then
8106 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8112 test -z "$as_dir" && as_dir=.
8113 for ac_exec_ext in '' $ac_executable_extensions; do
8114 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8115 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8116 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8124 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8125 if test -n "$CXX_FOR_TARGET"; then
8126 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8127 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8129 echo "$as_me:$LINENO: result
: no
" >&5
8130 echo "${ECHO_T}no
" >&6
8134 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8136 set dummy ${ncn_progname}; ac_word=$2
8137 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8138 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8139 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8140 echo $ECHO_N "(cached
) $ECHO_C" >&6
8142 if test -n "$CXX_FOR_TARGET"; then
8143 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8149 test -z "$as_dir" && as_dir=.
8150 for ac_exec_ext in '' $ac_executable_extensions; do
8151 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8152 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8153 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8161 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8162 if test -n "$CXX_FOR_TARGET"; then
8163 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8164 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8166 echo "$as_me:$LINENO: result
: no
" >&5
8167 echo "${ECHO_T}no
" >&6
8171 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8175 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8176 set dummy c++ g++ cxx gxx
8177 if test $build = $target ; then
8180 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8183 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8188 if test -n "$GCC_FOR_TARGET"; then
8189 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8190 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8191 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8194 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8195 for ncn_progname in gcc; do
8196 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8197 set dummy ${ncn_progname}; ac_word=$2
8198 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8199 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8200 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8201 echo $ECHO_N "(cached
) $ECHO_C" >&6
8203 if test -n "$GCC_FOR_TARGET"; then
8204 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8210 test -z "$as_dir" && as_dir=.
8211 for ac_exec_ext in '' $ac_executable_extensions; do
8212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8213 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8214 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8222 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8223 if test -n "$GCC_FOR_TARGET"; then
8224 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8225 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8227 echo "$as_me:$LINENO: result
: no
" >&5
8228 echo "${ECHO_T}no
" >&6
8234 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8235 for ncn_progname in gcc; do
8236 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8237 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8238 if test -x $with_build_time_tools/${ncn_progname}; then
8239 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8240 echo "$as_me:$LINENO: result
: yes" >&5
8241 echo "${ECHO_T}yes" >&6
8244 echo "$as_me:$LINENO: result
: no
" >&5
8245 echo "${ECHO_T}no
" >&6
8250 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8251 for ncn_progname in gcc; do
8252 if test -n "$ncn_target_tool_prefix"; then
8253 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8254 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8255 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8256 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8257 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8258 echo $ECHO_N "(cached
) $ECHO_C" >&6
8260 if test -n "$GCC_FOR_TARGET"; then
8261 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 test -z "$as_dir" && as_dir=.
8268 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8270 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8271 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8279 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8280 if test -n "$GCC_FOR_TARGET"; then
8281 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8282 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8284 echo "$as_me:$LINENO: result
: no
" >&5
8285 echo "${ECHO_T}no
" >&6
8289 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8291 set dummy ${ncn_progname}; ac_word=$2
8292 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8293 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8294 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8295 echo $ECHO_N "(cached
) $ECHO_C" >&6
8297 if test -n "$GCC_FOR_TARGET"; then
8298 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8304 test -z "$as_dir" && as_dir=.
8305 for ac_exec_ext in '' $ac_executable_extensions; do
8306 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8307 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8308 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8316 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8317 if test -n "$GCC_FOR_TARGET"; then
8318 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8319 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8321 echo "$as_me:$LINENO: result
: no
" >&5
8322 echo "${ECHO_T}no
" >&6
8326 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8330 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8331 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8333 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8338 if test -n "$GCJ_FOR_TARGET"; then
8339 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8340 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8341 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8344 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8345 for ncn_progname in gcj; do
8346 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8347 set dummy ${ncn_progname}; ac_word=$2
8348 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8349 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8350 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8351 echo $ECHO_N "(cached
) $ECHO_C" >&6
8353 if test -n "$GCJ_FOR_TARGET"; then
8354 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8360 test -z "$as_dir" && as_dir=.
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8363 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8364 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8372 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8373 if test -n "$GCJ_FOR_TARGET"; then
8374 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8375 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8377 echo "$as_me:$LINENO: result
: no
" >&5
8378 echo "${ECHO_T}no
" >&6
8384 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8385 for ncn_progname in gcj; do
8386 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8387 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8388 if test -x $with_build_time_tools/${ncn_progname}; then
8389 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8390 echo "$as_me:$LINENO: result
: yes" >&5
8391 echo "${ECHO_T}yes" >&6
8394 echo "$as_me:$LINENO: result
: no
" >&5
8395 echo "${ECHO_T}no
" >&6
8400 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8401 for ncn_progname in gcj; do
8402 if test -n "$ncn_target_tool_prefix"; then
8403 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8404 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8405 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8406 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8407 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8408 echo $ECHO_N "(cached
) $ECHO_C" >&6
8410 if test -n "$GCJ_FOR_TARGET"; then
8411 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8417 test -z "$as_dir" && as_dir=.
8418 for ac_exec_ext in '' $ac_executable_extensions; do
8419 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8420 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8421 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8429 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8430 if test -n "$GCJ_FOR_TARGET"; then
8431 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8432 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8434 echo "$as_me:$LINENO: result
: no
" >&5
8435 echo "${ECHO_T}no
" >&6
8439 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8440 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8441 set dummy ${ncn_progname}; ac_word=$2
8442 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8443 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8444 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8445 echo $ECHO_N "(cached
) $ECHO_C" >&6
8447 if test -n "$GCJ_FOR_TARGET"; then
8448 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8454 test -z "$as_dir" && as_dir=.
8455 for ac_exec_ext in '' $ac_executable_extensions; do
8456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8457 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8458 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8466 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8467 if test -n "$GCJ_FOR_TARGET"; then
8468 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8469 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8471 echo "$as_me:$LINENO: result
: no
" >&5
8472 echo "${ECHO_T}no
" >&6
8476 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8480 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8482 if test $build = $target ; then
8485 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8488 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8493 if test -n "$GFORTRAN_FOR_TARGET"; then
8494 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8495 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8496 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8499 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8500 for ncn_progname in gfortran; do
8501 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8502 set dummy ${ncn_progname}; ac_word=$2
8503 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8504 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8505 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8506 echo $ECHO_N "(cached
) $ECHO_C" >&6
8508 if test -n "$GFORTRAN_FOR_TARGET"; then
8509 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515 test -z "$as_dir" && as_dir=.
8516 for ac_exec_ext in '' $ac_executable_extensions; do
8517 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8518 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8519 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8527 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8528 if test -n "$GFORTRAN_FOR_TARGET"; then
8529 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8530 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8532 echo "$as_me:$LINENO: result
: no
" >&5
8533 echo "${ECHO_T}no
" >&6
8539 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8540 for ncn_progname in gfortran; do
8541 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8542 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8543 if test -x $with_build_time_tools/${ncn_progname}; then
8544 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8545 echo "$as_me:$LINENO: result
: yes" >&5
8546 echo "${ECHO_T}yes" >&6
8549 echo "$as_me:$LINENO: result
: no
" >&5
8550 echo "${ECHO_T}no
" >&6
8555 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8556 for ncn_progname in gfortran; do
8557 if test -n "$ncn_target_tool_prefix"; then
8558 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8559 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8560 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8561 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8562 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8563 echo $ECHO_N "(cached
) $ECHO_C" >&6
8565 if test -n "$GFORTRAN_FOR_TARGET"; then
8566 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8572 test -z "$as_dir" && as_dir=.
8573 for ac_exec_ext in '' $ac_executable_extensions; do
8574 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8575 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8576 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8584 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8585 if test -n "$GFORTRAN_FOR_TARGET"; then
8586 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8587 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8589 echo "$as_me:$LINENO: result
: no
" >&5
8590 echo "${ECHO_T}no
" >&6
8594 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8596 set dummy ${ncn_progname}; ac_word=$2
8597 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8598 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8599 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8600 echo $ECHO_N "(cached
) $ECHO_C" >&6
8602 if test -n "$GFORTRAN_FOR_TARGET"; then
8603 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8609 test -z "$as_dir" && as_dir=.
8610 for ac_exec_ext in '' $ac_executable_extensions; do
8611 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8612 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8613 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8621 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8622 if test -n "$GFORTRAN_FOR_TARGET"; then
8623 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8624 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8626 echo "$as_me:$LINENO: result
: no
" >&5
8627 echo "${ECHO_T}no
" >&6
8631 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8635 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8637 if test $build = $target ; then
8638 GFORTRAN_FOR_TARGET="$2"
8640 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8643 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8648 cat > conftest.c << \EOF
8653 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8654 have_gcc_for_target=yes
8656 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8657 have_gcc_for_target=no
8664 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8665 if test -n "$with_build_time_tools"; then
8666 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8667 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8668 if test -x $with_build_time_tools/ar; then
8669 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8670 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8671 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8672 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8674 echo "$as_me:$LINENO: result
: no
" >&5
8675 echo "${ECHO_T}no
" >&6
8677 elif test $build != $host && test $have_gcc_for_target = yes; then
8678 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8679 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8680 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8683 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8684 # Extract the first word of "ar", so it can be a program name with args.
8685 set dummy ar; ac_word=$2
8686 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8687 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8688 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8689 echo $ECHO_N "(cached
) $ECHO_C" >&6
8691 case $AR_FOR_TARGET in
8693 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8697 for as_dir in $gcc_cv_tool_dirs
8700 test -z "$as_dir" && as_dir=.
8701 for ac_exec_ext in '' $ac_executable_extensions; do
8702 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8703 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8704 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8713 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8715 if test -n "$AR_FOR_TARGET"; then
8716 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8717 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8719 echo "$as_me:$LINENO: result
: no
" >&5
8720 echo "${ECHO_T}no
" >&6
8724 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8727 if test -n "$AR_FOR_TARGET"; then
8728 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8729 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8730 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8733 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8734 for ncn_progname in ar; do
8735 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8736 set dummy ${ncn_progname}; ac_word=$2
8737 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8738 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8739 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8740 echo $ECHO_N "(cached
) $ECHO_C" >&6
8742 if test -n "$AR_FOR_TARGET"; then
8743 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8749 test -z "$as_dir" && as_dir=.
8750 for ac_exec_ext in '' $ac_executable_extensions; do
8751 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8752 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8753 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8761 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8762 if test -n "$AR_FOR_TARGET"; then
8763 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8764 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8766 echo "$as_me:$LINENO: result
: no
" >&5
8767 echo "${ECHO_T}no
" >&6
8773 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8774 for ncn_progname in ar; do
8775 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8776 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8777 if test -x $with_build_time_tools/${ncn_progname}; then
8778 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8779 echo "$as_me:$LINENO: result
: yes" >&5
8780 echo "${ECHO_T}yes" >&6
8783 echo "$as_me:$LINENO: result
: no
" >&5
8784 echo "${ECHO_T}no
" >&6
8789 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8790 for ncn_progname in ar; do
8791 if test -n "$ncn_target_tool_prefix"; then
8792 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8793 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8794 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8795 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8796 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8797 echo $ECHO_N "(cached
) $ECHO_C" >&6
8799 if test -n "$AR_FOR_TARGET"; then
8800 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8806 test -z "$as_dir" && as_dir=.
8807 for ac_exec_ext in '' $ac_executable_extensions; do
8808 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8809 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8810 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8818 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8819 if test -n "$AR_FOR_TARGET"; then
8820 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8821 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8823 echo "$as_me:$LINENO: result
: no
" >&5
8824 echo "${ECHO_T}no
" >&6
8828 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
8829 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8830 set dummy ${ncn_progname}; ac_word=$2
8831 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8832 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8833 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8834 echo $ECHO_N "(cached
) $ECHO_C" >&6
8836 if test -n "$AR_FOR_TARGET"; then
8837 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8843 test -z "$as_dir" && as_dir=.
8844 for ac_exec_ext in '' $ac_executable_extensions; do
8845 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8846 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8847 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8855 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8856 if test -n "$AR_FOR_TARGET"; then
8857 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8858 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8860 echo "$as_me:$LINENO: result
: no
" >&5
8861 echo "${ECHO_T}no
" >&6
8865 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
8869 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
8871 if test $build = $target ; then
8874 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
8877 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
8881 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8887 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8888 if test -n "$with_build_time_tools"; then
8889 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
8890 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
8891 if test -x $with_build_time_tools/as; then
8892 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
8893 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8894 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
8895 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
8897 echo "$as_me:$LINENO: result
: no
" >&5
8898 echo "${ECHO_T}no
" >&6
8900 elif test $build != $host && test $have_gcc_for_target = yes; then
8901 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
8902 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
8903 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8906 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8907 # Extract the first word of "as
", so it can be a program name with args.
8908 set dummy as; ac_word=$2
8909 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8910 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8911 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
8912 echo $ECHO_N "(cached
) $ECHO_C" >&6
8914 case $AS_FOR_TARGET in
8916 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
8919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8920 for as_dir in $gcc_cv_tool_dirs
8923 test -z "$as_dir" && as_dir=.
8924 for ac_exec_ext in '' $ac_executable_extensions; do
8925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8926 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8927 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8936 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
8938 if test -n "$AS_FOR_TARGET"; then
8939 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8940 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8942 echo "$as_me:$LINENO: result
: no
" >&5
8943 echo "${ECHO_T}no
" >&6
8947 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8950 if test -n "$AS_FOR_TARGET"; then
8951 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
8952 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
8953 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8956 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
8957 for ncn_progname in as; do
8958 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8959 set dummy ${ncn_progname}; ac_word=$2
8960 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8961 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8962 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
8963 echo $ECHO_N "(cached
) $ECHO_C" >&6
8965 if test -n "$AS_FOR_TARGET"; then
8966 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
8968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8972 test -z "$as_dir" && as_dir=.
8973 for ac_exec_ext in '' $ac_executable_extensions; do
8974 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8975 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
8976 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8984 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8985 if test -n "$AS_FOR_TARGET"; then
8986 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8987 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8989 echo "$as_me:$LINENO: result
: no
" >&5
8990 echo "${ECHO_T}no
" >&6
8996 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
8997 for ncn_progname in as; do
8998 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8999 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9000 if test -x $with_build_time_tools/${ncn_progname}; then
9001 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9002 echo "$as_me:$LINENO: result
: yes" >&5
9003 echo "${ECHO_T}yes" >&6
9006 echo "$as_me:$LINENO: result
: no
" >&5
9007 echo "${ECHO_T}no
" >&6
9012 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9013 for ncn_progname in as; do
9014 if test -n "$ncn_target_tool_prefix"; then
9015 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9016 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9017 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9018 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9019 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9020 echo $ECHO_N "(cached
) $ECHO_C" >&6
9022 if test -n "$AS_FOR_TARGET"; then
9023 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9029 test -z "$as_dir" && as_dir=.
9030 for ac_exec_ext in '' $ac_executable_extensions; do
9031 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9032 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9033 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9041 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9042 if test -n "$AS_FOR_TARGET"; then
9043 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9044 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9046 echo "$as_me:$LINENO: result
: no
" >&5
9047 echo "${ECHO_T}no
" >&6
9051 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9052 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9053 set dummy ${ncn_progname}; ac_word=$2
9054 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9055 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9056 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9057 echo $ECHO_N "(cached
) $ECHO_C" >&6
9059 if test -n "$AS_FOR_TARGET"; then
9060 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9066 test -z "$as_dir" && as_dir=.
9067 for ac_exec_ext in '' $ac_executable_extensions; do
9068 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9069 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9070 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9078 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9079 if test -n "$AS_FOR_TARGET"; then
9080 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9081 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9083 echo "$as_me:$LINENO: result
: no
" >&5
9084 echo "${ECHO_T}no
" >&6
9088 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9092 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9094 if test $build = $target ; then
9097 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9100 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9104 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9110 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9111 if test -n "$with_build_time_tools"; then
9112 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9113 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9114 if test -x $with_build_time_tools/dlltool; then
9115 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9116 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9117 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9118 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9120 echo "$as_me:$LINENO: result
: no
" >&5
9121 echo "${ECHO_T}no
" >&6
9123 elif test $build != $host && test $have_gcc_for_target = yes; then
9124 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9125 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9126 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9129 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9130 # Extract the first word of "dlltool
", so it can be a program name with args.
9131 set dummy dlltool; ac_word=$2
9132 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9133 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9134 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9135 echo $ECHO_N "(cached
) $ECHO_C" >&6
9137 case $DLLTOOL_FOR_TARGET in
9139 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9143 for as_dir in $gcc_cv_tool_dirs
9146 test -z "$as_dir" && as_dir=.
9147 for ac_exec_ext in '' $ac_executable_extensions; do
9148 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9149 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9150 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9159 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9161 if test -n "$DLLTOOL_FOR_TARGET"; then
9162 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9163 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9165 echo "$as_me:$LINENO: result
: no
" >&5
9166 echo "${ECHO_T}no
" >&6
9170 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9173 if test -n "$DLLTOOL_FOR_TARGET"; then
9174 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9175 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9176 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9179 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9180 for ncn_progname in dlltool; do
9181 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9182 set dummy ${ncn_progname}; ac_word=$2
9183 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9184 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9185 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9186 echo $ECHO_N "(cached
) $ECHO_C" >&6
9188 if test -n "$DLLTOOL_FOR_TARGET"; then
9189 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9195 test -z "$as_dir" && as_dir=.
9196 for ac_exec_ext in '' $ac_executable_extensions; do
9197 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9198 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9199 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9207 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9208 if test -n "$DLLTOOL_FOR_TARGET"; then
9209 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9210 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9212 echo "$as_me:$LINENO: result
: no
" >&5
9213 echo "${ECHO_T}no
" >&6
9219 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9220 for ncn_progname in dlltool; do
9221 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9222 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9223 if test -x $with_build_time_tools/${ncn_progname}; then
9224 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9225 echo "$as_me:$LINENO: result
: yes" >&5
9226 echo "${ECHO_T}yes" >&6
9229 echo "$as_me:$LINENO: result
: no
" >&5
9230 echo "${ECHO_T}no
" >&6
9235 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9236 for ncn_progname in dlltool; do
9237 if test -n "$ncn_target_tool_prefix"; then
9238 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9239 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9240 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9241 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9242 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9243 echo $ECHO_N "(cached
) $ECHO_C" >&6
9245 if test -n "$DLLTOOL_FOR_TARGET"; then
9246 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9252 test -z "$as_dir" && as_dir=.
9253 for ac_exec_ext in '' $ac_executable_extensions; do
9254 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9255 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9256 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9264 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9265 if test -n "$DLLTOOL_FOR_TARGET"; then
9266 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9267 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9269 echo "$as_me:$LINENO: result
: no
" >&5
9270 echo "${ECHO_T}no
" >&6
9274 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9275 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9276 set dummy ${ncn_progname}; ac_word=$2
9277 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9278 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9279 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9280 echo $ECHO_N "(cached
) $ECHO_C" >&6
9282 if test -n "$DLLTOOL_FOR_TARGET"; then
9283 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9289 test -z "$as_dir" && as_dir=.
9290 for ac_exec_ext in '' $ac_executable_extensions; do
9291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9292 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9293 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9301 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9302 if test -n "$DLLTOOL_FOR_TARGET"; then
9303 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9304 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9306 echo "$as_me:$LINENO: result
: no
" >&5
9307 echo "${ECHO_T}no
" >&6
9311 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9315 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9317 if test $build = $target ; then
9318 DLLTOOL_FOR_TARGET="$2"
9320 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9323 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9327 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9333 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9334 if test -n "$with_build_time_tools"; then
9335 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9336 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9337 if test -x $with_build_time_tools/ld; then
9338 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9339 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9340 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9341 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9343 echo "$as_me:$LINENO: result
: no
" >&5
9344 echo "${ECHO_T}no
" >&6
9346 elif test $build != $host && test $have_gcc_for_target = yes; then
9347 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9348 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9349 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9352 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9353 # Extract the first word of "ld
", so it can be a program name with args.
9354 set dummy ld; ac_word=$2
9355 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9356 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9357 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9358 echo $ECHO_N "(cached
) $ECHO_C" >&6
9360 case $LD_FOR_TARGET in
9362 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9366 for as_dir in $gcc_cv_tool_dirs
9369 test -z "$as_dir" && as_dir=.
9370 for ac_exec_ext in '' $ac_executable_extensions; do
9371 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9372 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9373 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9382 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9384 if test -n "$LD_FOR_TARGET"; then
9385 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9386 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9388 echo "$as_me:$LINENO: result
: no
" >&5
9389 echo "${ECHO_T}no
" >&6
9393 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9396 if test -n "$LD_FOR_TARGET"; then
9397 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9398 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9399 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9402 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9403 for ncn_progname in ld; do
9404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9405 set dummy ${ncn_progname}; ac_word=$2
9406 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9407 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9408 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9409 echo $ECHO_N "(cached
) $ECHO_C" >&6
9411 if test -n "$LD_FOR_TARGET"; then
9412 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9418 test -z "$as_dir" && as_dir=.
9419 for ac_exec_ext in '' $ac_executable_extensions; do
9420 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9421 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9422 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9430 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9431 if test -n "$LD_FOR_TARGET"; then
9432 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9433 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9435 echo "$as_me:$LINENO: result
: no
" >&5
9436 echo "${ECHO_T}no
" >&6
9442 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9443 for ncn_progname in ld; do
9444 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9445 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9446 if test -x $with_build_time_tools/${ncn_progname}; then
9447 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9448 echo "$as_me:$LINENO: result
: yes" >&5
9449 echo "${ECHO_T}yes" >&6
9452 echo "$as_me:$LINENO: result
: no
" >&5
9453 echo "${ECHO_T}no
" >&6
9458 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9459 for ncn_progname in ld; do
9460 if test -n "$ncn_target_tool_prefix"; then
9461 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9462 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9463 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9464 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9465 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9466 echo $ECHO_N "(cached
) $ECHO_C" >&6
9468 if test -n "$LD_FOR_TARGET"; then
9469 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475 test -z "$as_dir" && as_dir=.
9476 for ac_exec_ext in '' $ac_executable_extensions; do
9477 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9478 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9479 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9487 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9488 if test -n "$LD_FOR_TARGET"; then
9489 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9490 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9492 echo "$as_me:$LINENO: result
: no
" >&5
9493 echo "${ECHO_T}no
" >&6
9497 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9498 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9499 set dummy ${ncn_progname}; ac_word=$2
9500 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9501 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9502 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9503 echo $ECHO_N "(cached
) $ECHO_C" >&6
9505 if test -n "$LD_FOR_TARGET"; then
9506 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9512 test -z "$as_dir" && as_dir=.
9513 for ac_exec_ext in '' $ac_executable_extensions; do
9514 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9515 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9516 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9524 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9525 if test -n "$LD_FOR_TARGET"; then
9526 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9527 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9529 echo "$as_me:$LINENO: result
: no
" >&5
9530 echo "${ECHO_T}no
" >&6
9534 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9538 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9540 if test $build = $target ; then
9543 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9546 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9550 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9556 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9557 if test -n "$with_build_time_tools"; then
9558 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9559 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9560 if test -x $with_build_time_tools/lipo; then
9561 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9562 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9563 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9564 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9566 echo "$as_me:$LINENO: result
: no
" >&5
9567 echo "${ECHO_T}no
" >&6
9569 elif test $build != $host && test $have_gcc_for_target = yes; then
9570 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9571 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9572 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9575 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9576 # Extract the first word of "lipo
", so it can be a program name with args.
9577 set dummy lipo; ac_word=$2
9578 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9579 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9580 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9581 echo $ECHO_N "(cached
) $ECHO_C" >&6
9583 case $LIPO_FOR_TARGET in
9585 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9589 for as_dir in $gcc_cv_tool_dirs
9592 test -z "$as_dir" && as_dir=.
9593 for ac_exec_ext in '' $ac_executable_extensions; do
9594 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9595 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9596 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9605 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9607 if test -n "$LIPO_FOR_TARGET"; then
9608 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9609 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9611 echo "$as_me:$LINENO: result
: no
" >&5
9612 echo "${ECHO_T}no
" >&6
9616 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9619 if test -n "$LIPO_FOR_TARGET"; then
9620 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9621 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9622 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9625 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9626 for ncn_progname in lipo; do
9627 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9628 set dummy ${ncn_progname}; ac_word=$2
9629 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9630 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9631 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9632 echo $ECHO_N "(cached
) $ECHO_C" >&6
9634 if test -n "$LIPO_FOR_TARGET"; then
9635 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9641 test -z "$as_dir" && as_dir=.
9642 for ac_exec_ext in '' $ac_executable_extensions; do
9643 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9644 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9645 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9653 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9654 if test -n "$LIPO_FOR_TARGET"; then
9655 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9656 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9658 echo "$as_me:$LINENO: result
: no
" >&5
9659 echo "${ECHO_T}no
" >&6
9665 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9666 for ncn_progname in lipo; do
9667 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9668 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9669 if test -x $with_build_time_tools/${ncn_progname}; then
9670 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9671 echo "$as_me:$LINENO: result
: yes" >&5
9672 echo "${ECHO_T}yes" >&6
9675 echo "$as_me:$LINENO: result
: no
" >&5
9676 echo "${ECHO_T}no
" >&6
9681 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9682 for ncn_progname in lipo; do
9683 if test -n "$ncn_target_tool_prefix"; then
9684 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9685 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9686 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9687 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9688 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9689 echo $ECHO_N "(cached
) $ECHO_C" >&6
9691 if test -n "$LIPO_FOR_TARGET"; then
9692 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9698 test -z "$as_dir" && as_dir=.
9699 for ac_exec_ext in '' $ac_executable_extensions; do
9700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9701 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9702 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9710 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9711 if test -n "$LIPO_FOR_TARGET"; then
9712 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9713 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9715 echo "$as_me:$LINENO: result
: no
" >&5
9716 echo "${ECHO_T}no
" >&6
9720 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9721 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9722 set dummy ${ncn_progname}; ac_word=$2
9723 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9724 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9725 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9726 echo $ECHO_N "(cached
) $ECHO_C" >&6
9728 if test -n "$LIPO_FOR_TARGET"; then
9729 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9735 test -z "$as_dir" && as_dir=.
9736 for ac_exec_ext in '' $ac_executable_extensions; do
9737 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9738 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9739 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9747 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9748 if test -n "$LIPO_FOR_TARGET"; then
9749 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9750 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9752 echo "$as_me:$LINENO: result
: no
" >&5
9753 echo "${ECHO_T}no
" >&6
9757 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9761 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9763 if test $build = $target ; then
9764 LIPO_FOR_TARGET="$2"
9766 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9769 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9773 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9779 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9780 if test -n "$with_build_time_tools"; then
9781 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
9782 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
9783 if test -x $with_build_time_tools/nm; then
9784 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9785 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9786 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
9787 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9789 echo "$as_me:$LINENO: result
: no
" >&5
9790 echo "${ECHO_T}no
" >&6
9792 elif test $build != $host && test $have_gcc_for_target = yes; then
9793 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9794 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
9795 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9798 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9799 # Extract the first word of "nm
", so it can be a program name with args.
9800 set dummy nm; ac_word=$2
9801 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9802 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9803 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9804 echo $ECHO_N "(cached
) $ECHO_C" >&6
9806 case $NM_FOR_TARGET in
9808 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
9811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9812 for as_dir in $gcc_cv_tool_dirs
9815 test -z "$as_dir" && as_dir=.
9816 for ac_exec_ext in '' $ac_executable_extensions; do
9817 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9818 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9819 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9828 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9830 if test -n "$NM_FOR_TARGET"; then
9831 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9832 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9834 echo "$as_me:$LINENO: result
: no
" >&5
9835 echo "${ECHO_T}no
" >&6
9839 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9842 if test -n "$NM_FOR_TARGET"; then
9843 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
9844 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9845 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9848 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9849 for ncn_progname in nm; do
9850 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9851 set dummy ${ncn_progname}; ac_word=$2
9852 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9853 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9854 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9855 echo $ECHO_N "(cached
) $ECHO_C" >&6
9857 if test -n "$NM_FOR_TARGET"; then
9858 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9864 test -z "$as_dir" && as_dir=.
9865 for ac_exec_ext in '' $ac_executable_extensions; do
9866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9867 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9868 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9876 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9877 if test -n "$NM_FOR_TARGET"; then
9878 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9879 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9881 echo "$as_me:$LINENO: result
: no
" >&5
9882 echo "${ECHO_T}no
" >&6
9888 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
9889 for ncn_progname in nm; do
9890 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9891 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9892 if test -x $with_build_time_tools/${ncn_progname}; then
9893 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9894 echo "$as_me:$LINENO: result
: yes" >&5
9895 echo "${ECHO_T}yes" >&6
9898 echo "$as_me:$LINENO: result
: no
" >&5
9899 echo "${ECHO_T}no
" >&6
9904 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
9905 for ncn_progname in nm; do
9906 if test -n "$ncn_target_tool_prefix"; then
9907 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9908 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9909 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9910 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9911 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9912 echo $ECHO_N "(cached
) $ECHO_C" >&6
9914 if test -n "$NM_FOR_TARGET"; then
9915 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9921 test -z "$as_dir" && as_dir=.
9922 for ac_exec_ext in '' $ac_executable_extensions; do
9923 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9924 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9925 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9933 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9934 if test -n "$NM_FOR_TARGET"; then
9935 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9936 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9938 echo "$as_me:$LINENO: result
: no
" >&5
9939 echo "${ECHO_T}no
" >&6
9943 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
9944 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9945 set dummy ${ncn_progname}; ac_word=$2
9946 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9947 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9948 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9949 echo $ECHO_N "(cached
) $ECHO_C" >&6
9951 if test -n "$NM_FOR_TARGET"; then
9952 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9958 test -z "$as_dir" && as_dir=.
9959 for ac_exec_ext in '' $ac_executable_extensions; do
9960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9961 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9962 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9970 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9971 if test -n "$NM_FOR_TARGET"; then
9972 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9973 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9975 echo "$as_me:$LINENO: result
: no
" >&5
9976 echo "${ECHO_T}no
" >&6
9980 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
9984 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
9986 if test $build = $target ; then
9989 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
9992 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
9996 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10002 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10003 if test -n "$with_build_time_tools"; then
10004 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10005 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10006 if test -x $with_build_time_tools/objdump; then
10007 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10008 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10009 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10010 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10012 echo "$as_me:$LINENO: result
: no
" >&5
10013 echo "${ECHO_T}no
" >&6
10015 elif test $build != $host && test $have_gcc_for_target = yes; then
10016 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10017 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10018 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10021 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10022 # Extract the first word of "objdump
", so it can be a program name with args.
10023 set dummy objdump; ac_word=$2
10024 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10025 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10026 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10027 echo $ECHO_N "(cached
) $ECHO_C" >&6
10029 case $OBJDUMP_FOR_TARGET in
10031 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10035 for as_dir in $gcc_cv_tool_dirs
10038 test -z "$as_dir" && as_dir=.
10039 for ac_exec_ext in '' $ac_executable_extensions; do
10040 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10041 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10042 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10051 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10053 if test -n "$OBJDUMP_FOR_TARGET"; then
10054 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10055 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10057 echo "$as_me:$LINENO: result
: no
" >&5
10058 echo "${ECHO_T}no
" >&6
10062 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10065 if test -n "$OBJDUMP_FOR_TARGET"; then
10066 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10067 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10068 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10071 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10072 for ncn_progname in objdump; do
10073 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10074 set dummy ${ncn_progname}; ac_word=$2
10075 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10076 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10077 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10078 echo $ECHO_N "(cached
) $ECHO_C" >&6
10080 if test -n "$OBJDUMP_FOR_TARGET"; then
10081 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10084 for as_dir in $PATH
10087 test -z "$as_dir" && as_dir=.
10088 for ac_exec_ext in '' $ac_executable_extensions; do
10089 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10090 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10091 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10099 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10100 if test -n "$OBJDUMP_FOR_TARGET"; then
10101 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10102 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10104 echo "$as_me:$LINENO: result
: no
" >&5
10105 echo "${ECHO_T}no
" >&6
10111 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10112 for ncn_progname in objdump; do
10113 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10114 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10115 if test -x $with_build_time_tools/${ncn_progname}; then
10116 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10117 echo "$as_me:$LINENO: result
: yes" >&5
10118 echo "${ECHO_T}yes" >&6
10121 echo "$as_me:$LINENO: result
: no
" >&5
10122 echo "${ECHO_T}no
" >&6
10127 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10128 for ncn_progname in objdump; do
10129 if test -n "$ncn_target_tool_prefix"; then
10130 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10131 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10132 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10133 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10134 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10135 echo $ECHO_N "(cached
) $ECHO_C" >&6
10137 if test -n "$OBJDUMP_FOR_TARGET"; then
10138 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10141 for as_dir in $PATH
10144 test -z "$as_dir" && as_dir=.
10145 for ac_exec_ext in '' $ac_executable_extensions; do
10146 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10147 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10148 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10156 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10157 if test -n "$OBJDUMP_FOR_TARGET"; then
10158 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10159 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10161 echo "$as_me:$LINENO: result
: no
" >&5
10162 echo "${ECHO_T}no
" >&6
10166 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10167 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10168 set dummy ${ncn_progname}; ac_word=$2
10169 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10170 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10171 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10172 echo $ECHO_N "(cached
) $ECHO_C" >&6
10174 if test -n "$OBJDUMP_FOR_TARGET"; then
10175 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10178 for as_dir in $PATH
10181 test -z "$as_dir" && as_dir=.
10182 for ac_exec_ext in '' $ac_executable_extensions; do
10183 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10184 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10185 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10193 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10194 if test -n "$OBJDUMP_FOR_TARGET"; then
10195 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10196 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10198 echo "$as_me:$LINENO: result
: no
" >&5
10199 echo "${ECHO_T}no
" >&6
10203 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10207 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10209 if test $build = $target ; then
10210 OBJDUMP_FOR_TARGET="$2"
10212 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10215 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10219 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10225 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10226 if test -n "$with_build_time_tools"; then
10227 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10228 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10229 if test -x $with_build_time_tools/ranlib; then
10230 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10231 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10232 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10233 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10235 echo "$as_me:$LINENO: result
: no
" >&5
10236 echo "${ECHO_T}no
" >&6
10238 elif test $build != $host && test $have_gcc_for_target = yes; then
10239 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10240 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10241 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10244 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10245 # Extract the first word of "ranlib
", so it can be a program name with args.
10246 set dummy ranlib; ac_word=$2
10247 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10248 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10249 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10250 echo $ECHO_N "(cached
) $ECHO_C" >&6
10252 case $RANLIB_FOR_TARGET in
10254 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10258 for as_dir in $gcc_cv_tool_dirs
10261 test -z "$as_dir" && as_dir=.
10262 for ac_exec_ext in '' $ac_executable_extensions; do
10263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10264 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10265 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10274 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10276 if test -n "$RANLIB_FOR_TARGET"; then
10277 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10278 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10280 echo "$as_me:$LINENO: result
: no
" >&5
10281 echo "${ECHO_T}no
" >&6
10285 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10288 if test -n "$RANLIB_FOR_TARGET"; then
10289 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10290 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10291 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10294 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10295 for ncn_progname in ranlib; do
10296 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10297 set dummy ${ncn_progname}; ac_word=$2
10298 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10299 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10300 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10301 echo $ECHO_N "(cached
) $ECHO_C" >&6
10303 if test -n "$RANLIB_FOR_TARGET"; then
10304 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10307 for as_dir in $PATH
10310 test -z "$as_dir" && as_dir=.
10311 for ac_exec_ext in '' $ac_executable_extensions; do
10312 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10313 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10314 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10322 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10323 if test -n "$RANLIB_FOR_TARGET"; then
10324 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10325 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10327 echo "$as_me:$LINENO: result
: no
" >&5
10328 echo "${ECHO_T}no
" >&6
10334 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10335 for ncn_progname in ranlib; do
10336 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10337 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10338 if test -x $with_build_time_tools/${ncn_progname}; then
10339 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10340 echo "$as_me:$LINENO: result
: yes" >&5
10341 echo "${ECHO_T}yes" >&6
10344 echo "$as_me:$LINENO: result
: no
" >&5
10345 echo "${ECHO_T}no
" >&6
10350 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10351 for ncn_progname in ranlib; do
10352 if test -n "$ncn_target_tool_prefix"; then
10353 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10354 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10355 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10356 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10357 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10358 echo $ECHO_N "(cached
) $ECHO_C" >&6
10360 if test -n "$RANLIB_FOR_TARGET"; then
10361 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10364 for as_dir in $PATH
10367 test -z "$as_dir" && as_dir=.
10368 for ac_exec_ext in '' $ac_executable_extensions; do
10369 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10370 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10371 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10379 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10380 if test -n "$RANLIB_FOR_TARGET"; then
10381 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10382 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10384 echo "$as_me:$LINENO: result
: no
" >&5
10385 echo "${ECHO_T}no
" >&6
10389 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10390 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10391 set dummy ${ncn_progname}; ac_word=$2
10392 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10393 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10394 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10395 echo $ECHO_N "(cached
) $ECHO_C" >&6
10397 if test -n "$RANLIB_FOR_TARGET"; then
10398 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10401 for as_dir in $PATH
10404 test -z "$as_dir" && as_dir=.
10405 for ac_exec_ext in '' $ac_executable_extensions; do
10406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10407 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10408 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10416 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10417 if test -n "$RANLIB_FOR_TARGET"; then
10418 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10419 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10421 echo "$as_me:$LINENO: result
: no
" >&5
10422 echo "${ECHO_T}no
" >&6
10426 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10430 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10432 if test $build = $target ; then
10433 RANLIB_FOR_TARGET="$2"
10435 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10438 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10442 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10448 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10449 if test -n "$with_build_time_tools"; then
10450 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10451 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10452 if test -x $with_build_time_tools/strip; then
10453 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10454 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10455 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10456 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10458 echo "$as_me:$LINENO: result
: no
" >&5
10459 echo "${ECHO_T}no
" >&6
10461 elif test $build != $host && test $have_gcc_for_target = yes; then
10462 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10463 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10464 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10467 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10468 # Extract the first word of "strip
", so it can be a program name with args.
10469 set dummy strip; ac_word=$2
10470 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10471 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10472 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10473 echo $ECHO_N "(cached
) $ECHO_C" >&6
10475 case $STRIP_FOR_TARGET in
10477 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10481 for as_dir in $gcc_cv_tool_dirs
10484 test -z "$as_dir" && as_dir=.
10485 for ac_exec_ext in '' $ac_executable_extensions; do
10486 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10487 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10488 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10497 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10499 if test -n "$STRIP_FOR_TARGET"; then
10500 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10501 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10503 echo "$as_me:$LINENO: result
: no
" >&5
10504 echo "${ECHO_T}no
" >&6
10508 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10511 if test -n "$STRIP_FOR_TARGET"; then
10512 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10513 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10514 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10517 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10518 for ncn_progname in strip; do
10519 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10520 set dummy ${ncn_progname}; ac_word=$2
10521 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10522 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10523 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10524 echo $ECHO_N "(cached
) $ECHO_C" >&6
10526 if test -n "$STRIP_FOR_TARGET"; then
10527 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10530 for as_dir in $PATH
10533 test -z "$as_dir" && as_dir=.
10534 for ac_exec_ext in '' $ac_executable_extensions; do
10535 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10536 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10537 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10545 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10546 if test -n "$STRIP_FOR_TARGET"; then
10547 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10548 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10550 echo "$as_me:$LINENO: result
: no
" >&5
10551 echo "${ECHO_T}no
" >&6
10557 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10558 for ncn_progname in strip; do
10559 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10560 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10561 if test -x $with_build_time_tools/${ncn_progname}; then
10562 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10563 echo "$as_me:$LINENO: result
: yes" >&5
10564 echo "${ECHO_T}yes" >&6
10567 echo "$as_me:$LINENO: result
: no
" >&5
10568 echo "${ECHO_T}no
" >&6
10573 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10574 for ncn_progname in strip; do
10575 if test -n "$ncn_target_tool_prefix"; then
10576 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10577 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10578 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10579 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10580 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10581 echo $ECHO_N "(cached
) $ECHO_C" >&6
10583 if test -n "$STRIP_FOR_TARGET"; then
10584 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10587 for as_dir in $PATH
10590 test -z "$as_dir" && as_dir=.
10591 for ac_exec_ext in '' $ac_executable_extensions; do
10592 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10593 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10594 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10602 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10603 if test -n "$STRIP_FOR_TARGET"; then
10604 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10605 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10607 echo "$as_me:$LINENO: result
: no
" >&5
10608 echo "${ECHO_T}no
" >&6
10612 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10613 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10614 set dummy ${ncn_progname}; ac_word=$2
10615 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10616 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10617 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10618 echo $ECHO_N "(cached
) $ECHO_C" >&6
10620 if test -n "$STRIP_FOR_TARGET"; then
10621 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10624 for as_dir in $PATH
10627 test -z "$as_dir" && as_dir=.
10628 for ac_exec_ext in '' $ac_executable_extensions; do
10629 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10630 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10631 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10639 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10640 if test -n "$STRIP_FOR_TARGET"; then
10641 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10642 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10644 echo "$as_me:$LINENO: result
: no
" >&5
10645 echo "${ECHO_T}no
" >&6
10649 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10653 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10655 if test $build = $target ; then
10656 STRIP_FOR_TARGET="$2"
10658 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10661 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10665 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10671 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10672 if test -n "$with_build_time_tools"; then
10673 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10674 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10675 if test -x $with_build_time_tools/windres; then
10676 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10677 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10678 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10679 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10681 echo "$as_me:$LINENO: result
: no
" >&5
10682 echo "${ECHO_T}no
" >&6
10684 elif test $build != $host && test $have_gcc_for_target = yes; then
10685 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10686 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10687 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10690 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10691 # Extract the first word of "windres
", so it can be a program name with args.
10692 set dummy windres; ac_word=$2
10693 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10694 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10695 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10696 echo $ECHO_N "(cached
) $ECHO_C" >&6
10698 case $WINDRES_FOR_TARGET in
10700 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10704 for as_dir in $gcc_cv_tool_dirs
10707 test -z "$as_dir" && as_dir=.
10708 for ac_exec_ext in '' $ac_executable_extensions; do
10709 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10710 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10711 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10720 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10722 if test -n "$WINDRES_FOR_TARGET"; then
10723 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10724 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10726 echo "$as_me:$LINENO: result
: no
" >&5
10727 echo "${ECHO_T}no
" >&6
10731 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10734 if test -n "$WINDRES_FOR_TARGET"; then
10735 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10736 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10737 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10740 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10741 for ncn_progname in windres; do
10742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10743 set dummy ${ncn_progname}; ac_word=$2
10744 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10745 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10746 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10747 echo $ECHO_N "(cached
) $ECHO_C" >&6
10749 if test -n "$WINDRES_FOR_TARGET"; then
10750 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10753 for as_dir in $PATH
10756 test -z "$as_dir" && as_dir=.
10757 for ac_exec_ext in '' $ac_executable_extensions; do
10758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10759 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10760 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10768 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10769 if test -n "$WINDRES_FOR_TARGET"; then
10770 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10771 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10773 echo "$as_me:$LINENO: result
: no
" >&5
10774 echo "${ECHO_T}no
" >&6
10780 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10781 for ncn_progname in windres; do
10782 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10783 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10784 if test -x $with_build_time_tools/${ncn_progname}; then
10785 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10786 echo "$as_me:$LINENO: result
: yes" >&5
10787 echo "${ECHO_T}yes" >&6
10790 echo "$as_me:$LINENO: result
: no
" >&5
10791 echo "${ECHO_T}no
" >&6
10796 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10797 for ncn_progname in windres; do
10798 if test -n "$ncn_target_tool_prefix"; then
10799 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10800 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10801 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10802 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10803 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10804 echo $ECHO_N "(cached
) $ECHO_C" >&6
10806 if test -n "$WINDRES_FOR_TARGET"; then
10807 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10810 for as_dir in $PATH
10813 test -z "$as_dir" && as_dir=.
10814 for ac_exec_ext in '' $ac_executable_extensions; do
10815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10816 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10817 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10825 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10826 if test -n "$WINDRES_FOR_TARGET"; then
10827 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10828 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10830 echo "$as_me:$LINENO: result
: no
" >&5
10831 echo "${ECHO_T}no
" >&6
10835 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
10836 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10837 set dummy ${ncn_progname}; ac_word=$2
10838 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10839 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10840 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10841 echo $ECHO_N "(cached
) $ECHO_C" >&6
10843 if test -n "$WINDRES_FOR_TARGET"; then
10844 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10847 for as_dir in $PATH
10850 test -z "$as_dir" && as_dir=.
10851 for ac_exec_ext in '' $ac_executable_extensions; do
10852 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10853 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10854 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10862 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10863 if test -n "$WINDRES_FOR_TARGET"; then
10864 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10865 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10867 echo "$as_me:$LINENO: result
: no
" >&5
10868 echo "${ECHO_T}no
" >&6
10872 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
10876 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
10878 if test $build = $target ; then
10879 WINDRES_FOR_TARGET="$2"
10881 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
10884 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
10888 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10894 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
10895 if test -n "$with_build_time_tools"; then
10896 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
10897 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
10898 if test -x $with_build_time_tools/windmc; then
10899 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
10900 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10901 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
10902 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
10904 echo "$as_me:$LINENO: result
: no
" >&5
10905 echo "${ECHO_T}no
" >&6
10907 elif test $build != $host && test $have_gcc_for_target = yes; then
10908 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
10909 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
10910 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10913 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10914 # Extract the first word of "windmc
", so it can be a program name with args.
10915 set dummy windmc; ac_word=$2
10916 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10917 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10918 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
10919 echo $ECHO_N "(cached
) $ECHO_C" >&6
10921 case $WINDMC_FOR_TARGET in
10923 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
10926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10927 for as_dir in $gcc_cv_tool_dirs
10930 test -z "$as_dir" && as_dir=.
10931 for ac_exec_ext in '' $ac_executable_extensions; do
10932 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10933 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10934 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10943 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
10945 if test -n "$WINDMC_FOR_TARGET"; then
10946 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
10947 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
10949 echo "$as_me:$LINENO: result
: no
" >&5
10950 echo "${ECHO_T}no
" >&6
10954 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
10957 if test -n "$WINDMC_FOR_TARGET"; then
10958 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10959 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
10960 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
10963 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
10964 for ncn_progname in windmc; do
10965 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10966 set dummy ${ncn_progname}; ac_word=$2
10967 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10968 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10969 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
10970 echo $ECHO_N "(cached
) $ECHO_C" >&6
10972 if test -n "$WINDMC_FOR_TARGET"; then
10973 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
10975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10976 for as_dir in $PATH
10979 test -z "$as_dir" && as_dir=.
10980 for ac_exec_ext in '' $ac_executable_extensions; do
10981 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10982 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
10983 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10991 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
10992 if test -n "$WINDMC_FOR_TARGET"; then
10993 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
10994 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
10996 echo "$as_me:$LINENO: result
: no
" >&5
10997 echo "${ECHO_T}no
" >&6
11003 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11004 for ncn_progname in windmc; do
11005 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11006 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11007 if test -x $with_build_time_tools/${ncn_progname}; then
11008 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11009 echo "$as_me:$LINENO: result
: yes" >&5
11010 echo "${ECHO_T}yes" >&6
11013 echo "$as_me:$LINENO: result
: no
" >&5
11014 echo "${ECHO_T}no
" >&6
11019 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11020 for ncn_progname in windmc; do
11021 if test -n "$ncn_target_tool_prefix"; then
11022 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11023 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11024 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11025 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11026 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11027 echo $ECHO_N "(cached
) $ECHO_C" >&6
11029 if test -n "$WINDMC_FOR_TARGET"; then
11030 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11033 for as_dir in $PATH
11036 test -z "$as_dir" && as_dir=.
11037 for ac_exec_ext in '' $ac_executable_extensions; do
11038 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11039 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11040 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11048 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11049 if test -n "$WINDMC_FOR_TARGET"; then
11050 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11051 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11053 echo "$as_me:$LINENO: result
: no
" >&5
11054 echo "${ECHO_T}no
" >&6
11058 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11059 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11060 set dummy ${ncn_progname}; ac_word=$2
11061 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11062 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11063 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11064 echo $ECHO_N "(cached
) $ECHO_C" >&6
11066 if test -n "$WINDMC_FOR_TARGET"; then
11067 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11070 for as_dir in $PATH
11073 test -z "$as_dir" && as_dir=.
11074 for ac_exec_ext in '' $ac_executable_extensions; do
11075 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11076 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11077 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11085 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11086 if test -n "$WINDMC_FOR_TARGET"; then
11087 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11088 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11090 echo "$as_me:$LINENO: result
: no
" >&5
11091 echo "${ECHO_T}no
" >&6
11095 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11099 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11101 if test $build = $target ; then
11102 WINDMC_FOR_TARGET="$2"
11104 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11107 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11111 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11115 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11117 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11118 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11119 if test "x
${build}" != "x
${host}" ; then
11120 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11121 # We already found the complete path
11122 ac_dir=`dirname $AR_FOR_TARGET`
11123 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11124 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11126 # Canadian cross, just use what we found
11127 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11128 echo "${ECHO_T}pre-installed
" >&6
11132 case " ${configdirs} " in
11137 if test $ok = yes; then
11138 # An in-tree tool is available and we can use it
11139 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11140 echo "$as_me:$LINENO: result
: just compiled
" >&5
11141 echo "${ECHO_T}just compiled
" >&6
11142 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11143 # We already found the complete path
11144 ac_dir=`dirname $AR_FOR_TARGET`
11145 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11146 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11147 elif test "x
$target" = "x
$host"; then
11148 # We can use an host tool
11149 AR_FOR_TARGET='$(AR)'
11150 echo "$as_me:$LINENO: result
: host tool
" >&5
11151 echo "${ECHO_T}host tool
" >&6
11153 # We need a cross tool
11154 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11155 echo "${ECHO_T}pre-installed
" >&6
11159 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11160 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11161 if test "x
${build}" != "x
${host}" ; then
11162 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11163 # We already found the complete path
11164 ac_dir=`dirname $AS_FOR_TARGET`
11165 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11166 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11168 # Canadian cross, just use what we found
11169 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11170 echo "${ECHO_T}pre-installed
" >&6
11174 case " ${configdirs} " in
11179 if test $ok = yes; then
11180 # An in-tree tool is available and we can use it
11181 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11182 echo "$as_me:$LINENO: result
: just compiled
" >&5
11183 echo "${ECHO_T}just compiled
" >&6
11184 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11185 # We already found the complete path
11186 ac_dir=`dirname $AS_FOR_TARGET`
11187 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11188 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11189 elif test "x
$target" = "x
$host"; then
11190 # We can use an host tool
11191 AS_FOR_TARGET='$(AS)'
11192 echo "$as_me:$LINENO: result
: host tool
" >&5
11193 echo "${ECHO_T}host tool
" >&6
11195 # We need a cross tool
11196 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11197 echo "${ECHO_T}pre-installed
" >&6
11201 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11202 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11203 if test "x
${build}" != "x
${host}" ; then
11204 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11205 # We already found the complete path
11206 ac_dir=`dirname $CC_FOR_TARGET`
11207 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11208 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11210 # Canadian cross, just use what we found
11211 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11212 echo "${ECHO_T}pre-installed
" >&6
11216 case " ${configdirs} " in
11221 if test $ok = yes; then
11222 # An in-tree tool is available and we can use it
11223 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11224 echo "$as_me:$LINENO: result
: just compiled
" >&5
11225 echo "${ECHO_T}just compiled
" >&6
11226 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11227 # We already found the complete path
11228 ac_dir=`dirname $CC_FOR_TARGET`
11229 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11230 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11231 elif test "x
$target" = "x
$host"; then
11232 # We can use an host tool
11233 CC_FOR_TARGET='$(CC)'
11234 echo "$as_me:$LINENO: result
: host tool
" >&5
11235 echo "${ECHO_T}host tool
" >&6
11237 # We need a cross tool
11238 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11239 echo "${ECHO_T}pre-installed
" >&6
11243 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11244 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11245 if test "x
${build}" != "x
${host}" ; then
11246 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11247 # We already found the complete path
11248 ac_dir=`dirname $CXX_FOR_TARGET`
11249 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11250 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11252 # Canadian cross, just use what we found
11253 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11254 echo "${ECHO_T}pre-installed
" >&6
11258 case " ${configdirs} " in
11262 case ,${enable_languages}, in
11266 if test $ok = yes; then
11267 # An in-tree tool is available and we can use it
11268 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
11269 echo "$as_me:$LINENO: result
: just compiled
" >&5
11270 echo "${ECHO_T}just compiled
" >&6
11271 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11272 # We already found the complete path
11273 ac_dir=`dirname $CXX_FOR_TARGET`
11274 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11275 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11276 elif test "x
$target" = "x
$host"; then
11277 # We can use an host tool
11278 CXX_FOR_TARGET='$(CXX)'
11279 echo "$as_me:$LINENO: result
: host tool
" >&5
11280 echo "${ECHO_T}host tool
" >&6
11282 # We need a cross tool
11283 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11284 echo "${ECHO_T}pre-installed
" >&6
11288 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11289 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11290 if test "x
${build}" != "x
${host}" ; then
11291 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11292 # We already found the complete path
11293 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11294 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11295 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11297 # Canadian cross, just use what we found
11298 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11299 echo "${ECHO_T}pre-installed
" >&6
11303 case " ${configdirs} " in
11307 case ,${enable_languages}, in
11311 if test $ok = yes; then
11312 # An in-tree tool is available and we can use it
11313 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
11314 echo "$as_me:$LINENO: result
: just compiled
" >&5
11315 echo "${ECHO_T}just compiled
" >&6
11316 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11317 # We already found the complete path
11318 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11319 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11320 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11321 elif test "x
$target" = "x
$host"; then
11322 # We can use an host tool
11323 RAW_CXX_FOR_TARGET='$(CXX)'
11324 echo "$as_me:$LINENO: result
: host tool
" >&5
11325 echo "${ECHO_T}host tool
" >&6
11327 # We need a cross tool
11328 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11329 echo "${ECHO_T}pre-installed
" >&6
11333 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11334 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11335 if test "x
${build}" != "x
${host}" ; then
11336 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11337 # We already found the complete path
11338 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11339 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11340 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11342 # Canadian cross, just use what we found
11343 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11344 echo "${ECHO_T}pre-installed
" >&6
11348 case " ${configdirs} " in
11353 if test $ok = yes; then
11354 # An in-tree tool is available and we can use it
11355 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11356 echo "$as_me:$LINENO: result
: just compiled
" >&5
11357 echo "${ECHO_T}just compiled
" >&6
11358 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11359 # We already found the complete path
11360 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11361 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11362 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11363 elif test "x
$target" = "x
$host"; then
11364 # We can use an host tool
11365 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11366 echo "$as_me:$LINENO: result
: host tool
" >&5
11367 echo "${ECHO_T}host tool
" >&6
11369 # We need a cross tool
11370 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11371 echo "${ECHO_T}pre-installed
" >&6
11375 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11376 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11377 if test "x
${build}" != "x
${host}" ; then
11378 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11379 # We already found the complete path
11380 ac_dir=`dirname $GCC_FOR_TARGET`
11381 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11382 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11384 # Canadian cross, just use what we found
11385 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11386 echo "${ECHO_T}pre-installed
" >&6
11390 case " ${configdirs} " in
11395 if test $ok = yes; then
11396 # An in-tree tool is available and we can use it
11397 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11398 echo "$as_me:$LINENO: result
: just compiled
" >&5
11399 echo "${ECHO_T}just compiled
" >&6
11400 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11401 # We already found the complete path
11402 ac_dir=`dirname $GCC_FOR_TARGET`
11403 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11404 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11405 elif test "x
$target" = "x
$host"; then
11406 # We can use an host tool
11407 GCC_FOR_TARGET='$()'
11408 echo "$as_me:$LINENO: result
: host tool
" >&5
11409 echo "${ECHO_T}host tool
" >&6
11411 # We need a cross tool
11412 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11413 echo "${ECHO_T}pre-installed
" >&6
11417 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11418 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11419 if test "x
${build}" != "x
${host}" ; then
11420 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11421 # We already found the complete path
11422 ac_dir=`dirname $GCJ_FOR_TARGET`
11423 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11424 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11426 # Canadian cross, just use what we found
11427 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11428 echo "${ECHO_T}pre-installed
" >&6
11432 case " ${configdirs} " in
11436 case ,${enable_languages}, in
11440 if test $ok = yes; then
11441 # An in-tree tool is available and we can use it
11442 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11443 echo "$as_me:$LINENO: result
: just compiled
" >&5
11444 echo "${ECHO_T}just compiled
" >&6
11445 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11446 # We already found the complete path
11447 ac_dir=`dirname $GCJ_FOR_TARGET`
11448 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11449 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11450 elif test "x
$target" = "x
$host"; then
11451 # We can use an host tool
11452 GCJ_FOR_TARGET='$(GCJ)'
11453 echo "$as_me:$LINENO: result
: host tool
" >&5
11454 echo "${ECHO_T}host tool
" >&6
11456 # We need a cross tool
11457 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11458 echo "${ECHO_T}pre-installed
" >&6
11462 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11463 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11464 if test "x
${build}" != "x
${host}" ; then
11465 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11466 # We already found the complete path
11467 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11468 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11469 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11471 # Canadian cross, just use what we found
11472 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11473 echo "${ECHO_T}pre-installed
" >&6
11477 case " ${configdirs} " in
11481 case ,${enable_languages}, in
11485 if test $ok = yes; then
11486 # An in-tree tool is available and we can use it
11487 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11488 echo "$as_me:$LINENO: result
: just compiled
" >&5
11489 echo "${ECHO_T}just compiled
" >&6
11490 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11491 # We already found the complete path
11492 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11493 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11494 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11495 elif test "x
$target" = "x
$host"; then
11496 # We can use an host tool
11497 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11498 echo "$as_me:$LINENO: result
: host tool
" >&5
11499 echo "${ECHO_T}host tool
" >&6
11501 # We need a cross tool
11502 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11503 echo "${ECHO_T}pre-installed
" >&6
11507 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11508 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11509 if test "x
${build}" != "x
${host}" ; then
11510 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11511 # We already found the complete path
11512 ac_dir=`dirname $LD_FOR_TARGET`
11513 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11514 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11516 # Canadian cross, just use what we found
11517 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11518 echo "${ECHO_T}pre-installed
" >&6
11522 case " ${configdirs} " in
11527 if test $ok = yes; then
11528 # An in-tree tool is available and we can use it
11529 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11530 echo "$as_me:$LINENO: result
: just compiled
" >&5
11531 echo "${ECHO_T}just compiled
" >&6
11532 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11533 # We already found the complete path
11534 ac_dir=`dirname $LD_FOR_TARGET`
11535 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11536 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11537 elif test "x
$target" = "x
$host"; then
11538 # We can use an host tool
11539 LD_FOR_TARGET='$(LD)'
11540 echo "$as_me:$LINENO: result
: host tool
" >&5
11541 echo "${ECHO_T}host tool
" >&6
11543 # We need a cross tool
11544 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11545 echo "${ECHO_T}pre-installed
" >&6
11549 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11550 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11551 if test "x
${build}" != "x
${host}" ; then
11552 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11553 # We already found the complete path
11554 ac_dir=`dirname $LIPO_FOR_TARGET`
11555 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11556 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11558 # Canadian cross, just use what we found
11559 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11560 echo "${ECHO_T}pre-installed
" >&6
11563 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11564 # We already found the complete path
11565 ac_dir=`dirname $LIPO_FOR_TARGET`
11566 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11567 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11568 elif test "x
$target" = "x
$host"; then
11569 # We can use an host tool
11570 LIPO_FOR_TARGET='$(LIPO)'
11571 echo "$as_me:$LINENO: result
: host tool
" >&5
11572 echo "${ECHO_T}host tool
" >&6
11574 # We need a cross tool
11575 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11576 echo "${ECHO_T}pre-installed
" >&6
11580 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11581 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11582 if test "x
${build}" != "x
${host}" ; then
11583 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11584 # We already found the complete path
11585 ac_dir=`dirname $NM_FOR_TARGET`
11586 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11587 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11589 # Canadian cross, just use what we found
11590 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11591 echo "${ECHO_T}pre-installed
" >&6
11595 case " ${configdirs} " in
11600 if test $ok = yes; then
11601 # An in-tree tool is available and we can use it
11602 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11603 echo "$as_me:$LINENO: result
: just compiled
" >&5
11604 echo "${ECHO_T}just compiled
" >&6
11605 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11606 # We already found the complete path
11607 ac_dir=`dirname $NM_FOR_TARGET`
11608 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11609 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11610 elif test "x
$target" = "x
$host"; then
11611 # We can use an host tool
11612 NM_FOR_TARGET='$(NM)'
11613 echo "$as_me:$LINENO: result
: host tool
" >&5
11614 echo "${ECHO_T}host tool
" >&6
11616 # We need a cross tool
11617 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11618 echo "${ECHO_T}pre-installed
" >&6
11622 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11623 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11624 if test "x
${build}" != "x
${host}" ; then
11625 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11626 # We already found the complete path
11627 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11628 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11629 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11631 # Canadian cross, just use what we found
11632 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11633 echo "${ECHO_T}pre-installed
" >&6
11637 case " ${configdirs} " in
11642 if test $ok = yes; then
11643 # An in-tree tool is available and we can use it
11644 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11645 echo "$as_me:$LINENO: result
: just compiled
" >&5
11646 echo "${ECHO_T}just compiled
" >&6
11647 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11648 # We already found the complete path
11649 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11650 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11651 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11652 elif test "x
$target" = "x
$host"; then
11653 # We can use an host tool
11654 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11655 echo "$as_me:$LINENO: result
: host tool
" >&5
11656 echo "${ECHO_T}host tool
" >&6
11658 # We need a cross tool
11659 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11660 echo "${ECHO_T}pre-installed
" >&6
11664 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11665 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11666 if test "x
${build}" != "x
${host}" ; then
11667 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11668 # We already found the complete path
11669 ac_dir=`dirname $RANLIB_FOR_TARGET`
11670 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11671 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11673 # Canadian cross, just use what we found
11674 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11675 echo "${ECHO_T}pre-installed
" >&6
11679 case " ${configdirs} " in
11684 if test $ok = yes; then
11685 # An in-tree tool is available and we can use it
11686 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11687 echo "$as_me:$LINENO: result
: just compiled
" >&5
11688 echo "${ECHO_T}just compiled
" >&6
11689 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11690 # We already found the complete path
11691 ac_dir=`dirname $RANLIB_FOR_TARGET`
11692 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11693 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11694 elif test "x
$target" = "x
$host"; then
11695 # We can use an host tool
11696 RANLIB_FOR_TARGET='$(RANLIB)'
11697 echo "$as_me:$LINENO: result
: host tool
" >&5
11698 echo "${ECHO_T}host tool
" >&6
11700 # We need a cross tool
11701 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11702 echo "${ECHO_T}pre-installed
" >&6
11706 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11707 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11708 if test "x
${build}" != "x
${host}" ; then
11709 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11710 # We already found the complete path
11711 ac_dir=`dirname $STRIP_FOR_TARGET`
11712 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11713 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11715 # Canadian cross, just use what we found
11716 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11717 echo "${ECHO_T}pre-installed
" >&6
11721 case " ${configdirs} " in
11726 if test $ok = yes; then
11727 # An in-tree tool is available and we can use it
11728 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11729 echo "$as_me:$LINENO: result
: just compiled
" >&5
11730 echo "${ECHO_T}just compiled
" >&6
11731 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11732 # We already found the complete path
11733 ac_dir=`dirname $STRIP_FOR_TARGET`
11734 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11735 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11736 elif test "x
$target" = "x
$host"; then
11737 # We can use an host tool
11738 STRIP_FOR_TARGET='$(STRIP)'
11739 echo "$as_me:$LINENO: result
: host tool
" >&5
11740 echo "${ECHO_T}host tool
" >&6
11742 # We need a cross tool
11743 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11744 echo "${ECHO_T}pre-installed
" >&6
11748 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11749 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11750 if test "x
${build}" != "x
${host}" ; then
11751 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11752 # We already found the complete path
11753 ac_dir=`dirname $WINDRES_FOR_TARGET`
11754 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11755 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11757 # Canadian cross, just use what we found
11758 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11759 echo "${ECHO_T}pre-installed
" >&6
11763 case " ${configdirs} " in
11768 if test $ok = yes; then
11769 # An in-tree tool is available and we can use it
11770 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11771 echo "$as_me:$LINENO: result
: just compiled
" >&5
11772 echo "${ECHO_T}just compiled
" >&6
11773 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11774 # We already found the complete path
11775 ac_dir=`dirname $WINDRES_FOR_TARGET`
11776 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11777 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11778 elif test "x
$target" = "x
$host"; then
11779 # We can use an host tool
11780 WINDRES_FOR_TARGET='$(WINDRES)'
11781 echo "$as_me:$LINENO: result
: host tool
" >&5
11782 echo "${ECHO_T}host tool
" >&6
11784 # We need a cross tool
11785 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11786 echo "${ECHO_T}pre-installed
" >&6
11790 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
11791 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
11792 if test "x
${build}" != "x
${host}" ; then
11793 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11794 # We already found the complete path
11795 ac_dir=`dirname $WINDMC_FOR_TARGET`
11796 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11797 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11799 # Canadian cross, just use what we found
11800 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11801 echo "${ECHO_T}pre-installed
" >&6
11805 case " ${configdirs} " in
11810 if test $ok = yes; then
11811 # An in-tree tool is available and we can use it
11812 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
11813 echo "$as_me:$LINENO: result
: just compiled
" >&5
11814 echo "${ECHO_T}just compiled
" >&6
11815 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11816 # We already found the complete path
11817 ac_dir=`dirname $WINDMC_FOR_TARGET`
11818 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11819 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11820 elif test "x
$target" = "x
$host"; then
11821 # We can use an host tool
11822 WINDMC_FOR_TARGET='$(WINDMC)'
11823 echo "$as_me:$LINENO: result
: host tool
" >&5
11824 echo "${ECHO_T}host tool
" >&6
11826 # We need a cross tool
11827 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11828 echo "${ECHO_T}pre-installed
" >&6
11836 # Certain tools may need extra flags.
11837 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
11838 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
11839 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
11841 # When building target libraries, except in a Canadian cross, we use
11842 # the same toolchain as the compiler we just built.
11843 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
11844 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
11845 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
11846 if test $host = $build; then
11847 case " $configdirs " in
11849 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
11850 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
11851 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
11860 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
11861 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
11862 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11863 if test "${enable_maintainer_mode+set}" = set; then
11864 enableval="$enable_maintainer_mode"
11865 USE_MAINTAINER_MODE=$enableval
11867 USE_MAINTAINER_MODE=no
11869 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
11870 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11873 if test "$USE_MAINTAINER_MODE" = yes; then
11874 MAINTAINER_MODE_TRUE=
11875 MAINTAINER_MODE_FALSE='#'
11877 MAINTAINER_MODE_TRUE='#'
11878 MAINTAINER_MODE_FALSE=
11880 MAINT=$MAINTAINER_MODE_TRUE
11882 # ---------------------
11883 # GCC bootstrap support
11884 # ---------------------
11886 # Stage specific cflags for build.
11891 yes) stage1_cflags="-g -Wa,-J" ;;
11892 *) stage1_cflags="-g -J" ;;
11896 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
11897 if test "$GCC" = yes; then
11898 saved_CFLAGS="$CFLAGS"
11900 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
11901 CFLAGS="$CFLAGS -fkeep-inline-functions"
11902 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
11903 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
11904 cat >conftest.$ac_ext <<_ACEOF
11907 cat confdefs.h >>conftest.$ac_ext
11908 cat >>conftest.$ac_ext <<_ACEOF
11909 /* end confdefs.h. */
11911 #if (__GNUC__ < 3) \
11912 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
11913 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
11914 #error http://gcc.gnu.org/PR29382
11925 rm -f conftest.$ac_objext
11926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11927 (eval $ac_compile) 2>conftest.er1
11929 grep -v '^ *+' conftest.er1 >conftest.err
11931 cat conftest.err >&5
11932 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11933 (exit $ac_status); } &&
11934 { ac_try='test -z "$ac_c_werror_flag"
11935 || test ! -s conftest.err'
11936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11937 (eval $ac_try) 2>&5
11939 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11940 (exit $ac_status); }; } &&
11941 { ac_try='test -s conftest.$ac_objext'
11942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11943 (eval $ac_try) 2>&5
11945 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11946 (exit $ac_status); }; }; then
11947 echo "$as_me:$LINENO: result
: yes" >&5
11948 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
11950 echo "$as_me: failed program was
:" >&5
11951 sed 's/^/| /' conftest.$ac_ext >&5
11953 echo "$as_me:$LINENO: result
: no
" >&5
11954 echo "${ECHO_T}no
" >&6
11956 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11958 CFLAGS="$saved_CFLAGS"
11963 # Enable --enable-checking in stage1 of the compiler.
11964 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
11965 if test "${enable_stage1_checking+set}" = set; then
11966 enableval="$enable_stage1_checking"
11967 stage1_checking=--enable-checking=${enable_stage1_checking}
11969 if test "x
$enable_checking" = xno; then
11970 stage1_checking=--enable-checking
11972 stage1_checking=--enable-checking${enable_checking+=}$enable_checking
11977 # Enable -Werror in bootstrap stage2 and later.
11978 # Check whether --enable-werror or --disable-werror was given.
11979 if test "${enable_werror+set}" = set; then
11980 enableval="$enable_werror"
11983 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
11989 case ${enable_werror} in
11990 yes) stage2_werror_flag="--enable-werror-always" ;;
11991 *) stage2_werror_flag="" ;;
11995 # Flags needed to enable html installing and building
11997 # Check whether --with-datarootdir or --without-datarootdir was given.
11998 if test "${with_datarootdir+set}" = set; then
11999 withval="$with_datarootdir"
12000 datarootdir="\
${prefix}/${withval}"
12002 datarootdir="\
${prefix}/share
"
12006 # Check whether --with-docdir or --without-docdir was given.
12007 if test "${with_docdir+set}" = set; then
12008 withval="$with_docdir"
12009 docdir="\
${prefix}/${withval}"
12011 docdir="\
${datarootdir}/doc
"
12015 # Check whether --with-pdfdir or --without-pdfdir was given.
12016 if test "${with_pdfdir+set}" = set; then
12017 withval="$with_pdfdir"
12018 pdfdir="\
${prefix}/${withval}"
12020 pdfdir="\
${docdir}"
12024 # Check whether --with-htmldir or --without-htmldir was given.
12025 if test "${with_htmldir+set}" = set; then
12026 withval="$with_htmldir"
12027 htmldir="\
${prefix}/${withval}"
12029 htmldir="\
${docdir}"
12037 ac_config_files="$ac_config_files Makefile
"
12038 cat >confcache <<\_ACEOF
12039 # This file is a shell script that caches the results of configure
12040 # tests run on this system so they can be shared between configure
12041 # scripts and configure runs, see configure's option --config-cache.
12042 # It is not useful on other systems. If it contains results you don't
12043 # want to keep, you may remove or edit it.
12045 # config.status only pays attention to the cache file if you give it
12046 # the --recheck option to rerun configure.
12048 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12049 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12050 # following values.
12054 # The following way of writing the cache mishandles newlines in values,
12055 # but we know of no workaround that is simple, portable, and efficient.
12056 # So, don't put newlines in cache variables' values.
12057 # Ultrix sh set writes to stderr and can't be redirected directly,
12058 # and sets the high bit in the cache file unless we assign to the vars.
12061 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12063 # `set' does not quote correctly, so add quotes (double-quote
12064 # substitution turns \\\\ into \\, and sed turns \\ into \).
12067 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12070 # `set' quotes correctly as required by POSIX, so do not add quotes.
12072 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12079 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12081 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12083 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12084 if test -w $cache_file; then
12085 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12086 cat confcache >$cache_file
12088 echo "not updating unwritable cache
$cache_file"
12093 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12094 # Let make expand exec_prefix.
12095 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12097 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12098 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12099 # trailing colons and then remove the whole line if VPATH becomes empty
12100 # (actually we leave an empty line to preserve line numbers).
12101 if test "x
$srcdir" = x.; then
12102 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12103 s/:*\$(srcdir):*/:/;
12104 s/:*\${srcdir}:*/:/;
12106 s/^\([^=]*=[ ]*\):*/\1/;
12112 # Transform confdefs.h into DEFS.
12113 # Protect against shell expansion while executing Makefile rules.
12114 # Protect against Makefile macro expansion.
12116 # If the first sed substitution is executed (which looks for macros that
12117 # take arguments), then we branch to the quote section. Otherwise,
12118 # look for a macro that doesn't take arguments.
12119 cat >confdef2opt.sed <<\_ACEOF
12122 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12124 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12128 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12134 # We use echo to avoid assuming a particular line-breaking character.
12135 # The extra dot is to prevent the shell from consuming trailing
12136 # line-breaks from the sub-command output. A line-break within
12137 # single-quotes doesn't work because, if this script is created in a
12138 # platform that uses two characters for line-breaks (e.g., DOS), tr
12140 ac_LF_and_DOT
=`echo; echo .`
12141 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12142 rm -f confdef2opt.
sed
12147 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12148 # 1. Remove the extension, and $U if already installed.
12149 ac_i
=`echo "$ac_i" |
12150 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12152 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12153 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12155 LIBOBJS
=$ac_libobjs
12157 LTLIBOBJS
=$ac_ltlibobjs
12161 : ${CONFIG_STATUS=./config.status}
12162 ac_clean_files_save
=$ac_clean_files
12163 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12164 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12165 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12166 cat >$CONFIG_STATUS <<_ACEOF
12168 # Generated by $as_me.
12169 # Run this file to recreate the current configuration.
12170 # Compiler output produced by configure, useful for debugging
12171 # configure, is in config.log if it exists.
12174 ac_cs_recheck=false
12176 SHELL=\${CONFIG_SHELL-$SHELL}
12179 cat >>$CONFIG_STATUS <<\_ACEOF
12180 ## --------------------- ##
12181 ## M4sh Initialization. ##
12182 ## --------------------- ##
12184 # Be Bourne compatible
12185 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12188 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12189 # is contrary to our usage. Disable this feature.
12190 alias -g '${1+"$@"}'='"$@"'
12191 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12194 DUALCASE
=1; export DUALCASE
# for MKS sh
12196 # Support unset when possible.
12197 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12204 # Work around bugs in pre-3.0 UWIN ksh.
12205 $as_unset ENV MAIL MAILPATH
12212 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12213 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12214 LC_TELEPHONE LC_TIME
12216 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12217 eval $as_var=C
; export $as_var
12223 # Required to use basename.
12224 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12230 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12231 as_basename
=basename
12237 # Name of the executable.
12238 as_me
=`$as_basename "$0" ||
12239 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12240 X"$0" : 'X\(//\)$' \| \
12241 X"$0" : 'X\(/\)$' \| \
12242 . : '\(.\)' 2>/dev/null ||
12244 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12245 /^X\/\(\/\/\)$/{ s//\1/; q; }
12246 /^X\/\(\/\).*/{ s//\1/; q; }
12250 # PATH needs CR, and LINENO needs CR and PATH.
12251 # Avoid depending upon Character Ranges.
12252 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12253 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12254 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12255 as_cr_digits
='0123456789'
12256 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12258 # The user is always right.
12259 if test "${PATH_SEPARATOR+set}" != set; then
12260 echo "#! /bin/sh" >conf$$.sh
12261 echo "exit 0" >>conf$$.sh
12263 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12272 as_lineno_1
=$LINENO
12273 as_lineno_2
=$LINENO
12274 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12275 test "x$as_lineno_1" != "x$as_lineno_2" &&
12276 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12277 # Find who we are. Look in the path if we contain no path at all
12280 *[\\/]* ) as_myself
=$0 ;;
12281 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12282 for as_dir
in $PATH
12285 test -z "$as_dir" && as_dir
=.
12286 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12291 # We did not find ourselves, most probably we were run as `sh COMMAND'
12292 # in which case we are not to be found in the path.
12293 if test "x$as_myself" = x
; then
12296 if test ! -f "$as_myself"; then
12297 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12298 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12299 { (exit 1); exit 1; }; }
12301 case $CONFIG_SHELL in
12303 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12304 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12307 test -z "$as_dir" && as_dir
=.
12308 for as_base
in sh bash ksh sh5
; do
12311 if ("$as_dir/$as_base" -c '
12312 as_lineno_1=$LINENO
12313 as_lineno_2=$LINENO
12314 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12315 test "x$as_lineno_1" != "x$as_lineno_2" &&
12316 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12317 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12318 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12319 CONFIG_SHELL
=$as_dir/$as_base
12320 export CONFIG_SHELL
12321 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12329 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12330 # uniformly replaced by the line number. The first 'sed' inserts a
12331 # line-number line before each line; the second 'sed' does the real
12332 # work. The second script uses 'N' to pair each line-number line
12333 # with the numbered line, and appends trailing '-' during
12334 # substitution so that $LINENO is not a special case at line end.
12335 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12336 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12337 sed '=' <$as_myself |
12342 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12345 s,^['$as_cr_digits']*\n,,
12346 ' >$as_me.lineno
&&
12347 chmod +x
$as_me.lineno ||
12348 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12349 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12350 { (exit 1); exit 1; }; }
12352 # Don't try to exec as it changes $[0], causing all sort of problems
12353 # (the dirname of $[0] is not the place where we might find the
12354 # original and so on. Autoconf is especially sensible to this).
12356 # Exit status is that of the last command.
12361 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12362 *c
*,-n*) ECHO_N
= ECHO_C
='
12364 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12365 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12368 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12374 rm -f conf$$ conf$$.exe conf$$.
file
12376 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12377 # We could just check for DJGPP; but this test a) works b) is more generic
12378 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12379 if test -f conf$$.exe
; then
12380 # Don't use ln at all; we don't have any links
12385 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12390 rm -f conf$$ conf$$.exe conf$$.
file
12392 if mkdir
-p .
2>/dev
/null
; then
12395 test -d .
/-p && rmdir .
/-p
12399 as_executable_p
="test -f"
12401 # Sed expression to map a string onto a valid CPP name.
12402 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12404 # Sed expression to map a string onto a valid variable name.
12405 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12409 # We need space, tab and new line, in precisely that order.
12419 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12420 # report actual input values of CONFIG_FILES etc. instead of their
12421 # values after options handling. Logging --version etc. is OK.
12425 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12426 ## Running $as_me. ##
12431 This file was extended by $as_me, which was
12432 generated by GNU Autoconf 2.59. Invocation command line was
12434 CONFIG_FILES = $CONFIG_FILES
12435 CONFIG_HEADERS = $CONFIG_HEADERS
12436 CONFIG_LINKS = $CONFIG_LINKS
12437 CONFIG_COMMANDS = $CONFIG_COMMANDS
12441 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12445 # Files that config.status was made for.
12446 if test -n "$ac_config_files"; then
12447 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12450 if test -n "$ac_config_headers"; then
12451 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12454 if test -n "$ac_config_links"; then
12455 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12458 if test -n "$ac_config_commands"; then
12459 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12462 cat >>$CONFIG_STATUS <<\_ACEOF
12465 \`$as_me' instantiates files from templates according to the
12466 current configuration.
12468 Usage: $0 [OPTIONS] [FILE]...
12470 -h, --help print this help, then exit
12471 -V, --version print version number, then exit
12472 -q, --quiet do not print progress messages
12473 -d, --debug don't remove temporary files
12474 --recheck update $as_me by reconfiguring in the same conditions
12475 --file=FILE[:TEMPLATE]
12476 instantiate the configuration file FILE
12478 Configuration files:
12481 Report bugs to <bug-autoconf@gnu.org>."
12484 cat >>$CONFIG_STATUS <<_ACEOF
12487 configured by $0, generated by GNU Autoconf 2.59,
12488 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12490 Copyright (C) 2003 Free Software Foundation, Inc.
12491 This config.status script is free software; the Free Software Foundation
12492 gives unlimited permission to copy, distribute and modify it."
12497 cat >>$CONFIG_STATUS <<\_ACEOF
12498 # If no file are specified by the user, then we need to provide default
12499 # value. By we need to know if files were specified by the user.
12505 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12506 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12514 *) # This is not an option, so the user has probably given explicit
12517 ac_need_defaults
=false
;;
12521 # Handling of the options.
12523 cat >>$CONFIG_STATUS <<\_ACEOF
12524 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12526 --version |
--vers* |
-V )
12527 echo "$ac_cs_version"; exit 0 ;;
12529 # Conflict between --help and --header
12530 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12531 Try \`$0 --help' for more information." >&5
12532 echo "$as_me: error: ambiguous option: $1
12533 Try \`$0 --help' for more information." >&2;}
12534 { (exit 1); exit 1; }; };;
12535 --help |
--hel |
-h )
12536 echo "$ac_cs_usage"; exit 0 ;;
12537 --debug |
--d* |
-d )
12539 --file |
--fil |
--fi |
--f )
12541 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12542 ac_need_defaults
=false
;;
12543 --header |
--heade |
--head |
--hea )
12545 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12546 ac_need_defaults
=false
;;
12547 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12548 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12551 # This is an error.
12552 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12553 Try \`$0 --help' for more information." >&5
12554 echo "$as_me: error: unrecognized option: $1
12555 Try \`$0 --help' for more information." >&2;}
12556 { (exit 1); exit 1; }; } ;;
12558 *) ac_config_targets
="$ac_config_targets $1" ;;
12564 ac_configure_extra_args
=
12566 if $ac_cs_silent; then
12568 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12572 cat >>$CONFIG_STATUS <<_ACEOF
12573 if \$ac_cs_recheck; then
12574 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12575 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12584 cat >>$CONFIG_STATUS <<\_ACEOF
12585 for ac_config_target
in $ac_config_targets
12587 case "$ac_config_target" in
12588 # Handling of arguments.
12589 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12590 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12591 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12592 { (exit 1); exit 1; }; };;
12596 # If the user did not use the arguments to specify the items to instantiate,
12597 # then the envvar interface is used. Set only those that are not.
12598 # We use the long form for the default assignment because of an extremely
12599 # bizarre bug on SunOS 4.1.3.
12600 if $ac_need_defaults; then
12601 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12604 # Have a temporary directory for convenience. Make it in the build tree
12605 # simply because there is no reason to put it here, and in addition,
12606 # creating and moving files from /tmp can sometimes cause problems.
12607 # Create a temporary directory, and hook for its removal unless debugging.
12610 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12611 trap '{ (exit 1); exit 1; }' 1 2 13 15
12614 # Create a (secure) tmp directory for tmp files.
12617 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12618 test -n "$tmp" && test -d "$tmp"
12621 tmp
=.
/confstat$$
-$RANDOM
12622 (umask 077 && mkdir
$tmp)
12625 echo "$me: cannot create a temporary directory in ." >&2
12626 { (exit 1); exit 1; }
12631 cat >>$CONFIG_STATUS <<_ACEOF
12634 # CONFIG_FILES section.
12637 # No need to generate the scripts if there are no CONFIG_FILES.
12638 # This happens for instance when ./config.status config.h
12639 if test -n "\$CONFIG_FILES"; then
12640 # Protect against being on the right side of a sed subst in config.status.
12641 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12642 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12643 s,@SHELL@,$SHELL,;t t
12644 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12645 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12646 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12647 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12648 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12649 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12650 s,@exec_prefix@,$exec_prefix,;t t
12651 s,@prefix@,$prefix,;t t
12652 s,@program_transform_name@,$program_transform_name,;t t
12653 s,@bindir@,$bindir,;t t
12654 s,@sbindir@,$sbindir,;t t
12655 s,@libexecdir@,$libexecdir,;t t
12656 s,@datadir@,$datadir,;t t
12657 s,@sysconfdir@,$sysconfdir,;t t
12658 s,@sharedstatedir@,$sharedstatedir,;t t
12659 s,@localstatedir@,$localstatedir,;t t
12660 s,@libdir@,$libdir,;t t
12661 s,@includedir@,$includedir,;t t
12662 s,@oldincludedir@,$oldincludedir,;t t
12663 s,@infodir@,$infodir,;t t
12664 s,@mandir@,$mandir,;t t
12665 s,@build_alias@,$build_alias,;t t
12666 s,@host_alias@,$host_alias,;t t
12667 s,@target_alias@,$target_alias,;t t
12668 s,@DEFS@,$DEFS,;t t
12669 s,@ECHO_C@,$ECHO_C,;t t
12670 s,@ECHO_N@,$ECHO_N,;t t
12671 s,@ECHO_T@,$ECHO_T,;t t
12672 s,@LIBS@,$LIBS,;t t
12673 s,@build@,$build,;t t
12674 s,@build_cpu@,$build_cpu,;t t
12675 s,@build_vendor@,$build_vendor,;t t
12676 s,@build_os@,$build_os,;t t
12677 s,@build_noncanonical@,$build_noncanonical,;t t
12678 s,@host_noncanonical@,$host_noncanonical,;t t
12679 s,@target_noncanonical@,$target_noncanonical,;t t
12680 s,@host@,$host,;t t
12681 s,@host_cpu@,$host_cpu,;t t
12682 s,@host_vendor@,$host_vendor,;t t
12683 s,@host_os@,$host_os,;t t
12684 s,@target@,$target,;t t
12685 s,@target_cpu@,$target_cpu,;t t
12686 s,@target_vendor@,$target_vendor,;t t
12687 s,@target_os@,$target_os,;t t
12688 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12689 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12690 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12692 s,@LN_S@,$LN_S,;t t
12693 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12694 s,@build_libsubdir@,$build_libsubdir,;t t
12695 s,@build_subdir@,$build_subdir,;t t
12696 s,@host_subdir@,$host_subdir,;t t
12697 s,@target_subdir@,$target_subdir,;t t
12699 s,@CFLAGS@,$CFLAGS,;t t
12700 s,@LDFLAGS@,$LDFLAGS,;t t
12701 s,@CPPFLAGS@,$CPPFLAGS,;t t
12702 s,@ac_ct_CC@,$ac_ct_CC,;t t
12703 s,@EXEEXT@,$EXEEXT,;t t
12704 s,@OBJEXT@,$OBJEXT,;t t
12706 s,@CXXFLAGS@,$CXXFLAGS,;t t
12707 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12708 s,@GNATBIND@,$GNATBIND,;t t
12709 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12710 s,@GNATMAKE@,$GNATMAKE,;t t
12711 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12712 s,@do_compare@,$do_compare,;t t
12713 s,@gmplibs@,$gmplibs,;t t
12714 s,@gmpinc@,$gmpinc,;t t
12715 s,@stage1_languages@,$stage1_languages,;t t
12716 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12717 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12718 s,@tooldir@,$tooldir,;t t
12719 s,@build_tooldir@,$build_tooldir,;t t
12720 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12721 s,@GDB_TK@,$GDB_TK,;t t
12722 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12723 s,@build_configargs@,$build_configargs,;t t
12724 s,@build_configdirs@,$build_configdirs,;t t
12725 s,@host_configargs@,$host_configargs,;t t
12726 s,@configdirs@,$configdirs,;t t
12727 s,@target_configargs@,$target_configargs,;t t
12728 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12729 s,@config_shell@,$config_shell,;t t
12730 s,@YACC@,$YACC,;t t
12731 s,@BISON@,$BISON,;t t
12734 s,@FLEX@,$FLEX,;t t
12735 s,@MAKEINFO@,$MAKEINFO,;t t
12736 s,@EXPECT@,$EXPECT,;t t
12737 s,@RUNTEST@,$RUNTEST,;t t
12740 s,@DLLTOOL@,$DLLTOOL,;t t
12742 s,@LIPO@,$LIPO,;t t
12744 s,@RANLIB@,$RANLIB,;t t
12745 s,@STRIP@,$STRIP,;t t
12746 s,@WINDRES@,$WINDRES,;t t
12747 s,@WINDMC@,$WINDMC,;t t
12748 s,@OBJCOPY@,$OBJCOPY,;t t
12749 s,@OBJDUMP@,$OBJDUMP,;t t
12750 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12751 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12752 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12753 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12754 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12755 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12756 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12757 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12758 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12759 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12760 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12761 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12762 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12763 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12764 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12765 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12766 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
12767 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12768 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12769 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12770 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12771 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12772 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12773 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12774 s,@MAINT@,$MAINT,;t t
12775 s,@stage1_cflags@,$stage1_cflags,;t t
12776 s,@stage1_checking@,$stage1_checking,;t t
12777 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12778 s,@datarootdir@,$datarootdir,;t t
12779 s,@docdir@,$docdir,;t t
12780 s,@pdfdir@,$pdfdir,;t t
12781 s,@htmldir@,$htmldir,;t t
12782 s,@LIBOBJS@,$LIBOBJS,;t t
12783 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12784 /@serialization_dependencies@/r $serialization_dependencies
12785 s,@serialization_dependencies@,,;t t
12786 /@host_makefile_frag@/r $host_makefile_frag
12787 s,@host_makefile_frag@,,;t t
12788 /@target_makefile_frag@/r $target_makefile_frag
12789 s,@target_makefile_frag@,,;t t
12790 /@alphaieee_frag@/r $alphaieee_frag
12791 s,@alphaieee_frag@,,;t t
12792 /@ospace_frag@/r $ospace_frag
12793 s,@ospace_frag@,,;t t
12798 cat >>$CONFIG_STATUS <<\_ACEOF
12799 # Split the substitutions into bite-sized pieces for seds with
12800 # small command number limits, like on Digital OSF/1 and HP-UX.
12801 ac_max_sed_lines
=48
12802 ac_sed_frag
=1 # Number of current file.
12803 ac_beg
=1 # First line for current file.
12804 ac_end
=$ac_max_sed_lines # Line after last line for current file.
12807 while $ac_more_lines; do
12808 if test $ac_beg -gt 1; then
12809 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12811 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12813 if test ! -s $tmp/subs.frag
; then
12814 ac_more_lines
=false
12816 # The purpose of the label and of the branching condition is to
12817 # speed up the sed processing (if there are no `@' at all, there
12818 # is no need to browse any of the substitutions).
12819 # These are the two extra sed commands mentioned above.
12821 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
12822 if test -z "$ac_sed_cmds"; then
12823 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
12825 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12827 ac_sed_frag
=`expr $ac_sed_frag + 1`
12829 ac_end
=`expr $ac_end + $ac_max_sed_lines`
12832 if test -z "$ac_sed_cmds"; then
12835 fi # test -n "$CONFIG_FILES"
12838 cat >>$CONFIG_STATUS <<\_ACEOF
12839 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
12840 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12842 - |
*:- |
*:-:* ) # input from stdin
12844 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12845 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12846 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12847 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12848 * ) ac_file_in
=$ac_file.
in ;;
12851 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12852 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12853 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12854 X"$ac_file" : 'X\(//\)[^/]' \| \
12855 X"$ac_file" : 'X\(//\)$' \| \
12856 X"$ac_file" : 'X\(/\)' \| \
12857 . : '\(.\)' 2>/dev/null ||
12859 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12860 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12861 /^X\(\/\/\)$/{ s//\1/; q; }
12862 /^X\(\/\).*/{ s//\1/; q; }
12864 { if $as_mkdir_p; then
12869 while test ! -d "$as_dir"; do
12870 as_dirs
="$as_dir $as_dirs"
12871 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12872 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12873 X"$as_dir" : 'X\(//\)[^/]' \| \
12874 X"$as_dir" : 'X\(//\)$' \| \
12875 X"$as_dir" : 'X\(/\)' \| \
12876 . : '\(.\)' 2>/dev/null ||
12878 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12879 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12880 /^X\(\/\/\)$/{ s//\1/; q; }
12881 /^X\(\/\).*/{ s//\1/; q; }
12884 test ! -n "$as_dirs" || mkdir
$as_dirs
12885 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12886 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12887 { (exit 1); exit 1; }; }; }
12891 if test "$ac_dir" != .
; then
12892 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12893 # A "../" for each directory in $ac_dir_suffix.
12894 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12896 ac_dir_suffix
= ac_top_builddir
=
12900 .
) # No --srcdir option. We are building in place.
12902 if test -z "$ac_top_builddir"; then
12905 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12907 [\\/]* | ?
:[\\/]* ) # Absolute path.
12908 ac_srcdir
=$srcdir$ac_dir_suffix;
12909 ac_top_srcdir
=$srcdir ;;
12910 *) # Relative path.
12911 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12912 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12915 # Do not use `cd foo && pwd` to compute absolute paths, because
12916 # the directories may not exist.
12918 .
) ac_abs_builddir
="$ac_dir";;
12921 .
) ac_abs_builddir
=`pwd`;;
12922 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12923 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12926 case $ac_abs_builddir in
12927 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12929 case ${ac_top_builddir}.
in
12930 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12931 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12932 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12935 case $ac_abs_builddir in
12936 .
) ac_abs_srcdir
=$ac_srcdir;;
12939 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12940 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12941 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12944 case $ac_abs_builddir in
12945 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12947 case $ac_top_srcdir in
12948 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12949 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12950 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12956 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
12957 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
12960 if test x
"$ac_file" != x-
; then
12961 { echo "$as_me:$LINENO: creating $ac_file" >&5
12962 echo "$as_me: creating $ac_file" >&6;}
12965 # Let's still pretend it is `configure' which instantiates (i.e., don't
12966 # use $as_me), people would be surprised to read:
12967 # /* config.h. Generated by config.status. */
12968 if test x
"$ac_file" = x-
; then
12971 configure_input
="$ac_file. "
12973 configure_input
=$configure_input"Generated from `echo $ac_file_in |
12974 sed 's,.*/,,'` by configure."
12976 # First look for the input files in the build tree, otherwise in the
12978 ac_file_inputs
=`IFS=:
12979 for f in $ac_file_in; do
12981 -) echo $tmp/stdin ;;
12983 # Absolute (can't be DOS-style, as IFS=:)
12984 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12985 echo "$as_me: error: cannot find input file: $f" >&2;}
12986 { (exit 1); exit 1; }; }
12989 if test -f "$f"; then
12992 elif test -f "$srcdir/$f"; then
12997 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12998 echo "$as_me: error: cannot find input file: $f" >&2;}
12999 { (exit 1); exit 1; }; }
13002 done` ||
{ (exit 1); exit 1; }
13004 cat >>$CONFIG_STATUS <<_ACEOF
13008 cat >>$CONFIG_STATUS <<\_ACEOF
13010 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13011 s
,@configure_input@
,$configure_input,;t t
13012 s
,@srcdir@
,$ac_srcdir,;t t
13013 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13014 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13015 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13016 s
,@builddir@
,$ac_builddir,;t t
13017 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13018 s
,@top_builddir@
,$ac_top_builddir,;t t
13019 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13020 s
,@INSTALL@
,$ac_INSTALL,;t t
13021 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13023 if test x"$ac_file" != x-; then
13024 mv $tmp/out $ac_file
13033 cat >>$CONFIG_STATUS <<\_ACEOF
13035 { (exit 0); exit 0; }
13037 chmod +x $CONFIG_STATUS
13038 ac_clean_files=$ac_clean_files_save
13041 # configure is writing to config.log, and then calls config.status.
13042 # config.status does its own redirection, appending to config.log.
13043 # Unfortunately, on DOS this fails, as config.log is still kept open
13044 # by configure, so config.status won't be able to write to it; its
13045 # output is simply discarded. So we exec the FD to /dev/null,
13046 # effectively closing config.log, so it can be properly (re)opened and
13047 # appended to by config.status. When coming back to configure, we
13048 # need to make the FD available again.
13049 if test "$no_create" != yes; then
13051 ac_config_status_args=
13052 test "$silent" = yes &&
13053 ac_config_status_args="$ac_config_status_args --quiet"
13055 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13057 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13058 # would make configure fail if this is the last instruction.
13059 $ac_cs_success || { (exit 1); exit 1; }