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 TOPLEVEL_CONFIGURE_ARGUMENTS 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 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 DEBUG_PREFIX_CFLAGS_FOR_TARGET CFLAGS_FOR_TARGET CXXFLAGS_FOR_TARGET RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs AR_FOR_BUILD AS_FOR_BUILD CC_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD CXX_FOR_BUILD DLLTOOL_FOR_BUILD GCJ_FOR_BUILD GFORTRAN_FOR_BUILD LDFLAGS_FOR_BUILD LD_FOR_BUILD NM_FOR_BUILD RANLIB_FOR_BUILD WINDMC_FOR_BUILD WINDRES_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP 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'
279 # Initialize some variables set by options.
281 ac_init_version
=false
282 # The variables have the same names as the options, with
283 # dashes changed to underlines.
291 program_transform_name
=s
,x
,x
,
299 # Installation directory options.
300 # These are left unexpanded so users can "make install exec_prefix=/foo"
301 # and all the variables that are supposed to be based on exec_prefix
302 # by default will actually change.
303 # Use braces instead of parens because sh, perl, etc. also accept them.
304 bindir
='${exec_prefix}/bin'
305 sbindir
='${exec_prefix}/sbin'
306 libexecdir
='${exec_prefix}/libexec'
307 datadir
='${prefix}/share'
308 sysconfdir
='${prefix}/etc'
309 sharedstatedir
='${prefix}/com'
310 localstatedir
='${prefix}/var'
311 libdir
='${exec_prefix}/lib'
312 includedir
='${prefix}/include'
313 oldincludedir
='/usr/include'
314 infodir
='${prefix}/info'
315 mandir
='${prefix}/man'
320 # If the previous option needs an argument, assign it.
321 if test -n "$ac_prev"; then
322 eval "$ac_prev=\$ac_option"
327 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
329 # Accept the important Cygnus configure options, so we can diagnose typos.
333 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
335 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
338 -build |
--build |
--buil |
--bui |
--bu)
339 ac_prev
=build_alias
;;
340 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
341 build_alias
=$ac_optarg ;;
343 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
344 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
345 ac_prev
=cache_file
;;
346 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
347 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
348 cache_file
=$ac_optarg ;;
351 cache_file
=config.cache
;;
353 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
355 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
357 datadir
=$ac_optarg ;;
359 -disable-* |
--disable-*)
360 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361 # Reject names that are not valid shell variable names.
362 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
363 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364 { (exit 1); exit 1; }; }
365 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
366 eval "enable_$ac_feature=no" ;;
368 -enable-* |
--enable-*)
369 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370 # Reject names that are not valid shell variable names.
371 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
372 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373 { (exit 1); exit 1; }; }
374 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
376 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
379 eval "enable_$ac_feature='$ac_optarg'" ;;
381 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
382 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
383 |
--exec |
--exe |
--ex)
384 ac_prev
=exec_prefix
;;
385 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
386 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
387 |
--exec=* |
--exe=* |
--ex=*)
388 exec_prefix
=$ac_optarg ;;
390 -gas |
--gas |
--ga |
--g)
391 # Obsolete; use --with-gas.
394 -help |
--help |
--hel |
--he |
-h)
396 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
397 ac_init_help
=recursive
;;
398 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
399 ac_init_help
=short
;;
401 -host |
--host |
--hos |
--ho)
402 ac_prev
=host_alias
;;
403 -host=* |
--host=* |
--hos=* |
--ho=*)
404 host_alias
=$ac_optarg ;;
406 -includedir |
--includedir |
--includedi |
--included |
--include \
407 |
--includ |
--inclu |
--incl |
--inc)
408 ac_prev
=includedir
;;
409 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
410 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
411 includedir
=$ac_optarg ;;
413 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
415 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
416 infodir
=$ac_optarg ;;
418 -libdir |
--libdir |
--libdi |
--libd)
420 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
423 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
424 |
--libexe |
--libex |
--libe)
425 ac_prev
=libexecdir
;;
426 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
427 |
--libexe=* |
--libex=* |
--libe=*)
428 libexecdir
=$ac_optarg ;;
430 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
431 |
--localstate |
--localstat |
--localsta |
--localst \
432 |
--locals |
--local |
--loca |
--loc |
--lo)
433 ac_prev
=localstatedir
;;
434 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
435 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
436 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
437 localstatedir
=$ac_optarg ;;
439 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
441 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
445 # Obsolete; use --without-fp.
448 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
449 |
--no-cr |
--no-c |
-n)
452 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
453 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
456 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
457 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
458 |
--oldin |
--oldi |
--old |
--ol |
--o)
459 ac_prev
=oldincludedir
;;
460 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
461 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
462 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
463 oldincludedir
=$ac_optarg ;;
465 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
467 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
470 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
471 |
--program-pre |
--program-pr |
--program-p)
472 ac_prev
=program_prefix
;;
473 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
474 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
475 program_prefix
=$ac_optarg ;;
477 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
478 |
--program-suf |
--program-su |
--program-s)
479 ac_prev
=program_suffix
;;
480 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
481 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
482 program_suffix
=$ac_optarg ;;
484 -program-transform-name |
--program-transform-name \
485 |
--program-transform-nam |
--program-transform-na \
486 |
--program-transform-n |
--program-transform- \
487 |
--program-transform |
--program-transfor \
488 |
--program-transfo |
--program-transf \
489 |
--program-trans |
--program-tran \
490 |
--progr-tra |
--program-tr |
--program-t)
491 ac_prev
=program_transform_name
;;
492 -program-transform-name=* |
--program-transform-name=* \
493 |
--program-transform-nam=* |
--program-transform-na=* \
494 |
--program-transform-n=* |
--program-transform-=* \
495 |
--program-transform=* |
--program-transfor=* \
496 |
--program-transfo=* |
--program-transf=* \
497 |
--program-trans=* |
--program-tran=* \
498 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
499 program_transform_name
=$ac_optarg ;;
501 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
502 |
-silent |
--silent |
--silen |
--sile |
--sil)
505 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
507 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
509 sbindir
=$ac_optarg ;;
511 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
512 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
513 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
515 ac_prev
=sharedstatedir
;;
516 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
517 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
518 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
520 sharedstatedir
=$ac_optarg ;;
522 -site |
--site |
--sit)
524 -site=* |
--site=* |
--sit=*)
527 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
529 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
532 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
533 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
534 ac_prev
=sysconfdir
;;
535 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
536 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
537 sysconfdir
=$ac_optarg ;;
539 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
540 ac_prev
=target_alias
;;
541 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
542 target_alias
=$ac_optarg ;;
544 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
547 -version |
--version |
--versio |
--versi |
--vers |
-V)
551 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552 # Reject names that are not valid shell variable names.
553 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
554 { echo "$as_me: error: invalid package name: $ac_package" >&2
555 { (exit 1); exit 1; }; }
556 ac_package
=`echo $ac_package| sed 's/-/_/g'`
558 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
561 eval "with_$ac_package='$ac_optarg'" ;;
563 -without-* |
--without-*)
564 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565 # Reject names that are not valid shell variable names.
566 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
567 { echo "$as_me: error: invalid package name: $ac_package" >&2
568 { (exit 1); exit 1; }; }
569 ac_package
=`echo $ac_package | sed 's/-/_/g'`
570 eval "with_$ac_package=no" ;;
573 # Obsolete; use --with-x.
576 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
577 |
--x-incl |
--x-inc |
--x-in |
--x-i)
578 ac_prev
=x_includes
;;
579 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
580 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
581 x_includes
=$ac_optarg ;;
583 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
584 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
585 ac_prev
=x_libraries
;;
586 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
587 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
588 x_libraries
=$ac_optarg ;;
590 -*) { echo "$as_me: error: unrecognized option: $ac_option
591 Try \`$0 --help' for more information." >&2
592 { (exit 1); exit 1; }; }
596 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
597 # Reject names that are not valid shell variable names.
598 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
599 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600 { (exit 1); exit 1; }; }
601 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602 eval "$ac_envvar='$ac_optarg'"
606 # FIXME: should be removed in autoconf 3.0.
607 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
609 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
616 if test -n "$ac_prev"; then
617 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
618 { echo "$as_me: error: missing argument to $ac_option" >&2
619 { (exit 1); exit 1; }; }
622 # Be sure to have absolute paths.
623 for ac_var
in exec_prefix prefix
625 eval ac_val
=$
`echo $ac_var`
627 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
628 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629 { (exit 1); exit 1; }; };;
633 # Be sure to have absolute paths.
634 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635 localstatedir libdir includedir oldincludedir infodir mandir
637 eval ac_val
=$
`echo $ac_var`
639 [\\/$
]* | ?
:[\\/]* ) ;;
640 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641 { (exit 1); exit 1; }; };;
645 # There might be people who depend on the old broken behavior: `$host'
646 # used to hold the argument of --host etc.
647 # FIXME: To remove some day.
652 # FIXME: To remove some day.
653 if test "x$host_alias" != x
; then
654 if test "x$build_alias" = x
; then
655 cross_compiling
=maybe
656 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657 If a cross compiler is detected then cross compile mode will be used." >&2
658 elif test "x$build_alias" != "x$host_alias"; then
664 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
666 test "$silent" = yes && exec 6>/dev
/null
669 # Find the source files, if location was not specified.
670 if test -z "$srcdir"; then
671 ac_srcdir_defaulted
=yes
672 # Try the directory containing this script, then its parent.
673 ac_confdir
=`(dirname "$0") 2>/dev/null ||
674 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675 X"$0" : 'X\(//\)[^/]' \| \
676 X"$0" : 'X\(//\)$' \| \
677 X"$0" : 'X\(/\)' \| \
678 . : '\(.\)' 2>/dev/null ||
680 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682 /^X\(\/\/\)$/{ s//\1/; q; }
683 /^X\(\/\).*/{ s//\1/; q; }
686 if test ! -r $srcdir/$ac_unique_file; then
690 ac_srcdir_defaulted
=no
692 if test ! -r $srcdir/$ac_unique_file; then
693 if test "$ac_srcdir_defaulted" = yes; then
694 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695 { (exit 1); exit 1; }; }
697 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698 { (exit 1); exit 1; }; }
701 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
702 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703 { (exit 1); exit 1; }; }
704 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705 ac_env_build_alias_set
=${build_alias+set}
706 ac_env_build_alias_value
=$build_alias
707 ac_cv_env_build_alias_set
=${build_alias+set}
708 ac_cv_env_build_alias_value
=$build_alias
709 ac_env_host_alias_set
=${host_alias+set}
710 ac_env_host_alias_value
=$host_alias
711 ac_cv_env_host_alias_set
=${host_alias+set}
712 ac_cv_env_host_alias_value
=$host_alias
713 ac_env_target_alias_set
=${target_alias+set}
714 ac_env_target_alias_value
=$target_alias
715 ac_cv_env_target_alias_set
=${target_alias+set}
716 ac_cv_env_target_alias_value
=$target_alias
717 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
719 ac_env_CC_set
=${CC+set}
721 ac_cv_env_CC_set
=${CC+set}
722 ac_cv_env_CC_value
=$CC
723 ac_env_CFLAGS_set
=${CFLAGS+set}
724 ac_env_CFLAGS_value
=$CFLAGS
725 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
726 ac_cv_env_CFLAGS_value
=$CFLAGS
727 ac_env_LDFLAGS_set
=${LDFLAGS+set}
728 ac_env_LDFLAGS_value
=$LDFLAGS
729 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
730 ac_cv_env_LDFLAGS_value
=$LDFLAGS
731 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
732 ac_env_CPPFLAGS_value
=$CPPFLAGS
733 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
734 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
735 ac_env_CXX_set
=${CXX+set}
736 ac_env_CXX_value
=$CXX
737 ac_cv_env_CXX_set
=${CXX+set}
738 ac_cv_env_CXX_value
=$CXX
739 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
740 ac_env_CXXFLAGS_value
=$CXXFLAGS
741 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
742 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
743 ac_env_AR_set
=${AR+set}
745 ac_cv_env_AR_set
=${AR+set}
746 ac_cv_env_AR_value
=$AR
747 ac_env_AS_set
=${AS+set}
749 ac_cv_env_AS_set
=${AS+set}
750 ac_cv_env_AS_value
=$AS
751 ac_env_DLLTOOL_set
=${DLLTOOL+set}
752 ac_env_DLLTOOL_value
=$DLLTOOL
753 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
754 ac_cv_env_DLLTOOL_value
=$DLLTOOL
755 ac_env_LD_set
=${LD+set}
757 ac_cv_env_LD_set
=${LD+set}
758 ac_cv_env_LD_value
=$LD
759 ac_env_LIPO_set
=${LIPO+set}
760 ac_env_LIPO_value
=$LIPO
761 ac_cv_env_LIPO_set
=${LIPO+set}
762 ac_cv_env_LIPO_value
=$LIPO
763 ac_env_NM_set
=${NM+set}
765 ac_cv_env_NM_set
=${NM+set}
766 ac_cv_env_NM_value
=$NM
767 ac_env_RANLIB_set
=${RANLIB+set}
768 ac_env_RANLIB_value
=$RANLIB
769 ac_cv_env_RANLIB_set
=${RANLIB+set}
770 ac_cv_env_RANLIB_value
=$RANLIB
771 ac_env_STRIP_set
=${STRIP+set}
772 ac_env_STRIP_value
=$STRIP
773 ac_cv_env_STRIP_set
=${STRIP+set}
774 ac_cv_env_STRIP_value
=$STRIP
775 ac_env_WINDRES_set
=${WINDRES+set}
776 ac_env_WINDRES_value
=$WINDRES
777 ac_cv_env_WINDRES_set
=${WINDRES+set}
778 ac_cv_env_WINDRES_value
=$WINDRES
779 ac_env_WINDMC_set
=${WINDMC+set}
780 ac_env_WINDMC_value
=$WINDMC
781 ac_cv_env_WINDMC_set
=${WINDMC+set}
782 ac_cv_env_WINDMC_value
=$WINDMC
783 ac_env_OBJCOPY_set
=${OBJCOPY+set}
784 ac_env_OBJCOPY_value
=$OBJCOPY
785 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
786 ac_cv_env_OBJCOPY_value
=$OBJCOPY
787 ac_env_OBJDUMP_set
=${OBJDUMP+set}
788 ac_env_OBJDUMP_value
=$OBJDUMP
789 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
790 ac_cv_env_OBJDUMP_value
=$OBJDUMP
791 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
792 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
793 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
794 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
795 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
796 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
797 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
798 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
799 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
800 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
801 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
802 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
803 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
804 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
805 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
806 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
807 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
808 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
809 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
810 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
811 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
812 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
813 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
814 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
815 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
816 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
817 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
818 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
819 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
820 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
821 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
822 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
823 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
824 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
825 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
826 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
827 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
828 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
829 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
830 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
831 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
832 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
833 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
834 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
835 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
836 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
837 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
838 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
839 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
840 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
841 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
842 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
843 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
844 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
845 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
846 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
847 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
848 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
849 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
850 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
851 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
852 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
853 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
854 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
857 # Report the --help message.
859 if test "$ac_init_help" = "long"; then
860 # Omit some internal or obsolete options to make the list less imposing.
861 # This message is too long to be a string in the A/UX 3.1 sh.
863 \`configure' configures this package to adapt to many kinds of systems.
865 Usage: $0 [OPTION]... [VAR=VALUE]...
867 To assign environment variables (e.g., CC, CFLAGS...), specify them as
868 VAR=VALUE. See below for descriptions of some of the useful variables.
870 Defaults for the options are specified in brackets.
873 -h, --help display this help and exit
874 --help=short display options specific to this package
875 --help=recursive display the short help of all the included packages
876 -V, --version display version information and exit
877 -q, --quiet, --silent do not print \`checking...' messages
878 --cache-file=FILE cache test results in FILE [disabled]
879 -C, --config-cache alias for \`--cache-file=config.cache'
880 -n, --no-create do not create output files
881 --srcdir=DIR find the sources in DIR [configure dir or \`..']
886 Installation directories:
887 --prefix=PREFIX install architecture-independent files in PREFIX
889 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
892 By default, \`make install' will install all the files in
893 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
894 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
895 for instance \`--prefix=\$HOME'.
897 For better control, use the options below.
899 Fine tuning of the installation directories:
900 --bindir=DIR user executables [EPREFIX/bin]
901 --sbindir=DIR system admin executables [EPREFIX/sbin]
902 --libexecdir=DIR program executables [EPREFIX/libexec]
903 --datadir=DIR read-only architecture-independent data [PREFIX/share]
904 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
905 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
906 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
907 --libdir=DIR object code libraries [EPREFIX/lib]
908 --includedir=DIR C header files [PREFIX/include]
909 --oldincludedir=DIR C header files for non-gcc [/usr/include]
910 --infodir=DIR info documentation [PREFIX/info]
911 --mandir=DIR man documentation [PREFIX/man]
917 --program-prefix=PREFIX prepend PREFIX to installed program names
918 --program-suffix=SUFFIX append SUFFIX to installed program names
919 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
922 --build=BUILD configure
for building on BUILD
[guessed
]
923 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
924 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
928 if test -n "$ac_init_help"; then
933 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
934 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
935 --enable-gold use gold instead of ld
936 --enable-libada build libada directory
937 --enable-libssp build libssp directory
938 --enable-stage1-languages[=all
] choose additional languages to build during
939 stage1. Mostly useful
for compiler development.
940 --enable-objc-gc enable use of Boehm
's garbage collector with the
941 GNU Objective-C runtime
942 --enable-bootstrap enable bootstrapping [yes if native build]
943 --enable-serial-[{host,target,build}-]configure
944 force sequential configuration of
945 sub-packages for the host, target or build
946 machine, or all sub-packages
947 --enable-maintainer-mode enable make rules and dependencies not useful
948 (and sometimes confusing) to the casual installer
949 --enable-stage1-checking[=all] choose additional checking for stage1
951 --enable-werror enable -Werror in bootstrap stage2 and later
954 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
955 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
956 --with-build-libsubdir=DIR Directory where to find libraries for build system
957 --with-mpfr-dir=PATH this option has been REMOVED
958 --with-mpfr=PATH specify prefix directory for installed MPFR package.
959 Equivalent to --with-mpfr-include=PATH/include
960 plus --with-mpfr-lib=PATH/lib
961 --with-mpfr-include=PATH
962 specify directory for installed MPFR include files
963 --with-mpfr-lib=PATH specify directory for the installed MPFR library
964 --with-gmp-dir=PATH this option has been REMOVED
965 --with-gmp=PATH specify prefix directory for the installed GMP package.
966 Equivalent to --with-gmp-include=PATH/include
967 plus --with-gmp-lib=PATH/lib
968 --with-gmp-include=PATH specify directory for installed GMP include files
969 --with-gmp-lib=PATH specify directory for the installed GMP library
970 --with-build-sysroot=SYSROOT
971 use sysroot as the system root during the build
972 --with-debug-prefix-map='A
=B C
=D ...
'
973 map A to B, C to D ... in debug information
974 --with-build-time-tools=PATH
975 use given path to find target tools during the build
976 --with-datarootdir use datarootdir as the data root directory.
977 --with-docdir install documentation in this directory.
978 --with-pdfdir install pdf in this directory.
979 --with-htmldir install html in this directory.
981 Some influential environment variables:
982 CC C compiler command
983 CFLAGS C compiler flags
984 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
985 nonstandard directory <lib dir>
986 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
987 headers in a nonstandard directory <include dir>
988 CXX C++ compiler command
989 CXXFLAGS C++ compiler flags
992 DLLTOOL DLLTOOL for the host
994 LIPO LIPO for the host
996 RANLIB RANLIB for the host
997 STRIP STRIP for the host
998 WINDRES WINDRES for the host
999 WINDMC WINDMC for the host
1000 OBJCOPY OBJCOPY for the host
1001 OBJDUMP OBJDUMP for the host
1011 GFORTRAN for the target
1017 DLLTOOL for the target
1025 OBJDUMP for the target
1027 RANLIB for the target
1029 STRIP for the target
1031 WINDRES for the target
1033 WINDMC for the target
1035 Use these variables to override the choices made by `configure' or to
help
1036 it to
find libraries and programs with nonstandard names
/locations.
1041 if test "$ac_init_help" = "recursive"; then
1042 # If there are subdirs, report their specific --help.
1044 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1045 test -d $ac_dir ||
continue
1048 if test "$ac_dir" != .
; then
1049 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1050 # A "../" for each directory in $ac_dir_suffix.
1051 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1053 ac_dir_suffix
= ac_top_builddir
=
1057 .
) # No --srcdir option. We are building in place.
1059 if test -z "$ac_top_builddir"; then
1062 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1064 [\\/]* | ?
:[\\/]* ) # Absolute path.
1065 ac_srcdir
=$srcdir$ac_dir_suffix;
1066 ac_top_srcdir
=$srcdir ;;
1068 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1069 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1072 # Do not use `cd foo && pwd` to compute absolute paths, because
1073 # the directories may not exist.
1075 .
) ac_abs_builddir
="$ac_dir";;
1078 .
) ac_abs_builddir
=`pwd`;;
1079 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1080 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1083 case $ac_abs_builddir in
1084 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1086 case ${ac_top_builddir}.
in
1087 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1088 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1089 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1092 case $ac_abs_builddir in
1093 .
) ac_abs_srcdir
=$ac_srcdir;;
1096 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1097 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1098 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1101 case $ac_abs_builddir in
1102 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1104 case $ac_top_srcdir in
1105 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1106 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1107 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1112 # Check for guested configure; otherwise get Cygnus style configure.
1113 if test -f $ac_srcdir/configure.gnu
; then
1115 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1116 elif test -f $ac_srcdir/configure
; then
1118 $SHELL $ac_srcdir/configure
--help=recursive
1119 elif test -f $ac_srcdir/configure.ac ||
1120 test -f $ac_srcdir/configure.
in; then
1122 $ac_configure --help
1124 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1130 test -n "$ac_init_help" && exit 0
1131 if $ac_init_version; then
1134 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1135 This configure
script is free software
; the Free Software Foundation
1136 gives unlimited permission to copy
, distribute and modify it.
1142 This file contains any messages produced by compilers while
1143 running configure, to aid debugging if configure makes a mistake.
1145 It was created by $as_me, which was
1146 generated by GNU Autoconf 2.59. Invocation command line was
1157 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1158 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1159 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1160 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1161 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1163 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1164 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1166 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1167 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1168 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1169 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1170 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1171 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1172 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1176 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1180 test -z "$as_dir" && as_dir
=.
1181 echo "PATH: $as_dir"
1196 # Keep a trace of the command line.
1197 # Strip out --no-create and --no-recursion so they do not pile up.
1198 # Strip out --silent because we don't want to record it for future runs.
1199 # Also quote any args containing shell meta-characters.
1200 # Make two passes to allow for proper duplicate-argument suppression.
1205 ac_must_keep_next
=false
1211 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1212 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1213 |
-silent |
--silent |
--silen |
--sile |
--sil)
1215 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1216 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1219 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1221 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1222 if test $ac_must_keep_next = true
; then
1223 ac_must_keep_next
=false
# Got value, back to normal.
1226 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1227 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1228 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1229 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1230 case "$ac_configure_args0 " in
1231 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1234 -* ) ac_must_keep_next
=true
;;
1237 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1238 # Get rid of the leading space.
1244 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1245 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1247 # When interrupted or exit'd, cleanup temporary files, and complete
1248 # config.log. We remove comments because anyway the quotes in there
1249 # would cause problems or look ugly.
1250 # WARNING: Be sure not to use single quotes in there, as some shells,
1251 # such as our DU 5.0 friend, will then `close' the trap.
1252 trap 'exit_status=$?
1253 # Save into config.log some information that might help in debugging.
1258 ## ---------------- ##
1259 ## Cache variables. ##
1260 ## ---------------- ##
1263 # The following way of writing the cache mishandles newlines in values,
1266 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1269 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1270 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1274 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1281 ## ----------------- ##
1282 ## Output variables. ##
1283 ## ----------------- ##
1286 for ac_var in $ac_subst_vars
1288 eval ac_val=$`echo $ac_var`
1289 echo "$ac_var='"'"'$ac_val'"'"'"
1293 if test -n "$ac_subst_files"; then
1300 for ac_var in $ac_subst_files
1302 eval ac_val=$`echo $ac_var`
1303 echo "$ac_var='"'"'$ac_val'"'"'"
1308 if test -s confdefs.h; then
1315 sed "/^$/d" confdefs.h | sort
1318 test "$ac_signal" != 0 &&
1319 echo "$as_me: caught signal $ac_signal"
1320 echo "$as_me: exit $exit_status"
1322 rm -f core *.core &&
1323 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1326 for ac_signal
in 1 2 13 15; do
1327 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1331 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1332 rm -rf conftest
* confdefs.h
1333 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1336 # Predefined preprocessor variables.
1338 cat >>confdefs.h
<<_ACEOF
1339 #define PACKAGE_NAME "$PACKAGE_NAME"
1343 cat >>confdefs.h
<<_ACEOF
1344 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1348 cat >>confdefs.h
<<_ACEOF
1349 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1353 cat >>confdefs.h
<<_ACEOF
1354 #define PACKAGE_STRING "$PACKAGE_STRING"
1358 cat >>confdefs.h
<<_ACEOF
1359 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1363 # Let the site file select an alternate cache file if it wants to.
1364 # Prefer explicitly selected file to automatically selected ones.
1365 if test -z "$CONFIG_SITE"; then
1366 if test "x$prefix" != xNONE
; then
1367 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1369 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1372 for ac_site_file
in $CONFIG_SITE; do
1373 if test -r "$ac_site_file"; then
1374 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1375 echo "$as_me: loading site script $ac_site_file" >&6;}
1376 sed 's/^/| /' "$ac_site_file" >&5
1381 if test -r "$cache_file"; then
1382 # Some versions of bash will fail to source /dev/null (special
1383 # files actually), so we avoid doing that.
1384 if test -f "$cache_file"; then
1385 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1386 echo "$as_me: loading cache $cache_file" >&6;}
1388 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1389 *) . .
/$cache_file;;
1393 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1394 echo "$as_me: creating cache $cache_file" >&6;}
1398 # Check that the precious variables saved in the cache have kept the same
1400 ac_cache_corrupted
=false
1401 for ac_var
in `(set) 2>&1 |
1402 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1403 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1404 eval ac_new_set
=\
$ac_env_${ac_var}_set
1405 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1406 eval ac_new_val
="\$ac_env_${ac_var}_value"
1407 case $ac_old_set,$ac_new_set in
1409 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1410 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1411 ac_cache_corrupted
=: ;;
1413 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1414 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1415 ac_cache_corrupted
=: ;;
1418 if test "x$ac_old_val" != "x$ac_new_val"; then
1419 # differences in whitespace do not lead to failure.
1420 ac_old_val_w
=`echo x $ac_old_val`
1421 ac_new_val_w
=`echo x $ac_new_val`
1422 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1423 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1424 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1425 ac_cache_corrupted
=:
1427 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1428 echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1429 eval $ac_var=\
$ac_old_val
1431 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1432 echo "$as_me: former value: \`$ac_old_val'" >&2;}
1433 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1434 echo "$as_me: current value: \`$ac_new_val'" >&2;}
1437 # Pass precious variables to config.status.
1438 if test "$ac_new_set" = set; then
1440 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1441 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1442 *) ac_arg
=$ac_var=$ac_new_val ;;
1444 case " $ac_configure_args " in
1445 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1446 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1450 if $ac_cache_corrupted; then
1451 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1452 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1453 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1454 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1455 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1456 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1457 { (exit 1); exit 1; }; }
1461 ac_cpp
='$CPP $CPPFLAGS'
1462 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1463 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1464 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1490 # if PWD already has a value, it is probably wrong.
1491 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1493 # Export original configure arguments for use by sub-configures.
1494 # Quote arguments with shell meta charatcers.
1495 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1496 set -- "$progname" "$@"
1500 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1501 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1502 # if the argument is of the form -foo=baz, quote the baz part only
1503 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1506 # Add the quoted argument to the list.
1507 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1509 if test "$silent" = yes; then
1510 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1512 # Remove the initial space we just introduced and, as these will be
1513 # expanded by make, quote '$'.
1514 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1517 # Find the build, host, and target systems.
1519 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1520 if test -f $ac_dir/install-sh
; then
1522 ac_install_sh
="$ac_aux_dir/install-sh -c"
1524 elif test -f $ac_dir/install.sh
; then
1526 ac_install_sh
="$ac_aux_dir/install.sh -c"
1528 elif test -f $ac_dir/shtool
; then
1530 ac_install_sh
="$ac_aux_dir/shtool install -c"
1534 if test -z "$ac_aux_dir"; then
1535 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1536 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1537 { (exit 1); exit 1; }; }
1539 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1540 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1541 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1543 # Make sure we can run config.sub.
1544 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1545 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1546 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1547 { (exit 1); exit 1; }; }
1549 echo "$as_me:$LINENO: checking build system type" >&5
1550 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1551 if test "${ac_cv_build+set}" = set; then
1552 echo $ECHO_N "(cached) $ECHO_C" >&6
1554 ac_cv_build_alias
=$build_alias
1555 test -z "$ac_cv_build_alias" &&
1556 ac_cv_build_alias
=`$ac_config_guess`
1557 test -z "$ac_cv_build_alias" &&
1558 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1559 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1560 { (exit 1); exit 1; }; }
1561 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1562 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1563 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1564 { (exit 1); exit 1; }; }
1567 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1568 echo "${ECHO_T}$ac_cv_build" >&6
1570 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1571 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1572 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1575 case ${build_alias} in
1576 "") build_noncanonical
=${build} ;;
1577 *) build_noncanonical
=${build_alias} ;;
1582 case ${host_alias} in
1583 "") host_noncanonical
=${build_noncanonical} ;;
1584 *) host_noncanonical
=${host_alias} ;;
1589 case ${target_alias} in
1590 "") target_noncanonical
=${host_noncanonical} ;;
1591 *) target_noncanonical
=${target_alias} ;;
1597 test "$host_noncanonical" = "$target_noncanonical" &&
1598 test "$program_prefix$program_suffix$program_transform_name" = \
1600 program_transform_name
=s
,y
,y
,
1602 echo "$as_me:$LINENO: checking host system type" >&5
1603 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1604 if test "${ac_cv_host+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1607 ac_cv_host_alias
=$host_alias
1608 test -z "$ac_cv_host_alias" &&
1609 ac_cv_host_alias
=$ac_cv_build_alias
1610 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1611 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1612 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1613 { (exit 1); exit 1; }; }
1616 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1617 echo "${ECHO_T}$ac_cv_host" >&6
1619 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1620 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1621 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1624 echo "$as_me:$LINENO: checking target system type" >&5
1625 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1626 if test "${ac_cv_target+set}" = set; then
1627 echo $ECHO_N "(cached) $ECHO_C" >&6
1629 ac_cv_target_alias
=$target_alias
1630 test "x$ac_cv_target_alias" = "x" &&
1631 ac_cv_target_alias
=$ac_cv_host_alias
1632 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1633 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1634 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1635 { (exit 1); exit 1; }; }
1638 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1639 echo "${ECHO_T}$ac_cv_target" >&6
1640 target
=$ac_cv_target
1641 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1642 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1643 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1646 # The aliases save the names the user supplied, while $host etc.
1647 # will get canonicalized.
1648 test -n "$target_alias" &&
1649 test "$program_prefix$program_suffix$program_transform_name" = \
1651 program_prefix
=${target_alias}-
1652 test "$program_prefix" != NONE
&&
1653 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1654 # Use a double $ so make ignores it.
1655 test "$program_suffix" != NONE
&&
1656 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1657 # Double any \ or $. echo might interpret backslashes.
1658 # By default was `s,x,x', remove it if useless.
1659 cat <<\_ACEOF
>conftest.
sed
1660 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1662 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1667 # Get 'install' or 'install-sh' and its variants.
1668 # Find a good install program. We prefer a C program (faster),
1669 # so one script is as good as another. But avoid the broken or
1670 # incompatible versions:
1671 # SysV /etc/install, /usr/sbin/install
1672 # SunOS /usr/etc/install
1673 # IRIX /sbin/install
1675 # AmigaOS /C/install, which installs bootblocks on floppy discs
1676 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1677 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1678 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1679 # OS/2's system install, which has a completely different semantic
1680 # ./install, which can be erroneously created by make from ./install.sh.
1681 # Reject install programs that cannot install multiple files.
1682 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1683 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1684 if test -z "$INSTALL"; then
1685 if test "${ac_cv_path_install+set}" = set; then
1686 echo $ECHO_N "(cached) $ECHO_C" >&6
1688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1692 test -z "$as_dir" && as_dir
=.
1693 # Account for people who put trailing slashes in PATH elements.
1695 .
/ | .
// |
/cC
/* | \
1696 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1697 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1700 # OSF1 and SCO ODT 3.0 have their own names for install.
1701 # Don't use installbsd from OSF since it installs stuff as root
1703 for ac_prog
in ginstall scoinst
install; do
1704 for ac_exec_ext
in '' $ac_executable_extensions; do
1705 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1706 if test $ac_prog = install &&
1707 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1708 # AIX install. It has an incompatible calling convention.
1710 elif test $ac_prog = install &&
1711 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1712 # program-specific install script used by HP pwplus--don't use.
1715 rm -rf conftest.one conftest.two conftest.dir
1716 echo one
> conftest.one
1717 echo two
> conftest.two
1719 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
1720 test -s conftest.one
&& test -s conftest.two
&&
1721 test -s conftest.dir
/conftest.one
&&
1722 test -s conftest.dir
/conftest.two
1724 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1735 rm -rf conftest.one conftest.two conftest.dir
1738 if test "${ac_cv_path_install+set}" = set; then
1739 INSTALL
=$ac_cv_path_install
1741 # As a last resort, use the slow shell script. Don't cache a
1742 # value for INSTALL within a source directory, because that will
1743 # break other packages using the cache if that directory is
1744 # removed, or if the value is a relative name.
1745 INSTALL
=$ac_install_sh
1748 echo "$as_me:$LINENO: result: $INSTALL" >&5
1749 echo "${ECHO_T}$INSTALL" >&6
1751 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1752 # It thinks the first close brace ends the variable substitution.
1753 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1755 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1757 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1759 echo "$as_me:$LINENO: checking whether ln works" >&5
1760 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1761 if test "${acx_cv_prog_LN+set}" = set; then
1762 echo $ECHO_N "(cached) $ECHO_C" >&6
1764 rm -f conftestdata_t
1765 echo >conftestdata_f
1766 if ln conftestdata_f conftestdata_t
2>/dev
/null
1772 rm -f conftestdata_f conftestdata_t
1775 if test $acx_cv_prog_LN = no
; then
1777 echo "$as_me:$LINENO: result: no, using $LN" >&5
1778 echo "${ECHO_T}no, using $LN" >&6
1780 LN
="$acx_cv_prog_LN"
1781 echo "$as_me:$LINENO: result: yes" >&5
1782 echo "${ECHO_T}yes" >&6
1785 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1786 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1788 if test "$LN_S" = "ln -s"; then
1789 echo "$as_me:$LINENO: result: yes" >&5
1790 echo "${ECHO_T}yes" >&6
1792 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1793 echo "${ECHO_T}no, using $LN_S" >&6
1797 ### we might need to use some other shell than /bin/sh for running subshells
1798 ### If we are on Windows, search for the shell. This will permit people
1799 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1800 ### without also having to set CONFIG_SHELL. This code will work when
1801 ### using bash, which sets OSTYPE.
1804 if test x
${CONFIG_SHELL} = x
; then
1805 if test ! -f /bin
/sh
; then
1806 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1807 CONFIG_SHELL
=${SHELL}
1810 for prog
in sh sh.exe bash bash.exe
; do
1811 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1812 for dir
in $PATH; do
1813 test -z "$dir" && dir
=.
1814 if test -f $dir/$prog; then
1815 CONFIG_SHELL
=$dir/$prog
1821 test -n "${CONFIG_SHELL}" && break
1829 config_shell
=${CONFIG_SHELL-/bin/sh}
1831 moveifchange
=${srcdir}/move-if-change
1833 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1835 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1837 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1838 INSTALL
="${srcpwd}/install-sh -c"
1841 # Set srcdir to "." if that's what it is.
1842 # This is important for multilib support.
1844 if test "${pwd}" = "${srcpwd}" ; then
1852 ### To add a new directory to the tree, first choose whether it is a target
1853 ### or a host dependent tool. Then put it into the appropriate list
1854 ### (library or tools, host or target), doing a dependency sort.
1856 # Subdirs will be configured in the order listed in build_configdirs,
1857 # configdirs, or target_configdirs; see the serialization section below.
1859 # Dependency sorting is only needed when *configuration* must be done in
1860 # a particular order. In all cases a dependency should be specified in
1861 # the Makefile, whether or not it's implicitly specified here.
1863 # Double entries in build_configdirs, configdirs, or target_configdirs may
1864 # cause circular dependencies and break everything horribly.
1866 # these library is used by various programs built for the build
1869 build_libs
="build-libiberty"
1871 # these tools are built for the build environment
1872 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1874 # these libraries are used by various programs built for the host environment
1876 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1878 # these tools are built for the host environment
1879 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1880 # know that we are building the simulator.
1881 # binutils, gas and ld appear in that order because it makes sense to run
1882 # "make check" in that particular order.
1883 # If --enable-gold is used, "gold" will replace "ld".
1884 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"
1886 # libgcj represents the runtime libraries only used by gcj.
1887 libgcj
="target-libffi \
1892 # these libraries are built for the target environment, and are built after
1893 # the host libraries and the host tools (which may be a cross compiler)
1895 target_libraries
="target-libgcc \
1900 target-libstdc++-v3 \
1903 target-libgfortran \
1909 # these tools are built using the target libraries, and are intended to
1910 # run only in the target environment
1912 # note: any program that *uses* libraries that are in the "target_libraries"
1913 # list belongs in this list. those programs are also very likely
1914 # candidates for the "native_only" list which follows
1916 target_tools
="target-examples target-groff target-gperf target-rda"
1918 ################################################################################
1920 ## All tools belong in one of the four categories, and are assigned above
1921 ## We assign ${configdirs} this way to remove all embedded newlines. This
1922 ## is important because configure will choke if they ever get through.
1923 ## ${configdirs} is directories we build using the host tools.
1924 ## ${target_configdirs} is directories we build using the target tools.
1925 configdirs
=`echo ${host_libs} ${host_tools}`
1926 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1927 build_configdirs
=`echo ${build_libs} ${build_tools}`
1931 ################################################################################
1933 srcname
="gnu development package"
1935 # This gets set non-empty for some net releases of packages.
1938 # Define is_cross_compiler to save on calls to 'test'.
1940 if test x
"${host}" = x
"${target}" ; then
1941 is_cross_compiler
=no
1943 is_cross_compiler
=yes
1946 # Find the build and target subdir names.
1948 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1949 # have matching libraries, they should use host libraries: Makefile.tpl
1950 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1951 # However, they still use the build modules, because the corresponding
1952 # host modules (e.g. bison) are only built for the host when bootstrap
1954 # - build_subdir is where we find build modules, and never changes.
1955 # - build_libsubdir is where we find build libraries, and can be overridden.
1957 # Prefix 'build-' so this never conflicts with target_subdir.
1958 build_subdir
="build-${build_noncanonical}"
1960 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1961 if test "${with_build_libsubdir+set}" = set; then
1962 withval
="$with_build_libsubdir"
1963 build_libsubdir
="$withval"
1965 build_libsubdir
="$build_subdir"
1967 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1968 if ( test $srcdir = .
&& test -d gcc
) \
1969 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1970 host_subdir
="host-${host_noncanonical}"
1975 target_subdir
=${target_noncanonical}
1978 # Skipdirs are removed silently.
1980 # Noconfigdirs are removed loudly.
1984 # Make sure we don't let GNU ld be added if we didn't want it.
1985 if test x
$with_gnu_ld = xno
; then
1987 noconfigdirs
="$noconfigdirs ld gold"
1991 # Make sure we don't let GNU as be added if we didn't want it.
1992 if test x
$with_gnu_as = xno
; then
1994 noconfigdirs
="$noconfigdirs gas"
1997 # some tools are so dependent upon X11 that if we're not building with X,
1998 # it's not even worth trying to configure, much less build, that tool.
2001 yes |
"") ;; # the default value for this tree is that X11 is available
2003 skipdirs
="${skipdirs} tk itcl libgui"
2004 # We won't be able to build gdbtk without X.
2007 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2010 # Some tools are only suitable for building in a "native" situation.
2011 # Remove these if host!=target.
2012 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"
2014 # Similarly, some are only suitable for cross toolchains.
2015 # Remove these if host=target.
2016 cross_only
="target-libgloss target-newlib target-opcodes"
2018 case $is_cross_compiler in
2019 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2020 yes) skipdirs
="${skipdirs} ${native_only}" ;;
2023 # If both --with-headers and --with-libs are specified, default to
2025 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2026 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2027 if test x
"${with_newlib}" = x
; then
2032 # Recognize --with-newlib/--without-newlib.
2033 case ${with_newlib} in
2034 no
) skipdirs
="${skipdirs} target-newlib" ;;
2035 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2038 # Handle --enable-gold.
2040 # Check whether --enable-gold or --disable-gold was given.
2041 if test "${enable_gold+set}" = set; then
2042 enableval
="$enable_gold"
2043 ENABLE_GOLD
=$enableval
2047 if test "${ENABLE_GOLD}" = "yes"; then
2048 # Check for ELF target.
2051 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2052 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2053 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-solaris2*)
2055 *-*-linux*aout
* |
*-*-linux*oldld
*)
2063 if test "$is_elf" = "yes"; then
2064 # Check for target supported by gold.
2066 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-*)
2067 configdirs
="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2073 # Configure extra directories which are host specific
2077 configdirs
="$configdirs libtermcap" ;;
2080 # A target can indicate whether a language isn't supported for some reason.
2081 # Only spaces may be used in this macro; not newlines or tabs.
2082 unsupported_languages
=
2084 # Remove more programs from consideration, based on the host or
2085 # target this usually means that a port of the program doesn't
2090 noconfigdirs
="$noconfigdirs byacc"
2092 i
[3456789]86-*-vsta)
2093 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2095 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2096 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2099 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2101 i
[3456789]86-*-mingw32*)
2102 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2103 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2105 i
[3456789]86-*-beos*)
2106 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2109 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2112 noconfigdirs
="$noconfigdirs rcs"
2115 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2118 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2123 # Check whether --enable-libada or --disable-libada was given.
2124 if test "${enable_libada+set}" = set; then
2125 enableval
="$enable_libada"
2126 ENABLE_LIBADA
=$enableval
2130 if test "${ENABLE_LIBADA}" != "yes" ; then
2131 noconfigdirs
="$noconfigdirs gnattools"
2134 # Check whether --enable-libssp or --disable-libssp was given.
2135 if test "${enable_libssp+set}" = set; then
2136 enableval
="$enable_libssp"
2137 ENABLE_LIBSSP
=$enableval
2142 # Save it here so that, even in case of --enable-libgcj, if the Java
2143 # front-end isn't enabled, we still get libgcj disabled.
2144 libgcj_saved
=$libgcj
2145 case $enable_libgcj in
2147 # If we reset it here, it won't get added to noconfigdirs in the
2148 # target-specific build rules, so it will be forcibly enabled
2149 # (unless the Java language itself isn't enabled).
2153 # Make sure we get it printed in the list of not supported target libs.
2154 noconfigdirs
="$noconfigdirs ${libgcj}"
2159 # Disable libmudflap on some systems.
2160 if test x
$enable_libmudflap = x
; then
2162 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux*)
2163 # Enable libmudflap by default in GNU and friends.
2166 # Enable libmudflap by default in FreeBSD.
2169 # Disable it by default everywhere else.
2170 noconfigdirs
="$noconfigdirs target-libmudflap"
2175 # Disable libgomp on non POSIX hosted systems.
2176 if test x
$enable_libgomp = x
; then
2177 # Enable libgomp by default on hosted POSIX systems.
2179 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2181 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2183 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2185 *-*-darwin* |
*-*-aix*)
2188 noconfigdirs
="$noconfigdirs target-libgomp"
2193 # Default libgloss CPU subdirectory.
2194 libgloss_dir
="$target_cpu"
2198 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2200 powerpc-
*-darwin* | i
[3456789]86-*-darwin* | x86_64-
*-darwin9*)
2201 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2202 noconfigdirs
="$noconfigdirs sim target-rda"
2205 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2206 noconfigdirs
="$noconfigdirs sim target-rda"
2207 noconfigdirs
="$noconfigdirs ${libgcj}"
2209 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2210 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2213 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2214 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2215 && test -f /usr
/local
/include
/gmp.h
; then
2219 # Skip some stuff that's unsupported on some FreeBSD configurations.
2224 noconfigdirs
="$noconfigdirs ${libgcj}"
2229 # Remove unsupported stuff on all kaOS configurations.
2230 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2231 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2232 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2233 noconfigdirs
="$noconfigdirs target-libgloss"
2236 # Skip some stuff on all NetBSD configurations.
2237 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2239 # Skip some stuff that's unsupported on some NetBSD configurations.
2241 i
*86-*-netbsdelf*) ;;
2242 arm
*-*-netbsdelf*) ;;
2244 noconfigdirs
="$noconfigdirs ${libgcj}"
2249 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2252 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2254 # The tpf target doesn't support gdb yet.
2256 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2259 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2262 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2265 # ld works, but does not support shared libraries.
2266 # newlib is not 64 bit ready. I'm not sure about fileutils.
2267 # gas doesn't generate exception information.
2268 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2271 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2274 # newlib is not 64 bit ready
2275 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2278 # newlib is not 64 bit ready
2279 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2282 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2285 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2287 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2288 noconfigdirs
="$noconfigdirs ${libgcj}"
2289 noconfigdirs
="$noconfigdirs target-examples"
2290 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2291 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2292 noconfigdirs
="$noconfigdirs expect dejagnu"
2293 # the C++ libraries don't build on top of CE's C libraries
2294 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2295 noconfigdirs
="$noconfigdirs target-newlib"
2297 *-*-cygwin*) ;; # keep gdb and readline
2298 *) noconfigdirs
="$noconfigdirs gdb readline"
2304 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2308 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2309 noconfigdirs
="$noconfigdirs ${libgcj}"
2312 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2313 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2316 arm
*-*-linux-gnueabi)
2317 noconfigdirs
="$noconfigdirs target-qthreads"
2318 case ${with_newlib} in
2319 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2324 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2328 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2331 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2334 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2337 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2340 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2343 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
2346 noconfigdirs
="$noconfigdirs gdb"
2347 if test x
${is_cross_compiler} != xno
; then
2348 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2351 c4x-
*-* | tic4x-
*-*)
2352 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2354 c54x
*-*-* | tic54x-
*-*)
2355 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2358 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2360 cris-
*-* | crisv32-
*-*)
2361 unsupported_languages
="$unsupported_languages java"
2364 unsupported_languages
="$unsupported_languages fortran"
2365 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2367 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2369 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2371 unsupported_languages
="$unsupported_languages fortran"
2372 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2377 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2380 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2383 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2385 ep9312-
*-elf | ep9312-
*-coff)
2389 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2392 noconfigdirs
="$noconfigdirs ${libgcj}"
2395 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2398 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2400 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2402 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2403 # In this case, it's because the hppa64-linux target is for
2404 # the kernel only at this point and has no libc, and thus no
2405 # headers, crt*.o, etc., all of which are needed by these.
2406 noconfigdirs
="$noconfigdirs target-zlib"
2408 parisc
*-*-linux* | hppa
*-*-linux*)
2412 hppa
*-*-openbsd* | \
2414 noconfigdirs
="$noconfigdirs ${libgcj}"
2417 noconfigdirs
="$noconfigdirs ld shellutils"
2423 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2424 # build on HP-UX 10.20.
2425 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2428 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2431 # No gdb support yet.
2432 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2435 # No gdb or ld support yet.
2436 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2440 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2441 noconfigdirs
="$noconfigdirs ${libgcj}"
2444 i
[3456789]86-*-linux*)
2445 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2446 # not build java stuff by default.
2449 noconfigdirs
="$noconfigdirs ${libgcj}";;
2452 # This section makes it possible to build newlib natively on linux.
2453 # If we are using a cross compiler then don't configure newlib.
2454 if test x
${is_cross_compiler} != xno
; then
2455 noconfigdirs
="$noconfigdirs target-newlib"
2457 noconfigdirs
="$noconfigdirs target-libgloss"
2458 # If we are not using a cross compiler, do configure newlib.
2459 # Note however, that newlib will only be configured in this situation
2460 # if the --with-newlib option has been given, because otherwise
2461 # 'target-newlib' will appear in skipdirs.
2463 i
[3456789]86-*-mingw32*)
2464 target_configdirs
="$target_configdirs target-winsup"
2465 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2468 target_configdirs
="$target_configdirs target-winsup"
2469 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2472 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2473 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2474 # always build newlib if winsup directory is present.
2475 if test -d "$srcdir/winsup/cygwin"; then
2476 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2477 elif test -d "$srcdir/newlib"; then
2478 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2481 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2482 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2485 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2487 i
[3456789]86-*-sco3.2v5
*)
2488 # The linker does not yet know about weak symbols in COFF,
2489 # and is not configured to handle mixed ELF and COFF.
2490 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2492 i
[3456789]86-*-sco*)
2493 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2495 i
[3456789]86-*-solaris2*)
2496 noconfigdirs
="$noconfigdirs target-libgloss"
2498 i
[3456789]86-*-sysv4*)
2499 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2501 i
[3456789]86-*-beos*)
2502 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2504 i
[3456789]86-*-rdos*)
2505 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2508 noconfigdirs
="$noconfigdirs ${libgcj}"
2510 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2511 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2512 libgloss_dir
=m68hc11
2515 noconfigdirs
="$noconfigdirs ${libgcj}"
2518 noconfigdirs
="$noconfigdirs ${libgcj}"
2520 m68
*-*-* | fido-
*-*)
2524 # The EPOC C++ environment does not support exceptions or rtti,
2525 # and so building libstdc++-v3 tends not to always work.
2526 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2529 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2530 unsupported_languages
="$unsupported_languages fortran java"
2533 noconfigdirs
="$noconfigdirs ${libgcj}"
2536 noconfigdirs
="$noconfigdirs ${libgcj}"
2539 noconfigdirs
="$noconfigdirs sim"
2542 # copied from rs6000-*-* entry
2543 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2545 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2546 target_configdirs
="$target_configdirs target-winsup"
2547 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2548 # always build newlib.
2549 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2551 # This is temporary until we can link against shared libraries
2552 powerpcle-
*-solaris*)
2553 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2557 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2560 noconfigdirs
="$noconfigdirs ${libgcj}"
2563 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2567 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2570 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2573 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2576 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2579 skipdirs
="$skipdirs target-libiberty"
2580 noconfigdirs
="$noconfigdirs ${libgcj}"
2581 if test x
$with_newlib = xyes
; then
2582 noconfigdirs
="$noconfigdirs gprof"
2587 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2590 # Linking libjava exceeds command-line length limits on at least
2591 # IRIX 6.2, but not on IRIX 6.5.
2592 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2593 # <oldham@codesourcery.com>
2594 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2597 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2600 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2603 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2607 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2611 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2612 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2613 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2614 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2616 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2618 sparclet-
*-aout* | sparc86x-
*-*)
2622 noconfigdirs
="$noconfigdirs ${libgcj}"
2625 noconfigdirs
="$noconfigdirs ${libgcj}"
2629 noconfigdirs
="$noconfigdirs ${libgcj}"
2633 noconfigdirs
="$noconfigdirs ${libgcj}"
2634 if test x
${is_cross_compiler} != xno
; then
2635 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2640 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2641 noconfigdirs
="$noconfigdirs ${libgcj}"
2643 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2646 skipdirs
="target-libssp"
2649 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2652 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2655 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2658 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2661 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2664 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2667 noconfigdirs
="$noconfigdirs ${libgcj}"
2670 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2672 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2673 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2676 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2679 noconfigdirs
="$noconfigdirs ${libgcj}"
2683 # If we aren't building newlib, then don't build libgloss, since libgloss
2684 # depends upon some newlib header files.
2685 case "${noconfigdirs}" in
2686 *target-libgloss
*) ;;
2687 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2690 # Work in distributions that contain no compiler tools, like Autoconf.
2692 host_makefile_frag
=/dev
/null
2693 if test -d ${srcdir}/config
; then
2696 # Avoid "too much defining" errors from HPUX compiler.
2697 tentative_cc
="cc -Wp,-H256000"
2698 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2699 # If it's HP/UX ar, this should be harmless.
2703 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2706 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2707 # chokes on bfd, the compiler won't let you assign integers to enums, and
2708 # other problems. Defining CC to gcc is a questionable way to say "don't use
2709 # the apollo compiler" (the preferred version of GCC could be called cc,
2710 # or whatever), but I'm not sure leaving CC as cc is any better...
2711 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2712 # Used to have BISON=yacc.
2716 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2719 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2720 tentative_cc
="cc -Xa"
2721 host_makefile_frag
="config/mh-cxux"
2723 m88k-motorola-sysv
*)
2726 tentative_cc
="cc -Wf,-XNg1000"
2727 host_makefile_frag
="config/mh-decstation"
2730 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2731 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2732 host_makefile_frag
="config/mh-necv4"
2735 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2736 # environment. Also bump switch table size so that cp-parse will
2737 # compile. Bump string length limit so linker builds.
2738 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2741 host_makefile_frag
="config/mh-sysv4"
2744 # This is for a MIPS running RISC/os 4.52C.
2746 # This is needed for GDB, but needs to be in the top-level make because
2747 # if a library is compiled with the bsd headers and gets linked with the
2748 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2749 # a different size).
2750 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2751 # known except to select the sysv environment. Could we use /proc instead?
2752 # These "sysv environments" and "bsd environments" often end up being a pain.
2754 # This is not part of CFLAGS because perhaps not all C compilers have this
2756 tentative_cc
="cc -systype sysv"
2761 i
[3456789]86-*-sysv5*)
2762 host_makefile_frag
="config/mh-sysv5"
2764 i
[3456789]86-*-dgux*)
2765 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2766 host_makefile_frag
="config/mh-dgux386"
2768 i
[3456789]86-ncr-sysv4.3
*)
2769 # The MetaWare compiler will generate a copyright message unless you
2770 # turn it off by adding the -Hnocopyr flag.
2771 tentative_cc
="cc -Hnocopyr"
2773 i
[3456789]86-ncr-sysv4*)
2774 # for an NCR 3000 (i486/SVR4) system.
2775 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2776 # This compiler not only emits obnoxious copyright messages every time
2777 # you run it, but it chokes and dies on a whole bunch of GNU source
2778 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2779 tentative_cc
="/usr/ccs/ATT/cc"
2780 host_makefile_frag
="config/mh-ncr3000"
2782 i
[3456789]86-*-sco3.2v5
*)
2784 i
[3456789]86-*-sco*)
2785 # The native C compiler botches some simple uses of const. Unfortunately,
2786 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2787 tentative_cc
="cc -Dconst="
2788 host_makefile_frag
="config/mh-sco"
2790 i
[3456789]86-*-udk*)
2791 host_makefile_frag
="config/mh-sysv5"
2793 i
[3456789]86-*-solaris2*)
2794 host_makefile_frag
="config/mh-sysv4"
2796 i
[3456789]86-*-msdosdjgpp*)
2797 host_makefile_frag
="config/mh-djgpp"
2801 echo "$as_me:$LINENO: checking to see if cat works as expected" >&5
2802 echo $ECHO_N "checking to see if cat works as expected... $ECHO_C" >&6
2803 echo a
>cygwin-cat-check
2804 if test `cat cygwin-cat-check` == a
; then
2806 echo "$as_me:$LINENO: result: yes" >&5
2807 echo "${ECHO_T}yes" >&6
2810 echo "$as_me:$LINENO: result: no" >&5
2811 echo "${ECHO_T}no" >&6
2812 { { echo "$as_me:$LINENO: error: The cat command does not ignore carriage return characters.
2813 Please either mount the build directory in binary mode or run the following
2814 commands before running any configure script:
2818 echo "$as_me: error: The cat command does not ignore carriage return characters.
2819 Please either mount the build directory in binary mode or run the following
2820 commands before running any configure script:
2824 { (exit 1); exit 1; }; }
2827 host_makefile_frag
="config/mh-cygwin"
2830 host_makefile_frag
="config/mh-mingw"
2833 host_makefile_frag
="config/mh-interix"
2836 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2840 host_makefile_frag
="config/mh-solaris"
2843 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2844 # without overflowing the jump tables (-J says to use a 32 bit table)
2845 tentative_cc
="cc -J"
2848 tentative_cc
="cc -Wp,-H256000"
2849 host_makefile_frag
="config/mh-pa-hpux10"
2851 hppa
*-hp-hpux* | hppa
*-*-hiux*)
2852 tentative_cc
="cc -Wp,-H256000"
2853 host_makefile_frag
="config/mh-pa"
2856 host_makefile_frag
="config/mh-pa"
2858 *-hp-hpux* |
*-*-hiux*)
2859 tentative_cc
="cc -Wp,-H256000"
2862 # /bin/cc is less than useful for our purposes. Always use GCC
2863 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2864 host_makefile_frag
="config/mh-lynxrs6k"
2867 host_makefile_frag
="config/mh-ppc-darwin"
2870 host_makefile_frag
="config/mh-ppc-aix"
2873 host_makefile_frag
="config/mh-ppc-aix"
2876 # /bin/cc is less than useful for our purposes. Always use GCC
2877 tentative_cc
="/bin/gcc"
2880 host_makefile_frag
="config/mh-sysv4"
2882 # This is placed last to prevent interfering with the cases above.
2884 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2885 host_makefile_frag
="config/mh-x86omitfp"
2890 # If we aren't going to be using gcc, see if we can extract a definition
2891 # of CC from the fragment.
2892 # Actually, use the 'pre-extracted' version above.
2893 if test -z "${CC}" && test "${build}" = "${host}" ; then
2894 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2896 for dir
in $PATH; do
2897 test -z "$dir" && dir
=.
2898 if test -f $dir/gcc
; then
2904 if test -z "${found}" && test -n "${tentative_cc}" ; then
2909 if test "${build}" != "${host}" ; then
2910 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2911 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2912 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2913 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2914 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2915 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2916 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2917 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2918 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2919 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2920 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2921 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2923 AR_FOR_BUILD
="\$(AR)"
2924 AS_FOR_BUILD
="\$(AS)"
2925 CC_FOR_BUILD
="\$(CC)"
2926 CXX_FOR_BUILD
="\$(CXX)"
2927 GCJ_FOR_BUILD
="\$(GCJ)"
2928 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2929 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2930 LD_FOR_BUILD
="\$(LD)"
2931 NM_FOR_BUILD
="\$(NM)"
2932 RANLIB_FOR_BUILD
="\$(RANLIB)"
2933 WINDRES_FOR_BUILD
="\$(WINDRES)"
2934 WINDMC_FOR_BUILD
="\$(WINDMC)"
2938 ac_cpp
='$CPP $CPPFLAGS'
2939 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2940 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2941 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2942 if test -n "$ac_tool_prefix"; then
2943 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2944 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2945 echo "$as_me:$LINENO: checking for $ac_word" >&5
2946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2947 if test "${ac_cv_prog_CC+set}" = set; then
2948 echo $ECHO_N "(cached) $ECHO_C" >&6
2950 if test -n "$CC"; then
2951 ac_cv_prog_CC
="$CC" # Let the user override the test.
2953 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2957 test -z "$as_dir" && as_dir
=.
2958 for ac_exec_ext
in '' $ac_executable_extensions; do
2959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2960 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2970 if test -n "$CC"; then
2971 echo "$as_me:$LINENO: result: $CC" >&5
2972 echo "${ECHO_T}$CC" >&6
2974 echo "$as_me:$LINENO: result: no" >&5
2975 echo "${ECHO_T}no" >&6
2979 if test -z "$ac_cv_prog_CC"; then
2981 # Extract the first word of "gcc", so it can be a program name with args.
2982 set dummy gcc
; ac_word
=$2
2983 echo "$as_me:$LINENO: checking for $ac_word" >&5
2984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2985 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2986 echo $ECHO_N "(cached) $ECHO_C" >&6
2988 if test -n "$ac_ct_CC"; then
2989 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2991 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2995 test -z "$as_dir" && as_dir
=.
2996 for ac_exec_ext
in '' $ac_executable_extensions; do
2997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2998 ac_cv_prog_ac_ct_CC
="gcc"
2999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3007 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3008 if test -n "$ac_ct_CC"; then
3009 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3010 echo "${ECHO_T}$ac_ct_CC" >&6
3012 echo "$as_me:$LINENO: result: no" >&5
3013 echo "${ECHO_T}no" >&6
3021 if test -z "$CC"; then
3022 if test -n "$ac_tool_prefix"; then
3023 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3024 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3025 echo "$as_me:$LINENO: checking for $ac_word" >&5
3026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3027 if test "${ac_cv_prog_CC+set}" = set; then
3028 echo $ECHO_N "(cached) $ECHO_C" >&6
3030 if test -n "$CC"; then
3031 ac_cv_prog_CC
="$CC" # Let the user override the test.
3033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3037 test -z "$as_dir" && as_dir
=.
3038 for ac_exec_ext
in '' $ac_executable_extensions; do
3039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3040 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3050 if test -n "$CC"; then
3051 echo "$as_me:$LINENO: result: $CC" >&5
3052 echo "${ECHO_T}$CC" >&6
3054 echo "$as_me:$LINENO: result: no" >&5
3055 echo "${ECHO_T}no" >&6
3059 if test -z "$ac_cv_prog_CC"; then
3061 # Extract the first word of "cc", so it can be a program name with args.
3062 set dummy cc
; ac_word
=$2
3063 echo "$as_me:$LINENO: checking for $ac_word" >&5
3064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3065 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3066 echo $ECHO_N "(cached) $ECHO_C" >&6
3068 if test -n "$ac_ct_CC"; then
3069 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3071 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3075 test -z "$as_dir" && as_dir
=.
3076 for ac_exec_ext
in '' $ac_executable_extensions; do
3077 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3078 ac_cv_prog_ac_ct_CC
="cc"
3079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3087 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3088 if test -n "$ac_ct_CC"; then
3089 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3090 echo "${ECHO_T}$ac_ct_CC" >&6
3092 echo "$as_me:$LINENO: result: no" >&5
3093 echo "${ECHO_T}no" >&6
3102 if test -z "$CC"; then
3103 # Extract the first word of "cc", so it can be a program name with args.
3104 set dummy cc
; ac_word
=$2
3105 echo "$as_me:$LINENO: checking for $ac_word" >&5
3106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3107 if test "${ac_cv_prog_CC+set}" = set; then
3108 echo $ECHO_N "(cached) $ECHO_C" >&6
3110 if test -n "$CC"; then
3111 ac_cv_prog_CC
="$CC" # Let the user override the test.
3114 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3118 test -z "$as_dir" && as_dir
=.
3119 for ac_exec_ext
in '' $ac_executable_extensions; do
3120 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3121 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3122 ac_prog_rejected
=yes
3126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3132 if test $ac_prog_rejected = yes; then
3133 # We found a bogon in the path, so make sure we never use it.
3134 set dummy
$ac_cv_prog_CC
3136 if test $# != 0; then
3137 # We chose a different compiler from the bogus one.
3138 # However, it has the same basename, so the bogon will be chosen
3139 # first if we set CC to just the basename; use the full file name.
3141 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3147 if test -n "$CC"; then
3148 echo "$as_me:$LINENO: result: $CC" >&5
3149 echo "${ECHO_T}$CC" >&6
3151 echo "$as_me:$LINENO: result: no" >&5
3152 echo "${ECHO_T}no" >&6
3156 if test -z "$CC"; then
3157 if test -n "$ac_tool_prefix"; then
3160 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3161 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3162 echo "$as_me:$LINENO: checking for $ac_word" >&5
3163 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3164 if test "${ac_cv_prog_CC+set}" = set; then
3165 echo $ECHO_N "(cached) $ECHO_C" >&6
3167 if test -n "$CC"; then
3168 ac_cv_prog_CC
="$CC" # Let the user override the test.
3170 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3174 test -z "$as_dir" && as_dir
=.
3175 for ac_exec_ext
in '' $ac_executable_extensions; do
3176 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3178 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3187 if test -n "$CC"; then
3188 echo "$as_me:$LINENO: result: $CC" >&5
3189 echo "${ECHO_T}$CC" >&6
3191 echo "$as_me:$LINENO: result: no" >&5
3192 echo "${ECHO_T}no" >&6
3195 test -n "$CC" && break
3198 if test -z "$CC"; then
3202 # Extract the first word of "$ac_prog", so it can be a program name with args.
3203 set dummy
$ac_prog; ac_word
=$2
3204 echo "$as_me:$LINENO: checking for $ac_word" >&5
3205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3206 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3207 echo $ECHO_N "(cached) $ECHO_C" >&6
3209 if test -n "$ac_ct_CC"; then
3210 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3216 test -z "$as_dir" && as_dir
=.
3217 for ac_exec_ext
in '' $ac_executable_extensions; do
3218 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3219 ac_cv_prog_ac_ct_CC
="$ac_prog"
3220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3228 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3229 if test -n "$ac_ct_CC"; then
3230 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3231 echo "${ECHO_T}$ac_ct_CC" >&6
3233 echo "$as_me:$LINENO: result: no" >&5
3234 echo "${ECHO_T}no" >&6
3237 test -n "$ac_ct_CC" && break
3246 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3247 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3248 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3249 See \`config.log' for more details." >&5
3250 echo "$as_me: error: no acceptable C compiler found in \$PATH
3251 See \`config.log' for more details." >&2;}
3252 { (exit 1); exit 1; }; }; }
3254 # Provide some information about the compiler.
3255 echo "$as_me:$LINENO:" \
3256 "checking for C compiler version" >&5
3257 ac_compiler
=`set X $ac_compile; echo $2`
3258 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3259 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }
3263 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3264 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3267 (exit $ac_status); }
3268 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3269 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3272 (exit $ac_status); }
3274 cat >conftest.
$ac_ext <<_ACEOF
3277 cat confdefs.h
>>conftest.
$ac_ext
3278 cat >>conftest.
$ac_ext <<_ACEOF
3279 /* end confdefs.h. */
3289 ac_clean_files_save
=$ac_clean_files
3290 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3291 # Try to create an executable without -o first, disregard a.out.
3292 # It will help us diagnose broken compilers, and finding out an intuition
3294 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3295 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3296 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3297 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3298 (eval $ac_link_default) 2>&5
3300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3301 (exit $ac_status); }; then
3302 # Find the output, starting from the most likely. This scheme is
3303 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3306 # Be careful to initialize this variable, since it used to be cached.
3307 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3309 # b.out is created by i960 compilers.
3310 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3312 test -f "$ac_file" ||
continue
3314 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3317 # This is the source file.
3320 # We found the default executable, but exeext='' is most
3324 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3325 # FIXME: I believe we export ac_cv_exeext for Libtool,
3326 # but it would be cool to find out if it's true. Does anybody
3327 # maintain Libtool? --akim.
3335 echo "$as_me: failed program was:" >&5
3336 sed 's/^/| /' conftest.
$ac_ext >&5
3338 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3339 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3340 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3341 See \`config.log' for more details." >&5
3342 echo "$as_me: error: C compiler cannot create executables
3343 See \`config.log' for more details." >&2;}
3344 { (exit 77); exit 77; }; }; }
3347 ac_exeext
=$ac_cv_exeext
3348 echo "$as_me:$LINENO: result: $ac_file" >&5
3349 echo "${ECHO_T}$ac_file" >&6
3351 # Check the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3354 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3355 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3356 # If not cross compiling, check that we can run a simple program.
3357 if test "$cross_compiling" != yes; then
3358 if { ac_try
='./$ac_file'
3359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3363 (exit $ac_status); }; }; then
3366 if test "$cross_compiling" = maybe
; then
3369 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3370 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3371 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3372 If you meant to cross compile, use \`--host'.
3373 See \`config.log' for more details." >&5
3374 echo "$as_me: error: cannot run C compiled programs.
3375 If you meant to cross compile, use \`--host'.
3376 See \`config.log' for more details." >&2;}
3377 { (exit 1); exit 1; }; }; }
3381 echo "$as_me:$LINENO: result: yes" >&5
3382 echo "${ECHO_T}yes" >&6
3384 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3385 ac_clean_files
=$ac_clean_files_save
3386 # Check the compiler produces executables we can run. If not, either
3387 # the compiler is broken, or we cross compile.
3388 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3389 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3390 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3391 echo "${ECHO_T}$cross_compiling" >&6
3393 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3394 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3396 (eval $ac_link) 2>&5
3398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3399 (exit $ac_status); }; then
3400 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3401 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3402 # work properly (i.e., refer to `conftest.exe'), while it won't with
3404 for ac_file
in conftest.exe conftest conftest.
*; do
3405 test -f "$ac_file" ||
continue
3407 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3408 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3415 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3416 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3417 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3418 See \`config.log' for more details." >&5
3419 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3420 See \`config.log' for more details." >&2;}
3421 { (exit 1); exit 1; }; }; }
3424 rm -f conftest
$ac_cv_exeext
3425 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3426 echo "${ECHO_T}$ac_cv_exeext" >&6
3428 rm -f conftest.
$ac_ext
3429 EXEEXT
=$ac_cv_exeext
3431 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3432 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3433 if test "${ac_cv_objext+set}" = set; then
3434 echo $ECHO_N "(cached) $ECHO_C" >&6
3436 cat >conftest.
$ac_ext <<_ACEOF
3439 cat confdefs.h
>>conftest.
$ac_ext
3440 cat >>conftest.
$ac_ext <<_ACEOF
3441 /* end confdefs.h. */
3451 rm -f conftest.o conftest.obj
3452 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3453 (eval $ac_compile) 2>&5
3455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3456 (exit $ac_status); }; then
3457 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3459 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3460 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3465 echo "$as_me: failed program was:" >&5
3466 sed 's/^/| /' conftest.
$ac_ext >&5
3468 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3469 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3470 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3471 See \`config.log' for more details." >&5
3472 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3473 See \`config.log' for more details." >&2;}
3474 { (exit 1); exit 1; }; }; }
3477 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3479 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3480 echo "${ECHO_T}$ac_cv_objext" >&6
3481 OBJEXT
=$ac_cv_objext
3483 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3484 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3485 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3486 echo $ECHO_N "(cached) $ECHO_C" >&6
3488 cat >conftest.
$ac_ext <<_ACEOF
3491 cat confdefs.h
>>conftest.
$ac_ext
3492 cat >>conftest.
$ac_ext <<_ACEOF
3493 /* end confdefs.h. */
3506 rm -f conftest.
$ac_objext
3507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3508 (eval $ac_compile) 2>conftest.er1
3510 grep -v '^ *+' conftest.er1
>conftest.err
3512 cat conftest.err
>&5
3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); } &&
3515 { ac_try
='test -z "$ac_c_werror_flag"
3516 || test ! -s conftest.err'
3517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3521 (exit $ac_status); }; } &&
3522 { ac_try
='test -s conftest.$ac_objext'
3523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); }; }; then
3530 echo "$as_me: failed program was:" >&5
3531 sed 's/^/| /' conftest.
$ac_ext >&5
3535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3536 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3539 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3540 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3541 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3542 ac_test_CFLAGS
=${CFLAGS+set}
3543 ac_save_CFLAGS
=$CFLAGS
3545 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3546 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3547 if test "${ac_cv_prog_cc_g+set}" = set; then
3548 echo $ECHO_N "(cached) $ECHO_C" >&6
3550 cat >conftest.
$ac_ext <<_ACEOF
3553 cat confdefs.h
>>conftest.
$ac_ext
3554 cat >>conftest.
$ac_ext <<_ACEOF
3555 /* end confdefs.h. */
3565 rm -f conftest.
$ac_objext
3566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3567 (eval $ac_compile) 2>conftest.er1
3569 grep -v '^ *+' conftest.er1
>conftest.err
3571 cat conftest.err
>&5
3572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3573 (exit $ac_status); } &&
3574 { ac_try
='test -z "$ac_c_werror_flag"
3575 || test ! -s conftest.err'
3576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3580 (exit $ac_status); }; } &&
3581 { ac_try
='test -s conftest.$ac_objext'
3582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3586 (exit $ac_status); }; }; then
3589 echo "$as_me: failed program was:" >&5
3590 sed 's/^/| /' conftest.
$ac_ext >&5
3594 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3596 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3597 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3598 if test "$ac_test_CFLAGS" = set; then
3599 CFLAGS
=$ac_save_CFLAGS
3600 elif test $ac_cv_prog_cc_g = yes; then
3601 if test "$GCC" = yes; then
3607 if test "$GCC" = yes; then
3613 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3614 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3615 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3616 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 ac_cv_prog_cc_stdc
=no
3620 cat >conftest.
$ac_ext <<_ACEOF
3623 cat confdefs.h
>>conftest.
$ac_ext
3624 cat >>conftest.
$ac_ext <<_ACEOF
3625 /* end confdefs.h. */
3628 #include <sys/types.h>
3629 #include <sys/stat.h>
3630 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3631 struct buf { int x; };
3632 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3633 static char *e (p, i)
3639 static char *f (char * (*g) (char **, int), char **p, ...)
3644 s = g (p, va_arg (v,int));
3649 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3650 function prototypes and stuff, but not '\xHH' hex character constants.
3651 These don't provoke an error unfortunately, instead are silently treated
3652 as 'x'. The following induces an error, until -std1 is added to get
3653 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3654 array size at least. It's necessary to write '\x00'==0 to get something
3655 that's true only with -std1. */
3656 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3658 int test (int i, double x);
3659 struct s1 {int (*f) (int a);};
3660 struct s2 {int (*f) (double a);};
3661 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3667 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3672 # Don't try gcc -ansi; that turns off useful extensions and
3673 # breaks some systems' header files.
3674 # AIX -qlanglvl=ansi
3675 # Ultrix and OSF/1 -std1
3676 # HP-UX 10.20 and later -Ae
3677 # HP-UX older versions -Aa -D_HPUX_SOURCE
3678 # SVR4 -Xc -D__EXTENSIONS__
3679 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3681 CC
="$ac_save_CC $ac_arg"
3682 rm -f conftest.
$ac_objext
3683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3684 (eval $ac_compile) 2>conftest.er1
3686 grep -v '^ *+' conftest.er1
>conftest.err
3688 cat conftest.err
>&5
3689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3690 (exit $ac_status); } &&
3691 { ac_try
='test -z "$ac_c_werror_flag"
3692 || test ! -s conftest.err'
3693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3697 (exit $ac_status); }; } &&
3698 { ac_try
='test -s conftest.$ac_objext'
3699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3703 (exit $ac_status); }; }; then
3704 ac_cv_prog_cc_stdc
=$ac_arg
3707 echo "$as_me: failed program was:" >&5
3708 sed 's/^/| /' conftest.
$ac_ext >&5
3711 rm -f conftest.err conftest.
$ac_objext
3713 rm -f conftest.
$ac_ext conftest.
$ac_objext
3718 case "x$ac_cv_prog_cc_stdc" in
3720 echo "$as_me:$LINENO: result: none needed" >&5
3721 echo "${ECHO_T}none needed" >&6 ;;
3723 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3724 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3725 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3728 # Some people use a C++ compiler to compile C. Since we use `exit',
3729 # in C++ we need to declare it. In case someone uses the same compiler
3730 # for both compiling C and C++ we need to have the C++ compiler decide
3731 # the declaration of exit, since it's the most demanding environment.
3732 cat >conftest.
$ac_ext <<_ACEOF
3737 rm -f conftest.
$ac_objext
3738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3739 (eval $ac_compile) 2>conftest.er1
3741 grep -v '^ *+' conftest.er1
>conftest.err
3743 cat conftest.err
>&5
3744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3745 (exit $ac_status); } &&
3746 { ac_try
='test -z "$ac_c_werror_flag"
3747 || test ! -s conftest.err'
3748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752 (exit $ac_status); }; } &&
3753 { ac_try
='test -s conftest.$ac_objext'
3754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3758 (exit $ac_status); }; }; then
3759 for ac_declaration
in \
3761 'extern "C" void std::exit (int) throw (); using std::exit;' \
3762 'extern "C" void std::exit (int); using std::exit;' \
3763 'extern "C" void exit (int) throw ();' \
3764 'extern "C" void exit (int);' \
3767 cat >conftest.
$ac_ext <<_ACEOF
3770 cat confdefs.h
>>conftest.
$ac_ext
3771 cat >>conftest.
$ac_ext <<_ACEOF
3772 /* end confdefs.h. */
3783 rm -f conftest.
$ac_objext
3784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3785 (eval $ac_compile) 2>conftest.er1
3787 grep -v '^ *+' conftest.er1
>conftest.err
3789 cat conftest.err
>&5
3790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3791 (exit $ac_status); } &&
3792 { ac_try
='test -z "$ac_c_werror_flag"
3793 || test ! -s conftest.err'
3794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798 (exit $ac_status); }; } &&
3799 { ac_try
='test -s conftest.$ac_objext'
3800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804 (exit $ac_status); }; }; then
3807 echo "$as_me: failed program was:" >&5
3808 sed 's/^/| /' conftest.
$ac_ext >&5
3812 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3813 cat >conftest.
$ac_ext <<_ACEOF
3816 cat confdefs.h
>>conftest.
$ac_ext
3817 cat >>conftest.
$ac_ext <<_ACEOF
3818 /* end confdefs.h. */
3828 rm -f conftest.
$ac_objext
3829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3830 (eval $ac_compile) 2>conftest.er1
3832 grep -v '^ *+' conftest.er1
>conftest.err
3834 cat conftest.err
>&5
3835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3836 (exit $ac_status); } &&
3837 { ac_try
='test -z "$ac_c_werror_flag"
3838 || test ! -s conftest.err'
3839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); }; } &&
3844 { ac_try
='test -s conftest.$ac_objext'
3845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3849 (exit $ac_status); }; }; then
3852 echo "$as_me: failed program was:" >&5
3853 sed 's/^/| /' conftest.
$ac_ext >&5
3856 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3859 if test -n "$ac_declaration"; then
3860 echo '#ifdef __cplusplus' >>confdefs.h
3861 echo $ac_declaration >>confdefs.h
3862 echo '#endif' >>confdefs.h
3866 echo "$as_me: failed program was:" >&5
3867 sed 's/^/| /' conftest.
$ac_ext >&5
3870 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3872 ac_cpp
='$CPP $CPPFLAGS'
3873 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3874 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3875 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3878 ac_cpp
='$CXXCPP $CPPFLAGS'
3879 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3880 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3881 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3882 if test -n "$ac_tool_prefix"; then
3883 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3885 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3886 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3887 echo "$as_me:$LINENO: checking for $ac_word" >&5
3888 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3889 if test "${ac_cv_prog_CXX+set}" = set; then
3890 echo $ECHO_N "(cached) $ECHO_C" >&6
3892 if test -n "$CXX"; then
3893 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3895 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3899 test -z "$as_dir" && as_dir
=.
3900 for ac_exec_ext
in '' $ac_executable_extensions; do
3901 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3902 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3903 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3912 if test -n "$CXX"; then
3913 echo "$as_me:$LINENO: result: $CXX" >&5
3914 echo "${ECHO_T}$CXX" >&6
3916 echo "$as_me:$LINENO: result: no" >&5
3917 echo "${ECHO_T}no" >&6
3920 test -n "$CXX" && break
3923 if test -z "$CXX"; then
3925 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3927 # Extract the first word of "$ac_prog", so it can be a program name with args.
3928 set dummy
$ac_prog; ac_word
=$2
3929 echo "$as_me:$LINENO: checking for $ac_word" >&5
3930 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3931 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3932 echo $ECHO_N "(cached) $ECHO_C" >&6
3934 if test -n "$ac_ct_CXX"; then
3935 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3937 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3941 test -z "$as_dir" && as_dir
=.
3942 for ac_exec_ext
in '' $ac_executable_extensions; do
3943 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3944 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3945 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3953 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3954 if test -n "$ac_ct_CXX"; then
3955 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3956 echo "${ECHO_T}$ac_ct_CXX" >&6
3958 echo "$as_me:$LINENO: result: no" >&5
3959 echo "${ECHO_T}no" >&6
3962 test -n "$ac_ct_CXX" && break
3964 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3970 # Provide some information about the compiler.
3971 echo "$as_me:$LINENO:" \
3972 "checking for C++ compiler version" >&5
3973 ac_compiler
=`set X $ac_compile; echo $2`
3974 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3975 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3978 (exit $ac_status); }
3979 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3980 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3983 (exit $ac_status); }
3984 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3985 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3988 (exit $ac_status); }
3990 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3991 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3992 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3993 echo $ECHO_N "(cached) $ECHO_C" >&6
3995 cat >conftest.
$ac_ext <<_ACEOF
3998 cat confdefs.h
>>conftest.
$ac_ext
3999 cat >>conftest.
$ac_ext <<_ACEOF
4000 /* end confdefs.h. */
4013 rm -f conftest.
$ac_objext
4014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4015 (eval $ac_compile) 2>conftest.er1
4017 grep -v '^ *+' conftest.er1
>conftest.err
4019 cat conftest.err
>&5
4020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4021 (exit $ac_status); } &&
4022 { ac_try
='test -z "$ac_cxx_werror_flag"
4023 || test ! -s conftest.err'
4024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4028 (exit $ac_status); }; } &&
4029 { ac_try
='test -s conftest.$ac_objext'
4030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4034 (exit $ac_status); }; }; then
4037 echo "$as_me: failed program was:" >&5
4038 sed 's/^/| /' conftest.
$ac_ext >&5
4042 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4043 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4046 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4047 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
4048 GXX
=`test $ac_compiler_gnu = yes && echo yes`
4049 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4050 ac_save_CXXFLAGS
=$CXXFLAGS
4052 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4053 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
4054 if test "${ac_cv_prog_cxx_g+set}" = set; then
4055 echo $ECHO_N "(cached) $ECHO_C" >&6
4057 cat >conftest.
$ac_ext <<_ACEOF
4060 cat confdefs.h
>>conftest.
$ac_ext
4061 cat >>conftest.
$ac_ext <<_ACEOF
4062 /* end confdefs.h. */
4072 rm -f conftest.
$ac_objext
4073 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4074 (eval $ac_compile) 2>conftest.er1
4076 grep -v '^ *+' conftest.er1
>conftest.err
4078 cat conftest.err
>&5
4079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4080 (exit $ac_status); } &&
4081 { ac_try
='test -z "$ac_cxx_werror_flag"
4082 || test ! -s conftest.err'
4083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4087 (exit $ac_status); }; } &&
4088 { ac_try
='test -s conftest.$ac_objext'
4089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4093 (exit $ac_status); }; }; then
4094 ac_cv_prog_cxx_g
=yes
4096 echo "$as_me: failed program was:" >&5
4097 sed 's/^/| /' conftest.
$ac_ext >&5
4101 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4103 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4104 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4105 if test "$ac_test_CXXFLAGS" = set; then
4106 CXXFLAGS
=$ac_save_CXXFLAGS
4107 elif test $ac_cv_prog_cxx_g = yes; then
4108 if test "$GXX" = yes; then
4114 if test "$GXX" = yes; then
4120 for ac_declaration
in \
4122 'extern "C" void std::exit (int) throw (); using std::exit;' \
4123 'extern "C" void std::exit (int); using std::exit;' \
4124 'extern "C" void exit (int) throw ();' \
4125 'extern "C" void exit (int);' \
4128 cat >conftest.
$ac_ext <<_ACEOF
4131 cat confdefs.h
>>conftest.
$ac_ext
4132 cat >>conftest.
$ac_ext <<_ACEOF
4133 /* end confdefs.h. */
4144 rm -f conftest.
$ac_objext
4145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4146 (eval $ac_compile) 2>conftest.er1
4148 grep -v '^ *+' conftest.er1
>conftest.err
4150 cat conftest.err
>&5
4151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4152 (exit $ac_status); } &&
4153 { ac_try
='test -z "$ac_cxx_werror_flag"
4154 || test ! -s conftest.err'
4155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4159 (exit $ac_status); }; } &&
4160 { ac_try
='test -s conftest.$ac_objext'
4161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4165 (exit $ac_status); }; }; then
4168 echo "$as_me: failed program was:" >&5
4169 sed 's/^/| /' conftest.
$ac_ext >&5
4173 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4174 cat >conftest.
$ac_ext <<_ACEOF
4177 cat confdefs.h
>>conftest.
$ac_ext
4178 cat >>conftest.
$ac_ext <<_ACEOF
4179 /* end confdefs.h. */
4189 rm -f conftest.
$ac_objext
4190 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4191 (eval $ac_compile) 2>conftest.er1
4193 grep -v '^ *+' conftest.er1
>conftest.err
4195 cat conftest.err
>&5
4196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4197 (exit $ac_status); } &&
4198 { ac_try
='test -z "$ac_cxx_werror_flag"
4199 || test ! -s conftest.err'
4200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204 (exit $ac_status); }; } &&
4205 { ac_try
='test -s conftest.$ac_objext'
4206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4210 (exit $ac_status); }; }; then
4213 echo "$as_me: failed program was:" >&5
4214 sed 's/^/| /' conftest.
$ac_ext >&5
4217 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4220 if test -n "$ac_declaration"; then
4221 echo '#ifdef __cplusplus' >>confdefs.h
4222 echo $ac_declaration >>confdefs.h
4223 echo '#endif' >>confdefs.h
4227 ac_cpp
='$CPP $CPPFLAGS'
4228 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4229 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4230 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4233 # We must set the default linker to the linker used by gcc for the correct
4234 # operation of libtool. If LD is not defined and we are using gcc, try to
4235 # set the LD default to the ld used by gcc.
4236 if test -z "$LD"; then
4237 if test "$GCC" = yes; then
4240 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4242 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4244 case $gcc_prog_ld in
4245 # Accept absolute paths.
4246 [\\/]* |
[A-Za-z
]:[\\/]*)
4247 LD
="$gcc_prog_ld" ;;
4255 if test -n "$ac_tool_prefix"; then
4256 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4257 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4258 echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4260 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4261 echo $ECHO_N "(cached) $ECHO_C" >&6
4263 if test -n "$GNATBIND"; then
4264 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4270 test -z "$as_dir" && as_dir
=.
4271 for ac_exec_ext
in '' $ac_executable_extensions; do
4272 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4273 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4282 GNATBIND
=$ac_cv_prog_GNATBIND
4283 if test -n "$GNATBIND"; then
4284 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4285 echo "${ECHO_T}$GNATBIND" >&6
4287 echo "$as_me:$LINENO: result: no" >&5
4288 echo "${ECHO_T}no" >&6
4292 if test -z "$ac_cv_prog_GNATBIND"; then
4293 ac_ct_GNATBIND
=$GNATBIND
4294 # Extract the first word of "gnatbind", so it can be a program name with args.
4295 set dummy gnatbind
; ac_word
=$2
4296 echo "$as_me:$LINENO: checking for $ac_word" >&5
4297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4298 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4299 echo $ECHO_N "(cached) $ECHO_C" >&6
4301 if test -n "$ac_ct_GNATBIND"; then
4302 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4304 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4308 test -z "$as_dir" && as_dir
=.
4309 for ac_exec_ext
in '' $ac_executable_extensions; do
4310 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4311 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4318 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4321 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4322 if test -n "$ac_ct_GNATBIND"; then
4323 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4324 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4326 echo "$as_me:$LINENO: result: no" >&5
4327 echo "${ECHO_T}no" >&6
4330 GNATBIND
=$ac_ct_GNATBIND
4332 GNATBIND
="$ac_cv_prog_GNATBIND"
4335 if test -n "$ac_tool_prefix"; then
4336 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4337 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4338 echo "$as_me:$LINENO: checking for $ac_word" >&5
4339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4340 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4341 echo $ECHO_N "(cached) $ECHO_C" >&6
4343 if test -n "$GNATMAKE"; then
4344 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4350 test -z "$as_dir" && as_dir
=.
4351 for ac_exec_ext
in '' $ac_executable_extensions; do
4352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4353 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4362 GNATMAKE
=$ac_cv_prog_GNATMAKE
4363 if test -n "$GNATMAKE"; then
4364 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4365 echo "${ECHO_T}$GNATMAKE" >&6
4367 echo "$as_me:$LINENO: result: no" >&5
4368 echo "${ECHO_T}no" >&6
4372 if test -z "$ac_cv_prog_GNATMAKE"; then
4373 ac_ct_GNATMAKE
=$GNATMAKE
4374 # Extract the first word of "gnatmake", so it can be a program name with args.
4375 set dummy gnatmake
; ac_word
=$2
4376 echo "$as_me:$LINENO: checking for $ac_word" >&5
4377 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4378 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4381 if test -n "$ac_ct_GNATMAKE"; then
4382 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4384 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4388 test -z "$as_dir" && as_dir
=.
4389 for ac_exec_ext
in '' $ac_executable_extensions; do
4390 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4391 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4392 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4398 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4401 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4402 if test -n "$ac_ct_GNATMAKE"; then
4403 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4404 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4406 echo "$as_me:$LINENO: result: no" >&5
4407 echo "${ECHO_T}no" >&6
4410 GNATMAKE
=$ac_ct_GNATMAKE
4412 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4415 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4416 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4417 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4418 echo $ECHO_N "(cached) $ECHO_C" >&6
4420 cat >conftest.adb
<<EOF
4421 procedure conftest is begin null; end conftest;
4423 acx_cv_cc_gcc_supports_ada
=no
4424 # There is a bug in old released versions of GCC which causes the
4425 # driver to exit successfully when the appropriate language module
4426 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4427 # Therefore we must check for the error message as well as an
4428 # unsuccessful exit.
4429 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4430 # given a .adb file, but produce no object file. So we must check
4431 # if an object file was really produced to guard against this.
4432 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4433 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4434 acx_cv_cc_gcc_supports_ada
=yes
4438 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4439 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4441 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4447 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4448 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4449 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4450 echo $ECHO_N "(cached) $ECHO_C" >&6
4454 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4455 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4456 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4459 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4462 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4463 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4466 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4472 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4473 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4474 do_compare
="$gcc_cv_prog_cmp_skip"
4478 # Check for GMP and MPFR
4479 gmplibs
="-lmpfr -lgmp"
4483 # Specify a location for mpfr
4484 # check for this first so it ends up on the link line before gmp.
4486 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4487 if test "${with_mpfr_dir+set}" = set; then
4488 withval
="$with_mpfr_dir"
4489 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4490 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4491 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4492 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4493 { (exit 1); exit 1; }; }
4497 # Check whether --with-mpfr or --without-mpfr was given.
4498 if test "${with_mpfr+set}" = set; then
4499 withval
="$with_mpfr"
4503 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4504 if test "${with_mpfr_include+set}" = set; then
4505 withval
="$with_mpfr_include"
4509 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4510 if test "${with_mpfr_lib+set}" = set; then
4511 withval
="$with_mpfr_lib"
4515 if test "x$with_mpfr" != x
; then
4516 gmplibs
="-L$with_mpfr/lib $gmplibs"
4517 gmpinc
="-I$with_mpfr/include"
4519 if test "x$with_mpfr_include" != x
; then
4520 gmpinc
="-I$with_mpfr_include"
4522 if test "x$with_mpfr_lib" != x
; then
4523 gmplibs
="-L$with_mpfr_lib $gmplibs"
4525 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4526 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4527 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4528 # Do not test the mpfr version. Assume that it is sufficient, since
4529 # it is in the source tree, and the library has not been built yet
4530 # but it would be included on the link line in the version check below
4531 # hence making the test fail.
4535 # Specify a location for gmp
4537 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4538 if test "${with_gmp_dir+set}" = set; then
4539 withval
="$with_gmp_dir"
4540 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4541 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4542 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4543 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4544 { (exit 1); exit 1; }; }
4548 # Check whether --with-gmp or --without-gmp was given.
4549 if test "${with_gmp+set}" = set; then
4554 # Check whether --with-gmp_include or --without-gmp_include was given.
4555 if test "${with_gmp_include+set}" = set; then
4556 withval
="$with_gmp_include"
4560 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4561 if test "${with_gmp_lib+set}" = set; then
4562 withval
="$with_gmp_lib"
4567 if test "x$with_gmp" != x
; then
4568 gmplibs
="-L$with_gmp/lib $gmplibs"
4569 gmpinc
="-I$with_gmp/include $gmpinc"
4571 if test "x$with_gmp_include" != x
; then
4572 gmpinc
="-I$with_gmp_include $gmpinc"
4574 if test "x$with_gmp_lib" != x
; then
4575 gmplibs
="-L$with_gmp_lib $gmplibs"
4577 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4578 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4579 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4580 # Do not test the gmp version. Assume that it is sufficient, since
4581 # it is in the source tree, and the library has not been built yet
4582 # but it would be included on the link line in the version check below
4583 # hence making the test fail.
4587 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4589 saved_CFLAGS
="$CFLAGS"
4590 CFLAGS
="$CFLAGS $gmpinc"
4591 # Check GMP actually works
4592 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4593 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4595 cat >conftest.
$ac_ext <<_ACEOF
4598 cat confdefs.h
>>conftest.
$ac_ext
4599 cat >>conftest.
$ac_ext <<_ACEOF
4600 /* end confdefs.h. */
4606 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4614 rm -f conftest.
$ac_objext
4615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4616 (eval $ac_compile) 2>conftest.er1
4618 grep -v '^ *+' conftest.er1
>conftest.err
4620 cat conftest.err
>&5
4621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4622 (exit $ac_status); } &&
4623 { ac_try
='test -z "$ac_c_werror_flag"
4624 || test ! -s conftest.err'
4625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4629 (exit $ac_status); }; } &&
4630 { ac_try
='test -s conftest.$ac_objext'
4631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4635 (exit $ac_status); }; }; then
4636 echo "$as_me:$LINENO: result: yes" >&5
4637 echo "${ECHO_T}yes" >&6
4639 echo "$as_me: failed program was:" >&5
4640 sed 's/^/| /' conftest.
$ac_ext >&5
4642 echo "$as_me:$LINENO: result: no" >&5
4643 echo "${ECHO_T}no" >&6; have_gmp
=no
4645 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4647 if test x
"$have_gmp" = xyes
; then
4649 LIBS
="$LIBS $gmplibs"
4650 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4651 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4652 cat >conftest.
$ac_ext <<_ACEOF
4655 cat confdefs.h
>>conftest.
$ac_ext
4656 cat >>conftest.
$ac_ext <<_ACEOF
4657 /* end confdefs.h. */
4664 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4672 mpfr_atan2 (n, n, x, GMP_RNDN);
4673 mpfr_erfc (n, x, GMP_RNDN);
4674 mpfr_subnormalize (x, t, GMP_RNDN);
4680 rm -f conftest.
$ac_objext conftest
$ac_exeext
4681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4682 (eval $ac_link) 2>conftest.er1
4684 grep -v '^ *+' conftest.er1
>conftest.err
4686 cat conftest.err
>&5
4687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4688 (exit $ac_status); } &&
4689 { ac_try
='test -z "$ac_c_werror_flag"
4690 || test ! -s conftest.err'
4691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695 (exit $ac_status); }; } &&
4696 { ac_try
='test -s conftest$ac_exeext'
4697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4701 (exit $ac_status); }; }; then
4702 cat >conftest.
$ac_ext <<_ACEOF
4705 cat confdefs.h
>>conftest.
$ac_ext
4706 cat >>conftest.
$ac_ext <<_ACEOF
4707 /* end confdefs.h. */
4714 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,0)
4717 mpfr_t n; mpfr_init(n);
4723 rm -f conftest.
$ac_objext conftest
$ac_exeext
4724 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4725 (eval $ac_link) 2>conftest.er1
4727 grep -v '^ *+' conftest.er1
>conftest.err
4729 cat conftest.err
>&5
4730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4731 (exit $ac_status); } &&
4732 { ac_try
='test -z "$ac_c_werror_flag"
4733 || test ! -s conftest.err'
4734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4738 (exit $ac_status); }; } &&
4739 { ac_try
='test -s conftest$ac_exeext'
4740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4744 (exit $ac_status); }; }; then
4745 echo "$as_me:$LINENO: result: yes" >&5
4746 echo "${ECHO_T}yes" >&6
4748 echo "$as_me: failed program was:" >&5
4749 sed 's/^/| /' conftest.
$ac_ext >&5
4751 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4752 echo "${ECHO_T}buggy but acceptable" >&6
4754 rm -f conftest.err conftest.
$ac_objext \
4755 conftest
$ac_exeext conftest.
$ac_ext
4757 echo "$as_me: failed program was:" >&5
4758 sed 's/^/| /' conftest.
$ac_ext >&5
4760 echo "$as_me:$LINENO: result: no" >&5
4761 echo "${ECHO_T}no" >&6; have_gmp
=no
4763 rm -f conftest.err conftest.
$ac_objext \
4764 conftest
$ac_exeext conftest.
$ac_ext
4767 CFLAGS
="$saved_CFLAGS"
4769 if test x
$have_gmp != xyes
; then
4770 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4771 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4772 Copies of these libraries' source code can be found at their respective
4773 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4774 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4775 If you obtained GMP and/or MPFR from a vendor distribution package, make
4776 sure that you have installed both the libraries and the header files.
4777 They may be located in separate packages." >&5
4778 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4779 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4780 Copies of these libraries' source code can be found at their respective
4781 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4782 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4783 If you obtained GMP and/or MPFR from a vendor distribution package, make
4784 sure that you have installed both the libraries and the header files.
4785 They may be located in separate packages." >&2;}
4786 { (exit 1); exit 1; }; }
4790 # Flags needed for both GMP and/or MPFR
4794 # By default, C is the only stage 1 language.
4795 stage1_languages
=,c
,
4797 # Figure out what language subdirectories are present.
4798 # Look if the user specified --enable-languages="..."; if not, use
4799 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4801 # NB: embedded tabs in this IF block -- do not untabify
4802 if test -d ${srcdir}/gcc
; then
4803 if test x
"${enable_languages+set}" != xset
; then
4804 if test x
"${LANGUAGES+set}" = xset
; then
4805 enable_languages
="${LANGUAGES}"
4806 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4808 enable_languages
=all
4811 if test x
"${enable_languages}" = x ||
4812 test x
"${enable_languages}" = xyes
;
4814 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4818 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4820 # 'f95' is the old name for the 'fortran' language. We issue a warning
4821 # and make the substitution.
4822 case ,${enable_languages}, in
4824 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4825 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4829 # First scan to see if an enabled language requires some other language.
4830 # We assume that a given config-lang.in will list all the language
4831 # front ends it requires, even if some are required indirectly.
4832 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4833 case ${lang_frag} in
4835 # The odd quoting in the next line works around
4836 # an apparent bug in bash 1.12 on linux.
4837 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4839 # From the config-lang.in, get $language, $lang_requires
4843 for other
in ${lang_requires} ; do
4844 case ,${enable_languages}, in
4848 echo " \`$other' language required by \`$language'; enabling" 1>&2
4849 enable_languages
="${enable_languages},${other}"
4857 new_enable_languages
=,c
,
4858 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4859 potential_languages
=,c
,
4861 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4862 case ${lang_frag} in
4864 # The odd quoting in the next line works around
4865 # an apparent bug in bash 1.12 on linux.
4866 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4868 # From the config-lang.in, get $language, $target_libs,
4869 # $lang_dirs, $boot_language, and $build_by_default
4875 build_by_default
=yes
4877 if test x
${language} = x
; then
4878 echo "${lang_frag} doesn't set \$language." 1>&2
4882 case ,${enable_languages}, in
4884 # Language was explicitly selected; include it.
4888 # 'all' was selected, select it if it is a default language
4889 add_this_lang
=${build_by_default}
4896 # Disable languages that need other directories if these aren't available.
4897 for i
in $subdir_requires; do
4898 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4899 case ,${enable_languages}, in
4901 # Specifically requested language; tell them.
4902 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4903 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4904 { (exit 1); exit 1; }; }
4908 add_this_lang
=unsupported
4913 # Disable Ada if no preexisting GNAT is available.
4914 case ,${enable_languages},:${language}:${have_gnat} in
4915 *,${language},*:ada
:no
)
4916 # Specifically requested language; tell them.
4917 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4918 echo "$as_me: error: GNAT is required to build $language" >&2;}
4919 { (exit 1); exit 1; }; }
4923 add_this_lang
=unsupported
4927 # Disable a language that is unsupported by the target.
4928 case " $unsupported_languages " in
4930 add_this_lang
=unsupported
4934 case $add_this_lang in
4936 # Remove language-dependent dirs.
4937 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4940 # Remove language-dependent dirs; still show language as supported.
4941 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4942 potential_languages
="${potential_languages}${language},"
4945 new_enable_languages
="${new_enable_languages}${language},"
4946 potential_languages
="${potential_languages}${language},"
4947 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4948 case ${boot_language} in
4950 # Add to (comma-separated) list of stage 1 languages.
4951 stage1_languages
="${stage1_languages}${language},"
4960 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4961 if test "${enable_stage1_languages+set}" = set; then
4962 enableval
="$enable_stage1_languages"
4963 case ,${enable_stage1_languages}, in
4965 # Set it to something that will have no effect in the loop below
4966 enable_stage1_languages
=c
;;
4968 enable_stage1_languages
=`echo $new_enable_languages | \
4969 sed -e "s/^,//" -e "s/,$//" ` ;;
4971 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4972 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4975 # Add "good" languages from enable_stage1_languages to stage1_languages,
4976 # while "bad" languages go in missing_languages. Leave no duplicates.
4977 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4978 case $potential_languages in
4980 case $stage1_languages in
4982 *) stage1_languages
="$stage1_languages$i," ;;
4985 case $missing_languages in
4987 *) missing_languages
="$missing_languages$i," ;;
4993 # Remove leading/trailing commas that were added for simplicity
4994 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4995 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4996 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4997 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4999 if test "x$missing_languages" != x
; then
5000 { { echo "$as_me:$LINENO: error:
5001 The following requested languages could not be built: ${missing_languages}
5002 Supported languages are: ${potential_languages}" >&5
5003 echo "$as_me: error:
5004 The following requested languages could not be built: ${missing_languages}
5005 Supported languages are: ${potential_languages}" >&2;}
5006 { (exit 1); exit 1; }; }
5008 if test "x$new_enable_languages" != "x$enable_languages"; then
5009 echo The following languages will be built
: ${new_enable_languages}
5010 enable_languages
="$new_enable_languages"
5014 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
5017 # Handle --disable-<component> generically.
5018 for dir
in $configdirs $build_configdirs $target_configdirs ; do
5019 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
5020 varname
=`echo $dirname | sed -e s/+/_/g`
5021 if eval test x\
${enable_${varname}} "=" xno
; then
5022 noconfigdirs
="$noconfigdirs $dir"
5026 # Check for Boehm's garbage collector
5027 # Check whether --enable-objc-gc or --disable-objc-gc was given.
5028 if test "${enable_objc_gc+set}" = set; then
5029 enableval
="$enable_objc_gc"
5030 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
5031 *,objc
,*:*:yes:*target-boehm-gc
*)
5032 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
5033 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
5034 { (exit 1); exit 1; }; }
5039 # Make sure we only build Boehm's garbage collector if required.
5040 case ,${enable_languages},:${enable_objc_gc} in
5042 # Keep target-boehm-gc if requested for Objective-C.
5045 # Otherwise remove target-boehm-gc depending on target-libjava.
5046 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
5047 noconfigdirs
="$noconfigdirs target-boehm-gc"
5052 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5053 # $build_configdirs and $target_configdirs.
5054 # If we have the source for $noconfigdirs entries, add them to $notsupp.
5057 for dir
in .
$skipdirs $noconfigdirs ; do
5058 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5059 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5060 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5061 if test -r $srcdir/$dirname/configure
; then
5062 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5065 notsupp
="$notsupp $dir"
5069 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5070 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5071 if test -r $srcdir/$dirname/configure
; then
5072 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5075 notsupp
="$notsupp $dir"
5079 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5080 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5081 if test -r $srcdir/$dirname/configure
; then
5082 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5085 notsupp
="$notsupp $dir"
5091 # Sometimes the tools are distributed with libiberty but with no other
5092 # libraries. In that case, we don't want to build target-libiberty.
5093 # Don't let libgcc imply libiberty either.
5094 if test -n "${target_configdirs}" ; then
5097 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5098 if test "$i" = "libgcc"; then
5099 libgcc
=target-libgcc
5100 elif test "$i" != "libiberty" ; then
5101 if test -r $srcdir/$i/configure
; then
5107 if test -z "${others}" ; then
5108 target_configdirs
=$libgcc
5112 # Quietly strip out all directories which aren't configurable in this tree.
5113 # This relies on all configurable subdirectories being autoconfiscated, which
5115 build_configdirs_all
="$build_configdirs"
5117 for i
in ${build_configdirs_all} ; do
5118 j
=`echo $i | sed -e s/build-//g`
5119 if test -f ${srcdir}/$j/configure
; then
5120 build_configdirs
="${build_configdirs} $i"
5124 configdirs_all
="$configdirs"
5126 for i
in ${configdirs_all} ; do
5127 if test -f ${srcdir}/$i/configure
; then
5128 configdirs
="${configdirs} $i"
5132 target_configdirs_all
="$target_configdirs"
5134 for i
in ${target_configdirs_all} ; do
5135 j
=`echo $i | sed -e s/target-//g`
5136 if test -f ${srcdir}/$j/configure
; then
5137 target_configdirs
="${target_configdirs} $i"
5141 # Produce a warning message for the subdirs we can't configure.
5142 # This isn't especially interesting in the Cygnus tree, but in the individual
5143 # FSF releases, it's important to let people know when their machine isn't
5144 # supported by the one or two programs in a package.
5146 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5147 # If $appdirs is non-empty, at least one of those directories must still
5148 # be configured, or we error out. (E.g., if the gas release supports a
5149 # specified target in some subdirs but not the gas subdir, we shouldn't
5150 # pretend that all is well.)
5151 if test -n "$appdirs" ; then
5152 for dir
in $appdirs ; do
5153 if test -r $dir/Makefile.
in ; then
5154 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5158 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5164 if test -n "$appdirs" ; then
5165 echo "*** This configuration is not supported by this package." 1>&2
5169 # Okay, some application will build, or we don't care to check. Still
5170 # notify of subdirs not getting built.
5171 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5172 echo " ${notsupp}" 1>&2
5173 echo " (Any other directories should still work fine.)" 1>&2
5181 # To find our prefix, in gcc_cv_tool_prefix.
5183 # The user is always right.
5184 if test "${PATH_SEPARATOR+set}" != set; then
5185 echo "#! /bin/sh" >conf$$.sh
5186 echo "exit 0" >>conf$$.sh
5188 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5198 if test "x$exec_prefix" = xNONE
; then
5199 if test "x$prefix" = xNONE
; then
5200 gcc_cv_tool_prefix
=$ac_default_prefix
5202 gcc_cv_tool_prefix
=$prefix
5205 gcc_cv_tool_prefix
=$exec_prefix
5208 # If there is no compiler in the tree, use the PATH only. In any
5209 # case, if there is no compiler in the tree nobody should use
5210 # AS_FOR_TARGET and LD_FOR_TARGET.
5211 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5212 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5213 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5214 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5215 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5216 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5217 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5218 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5223 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5224 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5232 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5233 if test "${with_build_sysroot+set}" = set; then
5234 withval
="$with_build_sysroot"
5235 if test x
"$withval" != x
; then
5236 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5239 SYSROOT_CFLAGS_FOR_TARGET
=
5244 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5245 if test "${with_debug_prefix_map+set}" = set; then
5246 withval
="$with_debug_prefix_map"
5247 if test x
"$withval" != x
; then
5248 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5249 for debug_map
in $withval; do
5250 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5254 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5258 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5259 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5260 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5261 # We want to ensure that TARGET libraries (which we know are built with
5262 # gcc) are built with "-O2 -g", so include those options when setting
5263 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5264 if test "x$CFLAGS_FOR_TARGET" = x
; then
5265 CFLAGS_FOR_TARGET
=$CFLAGS
5268 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5271 *" -g "* |
*" -g3 "*) ;;
5272 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5277 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5278 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5279 case " $CXXFLAGS " in
5281 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5283 case " $CXXFLAGS " in
5284 *" -g "* |
*" -g3 "*) ;;
5285 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5290 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5291 # the named directory are copied to $(tooldir)/sys-include.
5292 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5293 if test x
${is_cross_compiler} = xno
; then
5294 echo 1>&2 '***' --with-headers is only supported when cross compiling
5297 if test x
"${with_headers}" != xyes
; then
5298 x
=${gcc_cv_tool_prefix}
5299 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5303 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5304 # the name directories are copied to $(tooldir)/lib. Multiple directories
5306 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5307 if test x
${is_cross_compiler} = xno
; then
5308 echo 1>&2 '***' --with-libs is only supported when cross compiling
5311 if test x
"${with_libs}" != xyes
; then
5312 # Copy the libraries in reverse order, so that files in the first named
5313 # library override files in subsequent libraries.
5314 x
=${gcc_cv_tool_prefix}
5315 for l
in ${with_libs}; do
5316 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5321 # Set with_gnu_as and with_gnu_ld as appropriate.
5323 # This is done by determining whether or not the appropriate directory
5324 # is available, and by checking whether or not specific configurations
5325 # have requested that this magic not happen.
5327 # The command line options always override the explicit settings in
5328 # configure.in, and the settings in configure.in override this magic.
5330 # If the default for a toolchain is to use GNU as and ld, and you don't
5331 # want to do that, then you should use the --without-gnu-as and
5332 # --without-gnu-ld options for the configure script.
5334 if test x
${use_gnu_as} = x
&&
5335 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5337 extra_host_args
="$extra_host_args --with-gnu-as"
5340 if test x
${use_gnu_ld} = x
&&
5341 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
5343 extra_host_args
="$extra_host_args --with-gnu-ld"
5346 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5347 # can detect this case.
5349 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5351 extra_host_args
="$extra_host_args --with-newlib"
5354 # Handle ${copy_dirs}
5355 set fnord
${copy_dirs}
5357 while test $# != 0 ; do
5358 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5361 echo Copying
$1 to
$2
5363 # Use the install script to create the directory and all required
5364 # parent directories.
5365 if test -d $2 ; then
5369 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5372 # Copy the directory, assuming we have tar.
5373 # FIXME: Should we use B in the second tar? Not all systems support it.
5374 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5376 # It is the responsibility of the user to correctly adjust all
5377 # symlinks. If somebody can figure out how to handle them correctly
5378 # here, feel free to add the code.
5385 # Determine a target-dependent exec_prefix that the installed
5386 # gcc will search in. Keep this list sorted by triplet, with
5387 # the *-*-osname triplets last.
5391 md_exec_prefix
=/gnu
/lib
/gcc-lib
5393 i
[34567]86-pc-msdosdjgpp*)
5394 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5396 i
[34567]86-*-sco3.2v5
*)
5397 if test $with_gnu_as = yes; then
5398 md_exec_prefix
=/usr
/gnu
/bin
5400 md_exec_prefix
=/usr
/ccs
/bin
/elf
5405 powerpc-
*-chorusos* | \
5406 powerpc
*-*-eabi* | \
5407 powerpc
*-*-sysv* | \
5408 powerpc
*-*-kaos* | \
5410 md_exec_prefix
=/usr
/ccs
/bin
5415 md_exec_prefix
=/usr
/ccs
/bin
5430 md_exec_prefix
=/usr
/ccs
/bin
5434 extra_arflags_for_target
=
5435 extra_nmflags_for_target
=
5436 extra_ranlibflags_for_target
=
5437 target_makefile_frag
=/dev
/null
5440 target_makefile_frag
="config/mt-mep"
5443 target_makefile_frag
="config/mt-spu"
5446 target_makefile_frag
="config/mt-sde"
5448 mipsisa
*-*-elfoabi*)
5449 target_makefile_frag
="config/mt-mips-elfoabi"
5451 mips
*-*-*linux
* | mips
*-*-gnu*)
5452 target_makefile_frag
="config/mt-mips-gnu"
5455 target_makefile_frag
="config/mt-netware"
5457 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5458 target_makefile_frag
="config/mt-gnu"
5460 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5461 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5462 # commands to handle both 32-bit and 64-bit objects. These flags are
5463 # harmless if we're using GNU nm or ar.
5464 extra_arflags_for_target
=" -X32_64"
5465 extra_nmflags_for_target
=" -B -X32_64"
5468 # ranlib from Darwin requires the -c flag to look at common symbols.
5469 extra_ranlibflags_for_target
=" -c"
5471 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5472 target_makefile_frag
="config/mt-wince"
5476 alphaieee_frag
=/dev
/null
5479 # This just makes sure to use the -mieee option to build target libs.
5480 # This should probably be set individually by each library.
5481 alphaieee_frag
="config/mt-alphaieee"
5485 # If --enable-target-optspace always use -Os instead of -O2 to build
5486 # the target libraries, similarly if it is not specified, use -Os
5487 # on selected platforms.
5488 ospace_frag
=/dev
/null
5489 case "${enable_target_optspace}:${target}" in
5491 ospace_frag
="config/mt-ospace"
5494 ospace_frag
="config/mt-d30v"
5496 :m32r-
* |
:d10v-
* |
:fr30-
*)
5497 ospace_frag
="config/mt-ospace"
5502 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5506 # Default to using --with-stabs for certain targets.
5507 if test x
${with_stabs} = x
; then
5511 mips
*-*-* | alpha
*-*-osf*)
5513 extra_host_args
="${extra_host_args} --with-stabs"
5518 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5519 # them automatically.
5522 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5526 # Some systems (e.g., one of the i386-aix systems the gas testers are
5527 # using) don't handle "\$" correctly, so don't use it here.
5528 tooldir
='${exec_prefix}'/${target_noncanonical}
5529 build_tooldir
=${tooldir}
5531 # Create a .gdbinit file which runs the one in srcdir
5532 # and tells GDB to look there for source files.
5534 if test -r ${srcdir}/.gdbinit
; then
5537 *) cat > .
/.gdbinit
<<EOF
5541 source ${srcdir}/.gdbinit
5547 # Make sure that the compiler is able to generate an executable. If it
5548 # can't, we are probably in trouble. We don't care whether we can run the
5549 # executable--we might be using a cross compiler--we only care whether it
5550 # can be created. At this point the main configure script has set CC.
5552 echo "int main () { return 0; }" > conftest.c
5553 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5554 if test $?
= 0 ; then
5555 if test -s conftest ||
test -s conftest.exe
; then
5561 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5562 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5569 # The Solaris /usr/ucb/cc compiler does not appear to work.
5571 sparc-sun-solaris2
*)
5572 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5573 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5575 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5576 if test -d /opt
/cygnus
/bin
; then
5577 if test "$could_use" = "" ; then
5578 could_use
="/opt/cygnus/bin"
5580 could_use
="$could_use or /opt/cygnus/bin"
5583 if test "$could_use" = "" ; then
5584 echo "Warning: compilation may fail because you're using"
5585 echo "/usr/ucb/cc. You should change your PATH or CC "
5586 echo "variable and rerun configure."
5588 echo "Warning: compilation may fail because you're using"
5589 echo "/usr/ucb/cc, when you should use the C compiler from"
5590 echo "$could_use. You should change your"
5591 echo "PATH or CC variable and rerun configure."
5598 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5599 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5600 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5603 # Record target_configdirs and the configure arguments for target and
5604 # build configuration in Makefile.
5605 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5606 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5608 # Determine whether gdb needs tk/tcl or not.
5609 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5610 # and in that case we want gdb to be built without tk. Ugh!
5611 # In fact I believe gdb is the *only* package directly dependent on tk,
5612 # so we should be able to put the 'maybe's in unconditionally and
5613 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5614 # 100% sure that that's safe though.
5616 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5617 case "$enable_gdbtk" in
5621 GDB_TK
="${gdb_tk}" ;;
5623 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5624 # distro. Eventually someone will fix this and move Insight, nee
5625 # gdbtk to a separate directory.
5626 if test -d ${srcdir}/gdb
/gdbtk
; then
5633 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5634 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5636 # Strip out unwanted targets.
5638 # While at that, we remove Makefiles if we were started for recursive
5639 # configuration, so that the top-level Makefile reconfigures them,
5640 # like we used to do when configure itself was recursive.
5642 # Loop over modules. $extrasub must be used with care, limiting as
5643 # much as possible the usage of range addresses. That's because autoconf
5644 # splits the sed script to overcome limits in the number of commands,
5645 # and relying on carefully-timed sed passes may turn out to be very hard
5646 # to maintain later. In this particular case, you just have to be careful
5647 # not to nest @if/@endif pairs, because configure will not warn you at all.
5649 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5650 if test "${enable_bootstrap+set}" = set; then
5651 enableval
="$enable_bootstrap"
5654 enable_bootstrap
=default
5657 # Issue errors and warnings for invalid/strange bootstrap combinations.
5658 case "$configdirs" in
5659 *gcc
*) have_compiler
=yes ;;
5660 *) have_compiler
=no
;;
5663 case "$have_compiler:$host:$target:$enable_bootstrap" in
5666 # Default behavior. Enable bootstrap if we have a compiler
5667 # and we are in a native configuration.
5668 yes:$build:$build:default
)
5669 enable_bootstrap
=yes ;;
5672 enable_bootstrap
=no
;;
5674 # We have a compiler and we are in a native configuration, bootstrap is ok
5675 yes:$build:$build:yes)
5678 # Other configurations, but we have a compiler. Assume the user knows
5681 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5682 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5685 # No compiler: if they passed --enable-bootstrap explicitly, fail
5687 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5688 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5689 { (exit 1); exit 1; }; } ;;
5691 # Fail if wrong command line
5693 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5694 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5695 { (exit 1); exit 1; }; }
5699 # Adjust the toplevel makefile according to whether bootstrap was selected.
5700 case "$enable_bootstrap" in
5702 bootstrap_suffix
=bootstrap
;;
5704 bootstrap_suffix
=no-bootstrap
;;
5707 for module
in ${build_configdirs} ; do
5708 if test -z "${no_recursion}" \
5709 && test -f ${build_subdir}/${module}/Makefile
; then
5710 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5711 rm -f ${build_subdir}/${module}/Makefile
5714 /^@if build-$module\$/d
5715 /^@endif build-$module\$/d
5716 /^@if build-$module-$bootstrap_suffix\$/d
5717 /^@endif build-$module-$bootstrap_suffix\$/d"
5719 for module
in ${configdirs} ; do
5720 if test -z "${no_recursion}"; then
5721 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5722 if test -f ${file}; then
5723 echo 1>&2 "*** removing ${file} to force reconfigure"
5730 /^@endif $module\$/d
5731 /^@if $module-$bootstrap_suffix\$/d
5732 /^@endif $module-$bootstrap_suffix\$/d"
5734 for module
in ${target_configdirs} ; do
5735 if test -z "${no_recursion}" \
5736 && test -f ${target_subdir}/${module}/Makefile
; then
5737 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5738 rm -f ${target_subdir}/${module}/Makefile
5741 /^@if target-$module\$/d
5742 /^@endif target-$module\$/d
5743 /^@if target-$module-$bootstrap_suffix\$/d
5744 /^@endif target-$module-$bootstrap_suffix\$/d"
5748 /^@if /,/^@endif /d"
5750 # Create the serialization dependencies. This uses a temporary file.
5752 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5753 if test "${enable_serial_configure+set}" = set; then
5754 enableval
="$enable_serial_configure"
5758 case ${enable_serial_configure} in
5760 enable_serial_build_configure
=yes
5761 enable_serial_host_configure
=yes
5762 enable_serial_target_configure
=yes
5766 # These force 'configure's to be done one at a time, to avoid problems
5767 # with contention over a shared config.cache.
5769 echo '# serdep.tmp' > serdep.tmp
5771 test "x${enable_serial_build_configure}" = xyes
&&
5772 for item
in ${build_configdirs} ; do
5775 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5780 test "x${enable_serial_host_configure}" = xyes
&&
5781 for item
in ${configdirs} ; do
5784 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5789 test "x${enable_serial_target_configure}" = xyes
&&
5790 for item
in ${target_configdirs} ; do
5793 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5797 serialization_dependencies
=serdep.tmp
5800 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5801 # target, nonopt, and variable assignments. These are the ones we
5802 # might not want to pass down to subconfigures. Also strip
5803 # program-prefix, program-suffix, and program-transform-name, so that
5804 # we can pass down a consistent program-transform-name.
5808 eval "set -- $ac_configure_args"
5811 if test X
"$skip_next" = X
"yes"; then
5815 if test X
"$keep_next" = X
"yes"; then
5818 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5820 baseargs
="$baseargs '$ac_arg'"
5825 # Handle separated arguments. Based on the logic generated by
5828 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5829 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5830 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5831 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5857 -program-prefix* | \
5858 -program-suffix* | \
5859 -program-transform-name* )
5860 skip_next
=$separate_arg
5864 # An option. Add it.
5867 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5869 baseargs
="$baseargs '$ac_arg'"
5870 keep_next
=$separate_arg
5873 # Either a variable assignment, or a nonopt (triplet). Don't
5874 # pass it down; let the Makefile handle this.
5879 # Remove the initial space we just introduced and, as these will be
5880 # expanded by make, quote '$'.
5881 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5883 # Add in --program-transform-name, after --program-prefix and
5884 # --program-suffix have been applied to it. Autoconf has already
5885 # doubled dollar signs and backslashes in program_transform_name; we want
5886 # the backslashes un-doubled, and then the entire thing wrapped in single
5887 # quotes, because this will be expanded first by make and then by the shell.
5888 # Also, because we want to override the logic in subdir configure scripts to
5889 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5890 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5891 ${program_transform_name}
5893 gcc_transform_name
=`cat conftestsed.out`
5894 rm -f conftestsed.out
5895 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5896 if test "$silent" = yes; then
5897 baseargs
="$baseargs --silent"
5900 # For the build-side libraries, we just need to pretend we're native,
5901 # and not use the same cache file. Multilibs are neither needed nor
5903 build_configargs
="--cache-file=../config.cache ${baseargs}"
5905 # For host modules, accept cache file option, or specification as blank.
5906 case "${cache_file}" in
5908 cache_file_option
="" ;;
5909 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5910 cache_file_option
="--cache-file=${cache_file}" ;;
5912 cache_file_option
="--cache-file=../${cache_file}" ;;
5915 # Host dirs don't like to share a cache file either, horribly enough.
5916 # This seems to be due to autoconf 2.5x stupidity.
5917 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5919 target_configargs
=${baseargs}
5921 # Passing a --with-cross-host argument lets the target libraries know
5922 # whether they are being built with a cross-compiler or being built
5923 # native. However, it would be better to use other mechanisms to make the
5924 # sorts of decisions they want to make on this basis. Please consider
5925 # this option to be deprecated. FIXME.
5926 if test x
${is_cross_compiler} = xyes
; then
5927 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5930 # Default to --enable-multilib.
5931 if test x
${enable_multilib} = x
; then
5932 target_configargs
="--enable-multilib ${target_configargs}"
5935 # Pass --with-newlib if appropriate. Note that target_configdirs has
5936 # changed from the earlier setting of with_newlib.
5937 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5938 target_configargs
="--with-newlib ${target_configargs}"
5941 # Different target subdirs use different values of certain variables
5942 # (notably CXX). Worse, multilibs use *lots* of different values.
5943 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5944 # it doesn't automatically accept command-line overrides of them.
5945 # This means it's not safe for target subdirs to share a cache file,
5946 # which is disgusting, but there you have it. Hopefully this can be
5947 # fixed in future. It's still worthwhile to use a cache file for each
5948 # directory. I think.
5950 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5951 # We need to pass --target, as newer autoconf's requires consistency
5952 # for target_alias and gcc doesn't manage it consistently.
5953 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5956 case " $target_configdirs " in
5958 case " $target_configargs " in
5959 *" --with-newlib "*)
5962 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' ;;
5965 # If we're not building GCC, don't discard standard headers.
5966 if test -d ${srcdir}/gcc
; then
5967 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5969 if test "${build}" != "${host}"; then
5970 # On Canadian crosses, CC_FOR_TARGET will have already been set
5971 # by `configure', so we won't have an opportunity to add -Bgcc/
5972 # to it. This is right: we don't want to search that directory
5973 # for binaries, but we want the header files in there, so add
5975 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5977 # Someone might think of using the pre-installed headers on
5978 # Canadian crosses, in case the installed compiler is not fully
5979 # compatible with the compiler being built. In this case, it
5980 # would be better to flag an error than risking having
5981 # incompatible object files being constructed. We can't
5982 # guarantee that an error will be flagged, but let's hope the
5983 # compiler will do it, when presented with incompatible header
5988 case "${target}-${is_cross_compiler}" in
5989 i
[3456789]86-*-linux*-no)
5990 # Here host == target, so we don't need to build gcc,
5991 # so we don't want to discard standard headers.
5992 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5995 # If we're building newlib, use its generic headers last, but search
5996 # for any libc-related directories first (so make it the last -B
5998 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
6000 # If we're building libgloss, find the startup file, simulator library
6001 # and linker script.
6002 case " $target_configdirs " in
6004 # Look for startup file, simulator library and maybe linker script.
6005 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6006 # Look for libnosys.a in case the target needs it.
6007 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6008 # Most targets have the linker script in the source directory.
6009 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6020 # Can't be handled as Cygwin above since Mingw does not use newlib.
6021 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' ;;
6024 # Allow the user to override the flags for
6025 # our build compiler if desired.
6026 if test x
"${build}" = x
"${host}" ; then
6027 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
6028 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6029 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6032 # On Canadian crosses, we'll be searching the right directories for
6033 # the previously-installed cross compiler, so don't bother to add
6034 # flags for directories within the install tree of the compiler
6035 # being built; programs in there won't even run.
6036 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6037 # Search for pre-installed headers if nothing else fits.
6038 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
6041 if test "x
${use_gnu_ld}" = x &&
6042 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
6043 # Arrange for us to find uninstalled linker scripts.
6044 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
6047 # Search for other target-specific linker scripts and such.
6050 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
6054 # Makefile fragments.
6055 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
6057 eval fragval=\$$frag
6058 if test $fragval != /dev/null; then
6059 eval $frag=${srcdir}/$fragval
6067 # Miscellanea: directories, flags, etc.
6075 # Build module lists & subconfigure args.
6079 # Host module lists & subconfigure args.
6083 # Target module lists & subconfigure args.
6105 # Generate default definitions for YACC, M4, LEX and other programs that run
6106 # on the build machine. These are used if the Makefile can't locate these
6107 # programs in objdir.
6108 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
6110 for ac_prog in 'bison -y' byacc yacc
6112 # Extract the first word of "$ac_prog", so it can be a program name with args.
6113 set dummy $ac_prog; ac_word=$2
6114 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6115 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6116 if test "${ac_cv_prog_YACC+set}" = set; then
6117 echo $ECHO_N "(cached
) $ECHO_C" >&6
6119 if test -n "$YACC"; then
6120 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6126 test -z "$as_dir" && as_dir=.
6127 for ac_exec_ext in '' $ac_executable_extensions; do
6128 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6129 ac_cv_prog_YACC="$ac_prog"
6130 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6138 YACC=$ac_cv_prog_YACC
6139 if test -n "$YACC"; then
6140 echo "$as_me:$LINENO: result
: $YACC" >&5
6141 echo "${ECHO_T}$YACC" >&6
6143 echo "$as_me:$LINENO: result
: no
" >&5
6144 echo "${ECHO_T}no
" >&6
6147 test -n "$YACC" && break
6149 test -n "$YACC" || YACC="$MISSING bison
-y"
6151 case " $build_configdirs " in
6152 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6153 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6156 for ac_prog in bison
6158 # Extract the first word of "$ac_prog", so it can be a program name with args.
6159 set dummy $ac_prog; ac_word=$2
6160 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6161 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6162 if test "${ac_cv_prog_BISON+set}" = set; then
6163 echo $ECHO_N "(cached
) $ECHO_C" >&6
6165 if test -n "$BISON"; then
6166 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6172 test -z "$as_dir" && as_dir=.
6173 for ac_exec_ext in '' $ac_executable_extensions; do
6174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6175 ac_cv_prog_BISON="$ac_prog"
6176 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6184 BISON=$ac_cv_prog_BISON
6185 if test -n "$BISON"; then
6186 echo "$as_me:$LINENO: result
: $BISON" >&5
6187 echo "${ECHO_T}$BISON" >&6
6189 echo "$as_me:$LINENO: result
: no
" >&5
6190 echo "${ECHO_T}no
" >&6
6193 test -n "$BISON" && break
6195 test -n "$BISON" || BISON="$MISSING bison
"
6197 case " $build_configdirs " in
6198 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6201 for ac_prog in gm4 gnum4 m4
6203 # Extract the first word of "$ac_prog", so it can be a program name with args.
6204 set dummy $ac_prog; ac_word=$2
6205 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6206 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6207 if test "${ac_cv_prog_M4+set}" = set; then
6208 echo $ECHO_N "(cached
) $ECHO_C" >&6
6210 if test -n "$M4"; then
6211 ac_cv_prog_M4="$M4" # Let the user override the test.
6213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6217 test -z "$as_dir" && as_dir=.
6218 for ac_exec_ext in '' $ac_executable_extensions; do
6219 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6220 ac_cv_prog_M4="$ac_prog"
6221 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6230 if test -n "$M4"; then
6231 echo "$as_me:$LINENO: result
: $M4" >&5
6232 echo "${ECHO_T}$M4" >&6
6234 echo "$as_me:$LINENO: result
: no
" >&5
6235 echo "${ECHO_T}no
" >&6
6238 test -n "$M4" && break
6240 test -n "$M4" || M4="$MISSING m4"
6242 case " $build_configdirs " in
6243 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6246 for ac_prog in flex lex
6248 # Extract the first word of "$ac_prog", so it can be a program name with args.
6249 set dummy $ac_prog; ac_word=$2
6250 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6251 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6252 if test "${ac_cv_prog_LEX+set}" = set; then
6253 echo $ECHO_N "(cached
) $ECHO_C" >&6
6255 if test -n "$LEX"; then
6256 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6265 ac_cv_prog_LEX="$ac_prog"
6266 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6275 if test -n "$LEX"; then
6276 echo "$as_me:$LINENO: result
: $LEX" >&5
6277 echo "${ECHO_T}$LEX" >&6
6279 echo "$as_me:$LINENO: result
: no
" >&5
6280 echo "${ECHO_T}no
" >&6
6283 test -n "$LEX" && break
6285 test -n "$LEX" || LEX="$MISSING flex
"
6287 case " $build_configdirs " in
6288 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6289 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6294 # Extract the first word of "$ac_prog", so it can be a program name with args.
6295 set dummy $ac_prog; ac_word=$2
6296 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6297 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6298 if test "${ac_cv_prog_FLEX+set}" = set; then
6299 echo $ECHO_N "(cached
) $ECHO_C" >&6
6301 if test -n "$FLEX"; then
6302 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6308 test -z "$as_dir" && as_dir=.
6309 for ac_exec_ext in '' $ac_executable_extensions; do
6310 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6311 ac_cv_prog_FLEX="$ac_prog"
6312 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6320 FLEX=$ac_cv_prog_FLEX
6321 if test -n "$FLEX"; then
6322 echo "$as_me:$LINENO: result
: $FLEX" >&5
6323 echo "${ECHO_T}$FLEX" >&6
6325 echo "$as_me:$LINENO: result
: no
" >&5
6326 echo "${ECHO_T}no
" >&6
6329 test -n "$FLEX" && break
6331 test -n "$FLEX" || FLEX="$MISSING flex
"
6333 case " $build_configdirs " in
6334 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6337 for ac_prog in makeinfo
6339 # Extract the first word of "$ac_prog", so it can be a program name with args.
6340 set dummy $ac_prog; ac_word=$2
6341 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6342 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6343 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6344 echo $ECHO_N "(cached
) $ECHO_C" >&6
6346 if test -n "$MAKEINFO"; then
6347 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6353 test -z "$as_dir" && as_dir=.
6354 for ac_exec_ext in '' $ac_executable_extensions; do
6355 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6356 ac_cv_prog_MAKEINFO="$ac_prog"
6357 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6365 MAKEINFO=$ac_cv_prog_MAKEINFO
6366 if test -n "$MAKEINFO"; then
6367 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6368 echo "${ECHO_T}$MAKEINFO" >&6
6370 echo "$as_me:$LINENO: result
: no
" >&5
6371 echo "${ECHO_T}no
" >&6
6374 test -n "$MAKEINFO" && break
6376 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6378 case " $build_configdirs " in
6379 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6382 # For an installed makeinfo, we require it to be from texinfo 4.6 or
6383 # higher, else we use the "missing
" dummy.
6384 if ${MAKEINFO} --version \
6385 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6388 MAKEINFO="$MISSING makeinfo
"
6394 # FIXME: expect and dejagnu may become build tools?
6396 for ac_prog in expect
6398 # Extract the first word of "$ac_prog", so it can be a program name with args.
6399 set dummy $ac_prog; ac_word=$2
6400 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6401 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6402 if test "${ac_cv_prog_EXPECT+set}" = set; then
6403 echo $ECHO_N "(cached
) $ECHO_C" >&6
6405 if test -n "$EXPECT"; then
6406 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6412 test -z "$as_dir" && as_dir=.
6413 for ac_exec_ext in '' $ac_executable_extensions; do
6414 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6415 ac_cv_prog_EXPECT="$ac_prog"
6416 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6424 EXPECT=$ac_cv_prog_EXPECT
6425 if test -n "$EXPECT"; then
6426 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6427 echo "${ECHO_T}$EXPECT" >&6
6429 echo "$as_me:$LINENO: result
: no
" >&5
6430 echo "${ECHO_T}no
" >&6
6433 test -n "$EXPECT" && break
6435 test -n "$EXPECT" || EXPECT="expect
"
6437 case " $configdirs " in
6439 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6443 for ac_prog in runtest
6445 # Extract the first word of "$ac_prog", so it can be a program name with args.
6446 set dummy $ac_prog; ac_word=$2
6447 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6448 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6449 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6450 echo $ECHO_N "(cached
) $ECHO_C" >&6
6452 if test -n "$RUNTEST"; then
6453 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459 test -z "$as_dir" && as_dir=.
6460 for ac_exec_ext in '' $ac_executable_extensions; do
6461 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6462 ac_cv_prog_RUNTEST="$ac_prog"
6463 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6471 RUNTEST=$ac_cv_prog_RUNTEST
6472 if test -n "$RUNTEST"; then
6473 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6474 echo "${ECHO_T}$RUNTEST" >&6
6476 echo "$as_me:$LINENO: result
: no
" >&5
6477 echo "${ECHO_T}no
" >&6
6480 test -n "$RUNTEST" && break
6482 test -n "$RUNTEST" || RUNTEST="runtest
"
6484 case " $configdirs " in
6486 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6493 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6494 ncn_target_tool_prefix=
6495 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6499 if test -n "$AR"; then
6501 elif test -n "$ac_cv_prog_AR"; then
6505 if test -n "$ac_cv_prog_AR"; then
6506 for ncn_progname in ar; do
6507 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6508 set dummy ${ncn_progname}; ac_word=$2
6509 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6510 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6511 if test "${ac_cv_prog_AR+set}" = set; then
6512 echo $ECHO_N "(cached
) $ECHO_C" >&6
6514 if test -n "$AR"; then
6515 ac_cv_prog_AR="$AR" # Let the user override the test.
6517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6521 test -z "$as_dir" && as_dir=.
6522 for ac_exec_ext in '' $ac_executable_extensions; do
6523 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6524 ac_cv_prog_AR="${ncn_progname}"
6525 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6534 if test -n "$AR"; then
6535 echo "$as_me:$LINENO: result
: $AR" >&5
6536 echo "${ECHO_T}$AR" >&6
6538 echo "$as_me:$LINENO: result
: no
" >&5
6539 echo "${ECHO_T}no
" >&6
6545 for ncn_progname in ar; do
6546 if test -n "$ncn_tool_prefix"; then
6547 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6548 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6549 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6550 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6551 if test "${ac_cv_prog_AR+set}" = set; then
6552 echo $ECHO_N "(cached
) $ECHO_C" >&6
6554 if test -n "$AR"; then
6555 ac_cv_prog_AR="$AR" # Let the user override the test.
6557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6561 test -z "$as_dir" && as_dir=.
6562 for ac_exec_ext in '' $ac_executable_extensions; do
6563 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6564 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6565 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6574 if test -n "$AR"; then
6575 echo "$as_me:$LINENO: result
: $AR" >&5
6576 echo "${ECHO_T}$AR" >&6
6578 echo "$as_me:$LINENO: result
: no
" >&5
6579 echo "${ECHO_T}no
" >&6
6583 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6584 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6585 set dummy ${ncn_progname}; ac_word=$2
6586 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6587 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6588 if test "${ac_cv_prog_AR+set}" = set; then
6589 echo $ECHO_N "(cached
) $ECHO_C" >&6
6591 if test -n "$AR"; then
6592 ac_cv_prog_AR="$AR" # Let the user override the test.
6594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6598 test -z "$as_dir" && as_dir=.
6599 for ac_exec_ext in '' $ac_executable_extensions; do
6600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6601 ac_cv_prog_AR="${ncn_progname}"
6602 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6611 if test -n "$AR"; then
6612 echo "$as_me:$LINENO: result
: $AR" >&5
6613 echo "${ECHO_T}$AR" >&6
6615 echo "$as_me:$LINENO: result
: no
" >&5
6616 echo "${ECHO_T}no
" >&6
6620 test -n "$ac_cv_prog_AR" && break
6623 if test -z "$ac_cv_prog_AR" ; then
6625 if test $build = $host ; then
6628 AR="${ncn_tool_prefix}$2"
6634 if test -n "$AS"; then
6636 elif test -n "$ac_cv_prog_AS"; then
6640 if test -n "$ac_cv_prog_AS"; then
6641 for ncn_progname in as; do
6642 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6643 set dummy ${ncn_progname}; ac_word=$2
6644 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6645 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6646 if test "${ac_cv_prog_AS+set}" = set; then
6647 echo $ECHO_N "(cached
) $ECHO_C" >&6
6649 if test -n "$AS"; then
6650 ac_cv_prog_AS="$AS" # Let the user override the test.
6652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6656 test -z "$as_dir" && as_dir=.
6657 for ac_exec_ext in '' $ac_executable_extensions; do
6658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6659 ac_cv_prog_AS="${ncn_progname}"
6660 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6669 if test -n "$AS"; then
6670 echo "$as_me:$LINENO: result
: $AS" >&5
6671 echo "${ECHO_T}$AS" >&6
6673 echo "$as_me:$LINENO: result
: no
" >&5
6674 echo "${ECHO_T}no
" >&6
6680 for ncn_progname in as; do
6681 if test -n "$ncn_tool_prefix"; then
6682 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6683 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6684 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6685 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6686 if test "${ac_cv_prog_AS+set}" = set; then
6687 echo $ECHO_N "(cached
) $ECHO_C" >&6
6689 if test -n "$AS"; then
6690 ac_cv_prog_AS="$AS" # Let the user override the test.
6692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6696 test -z "$as_dir" && as_dir=.
6697 for ac_exec_ext in '' $ac_executable_extensions; do
6698 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6699 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6700 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6709 if test -n "$AS"; then
6710 echo "$as_me:$LINENO: result
: $AS" >&5
6711 echo "${ECHO_T}$AS" >&6
6713 echo "$as_me:$LINENO: result
: no
" >&5
6714 echo "${ECHO_T}no
" >&6
6718 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6719 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6720 set dummy ${ncn_progname}; ac_word=$2
6721 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6722 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6723 if test "${ac_cv_prog_AS+set}" = set; then
6724 echo $ECHO_N "(cached
) $ECHO_C" >&6
6726 if test -n "$AS"; then
6727 ac_cv_prog_AS="$AS" # Let the user override the test.
6729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6733 test -z "$as_dir" && as_dir=.
6734 for ac_exec_ext in '' $ac_executable_extensions; do
6735 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6736 ac_cv_prog_AS="${ncn_progname}"
6737 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6746 if test -n "$AS"; then
6747 echo "$as_me:$LINENO: result
: $AS" >&5
6748 echo "${ECHO_T}$AS" >&6
6750 echo "$as_me:$LINENO: result
: no
" >&5
6751 echo "${ECHO_T}no
" >&6
6755 test -n "$ac_cv_prog_AS" && break
6758 if test -z "$ac_cv_prog_AS" ; then
6760 if test $build = $host ; then
6763 AS="${ncn_tool_prefix}$2"
6769 if test -n "$DLLTOOL"; then
6770 ac_cv_prog_DLLTOOL=$DLLTOOL
6771 elif test -n "$ac_cv_prog_DLLTOOL"; then
6772 DLLTOOL=$ac_cv_prog_DLLTOOL
6775 if test -n "$ac_cv_prog_DLLTOOL"; then
6776 for ncn_progname in dlltool; do
6777 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6778 set dummy ${ncn_progname}; ac_word=$2
6779 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6780 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6781 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6782 echo $ECHO_N "(cached
) $ECHO_C" >&6
6784 if test -n "$DLLTOOL"; then
6785 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6791 test -z "$as_dir" && as_dir=.
6792 for ac_exec_ext in '' $ac_executable_extensions; do
6793 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6794 ac_cv_prog_DLLTOOL="${ncn_progname}"
6795 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6803 DLLTOOL=$ac_cv_prog_DLLTOOL
6804 if test -n "$DLLTOOL"; then
6805 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6806 echo "${ECHO_T}$DLLTOOL" >&6
6808 echo "$as_me:$LINENO: result
: no
" >&5
6809 echo "${ECHO_T}no
" >&6
6815 for ncn_progname in dlltool; do
6816 if test -n "$ncn_tool_prefix"; then
6817 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6818 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6819 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6820 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6821 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6822 echo $ECHO_N "(cached
) $ECHO_C" >&6
6824 if test -n "$DLLTOOL"; then
6825 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6831 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do
6833 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6834 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6835 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6843 DLLTOOL=$ac_cv_prog_DLLTOOL
6844 if test -n "$DLLTOOL"; then
6845 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6846 echo "${ECHO_T}$DLLTOOL" >&6
6848 echo "$as_me:$LINENO: result
: no
" >&5
6849 echo "${ECHO_T}no
" >&6
6853 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6854 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6855 set dummy ${ncn_progname}; ac_word=$2
6856 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6857 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6858 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6859 echo $ECHO_N "(cached
) $ECHO_C" >&6
6861 if test -n "$DLLTOOL"; then
6862 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6868 test -z "$as_dir" && as_dir=.
6869 for ac_exec_ext in '' $ac_executable_extensions; do
6870 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6871 ac_cv_prog_DLLTOOL="${ncn_progname}"
6872 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6880 DLLTOOL=$ac_cv_prog_DLLTOOL
6881 if test -n "$DLLTOOL"; then
6882 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6883 echo "${ECHO_T}$DLLTOOL" >&6
6885 echo "$as_me:$LINENO: result
: no
" >&5
6886 echo "${ECHO_T}no
" >&6
6890 test -n "$ac_cv_prog_DLLTOOL" && break
6893 if test -z "$ac_cv_prog_DLLTOOL" ; then
6895 if test $build = $host ; then
6898 DLLTOOL="${ncn_tool_prefix}$2"
6904 if test -n "$LD"; then
6906 elif test -n "$ac_cv_prog_LD"; then
6910 if test -n "$ac_cv_prog_LD"; then
6911 for ncn_progname in ld; do
6912 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6913 set dummy ${ncn_progname}; ac_word=$2
6914 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6915 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6916 if test "${ac_cv_prog_LD+set}" = set; then
6917 echo $ECHO_N "(cached
) $ECHO_C" >&6
6919 if test -n "$LD"; then
6920 ac_cv_prog_LD="$LD" # Let the user override the test.
6922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6926 test -z "$as_dir" && as_dir=.
6927 for ac_exec_ext in '' $ac_executable_extensions; do
6928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6929 ac_cv_prog_LD="${ncn_progname}"
6930 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6939 if test -n "$LD"; then
6940 echo "$as_me:$LINENO: result
: $LD" >&5
6941 echo "${ECHO_T}$LD" >&6
6943 echo "$as_me:$LINENO: result
: no
" >&5
6944 echo "${ECHO_T}no
" >&6
6950 for ncn_progname in ld; do
6951 if test -n "$ncn_tool_prefix"; then
6952 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6953 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6954 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6955 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6956 if test "${ac_cv_prog_LD+set}" = set; then
6957 echo $ECHO_N "(cached
) $ECHO_C" >&6
6959 if test -n "$LD"; then
6960 ac_cv_prog_LD="$LD" # Let the user override the test.
6962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6966 test -z "$as_dir" && as_dir=.
6967 for ac_exec_ext in '' $ac_executable_extensions; do
6968 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6969 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6970 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6979 if test -n "$LD"; then
6980 echo "$as_me:$LINENO: result
: $LD" >&5
6981 echo "${ECHO_T}$LD" >&6
6983 echo "$as_me:$LINENO: result
: no
" >&5
6984 echo "${ECHO_T}no
" >&6
6988 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6989 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6990 set dummy ${ncn_progname}; ac_word=$2
6991 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6992 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6993 if test "${ac_cv_prog_LD+set}" = set; then
6994 echo $ECHO_N "(cached
) $ECHO_C" >&6
6996 if test -n "$LD"; then
6997 ac_cv_prog_LD="$LD" # Let the user override the test.
6999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7003 test -z "$as_dir" && as_dir=.
7004 for ac_exec_ext in '' $ac_executable_extensions; do
7005 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7006 ac_cv_prog_LD="${ncn_progname}"
7007 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7016 if test -n "$LD"; then
7017 echo "$as_me:$LINENO: result
: $LD" >&5
7018 echo "${ECHO_T}$LD" >&6
7020 echo "$as_me:$LINENO: result
: no
" >&5
7021 echo "${ECHO_T}no
" >&6
7025 test -n "$ac_cv_prog_LD" && break
7028 if test -z "$ac_cv_prog_LD" ; then
7030 if test $build = $host ; then
7033 LD="${ncn_tool_prefix}$2"
7039 if test -n "$LIPO"; then
7040 ac_cv_prog_LIPO=$LIPO
7041 elif test -n "$ac_cv_prog_LIPO"; then
7042 LIPO=$ac_cv_prog_LIPO
7045 if test -n "$ac_cv_prog_LIPO"; then
7046 for ncn_progname in lipo; do
7047 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7048 set dummy ${ncn_progname}; ac_word=$2
7049 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7050 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7051 if test "${ac_cv_prog_LIPO+set}" = set; then
7052 echo $ECHO_N "(cached
) $ECHO_C" >&6
7054 if test -n "$LIPO"; then
7055 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7061 test -z "$as_dir" && as_dir=.
7062 for ac_exec_ext in '' $ac_executable_extensions; do
7063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7064 ac_cv_prog_LIPO="${ncn_progname}"
7065 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7073 LIPO=$ac_cv_prog_LIPO
7074 if test -n "$LIPO"; then
7075 echo "$as_me:$LINENO: result
: $LIPO" >&5
7076 echo "${ECHO_T}$LIPO" >&6
7078 echo "$as_me:$LINENO: result
: no
" >&5
7079 echo "${ECHO_T}no
" >&6
7085 for ncn_progname in lipo; do
7086 if test -n "$ncn_tool_prefix"; then
7087 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7088 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7089 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7090 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7091 if test "${ac_cv_prog_LIPO+set}" = set; then
7092 echo $ECHO_N "(cached
) $ECHO_C" >&6
7094 if test -n "$LIPO"; then
7095 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7101 test -z "$as_dir" && as_dir=.
7102 for ac_exec_ext in '' $ac_executable_extensions; do
7103 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7104 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
7105 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7113 LIPO=$ac_cv_prog_LIPO
7114 if test -n "$LIPO"; then
7115 echo "$as_me:$LINENO: result
: $LIPO" >&5
7116 echo "${ECHO_T}$LIPO" >&6
7118 echo "$as_me:$LINENO: result
: no
" >&5
7119 echo "${ECHO_T}no
" >&6
7123 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7124 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7125 set dummy ${ncn_progname}; ac_word=$2
7126 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7127 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7128 if test "${ac_cv_prog_LIPO+set}" = set; then
7129 echo $ECHO_N "(cached
) $ECHO_C" >&6
7131 if test -n "$LIPO"; then
7132 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7138 test -z "$as_dir" && as_dir=.
7139 for ac_exec_ext in '' $ac_executable_extensions; do
7140 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7141 ac_cv_prog_LIPO="${ncn_progname}"
7142 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7150 LIPO=$ac_cv_prog_LIPO
7151 if test -n "$LIPO"; then
7152 echo "$as_me:$LINENO: result
: $LIPO" >&5
7153 echo "${ECHO_T}$LIPO" >&6
7155 echo "$as_me:$LINENO: result
: no
" >&5
7156 echo "${ECHO_T}no
" >&6
7160 test -n "$ac_cv_prog_LIPO" && break
7163 if test -z "$ac_cv_prog_LIPO" ; then
7165 if test $build = $host ; then
7168 LIPO="${ncn_tool_prefix}$2"
7174 if test -n "$NM"; then
7176 elif test -n "$ac_cv_prog_NM"; then
7180 if test -n "$ac_cv_prog_NM"; then
7181 for ncn_progname in nm; do
7182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7183 set dummy ${ncn_progname}; ac_word=$2
7184 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7185 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7186 if test "${ac_cv_prog_NM+set}" = set; then
7187 echo $ECHO_N "(cached
) $ECHO_C" >&6
7189 if test -n "$NM"; then
7190 ac_cv_prog_NM="$NM" # Let the user override the test.
7192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7196 test -z "$as_dir" && as_dir=.
7197 for ac_exec_ext in '' $ac_executable_extensions; do
7198 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7199 ac_cv_prog_NM="${ncn_progname}"
7200 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7209 if test -n "$NM"; then
7210 echo "$as_me:$LINENO: result
: $NM" >&5
7211 echo "${ECHO_T}$NM" >&6
7213 echo "$as_me:$LINENO: result
: no
" >&5
7214 echo "${ECHO_T}no
" >&6
7220 for ncn_progname in nm; do
7221 if test -n "$ncn_tool_prefix"; then
7222 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7223 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7224 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7225 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7226 if test "${ac_cv_prog_NM+set}" = set; then
7227 echo $ECHO_N "(cached
) $ECHO_C" >&6
7229 if test -n "$NM"; then
7230 ac_cv_prog_NM="$NM" # Let the user override the test.
7232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7236 test -z "$as_dir" && as_dir=.
7237 for ac_exec_ext in '' $ac_executable_extensions; do
7238 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7239 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7240 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7249 if test -n "$NM"; then
7250 echo "$as_me:$LINENO: result
: $NM" >&5
7251 echo "${ECHO_T}$NM" >&6
7253 echo "$as_me:$LINENO: result
: no
" >&5
7254 echo "${ECHO_T}no
" >&6
7258 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7259 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7260 set dummy ${ncn_progname}; ac_word=$2
7261 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7262 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7263 if test "${ac_cv_prog_NM+set}" = set; then
7264 echo $ECHO_N "(cached
) $ECHO_C" >&6
7266 if test -n "$NM"; then
7267 ac_cv_prog_NM="$NM" # Let the user override the test.
7269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273 test -z "$as_dir" && as_dir=.
7274 for ac_exec_ext in '' $ac_executable_extensions; do
7275 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7276 ac_cv_prog_NM="${ncn_progname}"
7277 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7286 if test -n "$NM"; then
7287 echo "$as_me:$LINENO: result
: $NM" >&5
7288 echo "${ECHO_T}$NM" >&6
7290 echo "$as_me:$LINENO: result
: no
" >&5
7291 echo "${ECHO_T}no
" >&6
7295 test -n "$ac_cv_prog_NM" && break
7298 if test -z "$ac_cv_prog_NM" ; then
7300 if test $build = $host ; then
7303 NM="${ncn_tool_prefix}$2"
7309 if test -n "$RANLIB"; then
7310 ac_cv_prog_RANLIB=$RANLIB
7311 elif test -n "$ac_cv_prog_RANLIB"; then
7312 RANLIB=$ac_cv_prog_RANLIB
7315 if test -n "$ac_cv_prog_RANLIB"; then
7316 for ncn_progname in ranlib; do
7317 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7318 set dummy ${ncn_progname}; ac_word=$2
7319 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7320 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7321 if test "${ac_cv_prog_RANLIB+set}" = set; then
7322 echo $ECHO_N "(cached
) $ECHO_C" >&6
7324 if test -n "$RANLIB"; then
7325 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7331 test -z "$as_dir" && as_dir=.
7332 for ac_exec_ext in '' $ac_executable_extensions; do
7333 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7334 ac_cv_prog_RANLIB="${ncn_progname}"
7335 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7343 RANLIB=$ac_cv_prog_RANLIB
7344 if test -n "$RANLIB"; then
7345 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7346 echo "${ECHO_T}$RANLIB" >&6
7348 echo "$as_me:$LINENO: result
: no
" >&5
7349 echo "${ECHO_T}no
" >&6
7355 for ncn_progname in ranlib; do
7356 if test -n "$ncn_tool_prefix"; then
7357 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7358 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7359 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7360 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7361 if test "${ac_cv_prog_RANLIB+set}" = set; then
7362 echo $ECHO_N "(cached
) $ECHO_C" >&6
7364 if test -n "$RANLIB"; then
7365 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7371 test -z "$as_dir" && as_dir=.
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7374 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7375 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7383 RANLIB=$ac_cv_prog_RANLIB
7384 if test -n "$RANLIB"; then
7385 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7386 echo "${ECHO_T}$RANLIB" >&6
7388 echo "$as_me:$LINENO: result
: no
" >&5
7389 echo "${ECHO_T}no
" >&6
7393 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7395 set dummy ${ncn_progname}; ac_word=$2
7396 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7397 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7398 if test "${ac_cv_prog_RANLIB+set}" = set; then
7399 echo $ECHO_N "(cached
) $ECHO_C" >&6
7401 if test -n "$RANLIB"; then
7402 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7408 test -z "$as_dir" && as_dir=.
7409 for ac_exec_ext in '' $ac_executable_extensions; do
7410 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7411 ac_cv_prog_RANLIB="${ncn_progname}"
7412 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7420 RANLIB=$ac_cv_prog_RANLIB
7421 if test -n "$RANLIB"; then
7422 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7423 echo "${ECHO_T}$RANLIB" >&6
7425 echo "$as_me:$LINENO: result
: no
" >&5
7426 echo "${ECHO_T}no
" >&6
7430 test -n "$ac_cv_prog_RANLIB" && break
7433 if test -z "$ac_cv_prog_RANLIB" ; then
7439 if test -n "$STRIP"; then
7440 ac_cv_prog_STRIP=$STRIP
7441 elif test -n "$ac_cv_prog_STRIP"; then
7442 STRIP=$ac_cv_prog_STRIP
7445 if test -n "$ac_cv_prog_STRIP"; then
7446 for ncn_progname in strip; do
7447 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7448 set dummy ${ncn_progname}; ac_word=$2
7449 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7450 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7451 if test "${ac_cv_prog_STRIP+set}" = set; then
7452 echo $ECHO_N "(cached
) $ECHO_C" >&6
7454 if test -n "$STRIP"; then
7455 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7461 test -z "$as_dir" && as_dir=.
7462 for ac_exec_ext in '' $ac_executable_extensions; do
7463 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7464 ac_cv_prog_STRIP="${ncn_progname}"
7465 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7473 STRIP=$ac_cv_prog_STRIP
7474 if test -n "$STRIP"; then
7475 echo "$as_me:$LINENO: result
: $STRIP" >&5
7476 echo "${ECHO_T}$STRIP" >&6
7478 echo "$as_me:$LINENO: result
: no
" >&5
7479 echo "${ECHO_T}no
" >&6
7485 for ncn_progname in strip; do
7486 if test -n "$ncn_tool_prefix"; then
7487 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7488 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7489 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7490 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7491 if test "${ac_cv_prog_STRIP+set}" = set; then
7492 echo $ECHO_N "(cached
) $ECHO_C" >&6
7494 if test -n "$STRIP"; then
7495 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7501 test -z "$as_dir" && as_dir=.
7502 for ac_exec_ext in '' $ac_executable_extensions; do
7503 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7504 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7505 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7513 STRIP=$ac_cv_prog_STRIP
7514 if test -n "$STRIP"; then
7515 echo "$as_me:$LINENO: result
: $STRIP" >&5
7516 echo "${ECHO_T}$STRIP" >&6
7518 echo "$as_me:$LINENO: result
: no
" >&5
7519 echo "${ECHO_T}no
" >&6
7523 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7524 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7525 set dummy ${ncn_progname}; ac_word=$2
7526 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7527 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7528 if test "${ac_cv_prog_STRIP+set}" = set; then
7529 echo $ECHO_N "(cached
) $ECHO_C" >&6
7531 if test -n "$STRIP"; then
7532 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7538 test -z "$as_dir" && as_dir=.
7539 for ac_exec_ext in '' $ac_executable_extensions; do
7540 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7541 ac_cv_prog_STRIP="${ncn_progname}"
7542 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7550 STRIP=$ac_cv_prog_STRIP
7551 if test -n "$STRIP"; then
7552 echo "$as_me:$LINENO: result
: $STRIP" >&5
7553 echo "${ECHO_T}$STRIP" >&6
7555 echo "$as_me:$LINENO: result
: no
" >&5
7556 echo "${ECHO_T}no
" >&6
7560 test -n "$ac_cv_prog_STRIP" && break
7563 if test -z "$ac_cv_prog_STRIP" ; then
7569 if test -n "$WINDRES"; then
7570 ac_cv_prog_WINDRES=$WINDRES
7571 elif test -n "$ac_cv_prog_WINDRES"; then
7572 WINDRES=$ac_cv_prog_WINDRES
7575 if test -n "$ac_cv_prog_WINDRES"; then
7576 for ncn_progname in windres; do
7577 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7578 set dummy ${ncn_progname}; ac_word=$2
7579 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7580 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7581 if test "${ac_cv_prog_WINDRES+set}" = set; then
7582 echo $ECHO_N "(cached
) $ECHO_C" >&6
7584 if test -n "$WINDRES"; then
7585 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7591 test -z "$as_dir" && as_dir=.
7592 for ac_exec_ext in '' $ac_executable_extensions; do
7593 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7594 ac_cv_prog_WINDRES="${ncn_progname}"
7595 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7603 WINDRES=$ac_cv_prog_WINDRES
7604 if test -n "$WINDRES"; then
7605 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7606 echo "${ECHO_T}$WINDRES" >&6
7608 echo "$as_me:$LINENO: result
: no
" >&5
7609 echo "${ECHO_T}no
" >&6
7615 for ncn_progname in windres; do
7616 if test -n "$ncn_tool_prefix"; then
7617 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7618 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7619 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7620 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7621 if test "${ac_cv_prog_WINDRES+set}" = set; then
7622 echo $ECHO_N "(cached
) $ECHO_C" >&6
7624 if test -n "$WINDRES"; then
7625 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7631 test -z "$as_dir" && as_dir=.
7632 for ac_exec_ext in '' $ac_executable_extensions; do
7633 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7634 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7635 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7643 WINDRES=$ac_cv_prog_WINDRES
7644 if test -n "$WINDRES"; then
7645 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7646 echo "${ECHO_T}$WINDRES" >&6
7648 echo "$as_me:$LINENO: result
: no
" >&5
7649 echo "${ECHO_T}no
" >&6
7653 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7654 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7655 set dummy ${ncn_progname}; ac_word=$2
7656 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7657 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7658 if test "${ac_cv_prog_WINDRES+set}" = set; then
7659 echo $ECHO_N "(cached
) $ECHO_C" >&6
7661 if test -n "$WINDRES"; then
7662 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7668 test -z "$as_dir" && as_dir=.
7669 for ac_exec_ext in '' $ac_executable_extensions; do
7670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7671 ac_cv_prog_WINDRES="${ncn_progname}"
7672 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7680 WINDRES=$ac_cv_prog_WINDRES
7681 if test -n "$WINDRES"; then
7682 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7683 echo "${ECHO_T}$WINDRES" >&6
7685 echo "$as_me:$LINENO: result
: no
" >&5
7686 echo "${ECHO_T}no
" >&6
7690 test -n "$ac_cv_prog_WINDRES" && break
7693 if test -z "$ac_cv_prog_WINDRES" ; then
7695 if test $build = $host ; then
7698 WINDRES="${ncn_tool_prefix}$2"
7704 if test -n "$WINDMC"; then
7705 ac_cv_prog_WINDMC=$WINDMC
7706 elif test -n "$ac_cv_prog_WINDMC"; then
7707 WINDMC=$ac_cv_prog_WINDMC
7710 if test -n "$ac_cv_prog_WINDMC"; then
7711 for ncn_progname in windmc; do
7712 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7713 set dummy ${ncn_progname}; ac_word=$2
7714 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7715 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7716 if test "${ac_cv_prog_WINDMC+set}" = set; then
7717 echo $ECHO_N "(cached
) $ECHO_C" >&6
7719 if test -n "$WINDMC"; then
7720 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7726 test -z "$as_dir" && as_dir=.
7727 for ac_exec_ext in '' $ac_executable_extensions; do
7728 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7729 ac_cv_prog_WINDMC="${ncn_progname}"
7730 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7738 WINDMC=$ac_cv_prog_WINDMC
7739 if test -n "$WINDMC"; then
7740 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7741 echo "${ECHO_T}$WINDMC" >&6
7743 echo "$as_me:$LINENO: result
: no
" >&5
7744 echo "${ECHO_T}no
" >&6
7750 for ncn_progname in windmc; do
7751 if test -n "$ncn_tool_prefix"; then
7752 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7753 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7754 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7755 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7756 if test "${ac_cv_prog_WINDMC+set}" = set; then
7757 echo $ECHO_N "(cached
) $ECHO_C" >&6
7759 if test -n "$WINDMC"; then
7760 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7766 test -z "$as_dir" && as_dir=.
7767 for ac_exec_ext in '' $ac_executable_extensions; do
7768 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7769 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7770 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7778 WINDMC=$ac_cv_prog_WINDMC
7779 if test -n "$WINDMC"; then
7780 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7781 echo "${ECHO_T}$WINDMC" >&6
7783 echo "$as_me:$LINENO: result
: no
" >&5
7784 echo "${ECHO_T}no
" >&6
7788 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7789 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7790 set dummy ${ncn_progname}; ac_word=$2
7791 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7792 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7793 if test "${ac_cv_prog_WINDMC+set}" = set; then
7794 echo $ECHO_N "(cached
) $ECHO_C" >&6
7796 if test -n "$WINDMC"; then
7797 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7803 test -z "$as_dir" && as_dir=.
7804 for ac_exec_ext in '' $ac_executable_extensions; do
7805 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7806 ac_cv_prog_WINDMC="${ncn_progname}"
7807 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7815 WINDMC=$ac_cv_prog_WINDMC
7816 if test -n "$WINDMC"; then
7817 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7818 echo "${ECHO_T}$WINDMC" >&6
7820 echo "$as_me:$LINENO: result
: no
" >&5
7821 echo "${ECHO_T}no
" >&6
7825 test -n "$ac_cv_prog_WINDMC" && break
7828 if test -z "$ac_cv_prog_WINDMC" ; then
7830 if test $build = $host ; then
7833 WINDMC="${ncn_tool_prefix}$2"
7839 if test -n "$OBJCOPY"; then
7840 ac_cv_prog_OBJCOPY=$OBJCOPY
7841 elif test -n "$ac_cv_prog_OBJCOPY"; then
7842 OBJCOPY=$ac_cv_prog_OBJCOPY
7845 if test -n "$ac_cv_prog_OBJCOPY"; then
7846 for ncn_progname in objcopy; do
7847 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7848 set dummy ${ncn_progname}; ac_word=$2
7849 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7850 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7851 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7852 echo $ECHO_N "(cached
) $ECHO_C" >&6
7854 if test -n "$OBJCOPY"; then
7855 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7861 test -z "$as_dir" && as_dir=.
7862 for ac_exec_ext in '' $ac_executable_extensions; do
7863 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7864 ac_cv_prog_OBJCOPY="${ncn_progname}"
7865 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7873 OBJCOPY=$ac_cv_prog_OBJCOPY
7874 if test -n "$OBJCOPY"; then
7875 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7876 echo "${ECHO_T}$OBJCOPY" >&6
7878 echo "$as_me:$LINENO: result
: no
" >&5
7879 echo "${ECHO_T}no
" >&6
7885 for ncn_progname in objcopy; do
7886 if test -n "$ncn_tool_prefix"; then
7887 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7888 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7889 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7890 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7891 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7892 echo $ECHO_N "(cached
) $ECHO_C" >&6
7894 if test -n "$OBJCOPY"; then
7895 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7901 test -z "$as_dir" && as_dir=.
7902 for ac_exec_ext in '' $ac_executable_extensions; do
7903 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7904 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7905 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7913 OBJCOPY=$ac_cv_prog_OBJCOPY
7914 if test -n "$OBJCOPY"; then
7915 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7916 echo "${ECHO_T}$OBJCOPY" >&6
7918 echo "$as_me:$LINENO: result
: no
" >&5
7919 echo "${ECHO_T}no
" >&6
7923 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7924 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7925 set dummy ${ncn_progname}; ac_word=$2
7926 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7927 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7928 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7929 echo $ECHO_N "(cached
) $ECHO_C" >&6
7931 if test -n "$OBJCOPY"; then
7932 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7938 test -z "$as_dir" && as_dir=.
7939 for ac_exec_ext in '' $ac_executable_extensions; do
7940 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7941 ac_cv_prog_OBJCOPY="${ncn_progname}"
7942 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7950 OBJCOPY=$ac_cv_prog_OBJCOPY
7951 if test -n "$OBJCOPY"; then
7952 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7953 echo "${ECHO_T}$OBJCOPY" >&6
7955 echo "$as_me:$LINENO: result
: no
" >&5
7956 echo "${ECHO_T}no
" >&6
7960 test -n "$ac_cv_prog_OBJCOPY" && break
7963 if test -z "$ac_cv_prog_OBJCOPY" ; then
7965 if test $build = $host ; then
7968 OBJCOPY="${ncn_tool_prefix}$2"
7974 if test -n "$OBJDUMP"; then
7975 ac_cv_prog_OBJDUMP=$OBJDUMP
7976 elif test -n "$ac_cv_prog_OBJDUMP"; then
7977 OBJDUMP=$ac_cv_prog_OBJDUMP
7980 if test -n "$ac_cv_prog_OBJDUMP"; then
7981 for ncn_progname in objdump; do
7982 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7983 set dummy ${ncn_progname}; ac_word=$2
7984 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7985 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7986 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7987 echo $ECHO_N "(cached
) $ECHO_C" >&6
7989 if test -n "$OBJDUMP"; then
7990 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7996 test -z "$as_dir" && as_dir=.
7997 for ac_exec_ext in '' $ac_executable_extensions; do
7998 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7999 ac_cv_prog_OBJDUMP="${ncn_progname}"
8000 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8008 OBJDUMP=$ac_cv_prog_OBJDUMP
8009 if test -n "$OBJDUMP"; then
8010 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8011 echo "${ECHO_T}$OBJDUMP" >&6
8013 echo "$as_me:$LINENO: result
: no
" >&5
8014 echo "${ECHO_T}no
" >&6
8020 for ncn_progname in objdump; do
8021 if test -n "$ncn_tool_prefix"; then
8022 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8023 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8024 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8025 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8026 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8027 echo $ECHO_N "(cached
) $ECHO_C" >&6
8029 if test -n "$OBJDUMP"; then
8030 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8036 test -z "$as_dir" && as_dir=.
8037 for ac_exec_ext in '' $ac_executable_extensions; do
8038 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8039 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
8040 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8048 OBJDUMP=$ac_cv_prog_OBJDUMP
8049 if test -n "$OBJDUMP"; then
8050 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8051 echo "${ECHO_T}$OBJDUMP" >&6
8053 echo "$as_me:$LINENO: result
: no
" >&5
8054 echo "${ECHO_T}no
" >&6
8058 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
8059 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8060 set dummy ${ncn_progname}; ac_word=$2
8061 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8062 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8063 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8064 echo $ECHO_N "(cached
) $ECHO_C" >&6
8066 if test -n "$OBJDUMP"; then
8067 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8073 test -z "$as_dir" && as_dir=.
8074 for ac_exec_ext in '' $ac_executable_extensions; do
8075 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8076 ac_cv_prog_OBJDUMP="${ncn_progname}"
8077 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8085 OBJDUMP=$ac_cv_prog_OBJDUMP
8086 if test -n "$OBJDUMP"; then
8087 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8088 echo "${ECHO_T}$OBJDUMP" >&6
8090 echo "$as_me:$LINENO: result
: no
" >&5
8091 echo "${ECHO_T}no
" >&6
8095 test -n "$ac_cv_prog_OBJDUMP" && break
8098 if test -z "$ac_cv_prog_OBJDUMP" ; then
8100 if test $build = $host ; then
8103 OBJDUMP="${ncn_tool_prefix}$2"
8114 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8115 if test "${with_build_time_tools+set}" = set; then
8116 withval="$with_build_time_tools"
8120 with_build_time_tools=
8121 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8122 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8126 with_build_time_tools=
8131 if test -n "$CC_FOR_TARGET"; then
8132 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8133 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8134 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8137 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8138 for ncn_progname in cc gcc; do
8139 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8140 set dummy ${ncn_progname}; ac_word=$2
8141 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8142 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8143 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8144 echo $ECHO_N "(cached
) $ECHO_C" >&6
8146 if test -n "$CC_FOR_TARGET"; then
8147 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8153 test -z "$as_dir" && as_dir=.
8154 for ac_exec_ext in '' $ac_executable_extensions; do
8155 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8156 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8157 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8165 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8166 if test -n "$CC_FOR_TARGET"; then
8167 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8168 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8170 echo "$as_me:$LINENO: result
: no
" >&5
8171 echo "${ECHO_T}no
" >&6
8177 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8178 for ncn_progname in cc gcc; do
8179 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8180 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8181 if test -x $with_build_time_tools/${ncn_progname}; then
8182 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8183 echo "$as_me:$LINENO: result
: yes" >&5
8184 echo "${ECHO_T}yes" >&6
8187 echo "$as_me:$LINENO: result
: no
" >&5
8188 echo "${ECHO_T}no
" >&6
8193 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8194 for ncn_progname in cc gcc; do
8195 if test -n "$ncn_target_tool_prefix"; then
8196 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8197 set dummy ${ncn_target_tool_prefix}${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_CC_FOR_TARGET+set}" = set; then
8201 echo $ECHO_N "(cached
) $ECHO_C" >&6
8203 if test -n "$CC_FOR_TARGET"; then
8204 ac_cv_prog_CC_FOR_TARGET="$CC_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_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8214 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8222 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8223 if test -n "$CC_FOR_TARGET"; then
8224 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8225 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8227 echo "$as_me:$LINENO: result
: no
" >&5
8228 echo "${ECHO_T}no
" >&6
8232 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8233 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8234 set dummy ${ncn_progname}; ac_word=$2
8235 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8236 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8237 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8238 echo $ECHO_N "(cached
) $ECHO_C" >&6
8240 if test -n "$CC_FOR_TARGET"; then
8241 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8247 test -z "$as_dir" && as_dir=.
8248 for ac_exec_ext in '' $ac_executable_extensions; do
8249 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8250 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8251 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8259 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8260 if test -n "$CC_FOR_TARGET"; then
8261 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8262 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8264 echo "$as_me:$LINENO: result
: no
" >&5
8265 echo "${ECHO_T}no
" >&6
8269 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8273 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8275 if test $build = $target ; then
8278 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8281 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8286 if test -n "$CXX_FOR_TARGET"; then
8287 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8288 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8289 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8292 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8293 for ncn_progname in c++ g++ cxx gxx; do
8294 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8295 set dummy ${ncn_progname}; ac_word=$2
8296 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8297 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8298 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8299 echo $ECHO_N "(cached
) $ECHO_C" >&6
8301 if test -n "$CXX_FOR_TARGET"; then
8302 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8308 test -z "$as_dir" && as_dir=.
8309 for ac_exec_ext in '' $ac_executable_extensions; do
8310 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8311 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8312 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8320 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8321 if test -n "$CXX_FOR_TARGET"; then
8322 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8323 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8325 echo "$as_me:$LINENO: result
: no
" >&5
8326 echo "${ECHO_T}no
" >&6
8332 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8333 for ncn_progname in c++ g++ cxx gxx; do
8334 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8335 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8336 if test -x $with_build_time_tools/${ncn_progname}; then
8337 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8338 echo "$as_me:$LINENO: result
: yes" >&5
8339 echo "${ECHO_T}yes" >&6
8342 echo "$as_me:$LINENO: result
: no
" >&5
8343 echo "${ECHO_T}no
" >&6
8348 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8349 for ncn_progname in c++ g++ cxx gxx; do
8350 if test -n "$ncn_target_tool_prefix"; then
8351 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8352 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8353 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8354 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8355 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8356 echo $ECHO_N "(cached
) $ECHO_C" >&6
8358 if test -n "$CXX_FOR_TARGET"; then
8359 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8365 test -z "$as_dir" && as_dir=.
8366 for ac_exec_ext in '' $ac_executable_extensions; do
8367 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8368 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8369 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8377 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8378 if test -n "$CXX_FOR_TARGET"; then
8379 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8380 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8382 echo "$as_me:$LINENO: result
: no
" >&5
8383 echo "${ECHO_T}no
" >&6
8387 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8388 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8389 set dummy ${ncn_progname}; ac_word=$2
8390 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8391 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8392 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8393 echo $ECHO_N "(cached
) $ECHO_C" >&6
8395 if test -n "$CXX_FOR_TARGET"; then
8396 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8402 test -z "$as_dir" && as_dir=.
8403 for ac_exec_ext in '' $ac_executable_extensions; do
8404 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8405 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8406 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8414 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8415 if test -n "$CXX_FOR_TARGET"; then
8416 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8417 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8419 echo "$as_me:$LINENO: result
: no
" >&5
8420 echo "${ECHO_T}no
" >&6
8424 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8428 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8429 set dummy c++ g++ cxx gxx
8430 if test $build = $target ; then
8433 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8436 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8441 if test -n "$GCC_FOR_TARGET"; then
8442 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8443 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8444 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8447 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8448 for ncn_progname in gcc; do
8449 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8450 set dummy ${ncn_progname}; ac_word=$2
8451 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8452 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8453 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8454 echo $ECHO_N "(cached
) $ECHO_C" >&6
8456 if test -n "$GCC_FOR_TARGET"; then
8457 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8463 test -z "$as_dir" && as_dir=.
8464 for ac_exec_ext in '' $ac_executable_extensions; do
8465 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8466 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8467 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8475 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8476 if test -n "$GCC_FOR_TARGET"; then
8477 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8478 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8480 echo "$as_me:$LINENO: result
: no
" >&5
8481 echo "${ECHO_T}no
" >&6
8487 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8488 for ncn_progname in gcc; do
8489 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8490 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8491 if test -x $with_build_time_tools/${ncn_progname}; then
8492 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8493 echo "$as_me:$LINENO: result
: yes" >&5
8494 echo "${ECHO_T}yes" >&6
8497 echo "$as_me:$LINENO: result
: no
" >&5
8498 echo "${ECHO_T}no
" >&6
8503 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8504 for ncn_progname in gcc; do
8505 if test -n "$ncn_target_tool_prefix"; then
8506 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8507 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8508 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8509 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8510 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8511 echo $ECHO_N "(cached
) $ECHO_C" >&6
8513 if test -n "$GCC_FOR_TARGET"; then
8514 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8520 test -z "$as_dir" && as_dir=.
8521 for ac_exec_ext in '' $ac_executable_extensions; do
8522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8523 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8524 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8532 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8533 if test -n "$GCC_FOR_TARGET"; then
8534 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8535 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8537 echo "$as_me:$LINENO: result
: no
" >&5
8538 echo "${ECHO_T}no
" >&6
8542 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8544 set dummy ${ncn_progname}; ac_word=$2
8545 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8546 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8547 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8548 echo $ECHO_N "(cached
) $ECHO_C" >&6
8550 if test -n "$GCC_FOR_TARGET"; then
8551 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557 test -z "$as_dir" && as_dir=.
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8560 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8561 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8569 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8570 if test -n "$GCC_FOR_TARGET"; then
8571 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8572 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8574 echo "$as_me:$LINENO: result
: no
" >&5
8575 echo "${ECHO_T}no
" >&6
8579 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8583 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8584 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8586 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8591 if test -n "$GCJ_FOR_TARGET"; then
8592 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8593 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8594 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8597 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8598 for ncn_progname in gcj; do
8599 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8600 set dummy ${ncn_progname}; ac_word=$2
8601 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8602 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8603 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8604 echo $ECHO_N "(cached
) $ECHO_C" >&6
8606 if test -n "$GCJ_FOR_TARGET"; then
8607 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8613 test -z "$as_dir" && as_dir=.
8614 for ac_exec_ext in '' $ac_executable_extensions; do
8615 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8616 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8617 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8625 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8626 if test -n "$GCJ_FOR_TARGET"; then
8627 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8628 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8630 echo "$as_me:$LINENO: result
: no
" >&5
8631 echo "${ECHO_T}no
" >&6
8637 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8638 for ncn_progname in gcj; do
8639 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8640 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8641 if test -x $with_build_time_tools/${ncn_progname}; then
8642 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8643 echo "$as_me:$LINENO: result
: yes" >&5
8644 echo "${ECHO_T}yes" >&6
8647 echo "$as_me:$LINENO: result
: no
" >&5
8648 echo "${ECHO_T}no
" >&6
8653 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8654 for ncn_progname in gcj; do
8655 if test -n "$ncn_target_tool_prefix"; then
8656 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8657 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8658 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8659 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8660 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8661 echo $ECHO_N "(cached
) $ECHO_C" >&6
8663 if test -n "$GCJ_FOR_TARGET"; then
8664 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8670 test -z "$as_dir" && as_dir=.
8671 for ac_exec_ext in '' $ac_executable_extensions; do
8672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8673 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8674 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8682 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8683 if test -n "$GCJ_FOR_TARGET"; then
8684 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8685 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8687 echo "$as_me:$LINENO: result
: no
" >&5
8688 echo "${ECHO_T}no
" >&6
8692 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8693 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8694 set dummy ${ncn_progname}; ac_word=$2
8695 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8696 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8697 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8698 echo $ECHO_N "(cached
) $ECHO_C" >&6
8700 if test -n "$GCJ_FOR_TARGET"; then
8701 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8707 test -z "$as_dir" && as_dir=.
8708 for ac_exec_ext in '' $ac_executable_extensions; do
8709 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8710 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8711 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8719 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8720 if test -n "$GCJ_FOR_TARGET"; then
8721 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8722 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8724 echo "$as_me:$LINENO: result
: no
" >&5
8725 echo "${ECHO_T}no
" >&6
8729 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8733 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8735 if test $build = $target ; then
8738 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8741 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8746 if test -n "$GFORTRAN_FOR_TARGET"; then
8747 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8748 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8749 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8752 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8753 for ncn_progname in gfortran; do
8754 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8755 set dummy ${ncn_progname}; ac_word=$2
8756 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8757 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8758 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8759 echo $ECHO_N "(cached
) $ECHO_C" >&6
8761 if test -n "$GFORTRAN_FOR_TARGET"; then
8762 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8768 test -z "$as_dir" && as_dir=.
8769 for ac_exec_ext in '' $ac_executable_extensions; do
8770 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8771 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8772 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8780 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8781 if test -n "$GFORTRAN_FOR_TARGET"; then
8782 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8783 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8785 echo "$as_me:$LINENO: result
: no
" >&5
8786 echo "${ECHO_T}no
" >&6
8792 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8793 for ncn_progname in gfortran; do
8794 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8795 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8796 if test -x $with_build_time_tools/${ncn_progname}; then
8797 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8798 echo "$as_me:$LINENO: result
: yes" >&5
8799 echo "${ECHO_T}yes" >&6
8802 echo "$as_me:$LINENO: result
: no
" >&5
8803 echo "${ECHO_T}no
" >&6
8808 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8809 for ncn_progname in gfortran; do
8810 if test -n "$ncn_target_tool_prefix"; then
8811 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8812 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8813 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8814 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8815 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8816 echo $ECHO_N "(cached
) $ECHO_C" >&6
8818 if test -n "$GFORTRAN_FOR_TARGET"; then
8819 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8825 test -z "$as_dir" && as_dir=.
8826 for ac_exec_ext in '' $ac_executable_extensions; do
8827 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8828 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8829 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8837 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8838 if test -n "$GFORTRAN_FOR_TARGET"; then
8839 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8840 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8842 echo "$as_me:$LINENO: result
: no
" >&5
8843 echo "${ECHO_T}no
" >&6
8847 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8848 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8849 set dummy ${ncn_progname}; ac_word=$2
8850 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8851 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8852 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8853 echo $ECHO_N "(cached
) $ECHO_C" >&6
8855 if test -n "$GFORTRAN_FOR_TARGET"; then
8856 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8862 test -z "$as_dir" && as_dir=.
8863 for ac_exec_ext in '' $ac_executable_extensions; do
8864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8865 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8866 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8874 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8875 if test -n "$GFORTRAN_FOR_TARGET"; then
8876 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8877 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8879 echo "$as_me:$LINENO: result
: no
" >&5
8880 echo "${ECHO_T}no
" >&6
8884 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8888 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8890 if test $build = $target ; then
8891 GFORTRAN_FOR_TARGET="$2"
8893 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8896 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8901 cat > conftest.c << \EOF
8906 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8907 have_gcc_for_target=yes
8909 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8910 have_gcc_for_target=no
8917 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8918 if test -n "$with_build_time_tools"; then
8919 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8920 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8921 if test -x $with_build_time_tools/ar; then
8922 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8923 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8924 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8925 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8927 echo "$as_me:$LINENO: result
: no
" >&5
8928 echo "${ECHO_T}no
" >&6
8930 elif test $build != $host && test $have_gcc_for_target = yes; then
8931 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8932 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8933 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8936 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8937 # Extract the first word of "ar", so it can be a program name with args.
8938 set dummy ar; ac_word=$2
8939 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8940 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8941 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8942 echo $ECHO_N "(cached
) $ECHO_C" >&6
8944 case $AR_FOR_TARGET in
8946 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8950 for as_dir in $gcc_cv_tool_dirs
8953 test -z "$as_dir" && as_dir=.
8954 for ac_exec_ext in '' $ac_executable_extensions; do
8955 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8956 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8957 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8966 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8968 if test -n "$AR_FOR_TARGET"; then
8969 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8970 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8972 echo "$as_me:$LINENO: result
: no
" >&5
8973 echo "${ECHO_T}no
" >&6
8977 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8980 if test -n "$AR_FOR_TARGET"; then
8981 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8982 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8983 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8986 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8987 for ncn_progname in ar; do
8988 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8989 set dummy ${ncn_progname}; ac_word=$2
8990 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8991 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8992 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8993 echo $ECHO_N "(cached
) $ECHO_C" >&6
8995 if test -n "$AR_FOR_TARGET"; then
8996 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9002 test -z "$as_dir" && as_dir=.
9003 for ac_exec_ext in '' $ac_executable_extensions; do
9004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9005 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9006 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9014 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9015 if test -n "$AR_FOR_TARGET"; then
9016 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9017 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9019 echo "$as_me:$LINENO: result
: no
" >&5
9020 echo "${ECHO_T}no
" >&6
9026 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
9027 for ncn_progname in ar; do
9028 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9029 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9030 if test -x $with_build_time_tools/${ncn_progname}; then
9031 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9032 echo "$as_me:$LINENO: result
: yes" >&5
9033 echo "${ECHO_T}yes" >&6
9036 echo "$as_me:$LINENO: result
: no
" >&5
9037 echo "${ECHO_T}no
" >&6
9042 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
9043 for ncn_progname in ar; do
9044 if test -n "$ncn_target_tool_prefix"; then
9045 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9046 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9047 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9048 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9049 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9050 echo $ECHO_N "(cached
) $ECHO_C" >&6
9052 if test -n "$AR_FOR_TARGET"; then
9053 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9059 test -z "$as_dir" && as_dir=.
9060 for ac_exec_ext in '' $ac_executable_extensions; do
9061 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9062 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9063 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9071 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9072 if test -n "$AR_FOR_TARGET"; then
9073 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9074 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9076 echo "$as_me:$LINENO: result
: no
" >&5
9077 echo "${ECHO_T}no
" >&6
9081 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
9082 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9083 set dummy ${ncn_progname}; ac_word=$2
9084 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9085 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9086 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9087 echo $ECHO_N "(cached
) $ECHO_C" >&6
9089 if test -n "$AR_FOR_TARGET"; then
9090 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9096 test -z "$as_dir" && as_dir=.
9097 for ac_exec_ext in '' $ac_executable_extensions; do
9098 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9099 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9100 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9108 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9109 if test -n "$AR_FOR_TARGET"; then
9110 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9111 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9113 echo "$as_me:$LINENO: result
: no
" >&5
9114 echo "${ECHO_T}no
" >&6
9118 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9122 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9124 if test $build = $target ; then
9127 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9130 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9134 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9140 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9141 if test -n "$with_build_time_tools"; then
9142 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9143 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9144 if test -x $with_build_time_tools/as; then
9145 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9146 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9147 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9148 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9150 echo "$as_me:$LINENO: result
: no
" >&5
9151 echo "${ECHO_T}no
" >&6
9153 elif test $build != $host && test $have_gcc_for_target = yes; then
9154 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9155 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9156 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9159 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9160 # Extract the first word of "as
", so it can be a program name with args.
9161 set dummy as; ac_word=$2
9162 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9163 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9164 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9165 echo $ECHO_N "(cached
) $ECHO_C" >&6
9167 case $AS_FOR_TARGET in
9169 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9173 for as_dir in $gcc_cv_tool_dirs
9176 test -z "$as_dir" && as_dir=.
9177 for ac_exec_ext in '' $ac_executable_extensions; do
9178 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9179 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9180 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9189 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9191 if test -n "$AS_FOR_TARGET"; then
9192 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9193 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9195 echo "$as_me:$LINENO: result
: no
" >&5
9196 echo "${ECHO_T}no
" >&6
9200 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9203 if test -n "$AS_FOR_TARGET"; then
9204 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9205 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9206 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9209 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9210 for ncn_progname in as; do
9211 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9212 set dummy ${ncn_progname}; ac_word=$2
9213 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9214 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9215 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9216 echo $ECHO_N "(cached
) $ECHO_C" >&6
9218 if test -n "$AS_FOR_TARGET"; then
9219 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9225 test -z "$as_dir" && as_dir=.
9226 for ac_exec_ext in '' $ac_executable_extensions; do
9227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9228 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9229 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9237 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9238 if test -n "$AS_FOR_TARGET"; then
9239 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9240 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9242 echo "$as_me:$LINENO: result
: no
" >&5
9243 echo "${ECHO_T}no
" >&6
9249 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9250 for ncn_progname in as; do
9251 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9252 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9253 if test -x $with_build_time_tools/${ncn_progname}; then
9254 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9255 echo "$as_me:$LINENO: result
: yes" >&5
9256 echo "${ECHO_T}yes" >&6
9259 echo "$as_me:$LINENO: result
: no
" >&5
9260 echo "${ECHO_T}no
" >&6
9265 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9266 for ncn_progname in as; do
9267 if test -n "$ncn_target_tool_prefix"; then
9268 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9269 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9270 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9271 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9272 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9273 echo $ECHO_N "(cached
) $ECHO_C" >&6
9275 if test -n "$AS_FOR_TARGET"; then
9276 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9282 test -z "$as_dir" && as_dir=.
9283 for ac_exec_ext in '' $ac_executable_extensions; do
9284 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9285 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9286 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9294 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9295 if test -n "$AS_FOR_TARGET"; then
9296 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9297 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9299 echo "$as_me:$LINENO: result
: no
" >&5
9300 echo "${ECHO_T}no
" >&6
9304 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9305 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9306 set dummy ${ncn_progname}; ac_word=$2
9307 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9308 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9309 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9310 echo $ECHO_N "(cached
) $ECHO_C" >&6
9312 if test -n "$AS_FOR_TARGET"; then
9313 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9319 test -z "$as_dir" && as_dir=.
9320 for ac_exec_ext in '' $ac_executable_extensions; do
9321 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9322 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9323 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9331 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9332 if test -n "$AS_FOR_TARGET"; then
9333 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9334 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9336 echo "$as_me:$LINENO: result
: no
" >&5
9337 echo "${ECHO_T}no
" >&6
9341 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9345 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9347 if test $build = $target ; then
9350 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9353 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9357 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9363 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9364 if test -n "$with_build_time_tools"; then
9365 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9366 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9367 if test -x $with_build_time_tools/dlltool; then
9368 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9369 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9370 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9371 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9373 echo "$as_me:$LINENO: result
: no
" >&5
9374 echo "${ECHO_T}no
" >&6
9376 elif test $build != $host && test $have_gcc_for_target = yes; then
9377 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9378 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9379 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9382 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9383 # Extract the first word of "dlltool
", so it can be a program name with args.
9384 set dummy dlltool; ac_word=$2
9385 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9386 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9387 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9388 echo $ECHO_N "(cached
) $ECHO_C" >&6
9390 case $DLLTOOL_FOR_TARGET in
9392 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9396 for as_dir in $gcc_cv_tool_dirs
9399 test -z "$as_dir" && as_dir=.
9400 for ac_exec_ext in '' $ac_executable_extensions; do
9401 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9402 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9403 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9412 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9414 if test -n "$DLLTOOL_FOR_TARGET"; then
9415 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9416 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9418 echo "$as_me:$LINENO: result
: no
" >&5
9419 echo "${ECHO_T}no
" >&6
9423 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9426 if test -n "$DLLTOOL_FOR_TARGET"; then
9427 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9428 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9429 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9432 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9433 for ncn_progname in dlltool; do
9434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9435 set dummy ${ncn_progname}; ac_word=$2
9436 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9437 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9438 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9439 echo $ECHO_N "(cached
) $ECHO_C" >&6
9441 if test -n "$DLLTOOL_FOR_TARGET"; then
9442 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9448 test -z "$as_dir" && as_dir=.
9449 for ac_exec_ext in '' $ac_executable_extensions; do
9450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9451 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9452 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9460 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9461 if test -n "$DLLTOOL_FOR_TARGET"; then
9462 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9463 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9465 echo "$as_me:$LINENO: result
: no
" >&5
9466 echo "${ECHO_T}no
" >&6
9472 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9473 for ncn_progname in dlltool; do
9474 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9475 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9476 if test -x $with_build_time_tools/${ncn_progname}; then
9477 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9478 echo "$as_me:$LINENO: result
: yes" >&5
9479 echo "${ECHO_T}yes" >&6
9482 echo "$as_me:$LINENO: result
: no
" >&5
9483 echo "${ECHO_T}no
" >&6
9488 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9489 for ncn_progname in dlltool; do
9490 if test -n "$ncn_target_tool_prefix"; then
9491 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9492 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9493 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9494 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9495 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9496 echo $ECHO_N "(cached
) $ECHO_C" >&6
9498 if test -n "$DLLTOOL_FOR_TARGET"; then
9499 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9505 test -z "$as_dir" && as_dir=.
9506 for ac_exec_ext in '' $ac_executable_extensions; do
9507 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9508 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9509 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9517 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9518 if test -n "$DLLTOOL_FOR_TARGET"; then
9519 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9520 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9522 echo "$as_me:$LINENO: result
: no
" >&5
9523 echo "${ECHO_T}no
" >&6
9527 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9528 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9529 set dummy ${ncn_progname}; ac_word=$2
9530 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9531 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9532 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9533 echo $ECHO_N "(cached
) $ECHO_C" >&6
9535 if test -n "$DLLTOOL_FOR_TARGET"; then
9536 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9542 test -z "$as_dir" && as_dir=.
9543 for ac_exec_ext in '' $ac_executable_extensions; do
9544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9545 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9546 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9554 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9555 if test -n "$DLLTOOL_FOR_TARGET"; then
9556 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9557 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9559 echo "$as_me:$LINENO: result
: no
" >&5
9560 echo "${ECHO_T}no
" >&6
9564 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9568 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9570 if test $build = $target ; then
9571 DLLTOOL_FOR_TARGET="$2"
9573 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9576 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9580 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9586 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9587 if test -n "$with_build_time_tools"; then
9588 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9589 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9590 if test -x $with_build_time_tools/ld; then
9591 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9592 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9593 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9594 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9596 echo "$as_me:$LINENO: result
: no
" >&5
9597 echo "${ECHO_T}no
" >&6
9599 elif test $build != $host && test $have_gcc_for_target = yes; then
9600 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9601 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9602 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9605 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9606 # Extract the first word of "ld
", so it can be a program name with args.
9607 set dummy ld; ac_word=$2
9608 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9609 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9610 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9611 echo $ECHO_N "(cached
) $ECHO_C" >&6
9613 case $LD_FOR_TARGET in
9615 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9619 for as_dir in $gcc_cv_tool_dirs
9622 test -z "$as_dir" && as_dir=.
9623 for ac_exec_ext in '' $ac_executable_extensions; do
9624 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9625 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9626 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9635 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9637 if test -n "$LD_FOR_TARGET"; then
9638 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9639 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9641 echo "$as_me:$LINENO: result
: no
" >&5
9642 echo "${ECHO_T}no
" >&6
9646 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9649 if test -n "$LD_FOR_TARGET"; then
9650 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9651 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9652 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9655 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9656 for ncn_progname in ld; do
9657 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9658 set dummy ${ncn_progname}; ac_word=$2
9659 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9660 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9661 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9662 echo $ECHO_N "(cached
) $ECHO_C" >&6
9664 if test -n "$LD_FOR_TARGET"; then
9665 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9671 test -z "$as_dir" && as_dir=.
9672 for ac_exec_ext in '' $ac_executable_extensions; do
9673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9674 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9675 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9683 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9684 if test -n "$LD_FOR_TARGET"; then
9685 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9686 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9688 echo "$as_me:$LINENO: result
: no
" >&5
9689 echo "${ECHO_T}no
" >&6
9695 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9696 for ncn_progname in ld; do
9697 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9698 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9699 if test -x $with_build_time_tools/${ncn_progname}; then
9700 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9701 echo "$as_me:$LINENO: result
: yes" >&5
9702 echo "${ECHO_T}yes" >&6
9705 echo "$as_me:$LINENO: result
: no
" >&5
9706 echo "${ECHO_T}no
" >&6
9711 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9712 for ncn_progname in ld; do
9713 if test -n "$ncn_target_tool_prefix"; then
9714 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9715 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9716 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9717 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9718 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9719 echo $ECHO_N "(cached
) $ECHO_C" >&6
9721 if test -n "$LD_FOR_TARGET"; then
9722 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9731 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9732 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9740 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9741 if test -n "$LD_FOR_TARGET"; then
9742 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9743 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9745 echo "$as_me:$LINENO: result
: no
" >&5
9746 echo "${ECHO_T}no
" >&6
9750 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9751 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9752 set dummy ${ncn_progname}; ac_word=$2
9753 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9754 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9755 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9756 echo $ECHO_N "(cached
) $ECHO_C" >&6
9758 if test -n "$LD_FOR_TARGET"; then
9759 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9765 test -z "$as_dir" && as_dir=.
9766 for ac_exec_ext in '' $ac_executable_extensions; do
9767 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9768 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9769 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9777 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9778 if test -n "$LD_FOR_TARGET"; then
9779 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9780 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9782 echo "$as_me:$LINENO: result
: no
" >&5
9783 echo "${ECHO_T}no
" >&6
9787 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9791 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9793 if test $build = $target ; then
9796 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9799 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9803 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9809 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9810 if test -n "$with_build_time_tools"; then
9811 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9812 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9813 if test -x $with_build_time_tools/lipo; then
9814 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9815 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9816 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9817 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9819 echo "$as_me:$LINENO: result
: no
" >&5
9820 echo "${ECHO_T}no
" >&6
9822 elif test $build != $host && test $have_gcc_for_target = yes; then
9823 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9824 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9825 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9828 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9829 # Extract the first word of "lipo
", so it can be a program name with args.
9830 set dummy lipo; ac_word=$2
9831 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9832 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9833 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9834 echo $ECHO_N "(cached
) $ECHO_C" >&6
9836 case $LIPO_FOR_TARGET in
9838 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9842 for as_dir in $gcc_cv_tool_dirs
9845 test -z "$as_dir" && as_dir=.
9846 for ac_exec_ext in '' $ac_executable_extensions; do
9847 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9848 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9849 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9858 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9860 if test -n "$LIPO_FOR_TARGET"; then
9861 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9862 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9864 echo "$as_me:$LINENO: result
: no
" >&5
9865 echo "${ECHO_T}no
" >&6
9869 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9872 if test -n "$LIPO_FOR_TARGET"; then
9873 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9874 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9875 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9878 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9879 for ncn_progname in lipo; do
9880 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9881 set dummy ${ncn_progname}; ac_word=$2
9882 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9883 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9884 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9885 echo $ECHO_N "(cached
) $ECHO_C" >&6
9887 if test -n "$LIPO_FOR_TARGET"; then
9888 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9894 test -z "$as_dir" && as_dir=.
9895 for ac_exec_ext in '' $ac_executable_extensions; do
9896 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9897 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9898 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9906 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9907 if test -n "$LIPO_FOR_TARGET"; then
9908 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9909 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9911 echo "$as_me:$LINENO: result
: no
" >&5
9912 echo "${ECHO_T}no
" >&6
9918 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9919 for ncn_progname in lipo; do
9920 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9921 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9922 if test -x $with_build_time_tools/${ncn_progname}; then
9923 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9924 echo "$as_me:$LINENO: result
: yes" >&5
9925 echo "${ECHO_T}yes" >&6
9928 echo "$as_me:$LINENO: result
: no
" >&5
9929 echo "${ECHO_T}no
" >&6
9934 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9935 for ncn_progname in lipo; do
9936 if test -n "$ncn_target_tool_prefix"; then
9937 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9938 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9939 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9940 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9941 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9942 echo $ECHO_N "(cached
) $ECHO_C" >&6
9944 if test -n "$LIPO_FOR_TARGET"; then
9945 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9951 test -z "$as_dir" && as_dir=.
9952 for ac_exec_ext in '' $ac_executable_extensions; do
9953 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9954 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9955 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9963 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9964 if test -n "$LIPO_FOR_TARGET"; then
9965 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9966 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9968 echo "$as_me:$LINENO: result
: no
" >&5
9969 echo "${ECHO_T}no
" >&6
9973 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9974 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9975 set dummy ${ncn_progname}; ac_word=$2
9976 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9977 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9978 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9979 echo $ECHO_N "(cached
) $ECHO_C" >&6
9981 if test -n "$LIPO_FOR_TARGET"; then
9982 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9988 test -z "$as_dir" && as_dir=.
9989 for ac_exec_ext in '' $ac_executable_extensions; do
9990 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9991 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9992 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10000 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10001 if test -n "$LIPO_FOR_TARGET"; then
10002 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10003 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10005 echo "$as_me:$LINENO: result
: no
" >&5
10006 echo "${ECHO_T}no
" >&6
10010 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
10014 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
10016 if test $build = $target ; then
10017 LIPO_FOR_TARGET="$2"
10019 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
10022 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
10026 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10032 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10033 if test -n "$with_build_time_tools"; then
10034 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
10035 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
10036 if test -x $with_build_time_tools/nm; then
10037 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
10038 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10039 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
10040 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
10042 echo "$as_me:$LINENO: result
: no
" >&5
10043 echo "${ECHO_T}no
" >&6
10045 elif test $build != $host && test $have_gcc_for_target = yes; then
10046 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
10047 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
10048 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10051 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10052 # Extract the first word of "nm
", so it can be a program name with args.
10053 set dummy nm; ac_word=$2
10054 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10055 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10056 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
10057 echo $ECHO_N "(cached
) $ECHO_C" >&6
10059 case $NM_FOR_TARGET in
10061 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
10064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10065 for as_dir in $gcc_cv_tool_dirs
10068 test -z "$as_dir" && as_dir=.
10069 for ac_exec_ext in '' $ac_executable_extensions; do
10070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10071 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10072 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10081 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10083 if test -n "$NM_FOR_TARGET"; then
10084 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10085 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10087 echo "$as_me:$LINENO: result
: no
" >&5
10088 echo "${ECHO_T}no
" >&6
10092 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10095 if test -n "$NM_FOR_TARGET"; then
10096 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
10097 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10098 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10101 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10102 for ncn_progname in nm; do
10103 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10104 set dummy ${ncn_progname}; ac_word=$2
10105 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10106 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10107 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10108 echo $ECHO_N "(cached
) $ECHO_C" >&6
10110 if test -n "$NM_FOR_TARGET"; then
10111 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10114 for as_dir in $PATH
10117 test -z "$as_dir" && as_dir=.
10118 for ac_exec_ext in '' $ac_executable_extensions; do
10119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10120 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10121 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10129 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10130 if test -n "$NM_FOR_TARGET"; then
10131 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10132 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10134 echo "$as_me:$LINENO: result
: no
" >&5
10135 echo "${ECHO_T}no
" >&6
10141 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10142 for ncn_progname in nm; do
10143 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10144 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10145 if test -x $with_build_time_tools/${ncn_progname}; then
10146 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10147 echo "$as_me:$LINENO: result
: yes" >&5
10148 echo "${ECHO_T}yes" >&6
10151 echo "$as_me:$LINENO: result
: no
" >&5
10152 echo "${ECHO_T}no
" >&6
10157 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10158 for ncn_progname in nm; do
10159 if test -n "$ncn_target_tool_prefix"; then
10160 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10161 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10162 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10163 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10164 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10165 echo $ECHO_N "(cached
) $ECHO_C" >&6
10167 if test -n "$NM_FOR_TARGET"; then
10168 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10171 for as_dir in $PATH
10174 test -z "$as_dir" && as_dir=.
10175 for ac_exec_ext in '' $ac_executable_extensions; do
10176 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10177 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10178 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10186 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10187 if test -n "$NM_FOR_TARGET"; then
10188 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10189 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10191 echo "$as_me:$LINENO: result
: no
" >&5
10192 echo "${ECHO_T}no
" >&6
10196 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10197 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10198 set dummy ${ncn_progname}; ac_word=$2
10199 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10200 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10201 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10202 echo $ECHO_N "(cached
) $ECHO_C" >&6
10204 if test -n "$NM_FOR_TARGET"; then
10205 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10208 for as_dir in $PATH
10211 test -z "$as_dir" && as_dir=.
10212 for ac_exec_ext in '' $ac_executable_extensions; do
10213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10214 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10215 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10223 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10224 if test -n "$NM_FOR_TARGET"; then
10225 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10226 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10228 echo "$as_me:$LINENO: result
: no
" >&5
10229 echo "${ECHO_T}no
" >&6
10233 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10237 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10239 if test $build = $target ; then
10242 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10245 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10249 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10255 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10256 if test -n "$with_build_time_tools"; then
10257 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10258 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10259 if test -x $with_build_time_tools/objdump; then
10260 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10261 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10262 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10263 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10265 echo "$as_me:$LINENO: result
: no
" >&5
10266 echo "${ECHO_T}no
" >&6
10268 elif test $build != $host && test $have_gcc_for_target = yes; then
10269 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10270 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10271 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10274 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10275 # Extract the first word of "objdump
", so it can be a program name with args.
10276 set dummy objdump; ac_word=$2
10277 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10278 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10279 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10280 echo $ECHO_N "(cached
) $ECHO_C" >&6
10282 case $OBJDUMP_FOR_TARGET in
10284 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10288 for as_dir in $gcc_cv_tool_dirs
10291 test -z "$as_dir" && as_dir=.
10292 for ac_exec_ext in '' $ac_executable_extensions; do
10293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10294 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10295 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10304 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10306 if test -n "$OBJDUMP_FOR_TARGET"; then
10307 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10308 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10310 echo "$as_me:$LINENO: result
: no
" >&5
10311 echo "${ECHO_T}no
" >&6
10315 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10318 if test -n "$OBJDUMP_FOR_TARGET"; then
10319 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10320 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10321 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10324 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10325 for ncn_progname in objdump; do
10326 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10327 set dummy ${ncn_progname}; ac_word=$2
10328 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10329 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10330 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10331 echo $ECHO_N "(cached
) $ECHO_C" >&6
10333 if test -n "$OBJDUMP_FOR_TARGET"; then
10334 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10337 for as_dir in $PATH
10340 test -z "$as_dir" && as_dir=.
10341 for ac_exec_ext in '' $ac_executable_extensions; do
10342 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10343 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10344 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10352 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10353 if test -n "$OBJDUMP_FOR_TARGET"; then
10354 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10355 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10357 echo "$as_me:$LINENO: result
: no
" >&5
10358 echo "${ECHO_T}no
" >&6
10364 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10365 for ncn_progname in objdump; do
10366 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10367 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10368 if test -x $with_build_time_tools/${ncn_progname}; then
10369 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10370 echo "$as_me:$LINENO: result
: yes" >&5
10371 echo "${ECHO_T}yes" >&6
10374 echo "$as_me:$LINENO: result
: no
" >&5
10375 echo "${ECHO_T}no
" >&6
10380 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10381 for ncn_progname in objdump; do
10382 if test -n "$ncn_target_tool_prefix"; then
10383 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10384 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10385 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10386 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10387 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10388 echo $ECHO_N "(cached
) $ECHO_C" >&6
10390 if test -n "$OBJDUMP_FOR_TARGET"; then
10391 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10394 for as_dir in $PATH
10397 test -z "$as_dir" && as_dir=.
10398 for ac_exec_ext in '' $ac_executable_extensions; do
10399 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10400 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10401 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10409 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10410 if test -n "$OBJDUMP_FOR_TARGET"; then
10411 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10412 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10414 echo "$as_me:$LINENO: result
: no
" >&5
10415 echo "${ECHO_T}no
" >&6
10419 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10420 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10421 set dummy ${ncn_progname}; ac_word=$2
10422 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10423 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10424 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10425 echo $ECHO_N "(cached
) $ECHO_C" >&6
10427 if test -n "$OBJDUMP_FOR_TARGET"; then
10428 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10431 for as_dir in $PATH
10434 test -z "$as_dir" && as_dir=.
10435 for ac_exec_ext in '' $ac_executable_extensions; do
10436 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10437 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10438 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10446 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10447 if test -n "$OBJDUMP_FOR_TARGET"; then
10448 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10449 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10451 echo "$as_me:$LINENO: result
: no
" >&5
10452 echo "${ECHO_T}no
" >&6
10456 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10460 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10462 if test $build = $target ; then
10463 OBJDUMP_FOR_TARGET="$2"
10465 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10468 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10472 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10478 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10479 if test -n "$with_build_time_tools"; then
10480 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10481 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10482 if test -x $with_build_time_tools/ranlib; then
10483 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10484 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10485 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10486 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10488 echo "$as_me:$LINENO: result
: no
" >&5
10489 echo "${ECHO_T}no
" >&6
10491 elif test $build != $host && test $have_gcc_for_target = yes; then
10492 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10493 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10494 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10497 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10498 # Extract the first word of "ranlib
", so it can be a program name with args.
10499 set dummy ranlib; ac_word=$2
10500 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10501 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10502 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10503 echo $ECHO_N "(cached
) $ECHO_C" >&6
10505 case $RANLIB_FOR_TARGET in
10507 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10511 for as_dir in $gcc_cv_tool_dirs
10514 test -z "$as_dir" && as_dir=.
10515 for ac_exec_ext in '' $ac_executable_extensions; do
10516 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10517 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10518 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10527 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10529 if test -n "$RANLIB_FOR_TARGET"; then
10530 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10531 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10533 echo "$as_me:$LINENO: result
: no
" >&5
10534 echo "${ECHO_T}no
" >&6
10538 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10541 if test -n "$RANLIB_FOR_TARGET"; then
10542 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10543 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10544 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10547 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10548 for ncn_progname in ranlib; do
10549 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10550 set dummy ${ncn_progname}; ac_word=$2
10551 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10552 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10553 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10554 echo $ECHO_N "(cached
) $ECHO_C" >&6
10556 if test -n "$RANLIB_FOR_TARGET"; then
10557 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10560 for as_dir in $PATH
10563 test -z "$as_dir" && as_dir=.
10564 for ac_exec_ext in '' $ac_executable_extensions; do
10565 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10566 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10567 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10575 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10576 if test -n "$RANLIB_FOR_TARGET"; then
10577 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10578 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10580 echo "$as_me:$LINENO: result
: no
" >&5
10581 echo "${ECHO_T}no
" >&6
10587 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10588 for ncn_progname in ranlib; do
10589 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10590 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10591 if test -x $with_build_time_tools/${ncn_progname}; then
10592 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10593 echo "$as_me:$LINENO: result
: yes" >&5
10594 echo "${ECHO_T}yes" >&6
10597 echo "$as_me:$LINENO: result
: no
" >&5
10598 echo "${ECHO_T}no
" >&6
10603 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10604 for ncn_progname in ranlib; do
10605 if test -n "$ncn_target_tool_prefix"; then
10606 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10607 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10608 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10609 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10610 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10611 echo $ECHO_N "(cached
) $ECHO_C" >&6
10613 if test -n "$RANLIB_FOR_TARGET"; then
10614 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10617 for as_dir in $PATH
10620 test -z "$as_dir" && as_dir=.
10621 for ac_exec_ext in '' $ac_executable_extensions; do
10622 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10623 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10624 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10632 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10633 if test -n "$RANLIB_FOR_TARGET"; then
10634 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10635 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10637 echo "$as_me:$LINENO: result
: no
" >&5
10638 echo "${ECHO_T}no
" >&6
10642 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10643 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10644 set dummy ${ncn_progname}; ac_word=$2
10645 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10646 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10647 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10648 echo $ECHO_N "(cached
) $ECHO_C" >&6
10650 if test -n "$RANLIB_FOR_TARGET"; then
10651 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10654 for as_dir in $PATH
10657 test -z "$as_dir" && as_dir=.
10658 for ac_exec_ext in '' $ac_executable_extensions; do
10659 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10660 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10661 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10669 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10670 if test -n "$RANLIB_FOR_TARGET"; then
10671 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10672 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10674 echo "$as_me:$LINENO: result
: no
" >&5
10675 echo "${ECHO_T}no
" >&6
10679 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10683 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10685 if test $build = $target ; then
10686 RANLIB_FOR_TARGET="$2"
10688 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10691 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10695 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10701 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10702 if test -n "$with_build_time_tools"; then
10703 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10704 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10705 if test -x $with_build_time_tools/strip; then
10706 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10707 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10708 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10709 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10711 echo "$as_me:$LINENO: result
: no
" >&5
10712 echo "${ECHO_T}no
" >&6
10714 elif test $build != $host && test $have_gcc_for_target = yes; then
10715 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10716 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10717 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10720 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10721 # Extract the first word of "strip
", so it can be a program name with args.
10722 set dummy strip; ac_word=$2
10723 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10724 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10725 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10726 echo $ECHO_N "(cached
) $ECHO_C" >&6
10728 case $STRIP_FOR_TARGET in
10730 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10734 for as_dir in $gcc_cv_tool_dirs
10737 test -z "$as_dir" && as_dir=.
10738 for ac_exec_ext in '' $ac_executable_extensions; do
10739 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10740 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10741 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10750 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10752 if test -n "$STRIP_FOR_TARGET"; then
10753 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10754 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10756 echo "$as_me:$LINENO: result
: no
" >&5
10757 echo "${ECHO_T}no
" >&6
10761 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10764 if test -n "$STRIP_FOR_TARGET"; then
10765 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10766 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10767 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10770 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10771 for ncn_progname in strip; do
10772 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10773 set dummy ${ncn_progname}; ac_word=$2
10774 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10775 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10776 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10777 echo $ECHO_N "(cached
) $ECHO_C" >&6
10779 if test -n "$STRIP_FOR_TARGET"; then
10780 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10783 for as_dir in $PATH
10786 test -z "$as_dir" && as_dir=.
10787 for ac_exec_ext in '' $ac_executable_extensions; do
10788 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10789 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10790 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10798 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10799 if test -n "$STRIP_FOR_TARGET"; then
10800 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10801 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10803 echo "$as_me:$LINENO: result
: no
" >&5
10804 echo "${ECHO_T}no
" >&6
10810 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10811 for ncn_progname in strip; do
10812 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10813 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10814 if test -x $with_build_time_tools/${ncn_progname}; then
10815 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10816 echo "$as_me:$LINENO: result
: yes" >&5
10817 echo "${ECHO_T}yes" >&6
10820 echo "$as_me:$LINENO: result
: no
" >&5
10821 echo "${ECHO_T}no
" >&6
10826 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10827 for ncn_progname in strip; do
10828 if test -n "$ncn_target_tool_prefix"; then
10829 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10830 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10831 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10832 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10833 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10834 echo $ECHO_N "(cached
) $ECHO_C" >&6
10836 if test -n "$STRIP_FOR_TARGET"; then
10837 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10840 for as_dir in $PATH
10843 test -z "$as_dir" && as_dir=.
10844 for ac_exec_ext in '' $ac_executable_extensions; do
10845 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10846 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10847 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10855 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10856 if test -n "$STRIP_FOR_TARGET"; then
10857 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10858 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10860 echo "$as_me:$LINENO: result
: no
" >&5
10861 echo "${ECHO_T}no
" >&6
10865 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10866 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10867 set dummy ${ncn_progname}; ac_word=$2
10868 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10869 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10870 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10871 echo $ECHO_N "(cached
) $ECHO_C" >&6
10873 if test -n "$STRIP_FOR_TARGET"; then
10874 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10877 for as_dir in $PATH
10880 test -z "$as_dir" && as_dir=.
10881 for ac_exec_ext in '' $ac_executable_extensions; do
10882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10883 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10884 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10892 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10893 if test -n "$STRIP_FOR_TARGET"; then
10894 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10895 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10897 echo "$as_me:$LINENO: result
: no
" >&5
10898 echo "${ECHO_T}no
" >&6
10902 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10906 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10908 if test $build = $target ; then
10909 STRIP_FOR_TARGET="$2"
10911 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10914 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10918 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10924 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10925 if test -n "$with_build_time_tools"; then
10926 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10927 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10928 if test -x $with_build_time_tools/windres; then
10929 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10930 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10931 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10932 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10934 echo "$as_me:$LINENO: result
: no
" >&5
10935 echo "${ECHO_T}no
" >&6
10937 elif test $build != $host && test $have_gcc_for_target = yes; then
10938 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10939 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10940 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10943 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10944 # Extract the first word of "windres
", so it can be a program name with args.
10945 set dummy windres; ac_word=$2
10946 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10947 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10948 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10949 echo $ECHO_N "(cached
) $ECHO_C" >&6
10951 case $WINDRES_FOR_TARGET in
10953 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10957 for as_dir in $gcc_cv_tool_dirs
10960 test -z "$as_dir" && as_dir=.
10961 for ac_exec_ext in '' $ac_executable_extensions; do
10962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10963 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10964 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10973 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10975 if test -n "$WINDRES_FOR_TARGET"; then
10976 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10977 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10979 echo "$as_me:$LINENO: result
: no
" >&5
10980 echo "${ECHO_T}no
" >&6
10984 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10987 if test -n "$WINDRES_FOR_TARGET"; then
10988 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10989 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10990 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10993 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10994 for ncn_progname in windres; do
10995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10996 set dummy ${ncn_progname}; ac_word=$2
10997 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10998 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10999 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11000 echo $ECHO_N "(cached
) $ECHO_C" >&6
11002 if test -n "$WINDRES_FOR_TARGET"; then
11003 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11006 for as_dir in $PATH
11009 test -z "$as_dir" && as_dir=.
11010 for ac_exec_ext in '' $ac_executable_extensions; do
11011 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11012 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11013 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11021 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11022 if test -n "$WINDRES_FOR_TARGET"; then
11023 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11024 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11026 echo "$as_me:$LINENO: result
: no
" >&5
11027 echo "${ECHO_T}no
" >&6
11033 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
11034 for ncn_progname in windres; do
11035 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11036 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11037 if test -x $with_build_time_tools/${ncn_progname}; then
11038 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11039 echo "$as_me:$LINENO: result
: yes" >&5
11040 echo "${ECHO_T}yes" >&6
11043 echo "$as_me:$LINENO: result
: no
" >&5
11044 echo "${ECHO_T}no
" >&6
11049 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11050 for ncn_progname in windres; do
11051 if test -n "$ncn_target_tool_prefix"; then
11052 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11053 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11054 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11055 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11056 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11057 echo $ECHO_N "(cached
) $ECHO_C" >&6
11059 if test -n "$WINDRES_FOR_TARGET"; then
11060 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11063 for as_dir in $PATH
11066 test -z "$as_dir" && as_dir=.
11067 for ac_exec_ext in '' $ac_executable_extensions; do
11068 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11069 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11070 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11078 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11079 if test -n "$WINDRES_FOR_TARGET"; then
11080 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11081 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11083 echo "$as_me:$LINENO: result
: no
" >&5
11084 echo "${ECHO_T}no
" >&6
11088 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
11089 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11090 set dummy ${ncn_progname}; ac_word=$2
11091 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11092 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11093 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11094 echo $ECHO_N "(cached
) $ECHO_C" >&6
11096 if test -n "$WINDRES_FOR_TARGET"; then
11097 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11100 for as_dir in $PATH
11103 test -z "$as_dir" && as_dir=.
11104 for ac_exec_ext in '' $ac_executable_extensions; do
11105 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11106 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11107 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11115 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11116 if test -n "$WINDRES_FOR_TARGET"; then
11117 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11118 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11120 echo "$as_me:$LINENO: result
: no
" >&5
11121 echo "${ECHO_T}no
" >&6
11125 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11129 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11131 if test $build = $target ; then
11132 WINDRES_FOR_TARGET="$2"
11134 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11137 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11141 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11147 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11148 if test -n "$with_build_time_tools"; then
11149 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11150 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11151 if test -x $with_build_time_tools/windmc; then
11152 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11153 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11154 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11155 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11157 echo "$as_me:$LINENO: result
: no
" >&5
11158 echo "${ECHO_T}no
" >&6
11160 elif test $build != $host && test $have_gcc_for_target = yes; then
11161 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11162 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11163 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11166 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11167 # Extract the first word of "windmc
", so it can be a program name with args.
11168 set dummy windmc; ac_word=$2
11169 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11170 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11171 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11172 echo $ECHO_N "(cached
) $ECHO_C" >&6
11174 case $WINDMC_FOR_TARGET in
11176 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11180 for as_dir in $gcc_cv_tool_dirs
11183 test -z "$as_dir" && as_dir=.
11184 for ac_exec_ext in '' $ac_executable_extensions; do
11185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11186 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11187 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11196 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11198 if test -n "$WINDMC_FOR_TARGET"; then
11199 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11200 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11202 echo "$as_me:$LINENO: result
: no
" >&5
11203 echo "${ECHO_T}no
" >&6
11207 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11210 if test -n "$WINDMC_FOR_TARGET"; then
11211 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11212 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11213 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11216 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11217 for ncn_progname in windmc; do
11218 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11219 set dummy ${ncn_progname}; ac_word=$2
11220 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11221 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11222 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11223 echo $ECHO_N "(cached
) $ECHO_C" >&6
11225 if test -n "$WINDMC_FOR_TARGET"; then
11226 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11229 for as_dir in $PATH
11232 test -z "$as_dir" && as_dir=.
11233 for ac_exec_ext in '' $ac_executable_extensions; do
11234 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11235 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11236 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11244 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11245 if test -n "$WINDMC_FOR_TARGET"; then
11246 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11247 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11249 echo "$as_me:$LINENO: result
: no
" >&5
11250 echo "${ECHO_T}no
" >&6
11256 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11257 for ncn_progname in windmc; do
11258 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11259 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11260 if test -x $with_build_time_tools/${ncn_progname}; then
11261 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11262 echo "$as_me:$LINENO: result
: yes" >&5
11263 echo "${ECHO_T}yes" >&6
11266 echo "$as_me:$LINENO: result
: no
" >&5
11267 echo "${ECHO_T}no
" >&6
11272 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11273 for ncn_progname in windmc; do
11274 if test -n "$ncn_target_tool_prefix"; then
11275 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11276 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11277 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11278 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11279 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11280 echo $ECHO_N "(cached
) $ECHO_C" >&6
11282 if test -n "$WINDMC_FOR_TARGET"; then
11283 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11286 for as_dir in $PATH
11289 test -z "$as_dir" && as_dir=.
11290 for ac_exec_ext in '' $ac_executable_extensions; do
11291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11292 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11293 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11301 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11302 if test -n "$WINDMC_FOR_TARGET"; then
11303 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11304 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11306 echo "$as_me:$LINENO: result
: no
" >&5
11307 echo "${ECHO_T}no
" >&6
11311 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11312 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11313 set dummy ${ncn_progname}; ac_word=$2
11314 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11315 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11316 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11317 echo $ECHO_N "(cached
) $ECHO_C" >&6
11319 if test -n "$WINDMC_FOR_TARGET"; then
11320 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11323 for as_dir in $PATH
11326 test -z "$as_dir" && as_dir=.
11327 for ac_exec_ext in '' $ac_executable_extensions; do
11328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11329 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11330 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11338 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11339 if test -n "$WINDMC_FOR_TARGET"; then
11340 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11341 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11343 echo "$as_me:$LINENO: result
: no
" >&5
11344 echo "${ECHO_T}no
" >&6
11348 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11352 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11354 if test $build = $target ; then
11355 WINDMC_FOR_TARGET="$2"
11357 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11360 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11364 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11368 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11370 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11371 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11372 if test "x
${build}" != "x
${host}" ; then
11373 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11374 # We already found the complete path
11375 ac_dir=`dirname $AR_FOR_TARGET`
11376 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11377 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11379 # Canadian cross, just use what we found
11380 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11381 echo "${ECHO_T}pre-installed
" >&6
11385 case " ${configdirs} " in
11390 if test $ok = yes; then
11391 # An in-tree tool is available and we can use it
11392 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11393 echo "$as_me:$LINENO: result
: just compiled
" >&5
11394 echo "${ECHO_T}just compiled
" >&6
11395 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11396 # We already found the complete path
11397 ac_dir=`dirname $AR_FOR_TARGET`
11398 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11399 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11400 elif test "x
$target" = "x
$host"; then
11401 # We can use an host tool
11402 AR_FOR_TARGET='$(AR)'
11403 echo "$as_me:$LINENO: result
: host tool
" >&5
11404 echo "${ECHO_T}host tool
" >&6
11406 # We need a cross tool
11407 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11408 echo "${ECHO_T}pre-installed
" >&6
11412 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11413 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11414 if test "x
${build}" != "x
${host}" ; then
11415 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11416 # We already found the complete path
11417 ac_dir=`dirname $AS_FOR_TARGET`
11418 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11419 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11421 # Canadian cross, just use what we found
11422 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11423 echo "${ECHO_T}pre-installed
" >&6
11427 case " ${configdirs} " in
11432 if test $ok = yes; then
11433 # An in-tree tool is available and we can use it
11434 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11435 echo "$as_me:$LINENO: result
: just compiled
" >&5
11436 echo "${ECHO_T}just compiled
" >&6
11437 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11438 # We already found the complete path
11439 ac_dir=`dirname $AS_FOR_TARGET`
11440 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11441 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11442 elif test "x
$target" = "x
$host"; then
11443 # We can use an host tool
11444 AS_FOR_TARGET='$(AS)'
11445 echo "$as_me:$LINENO: result
: host tool
" >&5
11446 echo "${ECHO_T}host tool
" >&6
11448 # We need a cross tool
11449 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11450 echo "${ECHO_T}pre-installed
" >&6
11454 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11455 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11456 if test "x
${build}" != "x
${host}" ; then
11457 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11458 # We already found the complete path
11459 ac_dir=`dirname $CC_FOR_TARGET`
11460 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11461 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11463 # Canadian cross, just use what we found
11464 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11465 echo "${ECHO_T}pre-installed
" >&6
11469 case " ${configdirs} " in
11474 if test $ok = yes; then
11475 # An in-tree tool is available and we can use it
11476 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11477 echo "$as_me:$LINENO: result
: just compiled
" >&5
11478 echo "${ECHO_T}just compiled
" >&6
11479 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11480 # We already found the complete path
11481 ac_dir=`dirname $CC_FOR_TARGET`
11482 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11483 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11484 elif test "x
$target" = "x
$host"; then
11485 # We can use an host tool
11486 CC_FOR_TARGET='$(CC)'
11487 echo "$as_me:$LINENO: result
: host tool
" >&5
11488 echo "${ECHO_T}host tool
" >&6
11490 # We need a cross tool
11491 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11492 echo "${ECHO_T}pre-installed
" >&6
11496 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11497 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11498 if test "x
${build}" != "x
${host}" ; then
11499 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11500 # We already found the complete path
11501 ac_dir=`dirname $CXX_FOR_TARGET`
11502 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11503 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11505 # Canadian cross, just use what we found
11506 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11507 echo "${ECHO_T}pre-installed
" >&6
11511 case " ${configdirs} " in
11515 case ,${enable_languages}, in
11519 if test $ok = yes; then
11520 # An in-tree tool is available and we can use it
11521 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'
11522 echo "$as_me:$LINENO: result
: just compiled
" >&5
11523 echo "${ECHO_T}just compiled
" >&6
11524 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11525 # We already found the complete path
11526 ac_dir=`dirname $CXX_FOR_TARGET`
11527 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11528 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11529 elif test "x
$target" = "x
$host"; then
11530 # We can use an host tool
11531 CXX_FOR_TARGET='$(CXX)'
11532 echo "$as_me:$LINENO: result
: host tool
" >&5
11533 echo "${ECHO_T}host tool
" >&6
11535 # We need a cross tool
11536 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11537 echo "${ECHO_T}pre-installed
" >&6
11541 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11542 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11543 if test "x
${build}" != "x
${host}" ; then
11544 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11545 # We already found the complete path
11546 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11547 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11548 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11550 # Canadian cross, just use what we found
11551 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11552 echo "${ECHO_T}pre-installed
" >&6
11556 case " ${configdirs} " in
11560 case ,${enable_languages}, in
11564 if test $ok = yes; then
11565 # An in-tree tool is available and we can use it
11566 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'
11567 echo "$as_me:$LINENO: result
: just compiled
" >&5
11568 echo "${ECHO_T}just compiled
" >&6
11569 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11570 # We already found the complete path
11571 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11572 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11573 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11574 elif test "x
$target" = "x
$host"; then
11575 # We can use an host tool
11576 RAW_CXX_FOR_TARGET='$(CXX)'
11577 echo "$as_me:$LINENO: result
: host tool
" >&5
11578 echo "${ECHO_T}host tool
" >&6
11580 # We need a cross tool
11581 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11582 echo "${ECHO_T}pre-installed
" >&6
11586 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11587 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11588 if test "x
${build}" != "x
${host}" ; then
11589 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11590 # We already found the complete path
11591 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11592 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11593 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11595 # Canadian cross, just use what we found
11596 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11597 echo "${ECHO_T}pre-installed
" >&6
11601 case " ${configdirs} " in
11606 if test $ok = yes; then
11607 # An in-tree tool is available and we can use it
11608 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11609 echo "$as_me:$LINENO: result
: just compiled
" >&5
11610 echo "${ECHO_T}just compiled
" >&6
11611 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11612 # We already found the complete path
11613 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11614 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11615 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11616 elif test "x
$target" = "x
$host"; then
11617 # We can use an host tool
11618 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11619 echo "$as_me:$LINENO: result
: host tool
" >&5
11620 echo "${ECHO_T}host tool
" >&6
11622 # We need a cross tool
11623 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11624 echo "${ECHO_T}pre-installed
" >&6
11628 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11629 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11630 if test "x
${build}" != "x
${host}" ; then
11631 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11632 # We already found the complete path
11633 ac_dir=`dirname $GCC_FOR_TARGET`
11634 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11635 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11637 # Canadian cross, just use what we found
11638 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11639 echo "${ECHO_T}pre-installed
" >&6
11643 case " ${configdirs} " in
11648 if test $ok = yes; then
11649 # An in-tree tool is available and we can use it
11650 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11651 echo "$as_me:$LINENO: result
: just compiled
" >&5
11652 echo "${ECHO_T}just compiled
" >&6
11653 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11654 # We already found the complete path
11655 ac_dir=`dirname $GCC_FOR_TARGET`
11656 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11657 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11658 elif test "x
$target" = "x
$host"; then
11659 # We can use an host tool
11660 GCC_FOR_TARGET='$()'
11661 echo "$as_me:$LINENO: result
: host tool
" >&5
11662 echo "${ECHO_T}host tool
" >&6
11664 # We need a cross tool
11665 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11666 echo "${ECHO_T}pre-installed
" >&6
11670 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11671 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11672 if test "x
${build}" != "x
${host}" ; then
11673 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11674 # We already found the complete path
11675 ac_dir=`dirname $GCJ_FOR_TARGET`
11676 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11677 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11679 # Canadian cross, just use what we found
11680 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11681 echo "${ECHO_T}pre-installed
" >&6
11685 case " ${configdirs} " in
11689 case ,${enable_languages}, in
11693 if test $ok = yes; then
11694 # An in-tree tool is available and we can use it
11695 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11696 echo "$as_me:$LINENO: result
: just compiled
" >&5
11697 echo "${ECHO_T}just compiled
" >&6
11698 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11699 # We already found the complete path
11700 ac_dir=`dirname $GCJ_FOR_TARGET`
11701 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11702 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11703 elif test "x
$target" = "x
$host"; then
11704 # We can use an host tool
11705 GCJ_FOR_TARGET='$(GCJ)'
11706 echo "$as_me:$LINENO: result
: host tool
" >&5
11707 echo "${ECHO_T}host tool
" >&6
11709 # We need a cross tool
11710 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11711 echo "${ECHO_T}pre-installed
" >&6
11715 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11716 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11717 if test "x
${build}" != "x
${host}" ; then
11718 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11719 # We already found the complete path
11720 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11721 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11722 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11724 # Canadian cross, just use what we found
11725 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11726 echo "${ECHO_T}pre-installed
" >&6
11730 case " ${configdirs} " in
11734 case ,${enable_languages}, in
11738 if test $ok = yes; then
11739 # An in-tree tool is available and we can use it
11740 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11741 echo "$as_me:$LINENO: result
: just compiled
" >&5
11742 echo "${ECHO_T}just compiled
" >&6
11743 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11744 # We already found the complete path
11745 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11746 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11747 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11748 elif test "x
$target" = "x
$host"; then
11749 # We can use an host tool
11750 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11751 echo "$as_me:$LINENO: result
: host tool
" >&5
11752 echo "${ECHO_T}host tool
" >&6
11754 # We need a cross tool
11755 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11756 echo "${ECHO_T}pre-installed
" >&6
11760 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11761 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11762 if test "x
${build}" != "x
${host}" ; then
11763 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11764 # We already found the complete path
11765 ac_dir=`dirname $LD_FOR_TARGET`
11766 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11767 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11769 # Canadian cross, just use what we found
11770 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11771 echo "${ECHO_T}pre-installed
" >&6
11775 case " ${configdirs} " in
11780 if test $ok = yes; then
11781 # An in-tree tool is available and we can use it
11782 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11783 echo "$as_me:$LINENO: result
: just compiled
" >&5
11784 echo "${ECHO_T}just compiled
" >&6
11785 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11786 # We already found the complete path
11787 ac_dir=`dirname $LD_FOR_TARGET`
11788 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11789 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11790 elif test "x
$target" = "x
$host"; then
11791 # We can use an host tool
11792 LD_FOR_TARGET='$(LD)'
11793 echo "$as_me:$LINENO: result
: host tool
" >&5
11794 echo "${ECHO_T}host tool
" >&6
11796 # We need a cross tool
11797 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11798 echo "${ECHO_T}pre-installed
" >&6
11802 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11803 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11804 if test "x
${build}" != "x
${host}" ; then
11805 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11806 # We already found the complete path
11807 ac_dir=`dirname $LIPO_FOR_TARGET`
11808 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11809 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11811 # Canadian cross, just use what we found
11812 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11813 echo "${ECHO_T}pre-installed
" >&6
11816 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11817 # We already found the complete path
11818 ac_dir=`dirname $LIPO_FOR_TARGET`
11819 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11820 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11821 elif test "x
$target" = "x
$host"; then
11822 # We can use an host tool
11823 LIPO_FOR_TARGET='$(LIPO)'
11824 echo "$as_me:$LINENO: result
: host tool
" >&5
11825 echo "${ECHO_T}host tool
" >&6
11827 # We need a cross tool
11828 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11829 echo "${ECHO_T}pre-installed
" >&6
11833 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11834 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11835 if test "x
${build}" != "x
${host}" ; then
11836 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11837 # We already found the complete path
11838 ac_dir=`dirname $NM_FOR_TARGET`
11839 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11840 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11842 # Canadian cross, just use what we found
11843 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11844 echo "${ECHO_T}pre-installed
" >&6
11848 case " ${configdirs} " in
11853 if test $ok = yes; then
11854 # An in-tree tool is available and we can use it
11855 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11856 echo "$as_me:$LINENO: result
: just compiled
" >&5
11857 echo "${ECHO_T}just compiled
" >&6
11858 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11859 # We already found the complete path
11860 ac_dir=`dirname $NM_FOR_TARGET`
11861 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11862 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11863 elif test "x
$target" = "x
$host"; then
11864 # We can use an host tool
11865 NM_FOR_TARGET='$(NM)'
11866 echo "$as_me:$LINENO: result
: host tool
" >&5
11867 echo "${ECHO_T}host tool
" >&6
11869 # We need a cross tool
11870 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11871 echo "${ECHO_T}pre-installed
" >&6
11875 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11876 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11877 if test "x
${build}" != "x
${host}" ; then
11878 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11879 # We already found the complete path
11880 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11881 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11882 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11884 # Canadian cross, just use what we found
11885 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11886 echo "${ECHO_T}pre-installed
" >&6
11890 case " ${configdirs} " in
11895 if test $ok = yes; then
11896 # An in-tree tool is available and we can use it
11897 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11898 echo "$as_me:$LINENO: result
: just compiled
" >&5
11899 echo "${ECHO_T}just compiled
" >&6
11900 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11901 # We already found the complete path
11902 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11903 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11904 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11905 elif test "x
$target" = "x
$host"; then
11906 # We can use an host tool
11907 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11908 echo "$as_me:$LINENO: result
: host tool
" >&5
11909 echo "${ECHO_T}host tool
" >&6
11911 # We need a cross tool
11912 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11913 echo "${ECHO_T}pre-installed
" >&6
11917 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11918 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11919 if test "x
${build}" != "x
${host}" ; then
11920 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11921 # We already found the complete path
11922 ac_dir=`dirname $RANLIB_FOR_TARGET`
11923 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11924 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11926 # Canadian cross, just use what we found
11927 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11928 echo "${ECHO_T}pre-installed
" >&6
11932 case " ${configdirs} " in
11937 if test $ok = yes; then
11938 # An in-tree tool is available and we can use it
11939 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11940 echo "$as_me:$LINENO: result
: just compiled
" >&5
11941 echo "${ECHO_T}just compiled
" >&6
11942 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11943 # We already found the complete path
11944 ac_dir=`dirname $RANLIB_FOR_TARGET`
11945 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11946 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11947 elif test "x
$target" = "x
$host"; then
11948 # We can use an host tool
11949 RANLIB_FOR_TARGET='$(RANLIB)'
11950 echo "$as_me:$LINENO: result
: host tool
" >&5
11951 echo "${ECHO_T}host tool
" >&6
11953 # We need a cross tool
11954 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11955 echo "${ECHO_T}pre-installed
" >&6
11959 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11960 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11961 if test "x
${build}" != "x
${host}" ; then
11962 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11963 # We already found the complete path
11964 ac_dir=`dirname $STRIP_FOR_TARGET`
11965 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11966 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11968 # Canadian cross, just use what we found
11969 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11970 echo "${ECHO_T}pre-installed
" >&6
11974 case " ${configdirs} " in
11979 if test $ok = yes; then
11980 # An in-tree tool is available and we can use it
11981 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11982 echo "$as_me:$LINENO: result
: just compiled
" >&5
11983 echo "${ECHO_T}just compiled
" >&6
11984 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11985 # We already found the complete path
11986 ac_dir=`dirname $STRIP_FOR_TARGET`
11987 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11988 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11989 elif test "x
$target" = "x
$host"; then
11990 # We can use an host tool
11991 STRIP_FOR_TARGET='$(STRIP)'
11992 echo "$as_me:$LINENO: result
: host tool
" >&5
11993 echo "${ECHO_T}host tool
" >&6
11995 # We need a cross tool
11996 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11997 echo "${ECHO_T}pre-installed
" >&6
12001 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
12002 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
12003 if test "x
${build}" != "x
${host}" ; then
12004 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12005 # We already found the complete path
12006 ac_dir=`dirname $WINDRES_FOR_TARGET`
12007 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12008 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12010 # Canadian cross, just use what we found
12011 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12012 echo "${ECHO_T}pre-installed
" >&6
12016 case " ${configdirs} " in
12021 if test $ok = yes; then
12022 # An in-tree tool is available and we can use it
12023 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
12024 echo "$as_me:$LINENO: result
: just compiled
" >&5
12025 echo "${ECHO_T}just compiled
" >&6
12026 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12027 # We already found the complete path
12028 ac_dir=`dirname $WINDRES_FOR_TARGET`
12029 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12030 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12031 elif test "x
$target" = "x
$host"; then
12032 # We can use an host tool
12033 WINDRES_FOR_TARGET='$(WINDRES)'
12034 echo "$as_me:$LINENO: result
: host tool
" >&5
12035 echo "${ECHO_T}host tool
" >&6
12037 # We need a cross tool
12038 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12039 echo "${ECHO_T}pre-installed
" >&6
12043 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
12044 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
12045 if test "x
${build}" != "x
${host}" ; then
12046 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12047 # We already found the complete path
12048 ac_dir=`dirname $WINDMC_FOR_TARGET`
12049 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12050 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12052 # Canadian cross, just use what we found
12053 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12054 echo "${ECHO_T}pre-installed
" >&6
12058 case " ${configdirs} " in
12063 if test $ok = yes; then
12064 # An in-tree tool is available and we can use it
12065 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
12066 echo "$as_me:$LINENO: result
: just compiled
" >&5
12067 echo "${ECHO_T}just compiled
" >&6
12068 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12069 # We already found the complete path
12070 ac_dir=`dirname $WINDMC_FOR_TARGET`
12071 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12072 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12073 elif test "x
$target" = "x
$host"; then
12074 # We can use an host tool
12075 WINDMC_FOR_TARGET='$(WINDMC)'
12076 echo "$as_me:$LINENO: result
: host tool
" >&5
12077 echo "${ECHO_T}host tool
" >&6
12079 # We need a cross tool
12080 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12081 echo "${ECHO_T}pre-installed
" >&6
12089 # Certain tools may need extra flags.
12090 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
12091 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
12092 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
12094 # When building target libraries, except in a Canadian cross, we use
12095 # the same toolchain as the compiler we just built.
12096 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
12097 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
12098 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
12099 if test $host = $build; then
12100 case " $configdirs " in
12102 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
12103 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
12104 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12113 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12114 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12115 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12116 if test "${enable_maintainer_mode+set}" = set; then
12117 enableval="$enable_maintainer_mode"
12118 USE_MAINTAINER_MODE=$enableval
12120 USE_MAINTAINER_MODE=no
12122 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12123 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12126 if test "$USE_MAINTAINER_MODE" = yes; then
12127 MAINTAINER_MODE_TRUE=
12128 MAINTAINER_MODE_FALSE='#'
12130 MAINTAINER_MODE_TRUE='#'
12131 MAINTAINER_MODE_FALSE=
12133 MAINT=$MAINTAINER_MODE_TRUE
12135 # ---------------------
12136 # GCC bootstrap support
12137 # ---------------------
12139 # Stage specific cflags for build.
12144 yes) stage1_cflags="-g -Wa,-J" ;;
12145 *) stage1_cflags="-g -J" ;;
12149 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12150 if test "$GCC" = yes; then
12151 saved_CFLAGS="$CFLAGS"
12153 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12154 CFLAGS="$CFLAGS -fkeep-inline-functions"
12155 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12156 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12157 cat >conftest.$ac_ext <<_ACEOF
12160 cat confdefs.h >>conftest.$ac_ext
12161 cat >>conftest.$ac_ext <<_ACEOF
12162 /* end confdefs.h. */
12164 #if (__GNUC__ < 3) \
12165 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12166 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12167 #error http://gcc.gnu.org/PR29382
12178 rm -f conftest.$ac_objext
12179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12180 (eval $ac_compile) 2>conftest.er1
12182 grep -v '^ *+' conftest.er1 >conftest.err
12184 cat conftest.err >&5
12185 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12186 (exit $ac_status); } &&
12187 { ac_try='test -z "$ac_c_werror_flag"
12188 || test ! -s conftest.err'
12189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12190 (eval $ac_try) 2>&5
12192 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12193 (exit $ac_status); }; } &&
12194 { ac_try='test -s conftest.$ac_objext'
12195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12196 (eval $ac_try) 2>&5
12198 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12199 (exit $ac_status); }; }; then
12200 echo "$as_me:$LINENO: result
: yes" >&5
12201 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12203 echo "$as_me: failed program was
:" >&5
12204 sed 's/^/| /' conftest.$ac_ext >&5
12206 echo "$as_me:$LINENO: result
: no
" >&5
12207 echo "${ECHO_T}no
" >&6
12209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12211 CFLAGS="$saved_CFLAGS"
12216 # Enable --enable-checking in stage1 of the compiler.
12217 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12218 if test "${enable_stage1_checking+set}" = set; then
12219 enableval="$enable_stage1_checking"
12220 stage1_checking=--enable-checking=${enable_stage1_checking}
12222 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12223 stage1_checking=--enable-checking=yes,types
12225 stage1_checking=--enable-checking=$enable_checking,types
12230 # Enable -Werror in bootstrap stage2 and later.
12231 # Check whether --enable-werror or --disable-werror was given.
12232 if test "${enable_werror+set}" = set; then
12233 enableval="$enable_werror"
12236 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12242 case ${enable_werror} in
12243 yes) stage2_werror_flag="--enable-werror-always" ;;
12244 *) stage2_werror_flag="" ;;
12248 # Flags needed to enable html installing and building
12250 # Check whether --with-datarootdir or --without-datarootdir was given.
12251 if test "${with_datarootdir+set}" = set; then
12252 withval="$with_datarootdir"
12253 datarootdir="\
${prefix}/${withval}"
12255 datarootdir="\
${prefix}/share
"
12259 # Check whether --with-docdir or --without-docdir was given.
12260 if test "${with_docdir+set}" = set; then
12261 withval="$with_docdir"
12262 docdir="\
${prefix}/${withval}"
12264 docdir="\
${datarootdir}/doc
"
12268 # Check whether --with-pdfdir or --without-pdfdir was given.
12269 if test "${with_pdfdir+set}" = set; then
12270 withval="$with_pdfdir"
12271 pdfdir="\
${prefix}/${withval}"
12273 pdfdir="\
${docdir}"
12277 # Check whether --with-htmldir or --without-htmldir was given.
12278 if test "${with_htmldir+set}" = set; then
12279 withval="$with_htmldir"
12280 htmldir="\
${prefix}/${withval}"
12282 htmldir="\
${docdir}"
12290 ac_config_files="$ac_config_files Makefile
"
12291 cat >confcache <<\_ACEOF
12292 # This file is a shell script that caches the results of configure
12293 # tests run on this system so they can be shared between configure
12294 # scripts and configure runs, see configure's option --config-cache.
12295 # It is not useful on other systems. If it contains results you don't
12296 # want to keep, you may remove or edit it.
12298 # config.status only pays attention to the cache file if you give it
12299 # the --recheck option to rerun configure.
12301 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12302 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12303 # following values.
12307 # The following way of writing the cache mishandles newlines in values,
12308 # but we know of no workaround that is simple, portable, and efficient.
12309 # So, don't put newlines in cache variables' values.
12310 # Ultrix sh set writes to stderr and can't be redirected directly,
12311 # and sets the high bit in the cache file unless we assign to the vars.
12314 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12316 # `set' does not quote correctly, so add quotes (double-quote
12317 # substitution turns \\\\ into \\, and sed turns \\ into \).
12320 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12323 # `set' quotes correctly as required by POSIX, so do not add quotes.
12325 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12332 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12334 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12336 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12337 if test -w $cache_file; then
12338 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12339 cat confcache >$cache_file
12341 echo "not updating unwritable cache
$cache_file"
12346 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12347 # Let make expand exec_prefix.
12348 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12350 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12351 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12352 # trailing colons and then remove the whole line if VPATH becomes empty
12353 # (actually we leave an empty line to preserve line numbers).
12354 if test "x
$srcdir" = x.; then
12355 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12356 s/:*\$(srcdir):*/:/;
12357 s/:*\${srcdir}:*/:/;
12359 s/^\([^=]*=[ ]*\):*/\1/;
12365 # Transform confdefs.h into DEFS.
12366 # Protect against shell expansion while executing Makefile rules.
12367 # Protect against Makefile macro expansion.
12369 # If the first sed substitution is executed (which looks for macros that
12370 # take arguments), then we branch to the quote section. Otherwise,
12371 # look for a macro that doesn't take arguments.
12372 cat >confdef2opt.sed <<\_ACEOF
12375 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12377 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12381 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12387 # We use echo to avoid assuming a particular line-breaking character.
12388 # The extra dot is to prevent the shell from consuming trailing
12389 # line-breaks from the sub-command output. A line-break within
12390 # single-quotes doesn't work because, if this script is created in a
12391 # platform that uses two characters for line-breaks (e.g., DOS), tr
12393 ac_LF_and_DOT
=`echo; echo .`
12394 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12395 rm -f confdef2opt.
sed
12400 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12401 # 1. Remove the extension, and $U if already installed.
12402 ac_i
=`echo "$ac_i" |
12403 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12405 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12406 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12408 LIBOBJS
=$ac_libobjs
12410 LTLIBOBJS
=$ac_ltlibobjs
12414 : ${CONFIG_STATUS=./config.status}
12415 ac_clean_files_save
=$ac_clean_files
12416 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12417 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12418 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12419 cat >$CONFIG_STATUS <<_ACEOF
12421 # Generated by $as_me.
12422 # Run this file to recreate the current configuration.
12423 # Compiler output produced by configure, useful for debugging
12424 # configure, is in config.log if it exists.
12427 ac_cs_recheck=false
12429 SHELL=\${CONFIG_SHELL-$SHELL}
12432 cat >>$CONFIG_STATUS <<\_ACEOF
12433 ## --------------------- ##
12434 ## M4sh Initialization. ##
12435 ## --------------------- ##
12437 # Be Bourne compatible
12438 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12441 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12442 # is contrary to our usage. Disable this feature.
12443 alias -g '${1+"$@"}'='"$@"'
12444 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12447 DUALCASE
=1; export DUALCASE
# for MKS sh
12449 # Support unset when possible.
12450 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12457 # Work around bugs in pre-3.0 UWIN ksh.
12458 $as_unset ENV MAIL MAILPATH
12465 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12466 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12467 LC_TELEPHONE LC_TIME
12469 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12470 eval $as_var=C
; export $as_var
12476 # Required to use basename.
12477 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12483 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12484 as_basename
=basename
12490 # Name of the executable.
12491 as_me
=`$as_basename "$0" ||
12492 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12493 X"$0" : 'X\(//\)$' \| \
12494 X"$0" : 'X\(/\)$' \| \
12495 . : '\(.\)' 2>/dev/null ||
12497 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12498 /^X\/\(\/\/\)$/{ s//\1/; q; }
12499 /^X\/\(\/\).*/{ s//\1/; q; }
12503 # PATH needs CR, and LINENO needs CR and PATH.
12504 # Avoid depending upon Character Ranges.
12505 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12506 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12507 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12508 as_cr_digits
='0123456789'
12509 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12511 # The user is always right.
12512 if test "${PATH_SEPARATOR+set}" != set; then
12513 echo "#! /bin/sh" >conf$$.sh
12514 echo "exit 0" >>conf$$.sh
12516 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12525 as_lineno_1
=$LINENO
12526 as_lineno_2
=$LINENO
12527 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12528 test "x$as_lineno_1" != "x$as_lineno_2" &&
12529 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12530 # Find who we are. Look in the path if we contain no path at all
12533 *[\\/]* ) as_myself
=$0 ;;
12534 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12535 for as_dir
in $PATH
12538 test -z "$as_dir" && as_dir
=.
12539 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12544 # We did not find ourselves, most probably we were run as `sh COMMAND'
12545 # in which case we are not to be found in the path.
12546 if test "x$as_myself" = x
; then
12549 if test ! -f "$as_myself"; then
12550 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12551 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12552 { (exit 1); exit 1; }; }
12554 case $CONFIG_SHELL in
12556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12557 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12560 test -z "$as_dir" && as_dir
=.
12561 for as_base
in sh bash ksh sh5
; do
12564 if ("$as_dir/$as_base" -c '
12565 as_lineno_1=$LINENO
12566 as_lineno_2=$LINENO
12567 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12568 test "x$as_lineno_1" != "x$as_lineno_2" &&
12569 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12570 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12571 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12572 CONFIG_SHELL
=$as_dir/$as_base
12573 export CONFIG_SHELL
12574 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12582 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12583 # uniformly replaced by the line number. The first 'sed' inserts a
12584 # line-number line before each line; the second 'sed' does the real
12585 # work. The second script uses 'N' to pair each line-number line
12586 # with the numbered line, and appends trailing '-' during
12587 # substitution so that $LINENO is not a special case at line end.
12588 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12589 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12590 sed '=' <$as_myself |
12595 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12598 s,^['$as_cr_digits']*\n,,
12599 ' >$as_me.lineno
&&
12600 chmod +x
$as_me.lineno ||
12601 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12602 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12603 { (exit 1); exit 1; }; }
12605 # Don't try to exec as it changes $[0], causing all sort of problems
12606 # (the dirname of $[0] is not the place where we might find the
12607 # original and so on. Autoconf is especially sensible to this).
12609 # Exit status is that of the last command.
12614 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12615 *c
*,-n*) ECHO_N
= ECHO_C
='
12617 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12618 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12621 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12627 rm -f conf$$ conf$$.exe conf$$.
file
12629 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12630 # We could just check for DJGPP; but this test a) works b) is more generic
12631 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12632 if test -f conf$$.exe
; then
12633 # Don't use ln at all; we don't have any links
12638 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12643 rm -f conf$$ conf$$.exe conf$$.
file
12645 if mkdir
-p .
2>/dev
/null
; then
12648 test -d .
/-p && rmdir .
/-p
12652 as_executable_p
="test -f"
12654 # Sed expression to map a string onto a valid CPP name.
12655 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12657 # Sed expression to map a string onto a valid variable name.
12658 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12662 # We need space, tab and new line, in precisely that order.
12672 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12673 # report actual input values of CONFIG_FILES etc. instead of their
12674 # values after options handling. Logging --version etc. is OK.
12678 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12679 ## Running $as_me. ##
12684 This file was extended by $as_me, which was
12685 generated by GNU Autoconf 2.59. Invocation command line was
12687 CONFIG_FILES = $CONFIG_FILES
12688 CONFIG_HEADERS = $CONFIG_HEADERS
12689 CONFIG_LINKS = $CONFIG_LINKS
12690 CONFIG_COMMANDS = $CONFIG_COMMANDS
12694 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12698 # Files that config.status was made for.
12699 if test -n "$ac_config_files"; then
12700 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12703 if test -n "$ac_config_headers"; then
12704 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12707 if test -n "$ac_config_links"; then
12708 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12711 if test -n "$ac_config_commands"; then
12712 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12715 cat >>$CONFIG_STATUS <<\_ACEOF
12718 \`$as_me' instantiates files from templates according to the
12719 current configuration.
12721 Usage: $0 [OPTIONS] [FILE]...
12723 -h, --help print this help, then exit
12724 -V, --version print version number, then exit
12725 -q, --quiet do not print progress messages
12726 -d, --debug don't remove temporary files
12727 --recheck update $as_me by reconfiguring in the same conditions
12728 --file=FILE[:TEMPLATE]
12729 instantiate the configuration file FILE
12731 Configuration files:
12734 Report bugs to <bug-autoconf@gnu.org>."
12737 cat >>$CONFIG_STATUS <<_ACEOF
12740 configured by $0, generated by GNU Autoconf 2.59,
12741 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12743 Copyright (C) 2003 Free Software Foundation, Inc.
12744 This config.status script is free software; the Free Software Foundation
12745 gives unlimited permission to copy, distribute and modify it."
12750 cat >>$CONFIG_STATUS <<\_ACEOF
12751 # If no file are specified by the user, then we need to provide default
12752 # value. By we need to know if files were specified by the user.
12758 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12759 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12767 *) # This is not an option, so the user has probably given explicit
12770 ac_need_defaults
=false
;;
12774 # Handling of the options.
12776 cat >>$CONFIG_STATUS <<\_ACEOF
12777 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12779 --version |
--vers* |
-V )
12780 echo "$ac_cs_version"; exit 0 ;;
12782 # Conflict between --help and --header
12783 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12784 Try \`$0 --help' for more information." >&5
12785 echo "$as_me: error: ambiguous option: $1
12786 Try \`$0 --help' for more information." >&2;}
12787 { (exit 1); exit 1; }; };;
12788 --help |
--hel |
-h )
12789 echo "$ac_cs_usage"; exit 0 ;;
12790 --debug |
--d* |
-d )
12792 --file |
--fil |
--fi |
--f )
12794 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12795 ac_need_defaults
=false
;;
12796 --header |
--heade |
--head |
--hea )
12798 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12799 ac_need_defaults
=false
;;
12800 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12801 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12804 # This is an error.
12805 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12806 Try \`$0 --help' for more information." >&5
12807 echo "$as_me: error: unrecognized option: $1
12808 Try \`$0 --help' for more information." >&2;}
12809 { (exit 1); exit 1; }; } ;;
12811 *) ac_config_targets
="$ac_config_targets $1" ;;
12817 ac_configure_extra_args
=
12819 if $ac_cs_silent; then
12821 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12825 cat >>$CONFIG_STATUS <<_ACEOF
12826 if \$ac_cs_recheck; then
12827 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12828 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12837 cat >>$CONFIG_STATUS <<\_ACEOF
12838 for ac_config_target
in $ac_config_targets
12840 case "$ac_config_target" in
12841 # Handling of arguments.
12842 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12843 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12844 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12845 { (exit 1); exit 1; }; };;
12849 # If the user did not use the arguments to specify the items to instantiate,
12850 # then the envvar interface is used. Set only those that are not.
12851 # We use the long form for the default assignment because of an extremely
12852 # bizarre bug on SunOS 4.1.3.
12853 if $ac_need_defaults; then
12854 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12857 # Have a temporary directory for convenience. Make it in the build tree
12858 # simply because there is no reason to put it here, and in addition,
12859 # creating and moving files from /tmp can sometimes cause problems.
12860 # Create a temporary directory, and hook for its removal unless debugging.
12863 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12864 trap '{ (exit 1); exit 1; }' 1 2 13 15
12867 # Create a (secure) tmp directory for tmp files.
12870 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12871 test -n "$tmp" && test -d "$tmp"
12874 tmp
=.
/confstat$$
-$RANDOM
12875 (umask 077 && mkdir
$tmp)
12878 echo "$me: cannot create a temporary directory in ." >&2
12879 { (exit 1); exit 1; }
12884 cat >>$CONFIG_STATUS <<_ACEOF
12887 # CONFIG_FILES section.
12890 # No need to generate the scripts if there are no CONFIG_FILES.
12891 # This happens for instance when ./config.status config.h
12892 if test -n "\$CONFIG_FILES"; then
12893 # Protect against being on the right side of a sed subst in config.status.
12894 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12895 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12896 s,@SHELL@,$SHELL,;t t
12897 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12898 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12899 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12900 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12901 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12902 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12903 s,@exec_prefix@,$exec_prefix,;t t
12904 s,@prefix@,$prefix,;t t
12905 s,@program_transform_name@,$program_transform_name,;t t
12906 s,@bindir@,$bindir,;t t
12907 s,@sbindir@,$sbindir,;t t
12908 s,@libexecdir@,$libexecdir,;t t
12909 s,@datadir@,$datadir,;t t
12910 s,@sysconfdir@,$sysconfdir,;t t
12911 s,@sharedstatedir@,$sharedstatedir,;t t
12912 s,@localstatedir@,$localstatedir,;t t
12913 s,@libdir@,$libdir,;t t
12914 s,@includedir@,$includedir,;t t
12915 s,@oldincludedir@,$oldincludedir,;t t
12916 s,@infodir@,$infodir,;t t
12917 s,@mandir@,$mandir,;t t
12918 s,@build_alias@,$build_alias,;t t
12919 s,@host_alias@,$host_alias,;t t
12920 s,@target_alias@,$target_alias,;t t
12921 s,@DEFS@,$DEFS,;t t
12922 s,@ECHO_C@,$ECHO_C,;t t
12923 s,@ECHO_N@,$ECHO_N,;t t
12924 s,@ECHO_T@,$ECHO_T,;t t
12925 s,@LIBS@,$LIBS,;t t
12926 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12927 s,@build@,$build,;t t
12928 s,@build_cpu@,$build_cpu,;t t
12929 s,@build_vendor@,$build_vendor,;t t
12930 s,@build_os@,$build_os,;t t
12931 s,@build_noncanonical@,$build_noncanonical,;t t
12932 s,@host_noncanonical@,$host_noncanonical,;t t
12933 s,@target_noncanonical@,$target_noncanonical,;t t
12934 s,@host@,$host,;t t
12935 s,@host_cpu@,$host_cpu,;t t
12936 s,@host_vendor@,$host_vendor,;t t
12937 s,@host_os@,$host_os,;t t
12938 s,@target@,$target,;t t
12939 s,@target_cpu@,$target_cpu,;t t
12940 s,@target_vendor@,$target_vendor,;t t
12941 s,@target_os@,$target_os,;t t
12942 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12943 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12944 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12946 s,@LN_S@,$LN_S,;t t
12947 s,@build_libsubdir@,$build_libsubdir,;t t
12948 s,@build_subdir@,$build_subdir,;t t
12949 s,@host_subdir@,$host_subdir,;t t
12950 s,@target_subdir@,$target_subdir,;t t
12952 s,@CFLAGS@,$CFLAGS,;t t
12953 s,@LDFLAGS@,$LDFLAGS,;t t
12954 s,@CPPFLAGS@,$CPPFLAGS,;t t
12955 s,@ac_ct_CC@,$ac_ct_CC,;t t
12956 s,@EXEEXT@,$EXEEXT,;t t
12957 s,@OBJEXT@,$OBJEXT,;t t
12959 s,@CXXFLAGS@,$CXXFLAGS,;t t
12960 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12961 s,@GNATBIND@,$GNATBIND,;t t
12962 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12963 s,@GNATMAKE@,$GNATMAKE,;t t
12964 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12965 s,@do_compare@,$do_compare,;t t
12966 s,@gmplibs@,$gmplibs,;t t
12967 s,@gmpinc@,$gmpinc,;t t
12968 s,@stage1_languages@,$stage1_languages,;t t
12969 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12970 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
12971 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
12972 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
12973 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12974 s,@tooldir@,$tooldir,;t t
12975 s,@build_tooldir@,$build_tooldir,;t t
12976 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12977 s,@GDB_TK@,$GDB_TK,;t t
12978 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12979 s,@build_configargs@,$build_configargs,;t t
12980 s,@build_configdirs@,$build_configdirs,;t t
12981 s,@host_configargs@,$host_configargs,;t t
12982 s,@configdirs@,$configdirs,;t t
12983 s,@target_configargs@,$target_configargs,;t t
12984 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
12985 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
12986 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12987 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12988 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
12989 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
12990 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
12991 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
12992 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
12993 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
12994 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
12995 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
12996 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
12997 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
12998 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
12999 s,@config_shell@,$config_shell,;t t
13000 s,@YACC@,$YACC,;t t
13001 s,@BISON@,$BISON,;t t
13004 s,@FLEX@,$FLEX,;t t
13005 s,@MAKEINFO@,$MAKEINFO,;t t
13006 s,@EXPECT@,$EXPECT,;t t
13007 s,@RUNTEST@,$RUNTEST,;t t
13010 s,@DLLTOOL@,$DLLTOOL,;t t
13012 s,@LIPO@,$LIPO,;t t
13014 s,@RANLIB@,$RANLIB,;t t
13015 s,@STRIP@,$STRIP,;t t
13016 s,@WINDRES@,$WINDRES,;t t
13017 s,@WINDMC@,$WINDMC,;t t
13018 s,@OBJCOPY@,$OBJCOPY,;t t
13019 s,@OBJDUMP@,$OBJDUMP,;t t
13020 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
13021 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
13022 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
13023 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
13024 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
13025 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
13026 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
13027 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
13028 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
13029 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
13030 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
13031 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
13032 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
13033 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
13034 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
13035 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
13036 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
13037 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
13038 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
13039 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
13040 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
13041 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13042 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13043 s,@MAINT@,$MAINT,;t t
13044 s,@stage1_cflags@,$stage1_cflags,;t t
13045 s,@stage1_checking@,$stage1_checking,;t t
13046 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
13047 s,@datarootdir@,$datarootdir,;t t
13048 s,@docdir@,$docdir,;t t
13049 s,@pdfdir@,$pdfdir,;t t
13050 s,@htmldir@,$htmldir,;t t
13051 s,@LIBOBJS@,$LIBOBJS,;t t
13052 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13053 /@serialization_dependencies@/r $serialization_dependencies
13054 s,@serialization_dependencies@,,;t t
13055 /@host_makefile_frag@/r $host_makefile_frag
13056 s,@host_makefile_frag@,,;t t
13057 /@target_makefile_frag@/r $target_makefile_frag
13058 s,@target_makefile_frag@,,;t t
13059 /@alphaieee_frag@/r $alphaieee_frag
13060 s,@alphaieee_frag@,,;t t
13061 /@ospace_frag@/r $ospace_frag
13062 s,@ospace_frag@,,;t t
13067 cat >>$CONFIG_STATUS <<\_ACEOF
13068 # Split the substitutions into bite-sized pieces for seds with
13069 # small command number limits, like on Digital OSF/1 and HP-UX.
13070 ac_max_sed_lines
=48
13071 ac_sed_frag
=1 # Number of current file.
13072 ac_beg
=1 # First line for current file.
13073 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13076 while $ac_more_lines; do
13077 if test $ac_beg -gt 1; then
13078 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13080 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13082 if test ! -s $tmp/subs.frag
; then
13083 ac_more_lines
=false
13085 # The purpose of the label and of the branching condition is to
13086 # speed up the sed processing (if there are no `@' at all, there
13087 # is no need to browse any of the substitutions).
13088 # These are the two extra sed commands mentioned above.
13090 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13091 if test -z "$ac_sed_cmds"; then
13092 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13094 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13096 ac_sed_frag
=`expr $ac_sed_frag + 1`
13098 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13101 if test -z "$ac_sed_cmds"; then
13104 fi # test -n "$CONFIG_FILES"
13107 cat >>$CONFIG_STATUS <<\_ACEOF
13108 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13109 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13111 - |
*:- |
*:-:* ) # input from stdin
13113 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13114 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13115 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13116 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13117 * ) ac_file_in
=$ac_file.
in ;;
13120 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13121 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13122 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13123 X"$ac_file" : 'X\(//\)[^/]' \| \
13124 X"$ac_file" : 'X\(//\)$' \| \
13125 X"$ac_file" : 'X\(/\)' \| \
13126 . : '\(.\)' 2>/dev/null ||
13128 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13129 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13130 /^X\(\/\/\)$/{ s//\1/; q; }
13131 /^X\(\/\).*/{ s//\1/; q; }
13133 { if $as_mkdir_p; then
13138 while test ! -d "$as_dir"; do
13139 as_dirs
="$as_dir $as_dirs"
13140 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13141 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13142 X"$as_dir" : 'X\(//\)[^/]' \| \
13143 X"$as_dir" : 'X\(//\)$' \| \
13144 X"$as_dir" : 'X\(/\)' \| \
13145 . : '\(.\)' 2>/dev/null ||
13147 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13148 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13149 /^X\(\/\/\)$/{ s//\1/; q; }
13150 /^X\(\/\).*/{ s//\1/; q; }
13153 test ! -n "$as_dirs" || mkdir
$as_dirs
13154 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13155 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13156 { (exit 1); exit 1; }; }; }
13160 if test "$ac_dir" != .
; then
13161 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13162 # A "../" for each directory in $ac_dir_suffix.
13163 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13165 ac_dir_suffix
= ac_top_builddir
=
13169 .
) # No --srcdir option. We are building in place.
13171 if test -z "$ac_top_builddir"; then
13174 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13176 [\\/]* | ?
:[\\/]* ) # Absolute path.
13177 ac_srcdir
=$srcdir$ac_dir_suffix;
13178 ac_top_srcdir
=$srcdir ;;
13179 *) # Relative path.
13180 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13181 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13184 # Do not use `cd foo && pwd` to compute absolute paths, because
13185 # the directories may not exist.
13187 .
) ac_abs_builddir
="$ac_dir";;
13190 .
) ac_abs_builddir
=`pwd`;;
13191 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13192 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13195 case $ac_abs_builddir in
13196 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13198 case ${ac_top_builddir}.
in
13199 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13200 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13201 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13204 case $ac_abs_builddir in
13205 .
) ac_abs_srcdir
=$ac_srcdir;;
13208 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13209 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13210 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13213 case $ac_abs_builddir in
13214 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13216 case $ac_top_srcdir in
13217 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13218 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13219 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13225 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13226 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13229 if test x
"$ac_file" != x-
; then
13230 { echo "$as_me:$LINENO: creating $ac_file" >&5
13231 echo "$as_me: creating $ac_file" >&6;}
13234 # Let's still pretend it is `configure' which instantiates (i.e., don't
13235 # use $as_me), people would be surprised to read:
13236 # /* config.h. Generated by config.status. */
13237 if test x
"$ac_file" = x-
; then
13240 configure_input
="$ac_file. "
13242 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13243 sed 's,.*/,,'` by configure."
13245 # First look for the input files in the build tree, otherwise in the
13247 ac_file_inputs
=`IFS=:
13248 for f in $ac_file_in; do
13250 -) echo $tmp/stdin ;;
13252 # Absolute (can't be DOS-style, as IFS=:)
13253 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13254 echo "$as_me: error: cannot find input file: $f" >&2;}
13255 { (exit 1); exit 1; }; }
13258 if test -f "$f"; then
13261 elif test -f "$srcdir/$f"; then
13266 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13267 echo "$as_me: error: cannot find input file: $f" >&2;}
13268 { (exit 1); exit 1; }; }
13271 done` ||
{ (exit 1); exit 1; }
13273 cat >>$CONFIG_STATUS <<_ACEOF
13277 cat >>$CONFIG_STATUS <<\_ACEOF
13279 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13280 s
,@configure_input@
,$configure_input,;t t
13281 s
,@srcdir@
,$ac_srcdir,;t t
13282 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13283 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13284 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13285 s
,@builddir@
,$ac_builddir,;t t
13286 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13287 s
,@top_builddir@
,$ac_top_builddir,;t t
13288 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13289 s
,@INSTALL@
,$ac_INSTALL,;t t
13290 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13292 if test x"$ac_file" != x-; then
13293 mv $tmp/out $ac_file
13302 cat >>$CONFIG_STATUS <<\_ACEOF
13304 { (exit 0); exit 0; }
13306 chmod +x $CONFIG_STATUS
13307 ac_clean_files=$ac_clean_files_save
13310 # configure is writing to config.log, and then calls config.status.
13311 # config.status does its own redirection, appending to config.log.
13312 # Unfortunately, on DOS this fails, as config.log is still kept open
13313 # by configure, so config.status won't be able to write to it; its
13314 # output is simply discarded. So we exec the FD to /dev/null,
13315 # effectively closing config.log, so it can be properly (re)opened and
13316 # appended to by config.status. When coming back to configure, we
13317 # need to make the FD available again.
13318 if test "$no_create" != yes; then
13320 ac_config_status_args=
13321 test "$silent" = yes &&
13322 ac_config_status_args="$ac_config_status_args --quiet"
13324 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13326 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13327 # would make configure fail if this is the last instruction.
13328 $ac_cs_success || { (exit 1); exit 1; }