2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x
; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var
in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\
${$as_var+set} = xset \
119 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
132 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x
; then
135 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required
="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev
/null
; then :
178 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
183 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir
=.
190 for as_base
in sh bash ksh sh5
; do
191 # Try only shells that exist, to save several forks.
192 as_shell
=$as_dir/$as_base
193 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
195 CONFIG_SHELL
=$as_shell as_have_required
=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
204 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
206 CONFIG_SHELL
=$SHELL as_have_required
=yes
211 if test "x$CONFIG_SHELL" != x
; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x
$as_have_required = xno
; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x
${ZSH_VERSION+set} = xset
; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL
=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE
= GREP_OPTIONS
=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir
=.
/$as_dir;;
283 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
287 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs
="'$as_qdir' $as_dirs"
291 as_dir
=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
317 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
352 as_val
=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
364 as_status
=$?
; test $as_status -eq 0 && as_status
=1
366 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit
$as_status
373 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
380 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
392 as_me
=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits
='0123456789'
416 as_cr_alnum
=$as_cr_Letters$as_cr_digits
419 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
420 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 chmod +x
"$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C
= ECHO_N
= ECHO_T
=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
463 rm -f conf$$ conf$$.exe conf$$.
file
464 if test -d conf$$.dir
; then
465 rm -f conf$$.dir
/conf$$.
file
468 mkdir conf$$.dir
2>/dev
/null
470 if (echo >conf$$.
file) 2>/dev
/null
; then
471 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
479 elif ln conf$$.
file conf$$
2>/dev
/null
; then
487 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
488 rmdir conf$$.dir
2>/dev
/null
490 if mkdir
-p .
2>/dev
/null
; then
491 as_mkdir_p
='mkdir -p "$as_dir"'
493 test -d .
/-p && rmdir .
/-p
497 if test -x / >/dev
/null
2>&1; then
500 if ls -dL / >/dev
/null
2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p
=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev
/null
6>&1
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
537 ac_default_prefix
=/usr
/local
539 ac_config_libobj_dir
=.
546 # Identity of this package.
554 ac_unique_file
="move-if-change"
555 enable_option_checking
=no
556 ac_subst_vars
='LTLIBOBJS
563 MAINTAINER_MODE_FALSE
565 COMPILER_NM_FOR_TARGET
566 COMPILER_LD_FOR_TARGET
567 COMPILER_AS_FOR_TARGET
642 DEBUG_PREFIX_CFLAGS_FOR_TARGET
643 SYSROOT_CFLAGS_FOR_TARGET
645 extra_host_libiberty_configure_flags
653 extra_isl_gmp_configure_flags
654 extra_mpc_mpfr_configure_flags
655 extra_mpc_gmp_configure_flags
656 extra_mpfr_configure_flags
672 EXTRA_CONFIGARGS_LIBJAVA
699 TOPLEVEL_CONFIGURE_ARGUMENTS
727 program_transform_name
738 ac_subst_files
='serialization_dependencies
744 enable_option_checking
749 enable_libquadmath_support
753 enable_static_libjava
775 enable_isl_version_check
778 enable_cloog_version_check
780 enable_stage1_languages
783 with_debug_prefix_map
785 enable_serial_configure
786 with_build_time_tools
787 enable_maintainer_mode
788 enable_stage1_checking
791 ac_precious_vars
='build_alias
838 # Initialize some variables set by options.
840 ac_init_version
=false
841 ac_unrecognized_opts
=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
852 program_transform_name
=s
,x
,x
,
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir
='${exec_prefix}/bin'
867 sbindir
='${exec_prefix}/sbin'
868 libexecdir
='${exec_prefix}/libexec'
869 datarootdir
='${prefix}/share'
870 datadir
='${datarootdir}'
871 sysconfdir
='${prefix}/etc'
872 sharedstatedir
='${prefix}/com'
873 localstatedir
='${prefix}/var'
874 includedir
='${prefix}/include'
875 oldincludedir
='/usr/include'
876 docdir
='${datarootdir}/doc/${PACKAGE}'
877 infodir
='${datarootdir}/info'
882 libdir
='${exec_prefix}/lib'
883 localedir
='${datarootdir}/locale'
884 mandir
='${datarootdir}/man'
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\
$ac_option
898 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
902 # Accept the important Cygnus configure options, so we can diagnose typos.
904 case $ac_dashdash$ac_option in
908 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
910 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
913 -build |
--build |
--buil |
--bui |
--bu)
914 ac_prev
=build_alias
;;
915 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
916 build_alias
=$ac_optarg ;;
918 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
919 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
920 ac_prev
=cache_file
;;
921 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
922 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
923 cache_file
=$ac_optarg ;;
926 cache_file
=config.cache
;;
928 -datadir |
--datadir |
--datadi |
--datad)
930 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
931 datadir
=$ac_optarg ;;
933 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
934 |
--dataroo |
--dataro |
--datar)
935 ac_prev
=datarootdir
;;
936 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
937 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
938 datarootdir
=$ac_optarg ;;
940 -disable-* |
--disable-*)
941 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
944 as_fn_error
"invalid feature name: $ac_useropt"
945 ac_useropt_orig
=$ac_useropt
946 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
951 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep
=', ';;
954 eval enable_
$ac_useropt=no
;;
956 -docdir |
--docdir |
--docdi |
--doc |
--do)
958 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
961 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
963 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
966 -enable-* |
--enable-*)
967 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
970 as_fn_error
"invalid feature name: $ac_useropt"
971 ac_useropt_orig
=$ac_useropt
972 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
977 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep
=', ';;
980 eval enable_
$ac_useropt=\
$ac_optarg ;;
982 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
983 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
984 |
--exec |
--exe |
--ex)
985 ac_prev
=exec_prefix
;;
986 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
987 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
988 |
--exec=* |
--exe=* |
--ex=*)
989 exec_prefix
=$ac_optarg ;;
991 -gas |
--gas |
--ga |
--g)
992 # Obsolete; use --with-gas.
995 -help |
--help |
--hel |
--he |
-h)
997 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
998 ac_init_help
=recursive
;;
999 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1000 ac_init_help
=short
;;
1002 -host |
--host |
--hos |
--ho)
1003 ac_prev
=host_alias
;;
1004 -host=* |
--host=* |
--hos=* |
--ho=*)
1005 host_alias
=$ac_optarg ;;
1007 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1009 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1011 htmldir
=$ac_optarg ;;
1013 -includedir |
--includedir |
--includedi |
--included |
--include \
1014 |
--includ |
--inclu |
--incl |
--inc)
1015 ac_prev
=includedir
;;
1016 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1017 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1018 includedir
=$ac_optarg ;;
1020 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1022 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1023 infodir
=$ac_optarg ;;
1025 -libdir |
--libdir |
--libdi |
--libd)
1027 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1028 libdir
=$ac_optarg ;;
1030 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1031 |
--libexe |
--libex |
--libe)
1032 ac_prev
=libexecdir
;;
1033 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1034 |
--libexe=* |
--libex=* |
--libe=*)
1035 libexecdir
=$ac_optarg ;;
1037 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1038 ac_prev
=localedir
;;
1039 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1040 localedir
=$ac_optarg ;;
1042 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1043 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1044 ac_prev
=localstatedir
;;
1045 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1046 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1047 localstatedir
=$ac_optarg ;;
1049 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1051 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1052 mandir
=$ac_optarg ;;
1054 -nfp |
--nfp |
--nf)
1055 # Obsolete; use --without-fp.
1058 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1059 |
--no-cr |
--no-c |
-n)
1062 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1063 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1066 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1067 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1068 |
--oldin |
--oldi |
--old |
--ol |
--o)
1069 ac_prev
=oldincludedir
;;
1070 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1071 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1072 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1073 oldincludedir
=$ac_optarg ;;
1075 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1077 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1078 prefix
=$ac_optarg ;;
1080 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1081 |
--program-pre |
--program-pr |
--program-p)
1082 ac_prev
=program_prefix
;;
1083 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1084 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1085 program_prefix
=$ac_optarg ;;
1087 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1088 |
--program-suf |
--program-su |
--program-s)
1089 ac_prev
=program_suffix
;;
1090 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1091 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1092 program_suffix
=$ac_optarg ;;
1094 -program-transform-name |
--program-transform-name \
1095 |
--program-transform-nam |
--program-transform-na \
1096 |
--program-transform-n |
--program-transform- \
1097 |
--program-transform |
--program-transfor \
1098 |
--program-transfo |
--program-transf \
1099 |
--program-trans |
--program-tran \
1100 |
--progr-tra |
--program-tr |
--program-t)
1101 ac_prev
=program_transform_name
;;
1102 -program-transform-name=* |
--program-transform-name=* \
1103 |
--program-transform-nam=* |
--program-transform-na=* \
1104 |
--program-transform-n=* |
--program-transform-=* \
1105 |
--program-transform=* |
--program-transfor=* \
1106 |
--program-transfo=* |
--program-transf=* \
1107 |
--program-trans=* |
--program-tran=* \
1108 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1109 program_transform_name
=$ac_optarg ;;
1111 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1113 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1114 pdfdir
=$ac_optarg ;;
1116 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1118 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1121 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1122 |
-silent |
--silent |
--silen |
--sile |
--sil)
1125 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1127 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1129 sbindir
=$ac_optarg ;;
1131 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1132 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1133 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1135 ac_prev
=sharedstatedir
;;
1136 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1137 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1138 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1140 sharedstatedir
=$ac_optarg ;;
1142 -site |
--site |
--sit)
1144 -site=* |
--site=* |
--sit=*)
1147 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1149 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1150 srcdir
=$ac_optarg ;;
1152 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1153 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1154 ac_prev
=sysconfdir
;;
1155 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1156 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1157 sysconfdir
=$ac_optarg ;;
1159 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1160 ac_prev
=target_alias
;;
1161 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1162 target_alias
=$ac_optarg ;;
1164 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1167 -version |
--version |
--versio |
--versi |
--vers |
-V)
1168 ac_init_version
=: ;;
1171 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1174 as_fn_error
"invalid package name: $ac_useropt"
1175 ac_useropt_orig
=$ac_useropt
1176 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1181 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep
=', ';;
1184 eval with_
$ac_useropt=\
$ac_optarg ;;
1186 -without-* |
--without-*)
1187 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1190 as_fn_error
"invalid package name: $ac_useropt"
1191 ac_useropt_orig
=$ac_useropt
1192 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1197 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep
=', ';;
1200 eval with_
$ac_useropt=no
;;
1203 # Obsolete; use --with-x.
1206 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1207 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1208 ac_prev
=x_includes
;;
1209 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1210 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1211 x_includes
=$ac_optarg ;;
1213 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1214 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1215 ac_prev
=x_libraries
;;
1216 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1217 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1218 x_libraries
=$ac_optarg ;;
1220 -*) as_fn_error
"unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1225 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1229 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1231 eval $ac_envvar=\
$ac_optarg
1232 export $ac_envvar ;;
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1245 if test -n "$ac_prev"; then
1246 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error
"missing argument to $ac_option"
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1253 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1258 # Check all directory arguments for consistency.
1259 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1264 eval ac_val
=\$
$ac_var
1265 # Remove trailing slashes.
1268 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\
$ac_val;;
1271 # Be sure to have absolute directory names.
1273 [\\/$
]* | ?
:[\\/]* ) continue;;
1274 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1276 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1284 target
=$target_alias
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x
; then
1288 if test "x$build_alias" = x
; then
1289 cross_compiling
=maybe
1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1298 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1300 test "$silent" = yes && exec 6>/dev
/null
1303 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di
=`ls -di .` &&
1305 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error
"working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error
"pwd does not report name of working directory"
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313 ac_srcdir_defaulted
=yes
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir
=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1343 ac_srcdir_defaulted
=no
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1347 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1349 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1361 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1365 as_fn_error
"path to source, $srcdir, contains spaces"
1368 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1370 for ac_var
in $ac_precious_vars; do
1371 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1373 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1378 # Report the --help message.
1380 if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1384 \`configure' configures this package to adapt to many kinds of systems.
1386 Usage: $0 [OPTION]... [VAR=VALUE]...
1388 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389 VAR=VALUE. See below for descriptions of some of the useful variables.
1391 Defaults for the options are specified in brackets.
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1404 Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
1406 [$ac_default_prefix]
1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1410 By default, \`make install' will install all the files in
1411 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413 for instance \`--prefix=\$HOME'.
1415 For better control, use the options below.
1417 Fine tuning of the installation directories:
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1447 --build=BUILD configure
for building on BUILD
[guessed
]
1448 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1449 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1453 if test -n "$ac_init_help"; then
1458 --disable-option-checking ignore unrecognized
--enable/--with options
1459 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1460 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1461 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1462 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1463 --disable-libquadmath do not build libquadmath directory
1464 --disable-libquadmath-support
1465 disable libquadmath support
for Fortran
1466 --enable-libada build libada directory
1467 --enable-libssp build libssp directory
1468 --disable-libstdcxx do not build libstdc
++-v3 directory
1469 --enable-static-libjava[=ARG
]
1470 build static libjava
[default
=no
]
1471 --enable-bootstrap enable bootstrapping
[yes if native build
]
1472 --disable-isl-version-check
1473 disable check
for ISL version
1474 --disable-cloog-version-check
1475 disable check
for CLooG version
1476 --enable-lto enable link
time optimization support
1477 --enable-stage1-languages[=all
]
1478 choose additional languages to build during stage1.
1479 Mostly useful
for compiler development
1480 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1482 --enable-serial-[{host,target,build}-]configure
1483 force sequential configuration of sub-packages for
1484 the host, target or build machine, or all
1486 --enable-maintainer-mode
1487 enable make rules and dependencies not useful (and
1488 sometimes confusing) to the casual installer
1489 --enable-stage1-checking[=all]
1490 choose additional checking for stage1 of the
1492 --enable-werror enable -Werror in bootstrap stage2 and later
1495 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1496 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1497 --with-build-libsubdir=DIR Directory where to find libraries for build system
1498 --with-mpc=PATH specify prefix directory for installed MPC package.
1499 Equivalent to --with-mpc-include=PATH/include plus
1500 --with-mpc-lib=PATH/lib
1501 --with-mpc-include=PATH specify directory for installed MPC include files
1502 --with-mpc-lib=PATH specify directory for the installed MPC library
1503 --with-mpfr-dir=PATH this option has been REMOVED
1504 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1505 Equivalent to --with-mpfr-include=PATH/include plus
1506 --with-mpfr-lib=PATH/lib
1507 --with-mpfr-include=PATH
1508 specify directory for installed MPFR include files
1509 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1510 --with-gmp-dir=PATH this option has been REMOVED
1511 --with-gmp=PATH specify prefix directory for the installed GMP
1512 package. Equivalent to
1513 --with-gmp-include=PATH/include plus
1514 --with-gmp-lib=PATH/lib
1515 --with-gmp-include=PATH specify directory for installed GMP include files
1516 --with-gmp-lib=PATH specify directory for the installed GMP library
1517 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1519 --with-stage1-libs=LIBS libraries for stage1
1520 --with-stage1-ldflags=FLAGS
1521 linker flags for stage1
1522 --with-boot-libs=LIBS libraries for stage2 and later
1523 --with-boot-ldflags=FLAGS
1524 linker flags for stage2 and later
1525 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1526 package. Equivalent to
1527 --with-cloog-include=PATH/include plus
1528 --with-cloog-lib=PATH/lib
1529 --with-isl=PATH Specify prefix directory for the installed ISL
1530 package. Equivalent to
1531 --with-isl-include=PATH/include plus
1532 --with-isl-lib=PATH/lib
1533 --with-isl-include=PATH Specify directory for installed ISL include files
1534 --with-isl-lib=PATH Specify the directory for the installed ISL library
1535 --with-cloog-include=PATH
1536 Specify directory for installed CLooG include files
1537 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1539 --with-build-sysroot=SYSROOT
1540 use sysroot as the system root during the build
1541 --with-debug-prefix-map='A
=B C
=D ...
'
1542 map A to B, C to D ... in debug information
1543 --with-build-config='NAME NAME2...
'
1544 use config/NAME.mk build configuration
1545 --with-build-time-tools=PATH
1546 use given path to find target tools during the build
1548 Some influential environment variables:
1549 CC C compiler command
1550 CFLAGS C compiler flags
1551 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1552 nonstandard directory <lib dir>
1553 LIBS libraries to pass to the linker, e.g. -l<library>
1554 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1555 you have headers in a nonstandard directory <include dir>
1556 CXX C++ compiler command
1557 CXXFLAGS C++ compiler flags
1559 additional configure arguments for build directories
1561 additional configure arguments for host directories
1563 additional configure arguments for target directories
1566 DLLTOOL DLLTOOL for the host
1568 LIPO LIPO for the host
1570 RANLIB RANLIB for the host
1571 STRIP STRIP for the host
1572 WINDRES WINDRES for the host
1573 WINDMC WINDMC for the host
1574 OBJCOPY OBJCOPY for the host
1575 OBJDUMP OBJDUMP for the host
1576 READELF READELF for the host
1586 GFORTRAN for the target
1594 DLLTOOL for the target
1602 OBJDUMP for the target
1604 RANLIB for the target
1606 READELF for the target
1608 STRIP for the target
1610 WINDRES for the target
1612 WINDMC for the target
1614 Use these variables to override the choices made by `configure' or to
help
1615 it to
find libraries and programs with nonstandard names
/locations.
1617 Report bugs to the package provider.
1622 if test "$ac_init_help" = "recursive"; then
1623 # If there are subdirs, report their specific --help.
1624 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1625 test -d "$ac_dir" ||
1626 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1631 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1633 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1634 # A ".." for each directory in $ac_dir_suffix.
1635 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1636 case $ac_top_builddir_sub in
1637 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1638 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1641 ac_abs_top_builddir
=$ac_pwd
1642 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1643 # for backward compatibility:
1644 ac_top_builddir
=$ac_top_build_prefix
1647 .
) # We are building in place.
1649 ac_top_srcdir
=$ac_top_builddir_sub
1650 ac_abs_top_srcdir
=$ac_pwd ;;
1651 [\\/]* | ?
:[\\/]* ) # Absolute name.
1652 ac_srcdir
=$srcdir$ac_dir_suffix;
1653 ac_top_srcdir
=$srcdir
1654 ac_abs_top_srcdir
=$srcdir ;;
1656 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1657 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1658 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1660 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1662 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1663 # Check for guested configure.
1664 if test -f "$ac_srcdir/configure.gnu"; then
1666 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1667 elif test -f "$ac_srcdir/configure"; then
1669 $SHELL "$ac_srcdir/configure" --help=recursive
1671 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1673 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1677 test -n "$ac_init_help" && exit $ac_status
1678 if $ac_init_version; then
1681 generated by GNU Autoconf
2.64
1683 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1684 This configure
script is free software
; the Free Software Foundation
1685 gives unlimited permission to copy
, distribute and modify it.
1690 ## ------------------------ ##
1691 ## Autoconf initialization. ##
1692 ## ------------------------ ##
1694 # ac_fn_c_try_compile LINENO
1695 # --------------------------
1696 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1697 ac_fn_c_try_compile
()
1699 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1700 rm -f conftest.
$ac_objext
1701 if { { ac_try
="$ac_compile"
1703 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1706 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707 $as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_compile") 2>conftest.err
1710 if test -s conftest.err; then
1711 grep -v '^ *+' conftest.err >conftest.er1
1712 cat conftest.er1 >&5
1713 mv -f conftest.er1 conftest.err
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; } && {
1717 test -z "$ac_c_werror_flag" ||
1718 test ! -s conftest.err
1719 } && test -s conftest.$ac_objext; then :
1722 $as_echo "$as_me: failed program was:" >&5
1723 sed 's/^/| /' conftest.$ac_ext >&5
1727 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1730 } # ac_fn_c_try_compile
1732 # ac_fn_cxx_try_compile LINENO
1733 # ----------------------------
1734 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1735 ac_fn_cxx_try_compile ()
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 rm -f conftest.$ac_objext
1739 if { { ac_try="$ac_compile"
1741 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1742 *) ac_try_echo
=$ac_try;;
1744 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745 $as_echo "$ac_try_echo"; } >&5
1746 (eval "$ac_compile") 2>conftest.err
1748 if test -s conftest.err
; then
1749 grep -v '^ *+' conftest.err
>conftest.er1
1750 cat conftest.er1
>&5
1751 mv -f conftest.er1 conftest.err
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; } && {
1755 test -z "$ac_cxx_werror_flag" ||
1756 test ! -s conftest.err
1757 } && test -s conftest.
$ac_objext; then :
1760 $as_echo "$as_me: failed program was:" >&5
1761 sed 's/^/| /' conftest.
$ac_ext >&5
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1768 } # ac_fn_cxx_try_compile
1770 # ac_fn_cxx_try_link LINENO
1771 # -------------------------
1772 # Try to link conftest.$ac_ext, and return whether this succeeded.
1773 ac_fn_cxx_try_link
()
1775 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1776 rm -f conftest.
$ac_objext conftest
$ac_exeext
1777 if { { ac_try
="$ac_link"
1779 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1780 *) ac_try_echo=$ac_try;;
1782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783 $as_echo "$ac_try_echo"; } >&5
1784 (eval "$ac_link") 2>conftest.err
1786 if test -s conftest.err; then
1787 grep -v '^ *+' conftest.err >conftest.er1
1788 cat conftest.er1 >&5
1789 mv -f conftest.er1 conftest.err
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; } && {
1793 test -z "$ac_cxx_werror_flag" ||
1794 test ! -s conftest.err
1795 } && test -s conftest$ac_exeext && {
1796 test "$cross_compiling" = yes ||
1797 $as_test_x conftest$ac_exeext
1801 $as_echo "$as_me: failed program was:" >&5
1802 sed 's/^/| /' conftest.$ac_ext >&5
1806 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1807 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1808 # interfere with the next link command; also delete a directory that is
1809 # left behind by Apple's compiler. We do this before executing the actions.
1810 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1811 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1814 } # ac_fn_cxx_try_link
1816 # ac_fn_c_try_link LINENO
1817 # -----------------------
1818 # Try to link conftest.$ac_ext, and return whether this succeeded.
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 rm -f conftest.$ac_objext conftest$ac_exeext
1823 if { { ac_try="$ac_link"
1825 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1826 *) ac_try_echo
=$ac_try;;
1828 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829 $as_echo "$ac_try_echo"; } >&5
1830 (eval "$ac_link") 2>conftest.err
1832 if test -s conftest.err
; then
1833 grep -v '^ *+' conftest.err
>conftest.er1
1834 cat conftest.er1
>&5
1835 mv -f conftest.er1 conftest.err
1837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838 test $ac_status = 0; } && {
1839 test -z "$ac_c_werror_flag" ||
1840 test ! -s conftest.err
1841 } && test -s conftest
$ac_exeext && {
1842 test "$cross_compiling" = yes ||
1843 $as_test_x conftest
$ac_exeext
1847 $as_echo "$as_me: failed program was:" >&5
1848 sed 's/^/| /' conftest.
$ac_ext >&5
1852 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1853 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1854 # interfere with the next link command; also delete a directory that is
1855 # left behind by Apple's compiler. We do this before executing the actions.
1856 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1857 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1860 } # ac_fn_c_try_link
1862 # ac_fn_c_try_run LINENO
1863 # ----------------------
1864 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1865 # that executables *can* be run.
1868 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1869 if { { ac_try
="$ac_link"
1871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1872 *) ac_try_echo=$ac_try;;
1874 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875 $as_echo "$ac_try_echo"; } >&5
1876 (eval "$ac_link") 2>&5
1878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1880 { { case "(($ac_try" in
1881 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1882 *) ac_try_echo
=$ac_try;;
1884 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1885 $as_echo "$ac_try_echo"; } >&5
1886 (eval "$ac_try") 2>&5
1888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889 test $ac_status = 0; }; }; then :
1892 $as_echo "$as_me: program exited with status $ac_status" >&5
1893 $as_echo "$as_me: failed program was:" >&5
1894 sed 's/^/| /' conftest.
$ac_ext >&5
1896 ac_retval
=$ac_status
1898 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1899 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1903 cat >config.log
<<_ACEOF
1904 This file contains any messages produced by compilers while
1905 running configure, to aid debugging if configure makes a mistake.
1907 It was created by $as_me, which was
1908 generated by GNU Autoconf 2.64. Invocation command line was
1920 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1926 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1929 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1932 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1933 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1943 test -z "$as_dir" && as_dir
=.
1944 $as_echo "PATH: $as_dir"
1960 # Keep a trace of the command line.
1961 # Strip out --no-create and --no-recursion so they do not pile up.
1962 # Strip out --silent because we don't want to record it for future runs.
1963 # Also quote any args containing shell meta-characters.
1964 # Make two passes to allow for proper duplicate-argument suppression.
1968 ac_must_keep_next
=false
1974 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1975 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1976 |
-silent |
--silent |
--silen |
--sile |
--sil)
1979 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1982 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1984 as_fn_append ac_configure_args1
" '$ac_arg'"
1985 if test $ac_must_keep_next = true
; then
1986 ac_must_keep_next
=false
# Got value, back to normal.
1989 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1990 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1991 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1992 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1997 -* ) ac_must_keep_next
=true
;;
2000 as_fn_append ac_configure_args
" '$ac_arg'"
2005 { ac_configure_args0
=; unset ac_configure_args0
;}
2006 { ac_configure_args1
=; unset ac_configure_args1
;}
2008 # When interrupted or exit'd, cleanup temporary files, and complete
2009 # config.log. We remove comments because anyway the quotes in there
2010 # would cause problems or look ugly.
2011 # WARNING: Use '\'' to represent an apostrophe within the trap.
2012 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2013 trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2019 ## ---------------- ##
2020 ## Cache variables. ##
2021 ## ---------------- ##
2024 # The following way of writing the cache mishandles newlines in values,
2026 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027 eval ac_val=\$$ac_var
2031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2032 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2035 _ | IFS | as_nl) ;; #(
2036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2037 *) { eval $ac_var=; unset $ac_var;} ;;
2042 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2043 *${as_nl}ac_space=\ *)
2045 "s/'\''/'\''\\\\'\'''\''/g;
2046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2049 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2057 ## ----------------- ##
2058 ## Output variables. ##
2059 ## ----------------- ##
2062 for ac_var in $ac_subst_vars
2064 eval ac_val=\$$ac_var
2066 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2068 $as_echo "$ac_var='\''$ac_val'\''"
2072 if test -n "$ac_subst_files"; then
2074 ## ------------------- ##
2075 ## File substitutions. ##
2076 ## ------------------- ##
2079 for ac_var
in $ac_subst_files
2081 eval ac_val
=\$
$ac_var
2083 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2085 $as_echo "$ac_var='\''$ac_val'\''"
2090 if test -s confdefs.h; then
2100 test "$ac_signal" != 0 &&
2101 $as_echo "$as_me: caught signal $ac_signal"
2102 $as_echo "$as_me: exit $exit_status"
2104 rm -f core *.core core.conftest.* &&
2105 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2108 for ac_signal
in 1 2 13 15; do
2109 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2113 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2114 rm -f -r conftest
* confdefs.h
2116 $as_echo "/* confdefs.h */" > confdefs.h
2118 # Predefined preprocessor variables.
2120 cat >>confdefs.h
<<_ACEOF
2121 #define PACKAGE_NAME "$PACKAGE_NAME"
2124 cat >>confdefs.h
<<_ACEOF
2125 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2128 cat >>confdefs.h
<<_ACEOF
2129 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2132 cat >>confdefs.h
<<_ACEOF
2133 #define PACKAGE_STRING "$PACKAGE_STRING"
2136 cat >>confdefs.h
<<_ACEOF
2137 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2140 cat >>confdefs.h
<<_ACEOF
2141 #define PACKAGE_URL "$PACKAGE_URL"
2145 # Let the site file select an alternate cache file if it wants to.
2146 # Prefer an explicitly selected file to automatically selected ones.
2149 if test -n "$CONFIG_SITE"; then
2150 ac_site_file1
=$CONFIG_SITE
2151 elif test "x$prefix" != xNONE
; then
2152 ac_site_file1
=$prefix/share
/config.site
2153 ac_site_file2
=$prefix/etc
/config.site
2155 ac_site_file1
=$ac_default_prefix/share
/config.site
2156 ac_site_file2
=$ac_default_prefix/etc
/config.site
2158 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2160 test "x$ac_site_file" = xNONE
&& continue
2161 if test -r "$ac_site_file"; then
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2163 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2164 sed 's/^/| /' "$ac_site_file" >&5
2169 if test -r "$cache_file"; then
2170 # Some versions of bash will fail to source /dev/null (special
2171 # files actually), so we avoid doing that.
2172 if test -f "$cache_file"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2174 $as_echo "$as_me: loading cache $cache_file" >&6;}
2176 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2177 *) .
"./$cache_file";;
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2182 $as_echo "$as_me: creating cache $cache_file" >&6;}
2186 # Check that the precious variables saved in the cache have kept the same
2188 ac_cache_corrupted
=false
2189 for ac_var
in $ac_precious_vars; do
2190 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2191 eval ac_new_set
=\
$ac_env_${ac_var}_set
2192 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2193 eval ac_new_val
=\
$ac_env_${ac_var}_value
2194 case $ac_old_set,$ac_new_set in
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2197 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2198 ac_cache_corrupted
=: ;;
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2201 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2202 ac_cache_corrupted
=: ;;
2205 if test "x$ac_old_val" != "x$ac_new_val"; then
2206 # differences in whitespace do not lead to failure.
2207 ac_old_val_w
=`echo x $ac_old_val`
2208 ac_new_val_w
=`echo x $ac_new_val`
2209 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2211 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2212 ac_cache_corrupted
=:
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2215 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2216 eval $ac_var=\
$ac_old_val
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2219 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2221 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2224 # Pass precious variables to config.status.
2225 if test "$ac_new_set" = set; then
2227 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2228 *) ac_arg
=$ac_var=$ac_new_val ;;
2230 case " $ac_configure_args " in
2231 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2232 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2236 if $ac_cache_corrupted; then
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2238 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2240 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2241 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2243 ## -------------------- ##
2244 ## Main body of script. ##
2245 ## -------------------- ##
2248 ac_cpp
='$CPP $CPPFLAGS'
2249 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2250 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2251 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2262 # if PWD already has a value, it is probably wrong.
2263 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2265 # Export original configure arguments for use by sub-configures.
2266 # Quote arguments with shell meta charatcers.
2267 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2268 set -- "$progname" "$@"
2272 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2273 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2274 # if the argument is of the form -foo=baz, quote the baz part only
2275 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2278 # Add the quoted argument to the list.
2279 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2281 if test "$silent" = yes; then
2282 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2284 # Remove the initial space we just introduced and, as these will be
2285 # expanded by make, quote '$'.
2286 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2289 # Find the build, host, and target systems.
2291 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2292 for ac_t
in install-sh
install.sh shtool
; do
2293 if test -f "$ac_dir/$ac_t"; then
2295 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2300 if test -z "$ac_aux_dir"; then
2301 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2304 # These three variables are undocumented and unsupported,
2305 # and are intended to be withdrawn in a future Autoconf release.
2306 # They can cause serious problems if a builder's source tree is in a directory
2307 # whose full name contains unusual characters.
2308 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2309 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2310 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2313 # Make sure we can run config.sub.
2314 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2315 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2318 $as_echo_n "checking build system type... " >&6; }
2319 if test "${ac_cv_build+set}" = set; then :
2320 $as_echo_n "(cached) " >&6
2322 ac_build_alias
=$build_alias
2323 test "x$ac_build_alias" = x
&&
2324 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2325 test "x$ac_build_alias" = x
&&
2326 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2327 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2328 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2332 $as_echo "$ac_cv_build" >&6; }
2333 case $ac_cv_build in
2335 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2338 ac_save_IFS
=$IFS; IFS
='-'
2344 # Remember, the first character of IFS is used to create $*,
2345 # except with old shells:
2348 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2351 case ${build_alias} in
2352 "") build_noncanonical
=${build} ;;
2353 *) build_noncanonical
=${build_alias} ;;
2358 case ${host_alias} in
2359 "") host_noncanonical
=${build_noncanonical} ;;
2360 *) host_noncanonical
=${host_alias} ;;
2365 case ${target_alias} in
2366 "") target_noncanonical
=${host_noncanonical} ;;
2367 *) target_noncanonical
=${target_alias} ;;
2373 test "$host_noncanonical" = "$target_noncanonical" &&
2374 test "$program_prefix$program_suffix$program_transform_name" = \
2376 program_transform_name
=s
,y
,y
,
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2379 $as_echo_n "checking host system type... " >&6; }
2380 if test "${ac_cv_host+set}" = set; then :
2381 $as_echo_n "(cached) " >&6
2383 if test "x$host_alias" = x
; then
2384 ac_cv_host
=$ac_cv_build
2386 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2387 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2392 $as_echo "$ac_cv_host" >&6; }
2395 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2398 ac_save_IFS
=$IFS; IFS
='-'
2404 # Remember, the first character of IFS is used to create $*,
2405 # except with old shells:
2408 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2412 $as_echo_n "checking target system type... " >&6; }
2413 if test "${ac_cv_target+set}" = set; then :
2414 $as_echo_n "(cached) " >&6
2416 if test "x$target_alias" = x
; then
2417 ac_cv_target
=$ac_cv_host
2419 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2420 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2425 $as_echo "$ac_cv_target" >&6; }
2426 case $ac_cv_target in
2428 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2430 target
=$ac_cv_target
2431 ac_save_IFS
=$IFS; IFS
='-'
2437 # Remember, the first character of IFS is used to create $*,
2438 # except with old shells:
2441 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2444 # The aliases save the names the user supplied, while $host etc.
2445 # will get canonicalized.
2446 test -n "$target_alias" &&
2447 test "$program_prefix$program_suffix$program_transform_name" = \
2449 program_prefix
=${target_alias}-
2451 test "$program_prefix" != NONE
&&
2452 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2453 # Use a double $ so make ignores it.
2454 test "$program_suffix" != NONE
&&
2455 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2456 # Double any \ or $.
2457 # By default was `s,x,x', remove it if useless.
2458 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2459 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2463 # Get 'install' or 'install-sh' and its variants.
2464 # Find a good install program. We prefer a C program (faster),
2465 # so one script is as good as another. But avoid the broken or
2466 # incompatible versions:
2467 # SysV /etc/install, /usr/sbin/install
2468 # SunOS /usr/etc/install
2469 # IRIX /sbin/install
2471 # AmigaOS /C/install, which installs bootblocks on floppy discs
2472 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2473 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2474 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2475 # OS/2's system install, which has a completely different semantic
2476 # ./install, which can be erroneously created by make from ./install.sh.
2477 # Reject install programs that cannot install multiple files.
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2479 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2480 if test -z "$INSTALL"; then
2481 if test "${ac_cv_path_install+set}" = set; then :
2482 $as_echo_n "(cached) " >&6
2484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2488 test -z "$as_dir" && as_dir
=.
2489 # Account for people who put trailing slashes in PATH elements.
2490 case $as_dir/ in #((
2491 .
/ | .
// |
/[cC
]/* | \
2492 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2493 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2496 # OSF1 and SCO ODT 3.0 have their own names for install.
2497 # Don't use installbsd from OSF since it installs stuff as root
2499 for ac_prog
in ginstall scoinst
install; do
2500 for ac_exec_ext
in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2502 if test $ac_prog = install &&
2503 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2504 # AIX install. It has an incompatible calling convention.
2506 elif test $ac_prog = install &&
2507 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2508 # program-specific install script used by HP pwplus--don't use.
2511 rm -rf conftest.one conftest.two conftest.dir
2512 echo one
> conftest.one
2513 echo two
> conftest.two
2515 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2516 test -s conftest.one
&& test -s conftest.two
&&
2517 test -s conftest.dir
/conftest.one
&&
2518 test -s conftest.dir
/conftest.two
2520 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2533 rm -rf conftest.one conftest.two conftest.dir
2536 if test "${ac_cv_path_install+set}" = set; then
2537 INSTALL
=$ac_cv_path_install
2539 # As a last resort, use the slow shell script. Don't cache a
2540 # value for INSTALL within a source directory, because that will
2541 # break other packages using the cache if that directory is
2542 # removed, or if the value is a relative name.
2543 INSTALL
=$ac_install_sh
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2547 $as_echo "$INSTALL" >&6; }
2549 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2550 # It thinks the first close brace ends the variable substitution.
2551 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2553 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2555 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2558 $as_echo_n "checking whether ln works... " >&6; }
2559 if test "${acx_cv_prog_LN+set}" = set; then :
2560 $as_echo_n "(cached) " >&6
2562 rm -f conftestdata_t
2563 echo >conftestdata_f
2564 if ln conftestdata_f conftestdata_t
2>/dev
/null
2570 rm -f conftestdata_f conftestdata_t
2573 if test $acx_cv_prog_LN = no
; then
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2576 $as_echo "no, using $LN" >&6; }
2578 LN
="$acx_cv_prog_LN"
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2580 $as_echo "yes" >&6; }
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2584 $as_echo_n "checking whether ln -s works... " >&6; }
2586 if test "$LN_S" = "ln -s"; then
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2588 $as_echo "yes" >&6; }
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2591 $as_echo "no, using $LN_S" >&6; }
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2595 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2596 if test "${ac_cv_path_SED+set}" = set; then :
2597 $as_echo_n "(cached) " >&6
2599 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2600 for ac_i
in 1 2 3 4 5 6 7; do
2601 ac_script
="$ac_script$as_nl$ac_script"
2603 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2604 { ac_script
=; unset ac_script
;}
2605 if test -z "$SED"; then
2606 ac_path_SED_found
=false
2607 # Loop through the user's path and test for each of PROGNAME-LIST
2608 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2612 test -z "$as_dir" && as_dir
=.
2613 for ac_prog
in sed gsed
; do
2614 for ac_exec_ext
in '' $ac_executable_extensions; do
2615 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2616 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2617 # Check for GNU ac_path_SED and select it if it is found.
2618 # Check for GNU $ac_path_SED
2619 case `"$ac_path_SED" --version 2>&1` in
2621 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2624 $as_echo_n 0123456789 >"conftest.in"
2627 cat "conftest.in" "conftest.in" >"conftest.tmp"
2628 mv "conftest.tmp" "conftest.in"
2629 cp "conftest.in" "conftest.nl"
2630 $as_echo '' >> "conftest.nl"
2631 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2632 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2633 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2634 if test $ac_count -gt ${ac_path_SED_max-0}; then
2635 # Best one so far, save it but keep looking for a better one
2636 ac_cv_path_SED
="$ac_path_SED"
2637 ac_path_SED_max
=$ac_count
2639 # 10*(2^10) chars as input seems more than enough
2640 test $ac_count -gt 10 && break
2642 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2645 $ac_path_SED_found && break 3
2650 if test -z "$ac_cv_path_SED"; then
2651 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2659 $as_echo "$ac_cv_path_SED" >&6; }
2660 SED
="$ac_cv_path_SED"
2663 for ac_prog
in gawk mawk nawk
awk
2665 # Extract the first word of "$ac_prog", so it can be a program name with args.
2666 set dummy
$ac_prog; ac_word
=$2
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668 $as_echo_n "checking for $ac_word... " >&6; }
2669 if test "${ac_cv_prog_AWK+set}" = set; then :
2670 $as_echo_n "(cached) " >&6
2672 if test -n "$AWK"; then
2673 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2679 test -z "$as_dir" && as_dir
=.
2680 for ac_exec_ext
in '' $ac_executable_extensions; do
2681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2682 ac_cv_prog_AWK
="$ac_prog"
2683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2693 if test -n "$AWK"; then
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2695 $as_echo "$AWK" >&6; }
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698 $as_echo "no" >&6; }
2702 test -n "$AWK" && break
2706 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2708 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2710 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2711 INSTALL
="${srcpwd}/install-sh -c"
2714 # Set srcdir to "." if that's what it is.
2715 # This is important for multilib support.
2717 if test "${pwd}" = "${srcpwd}" ; then
2725 ### To add a new directory to the tree, first choose whether it is a target
2726 ### or a host dependent tool. Then put it into the appropriate list
2727 ### (library or tools, host or target), doing a dependency sort.
2729 # Subdirs will be configured in the order listed in build_configdirs,
2730 # configdirs, or target_configdirs; see the serialization section below.
2732 # Dependency sorting is only needed when *configuration* must be done in
2733 # a particular order. In all cases a dependency should be specified in
2734 # the Makefile, whether or not it's implicitly specified here.
2736 # Double entries in build_configdirs, configdirs, or target_configdirs may
2737 # cause circular dependencies and break everything horribly.
2739 # these library is used by various programs built for the build
2742 build_libs
="build-libiberty"
2744 # these tools are built for the build environment
2745 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2747 # these libraries are used by various programs built for the host environment
2749 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
2751 # these tools are built for the host environment
2752 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2753 # know that we are building the simulator.
2754 # binutils, gas and ld appear in that order because it makes sense to run
2755 # "make check" in that particular order.
2756 # If --enable-gold is used, "gold" may replace "ld".
2757 host_tools
="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2759 # libgcj represents the runtime libraries only used by gcj.
2760 libgcj
="target-libffi \
2764 # these libraries are built for the target environment, and are built after
2765 # the host libraries and the host tools (which may be a cross compiler)
2766 # Note that libiberty is not a target library.
2767 target_libraries
="target-libgcc \
2768 target-libbacktrace \
2774 target-libstdc++-v3 \
2776 target-libsanitizer \
2778 target-libquadmath \
2779 target-libgfortran \
2786 # these tools are built using the target libraries, and are intended to
2787 # run only in the target environment
2789 # note: any program that *uses* libraries that are in the "target_libraries"
2790 # list belongs in this list.
2792 target_tools
="target-rda"
2794 ################################################################################
2796 ## All tools belong in one of the four categories, and are assigned above
2797 ## We assign ${configdirs} this way to remove all embedded newlines. This
2798 ## is important because configure will choke if they ever get through.
2799 ## ${configdirs} is directories we build using the host tools.
2800 ## ${target_configdirs} is directories we build using the target tools.
2801 configdirs
=`echo ${host_libs} ${host_tools}`
2802 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2803 build_configdirs
=`echo ${build_libs} ${build_tools}`
2807 ################################################################################
2809 srcname
="gnu development package"
2811 # This gets set non-empty for some net releases of packages.
2814 # Define is_cross_compiler to save on calls to 'test'.
2816 if test x
"${host}" = x
"${target}" ; then
2817 is_cross_compiler
=no
2819 is_cross_compiler
=yes
2822 # Find the build and target subdir names.
2824 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2825 # have matching libraries, they should use host libraries: Makefile.tpl
2826 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2827 # However, they still use the build modules, because the corresponding
2828 # host modules (e.g. bison) are only built for the host when bootstrap
2830 # - build_subdir is where we find build modules, and never changes.
2831 # - build_libsubdir is where we find build libraries, and can be overridden.
2833 # Prefix 'build-' so this never conflicts with target_subdir.
2834 build_subdir
="build-${build_noncanonical}"
2836 # Check whether --with-build-libsubdir was given.
2837 if test "${with_build_libsubdir+set}" = set; then :
2838 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2840 build_libsubdir
="$build_subdir"
2843 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2844 if ( test $srcdir = .
&& test -d gcc
) \
2845 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2846 host_subdir
="host-${host_noncanonical}"
2851 target_subdir
=${target_noncanonical}
2853 # Be sure to cover against remnants of an in-tree build.
2854 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2855 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2856 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2859 # Skipdirs are removed silently.
2861 # Noconfigdirs are removed loudly.
2865 # Make sure we don't let GNU ld be added if we didn't want it.
2866 if test x
$with_gnu_ld = xno
; then
2868 noconfigdirs
="$noconfigdirs ld gold"
2872 # Make sure we don't let GNU as be added if we didn't want it.
2873 if test x
$with_gnu_as = xno
; then
2875 noconfigdirs
="$noconfigdirs gas"
2879 # Make sure we don't let ZLIB be added if we didn't want it.
2880 if test x
$with_system_zlib = xyes
; then
2881 use_included_zlib
=no
2882 noconfigdirs
="$noconfigdirs zlib"
2885 # some tools are so dependent upon X11 that if we're not building with X,
2886 # it's not even worth trying to configure, much less build, that tool.
2889 yes |
"") ;; # the default value for this tree is that X11 is available
2891 skipdirs
="${skipdirs} tk itcl libgui"
2892 # We won't be able to build gdbtk without X.
2895 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2898 # Some are only suitable for cross toolchains.
2899 # Remove these if host=target.
2900 cross_only
="target-libgloss target-newlib target-opcodes"
2902 case $is_cross_compiler in
2903 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2906 # If both --with-headers and --with-libs are specified, default to
2908 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2909 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2910 if test x
"${with_newlib}" = x
; then
2915 # Recognize --with-newlib/--without-newlib.
2916 case ${with_newlib} in
2917 no
) skipdirs
="${skipdirs} target-newlib" ;;
2918 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2921 # Handle --enable-gold, --enable-ld.
2922 # --disable-gold [--enable-ld]
2923 # Build only ld. Default option.
2924 # --enable-gold [--enable-ld]
2925 # Build both gold and ld. Install gold as "ld.gold", install ld
2926 # as "ld.bfd" and "ld".
2927 # --enable-gold=default [--enable-ld]
2928 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2929 # install ld as "ld.bfd".
2930 # --enable-gold[=default] --disable-ld
2931 # Build only gold, which is then installed as both "ld.gold" and "ld".
2932 # --enable-gold --enable-ld=default
2933 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2935 # In other words, ld is default
2936 # --enable-gold=default --enable-ld=default
2940 # Check whether --enable-gold was given.
2941 if test "${enable_gold+set}" = set; then :
2942 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2947 case "${ENABLE_GOLD}" in
2949 # Check for ELF target.
2952 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2953 |
*-*-linux* |
*-*-gnu* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2954 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
2955 |
*-*-solaris2* |
*-*-nto* |
*-*-nacl*)
2957 *-*-linux*aout
* |
*-*-linux*oldld
*)
2965 if test "$is_elf" = "yes"; then
2966 # Check for target supported by gold.
2968 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* | tilegx
*-*-*)
2969 configdirs
="$configdirs gold"
2970 if test x
${ENABLE_GOLD} = xdefault
; then
2981 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
2985 # Check whether --enable-ld was given.
2986 if test "${enable_ld+set}" = set; then :
2987 enableval
=$enable_ld; ENABLE_LD
=$enableval
2993 case "${ENABLE_LD}" in
2995 if test x
${default_ld} != x
; then
2996 as_fn_error
"either gold or ld can be the default ld" "$LINENO" 5
3002 if test x
${ENABLE_GOLD} != xyes
; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3004 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3006 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3009 as_fn_error
"invalid --enable-ld argument" "$LINENO" 5
3013 # Configure extra directories which are host specific
3017 configdirs
="$configdirs libtermcap" ;;
3020 # A target can indicate whether a language isn't supported for some reason.
3021 # Only spaces may be used in this macro; not newlines or tabs.
3022 unsupported_languages
=
3024 # Remove more programs from consideration, based on the host or
3025 # target this usually means that a port of the program doesn't
3029 i
[3456789]86-*-msdosdjgpp*)
3030 noconfigdirs
="$noconfigdirs tcl tk itcl"
3035 # Check whether --enable-libquadmath was given.
3036 if test "${enable_libquadmath+set}" = set; then :
3037 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3039 ENABLE_LIBQUADMATH
=yes
3042 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3043 noconfigdirs
="$noconfigdirs target-libquadmath"
3047 # Check whether --enable-libquadmath-support was given.
3048 if test "${enable_libquadmath_support+set}" = set; then :
3049 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3051 ENABLE_LIBQUADMATH_SUPPORT
=yes
3054 enable_libquadmath_support
=
3055 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3056 enable_libquadmath_support
=no
3060 # Check whether --enable-libada was given.
3061 if test "${enable_libada+set}" = set; then :
3062 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3067 if test "${ENABLE_LIBADA}" != "yes" ; then
3068 noconfigdirs
="$noconfigdirs gnattools"
3071 # Check whether --enable-libssp was given.
3072 if test "${enable_libssp+set}" = set; then :
3073 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3079 # Check whether --enable-libstdcxx was given.
3080 if test "${enable_libstdcxx+set}" = set; then :
3081 enableval
=$enable_libstdcxx; ENABLE_LIBSTDCXX
=$enableval
3083 ENABLE_LIBSTDCXX
=default
3086 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3087 noconfigdirs
="$noconfigdirs libstdc++-v3"
3090 # Save it here so that, even in case of --enable-libgcj, if the Java
3091 # front-end isn't enabled, we still get libgcj disabled.
3092 libgcj_saved
=$libgcj
3093 case $enable_libgcj in
3095 # If we reset it here, it won't get added to noconfigdirs in the
3096 # target-specific build rules, so it will be forcibly enabled
3097 # (unless the Java language itself isn't enabled).
3101 # Make sure we get it printed in the list of not supported target libs.
3102 # Don't disable libffi, though, other languages use it.
3103 noconfigdirs
="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3104 # Clear libgcj_saved so that even if java is enabled libffi won't be
3110 # Check whether --enable-static-libjava was given.
3111 if test "${enable_static_libjava+set}" = set; then :
3112 enableval
=$enable_static_libjava; ENABLE_STATIC_LIBJAVA
=$enableval
3114 ENABLE_STATIC_LIBJAVA
=no
3117 enable_static_libjava
=
3118 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3119 enable_static_libjava
=yes
3122 if test x
$enable_static_libjava != xyes
; then
3123 EXTRA_CONFIGARGS_LIBJAVA
=--disable-static
3127 # Disable libmudflap on some systems.
3128 if test x
$enable_libmudflap = x
; then
3130 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux* |
*-*-kopensolaris*-gnu)
3131 # Enable libmudflap by default in GNU and friends.
3134 # Enable libmudflap by default in FreeBSD.
3137 # Disable it by default everywhere else.
3138 noconfigdirs
="$noconfigdirs target-libmudflap"
3143 # Disable libgomp on non POSIX hosted systems.
3144 if test x
$enable_libgomp = x
; then
3145 # Enable libgomp by default on hosted POSIX systems.
3147 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3149 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3151 *-*-solaris2* |
*-*-hpux11*)
3153 *-*-darwin* |
*-*-aix*)
3156 noconfigdirs
="$noconfigdirs target-libgomp"
3161 # Disable libatomic on unsupported systems.
3162 if test -d ${srcdir}/libatomic
; then
3163 if test x
$enable_libatomic = x
; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3165 $as_echo_n "checking for libatomic support... " >&6; }
3166 if (srcdir
=${srcdir}/libatomic
; \
3167 .
${srcdir}/configure.tgt
; \
3168 test -n "$UNSUPPORTED")
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171 $as_echo "no" >&6; }
3172 noconfigdirs
="$noconfigdirs target-libatomic"
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175 $as_echo "yes" >&6; }
3180 # Disable libitm on unsupported systems.
3181 if test -d ${srcdir}/libitm
; then
3182 if test x
$enable_libitm = x
; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3184 $as_echo_n "checking for libitm support... " >&6; }
3185 if (srcdir
=${srcdir}/libitm
; \
3186 .
${srcdir}/configure.tgt
; \
3187 test -n "$UNSUPPORTED")
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190 $as_echo "no" >&6; }
3191 noconfigdirs
="$noconfigdirs target-libitm"
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194 $as_echo "yes" >&6; }
3199 # Disable libsanitizer on unsupported systems.
3200 if test -d ${srcdir}/libsanitizer
; then
3201 if test x
$enable_libsanitizer = x
; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3203 $as_echo_n "checking for libsanitizer support... " >&6; }
3204 if (srcdir
=${srcdir}/libsanitizer
; \
3205 .
${srcdir}/configure.tgt
; \
3206 test -n "$UNSUPPORTED")
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3209 $as_echo "no" >&6; }
3210 noconfigdirs
="$noconfigdirs target-libsanitizer"
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3213 $as_echo "yes" >&6; }
3218 # Disable libquadmath for some systems.
3221 noconfigdirs
="$noconfigdirs target-libquadmath"
3223 # libquadmath is unused on AIX and libquadmath build process use of
3224 # LD_LIBRARY_PATH can break AIX bootstrap.
3225 powerpc-
*-aix* | rs6000-
*-aix*)
3226 noconfigdirs
="$noconfigdirs target-libquadmath"
3230 # Disable libssp for some systems.
3233 # No hosted I/O support.
3234 noconfigdirs
="$noconfigdirs target-libssp"
3236 powerpc-
*-aix* | rs6000-
*-aix*)
3237 noconfigdirs
="$noconfigdirs target-libssp"
3240 # libssp uses a misaligned load to trigger a fault, but the RL78
3241 # doesn't fault for those - instead, it gives a build-time error
3242 # for explicit misaligned loads.
3243 noconfigdirs
="$noconfigdirs target-libssp"
3247 # Disable libstdc++-v3 for some systems.
3248 # Allow user to override this if they pass --enable-libstdc++-v3
3249 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3252 # VxWorks uses the Dinkumware C++ library.
3253 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3256 # the C++ libraries don't build on top of CE's C libraries
3257 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3260 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3265 # Disable Fortran for some systems.
3268 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3269 unsupported_languages
="$unsupported_languages fortran"
3273 # Disable Java if libffi is not supported.
3303 powerpc-
*-aix* | rs6000-
*-aix*)
3307 powerpc64-
*-freebsd*)
3311 s390-
*-* | s390x-
*-*)
3313 sh-
*-* | sh
[34]*-*-*)
3315 sh64-
*-* | sh5
*-*-*)
3322 unsupported_languages
="$unsupported_languages java"
3326 # Disable Java, libgcj or related libraries for some systems.
3330 i
[3456789]86-*-darwin*)
3332 x86_64-
*-darwin[912]*)
3335 noconfigdirs
="$noconfigdirs ${libgcj}"
3338 noconfigdirs
="$noconfigdirs ${libgcj}"
3341 noconfigdirs
="$noconfigdirs ${libgcj}"
3344 noconfigdirs
="$noconfigdirs ${libgcj}"
3347 noconfigdirs
="$noconfigdirs ${libgcj}"
3350 noconfigdirs
="$noconfigdirs ${libgcj}"
3353 noconfigdirs
="$noconfigdirs ${libgcj}"
3356 noconfigdirs
="$noconfigdirs ${libgcj}"
3359 noconfigdirs
="$noconfigdirs ${libgcj}"
3362 noconfigdirs
="$noconfigdirs target-boehm-gc"
3364 cris-
*-* | crisv32-
*-*)
3365 unsupported_languages
="$unsupported_languages java"
3369 *) # See PR46792 regarding target-libffi.
3370 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
3374 # In this case, it's because the hppa64-linux target is for
3375 # the kernel only at this point and has no libc, and thus no
3376 # headers, crt*.o, etc., all of which are needed by these.
3377 unsupported_languages
="$unsupported_languages java"
3380 noconfigdirs
="$noconfigdirs ${libgcj}"
3385 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3386 # build on HP-UX 10.20.
3387 noconfigdirs
="$noconfigdirs ${libgcj}"
3390 noconfigdirs
="$noconfigdirs ${libgcj}"
3392 i
[3456789]86-w64-mingw*)
3393 noconfigdirs
="$noconfigdirs ${libgcj}"
3395 i
[3456789]86-*-mingw*)
3396 noconfigdirs
="$noconfigdirs ${libgcj}"
3399 noconfigdirs
="$noconfigdirs ${libgcj}"
3402 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc"
3405 # copied from rs6000-*-* entry
3406 noconfigdirs
="$noconfigdirs ${libgcj}"
3409 noconfigdirs
="$noconfigdirs ${libgcj}"
3412 noconfigdirs
="$noconfigdirs ${libgcj}"
3416 # Disable libgo for some systems where it is known to not work.
3417 # For testing, you can easily override this with --enable-libgo.
3418 if test x
$enable_libgo = x
; then
3422 noconfigdirs
="$noconfigdirs target-libgo"
3424 *-*-cygwin* |
*-*-mingw*)
3425 noconfigdirs
="$noconfigdirs target-libgo"
3428 noconfigdirs
="$noconfigdirs target-libgo"
3433 # Default libgloss CPU subdirectory.
3434 libgloss_dir
="$target_cpu"
3437 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3441 libgloss_dir
=aarch64
3446 cris-
*-* | crisv32-
*-*)
3455 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3456 libgloss_dir
=m68hc11
3458 m68
*-*-* | fido-
*-*)
3472 # Disable newlib and libgloss for various target OSes.
3475 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3477 i
[3456789]86-*-linux*)
3478 # This section makes it possible to build newlib natively on linux.
3479 # If we are using a cross compiler then don't configure newlib.
3480 if test x
${is_cross_compiler} != xno
; then
3481 noconfigdirs
="$noconfigdirs target-newlib"
3483 noconfigdirs
="$noconfigdirs target-libgloss"
3484 # If we are not using a cross compiler, do configure newlib.
3485 # Note however, that newlib will only be configured in this situation
3486 # if the --with-newlib option has been given, because otherwise
3487 # 'target-newlib' will appear in skipdirs.
3489 i
[3456789]86-*-rdos*)
3490 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3492 sh
*-*-pe|mips
*-*-pe|arm-wince-pe
)
3493 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3496 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3499 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3502 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3505 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3508 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3511 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3513 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3514 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3517 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3520 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3523 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3526 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3529 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3532 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3535 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3543 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3544 noconfigdirs
="$noconfigdirs sim target-rda"
3546 i
[3456789]86-*-darwin*)
3547 noconfigdirs
="$noconfigdirs ld gprof"
3548 noconfigdirs
="$noconfigdirs sim target-rda"
3550 x86_64-
*-darwin[912]*)
3551 noconfigdirs
="$noconfigdirs ld gas gprof"
3552 noconfigdirs
="$noconfigdirs sim target-rda"
3555 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3556 noconfigdirs
="$noconfigdirs sim target-rda"
3561 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3562 && test -f /usr
/local
/include
/gmp.h
; then
3567 # Remove unsupported stuff on all kaOS configurations.
3568 noconfigdirs
="$noconfigdirs target-libgloss"
3575 noconfigdirs
="$noconfigdirs target-libgloss"
3577 # The tpf target doesn't support gdb yet.
3579 noconfigdirs
="$noconfigdirs gdb tcl tk libgui itcl"
3582 noconfigdirs
="$noconfigdirs target-rda"
3587 # ld works, but does not support shared libraries.
3588 # gas doesn't generate exception information.
3589 noconfigdirs
="$noconfigdirs gas ld"
3592 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3595 # newlib is not 64 bit ready
3596 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3598 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3599 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3602 noconfigdirs
="$noconfigdirs target-libgloss"
3605 noconfigdirs
="$noconfigdirs target-libgloss"
3608 noconfigdirs
="$noconfigdirs ld target-libgloss"
3613 if test x
${with_avrlibc} != xno
; then
3614 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3617 c4x-
*-* | tic4x-
*-*)
3618 noconfigdirs
="$noconfigdirs target-libgloss"
3621 noconfigdirs
="$noconfigdirs target-libgloss gdb"
3624 noconfigdirs
="$noconfigdirs target-libgloss"
3627 noconfigdirs
="$noconfigdirs gdb"
3630 noconfigdirs
="$noconfigdirs gdb"
3633 noconfigdirs
="$noconfigdirs gprof"
3636 noconfigdirs
="$noconfigdirs target-libgloss"
3639 noconfigdirs
="$noconfigdirs target-libgloss"
3641 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3649 hppa
*-*-openbsd* | \
3653 noconfigdirs
="$noconfigdirs ld"
3658 noconfigdirs
="$noconfigdirs ld"
3661 noconfigdirs
="$noconfigdirs gdb"
3664 # No gdb support yet.
3665 noconfigdirs
="$noconfigdirs readline libgui itcl gdb"
3668 # No ld support yet.
3669 noconfigdirs
="$noconfigdirs libgui itcl ld"
3672 # No ld support yet.
3673 noconfigdirs
="$noconfigdirs libgui itcl ld"
3675 i
[3456789]86-w64-mingw*)
3677 i
[3456789]86-*-mingw*)
3678 target_configdirs
="$target_configdirs target-winsup"
3681 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3682 noconfigdirs
="$noconfigdirs target-libgloss"
3683 # always build newlib if winsup directory is present.
3684 if test -d "$srcdir/winsup/cygwin"; then
3685 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3686 elif test -d "$srcdir/newlib"; then
3687 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3691 noconfigdirs
="$noconfigdirs target-libgloss"
3693 i
[3456789]86-*-sco3.2v5
*)
3694 # The linker does not yet know about weak symbols in COFF,
3695 # and is not configured to handle mixed ELF and COFF.
3696 noconfigdirs
="$noconfigdirs ld target-libgloss"
3698 i
[3456789]86-*-sco*)
3699 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3701 i
[3456789]86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
3702 noconfigdirs
="$noconfigdirs target-libgloss"
3704 i
[3456789]86-*-sysv4*)
3705 noconfigdirs
="$noconfigdirs target-libgloss"
3707 i
[3456789]86-*-beos*)
3708 noconfigdirs
="$noconfigdirs gdb"
3710 i
[3456789]86-*-rdos*)
3711 noconfigdirs
="$noconfigdirs gdb"
3714 noconfigdirs
="$noconfigdirs gdb"
3717 noconfigdirs
="$noconfigdirs sim"
3720 # copied from rs6000-*-* entry
3721 noconfigdirs
="$noconfigdirs gprof"
3723 powerpc
*-*-winnt* | powerpc
*-*-pe*)
3724 target_configdirs
="$target_configdirs target-winsup"
3725 noconfigdirs
="$noconfigdirs gdb tcl tk target-libgloss itcl"
3726 # always build newlib.
3727 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3729 # This is temporary until we can link against shared libraries
3730 powerpcle-
*-solaris*)
3731 noconfigdirs
="$noconfigdirs gdb sim tcl tk itcl"
3734 noconfigdirs
="$noconfigdirs gdb"
3737 noconfigdirs
="$noconfigdirs gprof"
3740 noconfigdirs
="$noconfigdirs gprof"
3743 noconfigdirs
="$noconfigdirs gprof"
3746 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss"
3749 noconfigdirs
="$noconfigdirs gprof"
3751 mips
*-sde-elf* | mips
*-mti-elf*)
3752 if test x
$with_newlib = xyes
; then
3753 noconfigdirs
="$noconfigdirs gprof"
3757 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3760 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3763 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3768 noconfigdirs
="$noconfigdirs gprof"
3775 noconfigdirs
="$noconfigdirs target-libgloss" ;;
3779 if test x
${is_cross_compiler} = xno
; then
3784 noconfigdirs
="$noconfigdirs sim"
3786 tilepro-
*-* | tilegx-
*-*)
3787 noconfigdirs
="$noconfigdirs sim"
3790 noconfigdirs
="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3793 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3797 # If we aren't building newlib, then don't build libgloss, since libgloss
3798 # depends upon some newlib header files.
3799 case "${noconfigdirs}" in
3800 *target-libgloss
*) ;;
3801 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3804 # Work in distributions that contain no compiler tools, like Autoconf.
3805 host_makefile_frag
=/dev
/null
3806 if test -d ${srcdir}/config
; then
3808 i
[3456789]86-*-msdosdjgpp*)
3809 host_makefile_frag
="config/mh-djgpp"
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3814 $as_echo_n "checking to see if cat works as expected... " >&6; }
3815 echo a
>cygwin-cat-check
3816 if test `cat cygwin-cat-check` = a
; then
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3819 $as_echo "yes" >&6; }
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3823 $as_echo "no" >&6; }
3824 as_fn_error
"The cat command does not ignore carriage return characters.
3825 Please either mount the build directory in binary mode or run the following
3826 commands before running any configure script:
3832 host_makefile_frag
="config/mh-cygwin"
3835 host_makefile_frag
="config/mh-mingw"
3838 host_makefile_frag
="config/mh-pa-hpux10"
3841 host_makefile_frag
="config/mh-pa"
3844 host_makefile_frag
="config/mh-pa"
3847 host_makefile_frag
="config/mh-darwin"
3850 host_makefile_frag
="config/mh-ppc-aix"
3853 host_makefile_frag
="config/mh-ppc-aix"
3858 if test "${build}" != "${host}" ; then
3859 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
3860 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
3861 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
3862 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
3863 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
3864 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
3865 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
3866 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
3867 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
3868 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
3869 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
3870 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
3871 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
3873 AR_FOR_BUILD
="\$(AR)"
3874 AS_FOR_BUILD
="\$(AS)"
3875 CC_FOR_BUILD
="\$(CC)"
3876 CXX_FOR_BUILD
="\$(CXX)"
3877 GCJ_FOR_BUILD
="\$(GCJ)"
3878 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
3879 GOC_FOR_BUILD
="\$(GOC)"
3880 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
3881 LD_FOR_BUILD
="\$(LD)"
3882 NM_FOR_BUILD
="\$(NM)"
3883 RANLIB_FOR_BUILD
="\$(RANLIB)"
3884 WINDRES_FOR_BUILD
="\$(WINDRES)"
3885 WINDMC_FOR_BUILD
="\$(WINDMC)"
3889 ac_cpp
='$CPP $CPPFLAGS'
3890 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3891 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3892 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3893 if test -n "$ac_tool_prefix"; then
3894 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3895 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3897 $as_echo_n "checking for $ac_word... " >&6; }
3898 if test "${ac_cv_prog_CC+set}" = set; then :
3899 $as_echo_n "(cached) " >&6
3901 if test -n "$CC"; then
3902 ac_cv_prog_CC
="$CC" # Let the user override the test.
3904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3908 test -z "$as_dir" && as_dir
=.
3909 for ac_exec_ext
in '' $ac_executable_extensions; do
3910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3911 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3922 if test -n "$CC"; then
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3924 $as_echo "$CC" >&6; }
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3927 $as_echo "no" >&6; }
3932 if test -z "$ac_cv_prog_CC"; then
3934 # Extract the first word of "gcc", so it can be a program name with args.
3935 set dummy gcc
; ac_word
=$2
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937 $as_echo_n "checking for $ac_word... " >&6; }
3938 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3939 $as_echo_n "(cached) " >&6
3941 if test -n "$ac_ct_CC"; then
3942 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3944 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3948 test -z "$as_dir" && as_dir
=.
3949 for ac_exec_ext
in '' $ac_executable_extensions; do
3950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3951 ac_cv_prog_ac_ct_CC
="gcc"
3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3961 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3962 if test -n "$ac_ct_CC"; then
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3964 $as_echo "$ac_ct_CC" >&6; }
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967 $as_echo "no" >&6; }
3970 if test "x$ac_ct_CC" = x
; then
3973 case $cross_compiling:$ac_tool_warned in
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3976 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3977 ac_tool_warned
=yes ;;
3985 if test -z "$CC"; then
3986 if test -n "$ac_tool_prefix"; then
3987 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3988 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3990 $as_echo_n "checking for $ac_word... " >&6; }
3991 if test "${ac_cv_prog_CC+set}" = set; then :
3992 $as_echo_n "(cached) " >&6
3994 if test -n "$CC"; then
3995 ac_cv_prog_CC
="$CC" # Let the user override the test.
3997 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4001 test -z "$as_dir" && as_dir
=.
4002 for ac_exec_ext
in '' $ac_executable_extensions; do
4003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4004 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4015 if test -n "$CC"; then
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4017 $as_echo "$CC" >&6; }
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4020 $as_echo "no" >&6; }
4026 if test -z "$CC"; then
4027 # Extract the first word of "cc", so it can be a program name with args.
4028 set dummy cc
; ac_word
=$2
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4030 $as_echo_n "checking for $ac_word... " >&6; }
4031 if test "${ac_cv_prog_CC+set}" = set; then :
4032 $as_echo_n "(cached) " >&6
4034 if test -n "$CC"; then
4035 ac_cv_prog_CC
="$CC" # Let the user override the test.
4038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4042 test -z "$as_dir" && as_dir
=.
4043 for ac_exec_ext
in '' $ac_executable_extensions; do
4044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4045 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4046 ac_prog_rejected
=yes
4050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4057 if test $ac_prog_rejected = yes; then
4058 # We found a bogon in the path, so make sure we never use it.
4059 set dummy
$ac_cv_prog_CC
4061 if test $# != 0; then
4062 # We chose a different compiler from the bogus one.
4063 # However, it has the same basename, so the bogon will be chosen
4064 # first if we set CC to just the basename; use the full file name.
4066 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4072 if test -n "$CC"; then
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4074 $as_echo "$CC" >&6; }
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4077 $as_echo "no" >&6; }
4082 if test -z "$CC"; then
4083 if test -n "$ac_tool_prefix"; then
4084 for ac_prog
in cl.exe
4086 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4087 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4089 $as_echo_n "checking for $ac_word... " >&6; }
4090 if test "${ac_cv_prog_CC+set}" = set; then :
4091 $as_echo_n "(cached) " >&6
4093 if test -n "$CC"; then
4094 ac_cv_prog_CC
="$CC" # Let the user override the test.
4096 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4100 test -z "$as_dir" && as_dir
=.
4101 for ac_exec_ext
in '' $ac_executable_extensions; do
4102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4103 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4114 if test -n "$CC"; then
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4116 $as_echo "$CC" >&6; }
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4119 $as_echo "no" >&6; }
4123 test -n "$CC" && break
4126 if test -z "$CC"; then
4128 for ac_prog
in cl.exe
4130 # Extract the first word of "$ac_prog", so it can be a program name with args.
4131 set dummy
$ac_prog; ac_word
=$2
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4133 $as_echo_n "checking for $ac_word... " >&6; }
4134 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4137 if test -n "$ac_ct_CC"; then
4138 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4140 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4144 test -z "$as_dir" && as_dir
=.
4145 for ac_exec_ext
in '' $ac_executable_extensions; do
4146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4147 ac_cv_prog_ac_ct_CC
="$ac_prog"
4148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4157 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4158 if test -n "$ac_ct_CC"; then
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4160 $as_echo "$ac_ct_CC" >&6; }
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163 $as_echo "no" >&6; }
4167 test -n "$ac_ct_CC" && break
4170 if test "x$ac_ct_CC" = x
; then
4173 case $cross_compiling:$ac_tool_warned in
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4176 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4177 ac_tool_warned
=yes ;;
4186 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4188 as_fn_error
"no acceptable C compiler found in \$PATH
4189 See \`config.log' for more details." "$LINENO" 5; }
4191 # Provide some information about the compiler.
4192 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4195 for ac_option
in --version -v -V -qversion; do
4196 { { ac_try
="$ac_compiler $ac_option >&5"
4198 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4199 *) ac_try_echo=$ac_try;;
4201 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4202 $as_echo "$ac_try_echo"; } >&5
4203 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4205 if test -s conftest.err; then
4207 ... rest of stderr output deleted ...
4208 10q' conftest.err >conftest.er1
4209 cat conftest.er1 >&5
4210 rm -f conftest.er1 conftest.err
4212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4213 test $ac_status = 0; }
4216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4217 /* end confdefs.h. */
4227 ac_clean_files_save=$ac_clean_files
4228 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4229 # Try to create an executable without -o first, disregard a.out.
4230 # It will help us diagnose broken compilers, and finding out an intuition
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4233 $as_echo_n "checking for C compiler default output file name... " >&6; }
4234 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4236 # The possible output files:
4237 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4240 for ac_file in $ac_files
4243 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4244 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4249 if { { ac_try="$ac_link_default"
4251 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4252 *) ac_try_echo
=$ac_try;;
4254 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4255 $as_echo "$ac_try_echo"; } >&5
4256 (eval "$ac_link_default") 2>&5
4258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4259 test $ac_status = 0; }; then :
4260 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4261 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4262 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4263 # so that the user can short-circuit this test for compilers unknown to
4265 for ac_file
in $ac_files ''
4267 test -f "$ac_file" ||
continue
4269 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4272 # We found the default executable, but exeext='' is most
4276 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4278 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4280 # We set ac_cv_exeext here because the later test for it is not
4281 # safe: cross compilers may not add the suffix if given an `-o'
4282 # argument, so we may need to know it at that point already.
4283 # Even if this section looks crufty: it has the advantage of
4290 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4296 $as_echo "$ac_file" >&6; }
4297 if test -z "$ac_file"; then :
4298 $as_echo "$as_me: failed program was:" >&5
4299 sed 's/^/| /' conftest.
$ac_ext >&5
4301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4303 { as_fn_set_status
77
4304 as_fn_error
"C compiler cannot create executables
4305 See \`config.log' for more details." "$LINENO" 5; }; }
4307 ac_exeext
=$ac_cv_exeext
4309 # Check that the compiler produces executables we can run. If not, either
4310 # the compiler is broken, or we cross compile.
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4312 $as_echo_n "checking whether the C compiler works... " >&6; }
4313 # If not cross compiling, check that we can run a simple program.
4314 if test "$cross_compiling" != yes; then
4315 if { ac_try
='./$ac_file'
4316 { { case "(($ac_try" in
4317 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4318 *) ac_try_echo=$ac_try;;
4320 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4321 $as_echo "$ac_try_echo"; } >&5
4322 (eval "$ac_try") 2>&5
4324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4325 test $ac_status = 0; }; }; then
4328 if test "$cross_compiling" = maybe; then
4331 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4332 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4333 as_fn_error "cannot run C compiled programs.
4334 If you meant to cross compile
, use \
`--host'.
4335 See \`config.log
' for more details." "$LINENO" 5; }
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4340 $as_echo "yes" >&6; }
4342 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4343 ac_clean_files=$ac_clean_files_save
4344 # Check that the compiler produces executables we can run. If not, either
4345 # the compiler is broken, or we cross compile.
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4347 $as_echo_n "checking whether we are cross compiling... " >&6; }
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4349 $as_echo "$cross_compiling" >&6; }
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4352 $as_echo_n "checking for suffix of executables... " >&6; }
4353 if { { ac_try="$ac_link"
4355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4356 *) ac_try_echo=$ac_try;;
4358 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4359 $as_echo "$ac_try_echo"; } >&5
4360 (eval "$ac_link") 2>&5
4362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4363 test $ac_status = 0; }; then :
4364 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4365 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4366 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4368 for ac_file
in conftest.exe conftest conftest.
*; do
4369 test -f "$ac_file" ||
continue
4371 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4372 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4378 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4379 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4380 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4381 See \`config.log' for more details." "$LINENO" 5; }
4383 rm -f conftest
$ac_cv_exeext
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4385 $as_echo "$ac_cv_exeext" >&6; }
4387 rm -f conftest.
$ac_ext
4388 EXEEXT
=$ac_cv_exeext
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4391 $as_echo_n "checking for suffix of object files... " >&6; }
4392 if test "${ac_cv_objext+set}" = set; then :
4393 $as_echo_n "(cached) " >&6
4395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4396 /* end confdefs.h. */
4406 rm -f conftest.o conftest.obj
4407 if { { ac_try
="$ac_compile"
4409 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4410 *) ac_try_echo=$ac_try;;
4412 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4413 $as_echo "$ac_try_echo"; } >&5
4414 (eval "$ac_compile") 2>&5
4416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4417 test $ac_status = 0; }; then :
4418 for ac_file in conftest.o conftest.obj conftest.*; do
4419 test -f "$ac_file" || continue;
4421 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4422 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4427 $as_echo "$as_me: failed program was:" >&5
4428 sed 's/^/| /' conftest.$ac_ext >&5
4430 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4432 as_fn_error "cannot compute suffix of object files
: cannot compile
4433 See \
`config.log' for more details." "$LINENO" 5; }
4435 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4438 $as_echo "$ac_cv_objext" >&6; }
4439 OBJEXT=$ac_cv_objext
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4442 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4443 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4444 $as_echo_n "(cached) " >&6
4446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4447 /* end confdefs.h. */
4460 if ac_fn_c_try_compile "$LINENO"; then :
4465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4466 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4470 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4471 if test $ac_compiler_gnu = yes; then
4476 ac_test_CFLAGS=${CFLAGS+set}
4477 ac_save_CFLAGS=$CFLAGS
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4479 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4480 if test "${ac_cv_prog_cc_g+set}" = set; then :
4481 $as_echo_n "(cached) " >&6
4483 ac_save_c_werror_flag=$ac_c_werror_flag
4484 ac_c_werror_flag=yes
4487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4488 /* end confdefs.h. */
4498 if ac_fn_c_try_compile "$LINENO"; then :
4502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4503 /* end confdefs.h. */
4513 if ac_fn_c_try_compile "$LINENO"; then :
4516 ac_c_werror_flag=$ac_save_c_werror_flag
4518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4519 /* end confdefs.h. */
4529 if ac_fn_c_try_compile "$LINENO"; then :
4532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4537 ac_c_werror_flag=$ac_save_c_werror_flag
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4540 $as_echo "$ac_cv_prog_cc_g" >&6; }
4541 if test "$ac_test_CFLAGS" = set; then
4542 CFLAGS=$ac_save_CFLAGS
4543 elif test $ac_cv_prog_cc_g = yes; then
4544 if test "$GCC" = yes; then
4550 if test "$GCC" = yes; then
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4557 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4558 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4559 $as_echo_n "(cached) " >&6
4561 ac_cv_prog_cc_c89=no
4563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4564 /* end confdefs.h. */
4567 #include <sys/types.h>
4568 #include <sys/stat.h>
4569 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4570 struct buf { int x; };
4571 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4572 static char *e (p, i)
4578 static char *f (char * (*g) (char **, int), char **p, ...)
4583 s = g (p, va_arg (v,int));
4588 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4589 function prototypes and stuff, but not '\xHH' hex character constants.
4590 These don't provoke an error unfortunately, instead are silently treated
4591 as 'x'. The following induces an error, until -std is added to get
4592 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4593 array size at least. It's necessary to write '\x00'==0 to get something
4594 that's true only with -std. */
4595 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4597 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4598 inside strings and character constants. */
4600 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4602 int test (int i, double x);
4603 struct s1 {int (*f) (int a);};
4604 struct s2 {int (*f) (double a);};
4605 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4611 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4616 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4617 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4619 CC="$ac_save_CC $ac_arg"
4620 if ac_fn_c_try_compile "$LINENO"; then :
4621 ac_cv_prog_cc_c89=$ac_arg
4623 rm -f core conftest.err conftest.$ac_objext
4624 test "x$ac_cv_prog_cc_c89" != "xno" && break
4626 rm -f conftest.$ac_ext
4631 case "x$ac_cv_prog_cc_c89" in
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4634 $as_echo "none needed" >&6; } ;;
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4637 $as_echo "unsupported" >&6; } ;;
4639 CC="$CC $ac_cv_prog_cc_c89"
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4641 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4643 if test "x$ac_cv_prog_cc_c89" != xno; then :
4648 ac_cpp='$CPP $CPPFLAGS'
4649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4654 ac_cpp='$CXXCPP $CPPFLAGS'
4655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4658 if test -z "$CXX"; then
4659 if test -n "$CCC"; then
4662 if test -n "$ac_tool_prefix"; then
4663 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4665 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4666 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4668 $as_echo_n "checking for $ac_word... " >&6; }
4669 if test "${ac_cv_prog_CXX+set}" = set; then :
4670 $as_echo_n "(cached) " >&6
4672 if test -n "$CXX"; then
4673 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4679 test -z "$as_dir" && as_dir=.
4680 for ac_exec_ext in '' $ac_executable_extensions; do
4681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4682 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4693 if test -n "$CXX"; then
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4695 $as_echo "$CXX" >&6; }
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4698 $as_echo "no" >&6; }
4702 test -n "$CXX" && break
4705 if test -z "$CXX"; then
4707 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4709 # Extract the first word of "$ac_prog", so it can be a program name with args.
4710 set dummy $ac_prog; ac_word=$2
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
4716 if test -n "$ac_ct_CXX"; then
4717 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 test -z "$as_dir" && as_dir=.
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4726 ac_cv_prog_ac_ct_CXX="$ac_prog"
4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4736 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4737 if test -n "$ac_ct_CXX"; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4739 $as_echo "$ac_ct_CXX" >&6; }
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742 $as_echo "no" >&6; }
4746 test -n "$ac_ct_CXX" && break
4749 if test "x$ac_ct_CXX" = x; then
4752 case $cross_compiling:$ac_tool_warned in
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4756 ac_tool_warned=yes ;;
4764 # Provide some information about the compiler.
4765 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4768 for ac_option in --version -v -V -qversion; do
4769 { { ac_try="$ac_compiler $ac_option >&5"
4771 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4772 *) ac_try_echo
=$ac_try;;
4774 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4775 $as_echo "$ac_try_echo"; } >&5
4776 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4778 if test -s conftest.err
; then
4780 ... rest of stderr output deleted ...
4781 10q' conftest.err
>conftest.er1
4782 cat conftest.er1
>&5
4783 rm -f conftest.er1 conftest.err
4785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4786 test $ac_status = 0; }
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4790 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4791 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4792 $as_echo_n "(cached) " >&6
4794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h. */
4808 if ac_fn_cxx_try_compile
"$LINENO"; then :
4813 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4814 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4818 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4819 if test $ac_compiler_gnu = yes; then
4824 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4825 ac_save_CXXFLAGS
=$CXXFLAGS
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4827 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4828 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4831 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4832 ac_cxx_werror_flag
=yes
4835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4836 /* end confdefs.h. */
4846 if ac_fn_cxx_try_compile
"$LINENO"; then :
4847 ac_cv_prog_cxx_g
=yes
4850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4851 /* end confdefs.h. */
4861 if ac_fn_cxx_try_compile
"$LINENO"; then :
4864 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4867 /* end confdefs.h. */
4877 if ac_fn_cxx_try_compile
"$LINENO"; then :
4878 ac_cv_prog_cxx_g
=yes
4880 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4882 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4884 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4885 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4888 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4889 if test "$ac_test_CXXFLAGS" = set; then
4890 CXXFLAGS
=$ac_save_CXXFLAGS
4891 elif test $ac_cv_prog_cxx_g = yes; then
4892 if test "$GXX" = yes; then
4898 if test "$GXX" = yes; then
4905 ac_cpp
='$CPP $CPPFLAGS'
4906 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4907 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4908 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4911 # We must set the default linker to the linker used by gcc for the correct
4912 # operation of libtool. If LD is not defined and we are using gcc, try to
4913 # set the LD default to the ld used by gcc.
4914 if test -z "$LD"; then
4915 if test "$GCC" = yes; then
4918 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4920 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4922 case $gcc_prog_ld in
4923 # Accept absolute paths.
4924 [\\/]* |
[A-Za-z
]:[\\/]*)
4925 LD
="$gcc_prog_ld" ;;
4930 # Check whether -static-libstdc++ -static-libgcc is supported.
4932 if test "$GCC" = yes; then
4933 saved_LDFLAGS
="$LDFLAGS"
4935 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4937 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4939 ac_cpp
='$CXXCPP $CPPFLAGS'
4940 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4941 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4942 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
4945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4946 /* end confdefs.h. */
4948 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4949 #error -static-libstdc++ not implemented
4953 if ac_fn_cxx_try_link
"$LINENO"; then :
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4955 $as_echo "yes" >&6; }; have_static_libs
=yes
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4958 $as_echo "no" >&6; }
4960 rm -f core conftest.err conftest.
$ac_objext \
4961 conftest
$ac_exeext conftest.
$ac_ext
4963 ac_cpp
='$CPP $CPPFLAGS'
4964 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4965 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4966 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4969 LDFLAGS
="$saved_LDFLAGS"
4975 if test -n "$ac_tool_prefix"; then
4976 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4977 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4979 $as_echo_n "checking for $ac_word... " >&6; }
4980 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4981 $as_echo_n "(cached) " >&6
4983 if test -n "$GNATBIND"; then
4984 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4986 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4990 test -z "$as_dir" && as_dir
=.
4991 for ac_exec_ext
in '' $ac_executable_extensions; do
4992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4993 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5003 GNATBIND
=$ac_cv_prog_GNATBIND
5004 if test -n "$GNATBIND"; then
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5006 $as_echo "$GNATBIND" >&6; }
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5009 $as_echo "no" >&6; }
5014 if test -z "$ac_cv_prog_GNATBIND"; then
5015 ac_ct_GNATBIND
=$GNATBIND
5016 # Extract the first word of "gnatbind", so it can be a program name with args.
5017 set dummy gnatbind
; ac_word
=$2
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5019 $as_echo_n "checking for $ac_word... " >&6; }
5020 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5021 $as_echo_n "(cached) " >&6
5023 if test -n "$ac_ct_GNATBIND"; then
5024 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
5026 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5030 test -z "$as_dir" && as_dir
=.
5031 for ac_exec_ext
in '' $ac_executable_extensions; do
5032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5033 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
5034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
5044 if test -n "$ac_ct_GNATBIND"; then
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5046 $as_echo "$ac_ct_GNATBIND" >&6; }
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049 $as_echo "no" >&6; }
5052 if test "x$ac_ct_GNATBIND" = x
; then
5055 case $cross_compiling:$ac_tool_warned in
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5058 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5059 ac_tool_warned
=yes ;;
5061 GNATBIND
=$ac_ct_GNATBIND
5064 GNATBIND
="$ac_cv_prog_GNATBIND"
5067 if test -n "$ac_tool_prefix"; then
5068 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5069 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5071 $as_echo_n "checking for $ac_word... " >&6; }
5072 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5073 $as_echo_n "(cached) " >&6
5075 if test -n "$GNATMAKE"; then
5076 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5078 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5082 test -z "$as_dir" && as_dir
=.
5083 for ac_exec_ext
in '' $ac_executable_extensions; do
5084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5085 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5095 GNATMAKE
=$ac_cv_prog_GNATMAKE
5096 if test -n "$GNATMAKE"; then
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5098 $as_echo "$GNATMAKE" >&6; }
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5101 $as_echo "no" >&6; }
5106 if test -z "$ac_cv_prog_GNATMAKE"; then
5107 ac_ct_GNATMAKE
=$GNATMAKE
5108 # Extract the first word of "gnatmake", so it can be a program name with args.
5109 set dummy gnatmake
; ac_word
=$2
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5111 $as_echo_n "checking for $ac_word... " >&6; }
5112 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5113 $as_echo_n "(cached) " >&6
5115 if test -n "$ac_ct_GNATMAKE"; then
5116 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5118 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5122 test -z "$as_dir" && as_dir
=.
5123 for ac_exec_ext
in '' $ac_executable_extensions; do
5124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5125 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5135 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5136 if test -n "$ac_ct_GNATMAKE"; then
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5138 $as_echo "$ac_ct_GNATMAKE" >&6; }
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5141 $as_echo "no" >&6; }
5144 if test "x$ac_ct_GNATMAKE" = x
; then
5147 case $cross_compiling:$ac_tool_warned in
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5150 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5151 ac_tool_warned
=yes ;;
5153 GNATMAKE
=$ac_ct_GNATMAKE
5156 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5160 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5161 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5162 $as_echo_n "(cached) " >&6
5164 cat >conftest.adb
<<EOF
5165 procedure conftest is begin null; end conftest;
5167 acx_cv_cc_gcc_supports_ada
=no
5168 # There is a bug in old released versions of GCC which causes the
5169 # driver to exit successfully when the appropriate language module
5170 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5171 # Therefore we must check for the error message as well as an
5172 # unsuccessful exit.
5173 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5174 # given a .adb file, but produce no object file. So we must check
5175 # if an object file was really produced to guard against this.
5176 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5177 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5178 acx_cv_cc_gcc_supports_ada
=yes
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5183 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5185 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5192 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5193 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5194 $as_echo_n "(cached) " >&6
5198 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5199 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5200 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5203 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5206 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5207 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5210 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5217 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5218 do_compare
="$gcc_cv_prog_cmp_skip"
5222 # Check whether --enable-bootstrap was given.
5223 if test "${enable_bootstrap+set}" = set; then :
5224 enableval
=$enable_bootstrap;
5226 enable_bootstrap
=default
5230 # Issue errors and warnings for invalid/strange bootstrap combinations.
5231 if test -r $srcdir/gcc
/configure
; then
5237 case "$have_compiler:$host:$target:$enable_bootstrap" in
5240 # Default behavior. Enable bootstrap if we have a compiler
5241 # and we are in a native configuration.
5242 yes:$build:$build:default
)
5243 enable_bootstrap
=yes ;;
5246 enable_bootstrap
=no
;;
5248 # We have a compiler and we are in a native configuration, bootstrap is ok
5249 yes:$build:$build:yes)
5252 # Other configurations, but we have a compiler. Assume the user knows
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5256 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5259 # No compiler: if they passed --enable-bootstrap explicitly, fail
5261 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5263 # Fail if wrong command line
5265 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
5269 # Used for setting $lt_cv_objdir
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5271 $as_echo_n "checking for objdir... " >&6; }
5272 if test "${lt_cv_objdir+set}" = set; then :
5273 $as_echo_n "(cached) " >&6
5275 rm -f .libs
2>/dev
/null
5276 mkdir .libs
2>/dev
/null
5277 if test -d .libs
; then
5280 # MS-DOS does not allow filenames that begin with a dot.
5283 rmdir .libs
2>/dev
/null
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5286 $as_echo "$lt_cv_objdir" >&6; }
5287 objdir
=$lt_cv_objdir
5293 cat >>confdefs.h
<<_ACEOF
5294 #define LT_OBJDIR "$lt_cv_objdir/"
5299 # Check for GMP, MPFR and MPC
5300 gmplibs
="-lmpc -lmpfr -lgmp"
5304 # Specify a location for mpc
5305 # check for this first so it ends up on the link line before mpfr.
5307 # Check whether --with-mpc was given.
5308 if test "${with_mpc+set}" = set; then :
5313 # Check whether --with-mpc-include was given.
5314 if test "${with_mpc_include+set}" = set; then :
5315 withval
=$with_mpc_include;
5319 # Check whether --with-mpc-lib was given.
5320 if test "${with_mpc_lib+set}" = set; then :
5321 withval
=$with_mpc_lib;
5325 if test "x$with_mpc" != x
; then
5326 gmplibs
="-L$with_mpc/lib $gmplibs"
5327 gmpinc
="-I$with_mpc/include $gmpinc"
5329 if test "x$with_mpc_include" != x
; then
5330 gmpinc
="-I$with_mpc_include $gmpinc"
5332 if test "x$with_mpc_lib" != x
; then
5333 gmplibs
="-L$with_mpc_lib $gmplibs"
5335 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5336 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5337 gmpinc
='-I$$s/mpc/src '"$gmpinc"
5338 # Do not test the mpc version. Assume that it is sufficient, since
5339 # it is in the source tree, and the library has not been built yet
5340 # but it would be included on the link line in the version check below
5341 # hence making the test fail.
5345 # Specify a location for mpfr
5346 # check for this first so it ends up on the link line before gmp.
5348 # Check whether --with-mpfr-dir was given.
5349 if test "${with_mpfr_dir+set}" = set; then :
5350 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5351 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5356 # Check whether --with-mpfr was given.
5357 if test "${with_mpfr+set}" = set; then :
5362 # Check whether --with-mpfr-include was given.
5363 if test "${with_mpfr_include+set}" = set; then :
5364 withval
=$with_mpfr_include;
5368 # Check whether --with-mpfr-lib was given.
5369 if test "${with_mpfr_lib+set}" = set; then :
5370 withval
=$with_mpfr_lib;
5374 if test "x$with_mpfr" != x
; then
5375 gmplibs
="-L$with_mpfr/lib $gmplibs"
5376 gmpinc
="-I$with_mpfr/include $gmpinc"
5378 if test "x$with_mpfr_include" != x
; then
5379 gmpinc
="-I$with_mpfr_include $gmpinc"
5381 if test "x$with_mpfr_lib" != x
; then
5382 gmplibs
="-L$with_mpfr_lib $gmplibs"
5384 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5385 # MPFR v3.1.0 moved the sources into a src sub-directory.
5386 if test -d ${srcdir}/mpfr
/src
; then
5387 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5388 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5389 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5391 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5392 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5393 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5395 # Do not test the mpfr version. Assume that it is sufficient, since
5396 # it is in the source tree, and the library has not been built yet
5397 # but it would be included on the link line in the version check below
5398 # hence making the test fail.
5402 # Specify a location for gmp
5404 # Check whether --with-gmp-dir was given.
5405 if test "${with_gmp_dir+set}" = set; then :
5406 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5407 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5412 # Check whether --with-gmp was given.
5413 if test "${with_gmp+set}" = set; then :
5418 # Check whether --with-gmp-include was given.
5419 if test "${with_gmp_include+set}" = set; then :
5420 withval
=$with_gmp_include;
5424 # Check whether --with-gmp-lib was given.
5425 if test "${with_gmp_lib+set}" = set; then :
5426 withval
=$with_gmp_lib;
5431 if test "x$with_gmp" != x
; then
5432 gmplibs
="-L$with_gmp/lib $gmplibs"
5433 gmpinc
="-I$with_gmp/include $gmpinc"
5435 if test "x$with_gmp_include" != x
; then
5436 gmpinc
="-I$with_gmp_include $gmpinc"
5438 if test "x$with_gmp_lib" != x
; then
5439 gmplibs
="-L$with_gmp_lib $gmplibs"
5441 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5442 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5443 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5444 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5445 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5446 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5447 # Do not test the gmp version. Assume that it is sufficient, since
5448 # it is in the source tree, and the library has not been built yet
5449 # but it would be included on the link line in the version check below
5450 # hence making the test fail.
5454 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5456 saved_CFLAGS
="$CFLAGS"
5457 CFLAGS
="$CFLAGS $gmpinc"
5458 # Check for the recommended and required versions of GMP.
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5460 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5463 /* end confdefs.h. */
5469 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5470 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5471 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5479 if ac_fn_c_try_compile
"$LINENO"; then :
5480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5481 /* end confdefs.h. */
5487 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5488 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5489 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5497 if ac_fn_c_try_compile
"$LINENO"; then :
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5499 $as_echo "yes" >&6; }
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5502 $as_echo "buggy but acceptable" >&6; }
5504 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5507 $as_echo "no" >&6; }; have_gmp
=no
5509 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5511 # If we have GMP, check the MPFR version.
5512 if test x
"$have_gmp" = xyes
; then
5513 # Check for the recommended and required versions of MPFR.
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5515 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5516 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5517 /* end confdefs.h. */
5524 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5532 if ac_fn_c_try_compile
"$LINENO"; then :
5533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5534 /* end confdefs.h. */
5541 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5549 if ac_fn_c_try_compile
"$LINENO"; then :
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5551 $as_echo "yes" >&6; }
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5554 $as_echo "buggy but acceptable" >&6; }
5556 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5559 $as_echo "no" >&6; }; have_gmp
=no
5561 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5564 # Check for the MPC header version.
5565 if test x
"$have_gmp" = xyes
; then
5566 # Check for the recommended and required versions of MPC.
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5568 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5570 /* end confdefs.h. */
5576 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5584 if ac_fn_c_try_compile
"$LINENO"; then :
5585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5586 /* end confdefs.h. */
5592 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5600 if ac_fn_c_try_compile
"$LINENO"; then :
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5602 $as_echo "yes" >&6; }
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5605 $as_echo "buggy but acceptable" >&6; }
5607 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5610 $as_echo "no" >&6; }; have_gmp
=no
5612 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5615 # Now check the MPFR library.
5616 if test x
"$have_gmp" = xyes
; then
5618 LIBS
="$LIBS $gmplibs"
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5620 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5634 mpfr_atan2 (n, n, x, GMP_RNDN);
5635 mpfr_erfc (n, x, GMP_RNDN);
5636 mpfr_subnormalize (x, t, GMP_RNDN);
5640 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5641 mpc_cosh (c, c, MPC_RNDNN);
5642 mpc_pow (c, c, c, MPC_RNDNN);
5643 mpc_acosh (c, c, MPC_RNDNN);
5650 if ac_fn_c_try_link
"$LINENO"; then :
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5652 $as_echo "yes" >&6; }
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5655 $as_echo "no" >&6; }; have_gmp
=no
5657 rm -f core conftest.err conftest.
$ac_objext \
5658 conftest
$ac_exeext conftest.
$ac_ext
5662 CFLAGS
="$saved_CFLAGS"
5664 # The library versions listed in the error message below should match
5665 # the HARD-minimums enforced above.
5666 if test x
$have_gmp != xyes
; then
5667 as_fn_error
"Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5668 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5669 their locations. Source code for these libraries can be found at
5670 their respective hosting sites as well as at
5671 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5672 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5673 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5674 make sure that you have installed both the libraries and the header
5675 files. They may be located in separate packages." "$LINENO" 5
5679 # Flags needed for both GMP, MPFR and/or MPC.
5687 # Allow host libstdc++ to be specified for static linking with PPL.
5689 # Check whether --with-host-libstdcxx was given.
5690 if test "${with_host_libstdcxx+set}" = set; then :
5691 withval
=$with_host_libstdcxx;
5695 case $with_host_libstdcxx in
5697 as_fn_error
"-with-host-libstdcxx needs an argument" "$LINENO" 5
5701 # Libraries to use for stage1 or when not bootstrapping.
5703 # Check whether --with-stage1-libs was given.
5704 if test "${with_stage1_libs+set}" = set; then :
5705 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5708 stage1_libs
=$withval
5711 stage1_libs
=$with_host_libstdcxx
5716 # Linker flags to use for stage1 or when not bootstrapping.
5718 # Check whether --with-stage1-ldflags was given.
5719 if test "${with_stage1_ldflags+set}" = set; then :
5720 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5723 stage1_ldflags
=$withval
5727 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5728 # if supported. But if the user explicitly specified the libraries to use,
5729 # trust that they are doing what they want.
5730 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5731 stage1_ldflags
="-static-libstdc++ -static-libgcc"
5737 # Libraries to use for stage2 and later builds. This defaults to the
5738 # argument passed to --with-host-libstdcxx.
5740 # Check whether --with-boot-libs was given.
5741 if test "${with_boot_libs+set}" = set; then :
5742 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5745 poststage1_libs
=$withval
5748 poststage1_libs
=$with_host_libstdcxx
5753 # Linker flags to use for stage2 and later builds.
5755 # Check whether --with-boot-ldflags was given.
5756 if test "${with_boot_ldflags+set}" = set; then :
5757 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5760 poststage1_ldflags
=$withval
5764 # In stages 2 and 3, default to linking libstdc++ and libgcc
5765 # statically. But if the user explicitly specified the libraries to
5766 # use, trust that they are doing what they want.
5767 if test "$poststage1_libs" = ""; then
5768 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
5774 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5775 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5779 # Check whether --with-cloog was given.
5780 if test "${with_cloog+set}" = set; then :
5781 withval
=$with_cloog;
5785 # Check whether --with-isl was given.
5786 if test "${with_isl+set}" = set; then :
5791 # Treat either --without-cloog or --without-isl as a request to disable
5792 # GRAPHITE support and skip all following checks.
5793 if test "x$with_isl" != "xno" &&
5794 test "x$with_cloog" != "xno"; then
5798 # Check whether --with-isl-include was given.
5799 if test "${with_isl_include+set}" = set; then :
5800 withval
=$with_isl_include;
5804 # Check whether --with-isl-lib was given.
5805 if test "${with_isl_lib+set}" = set; then :
5806 withval
=$with_isl_lib;
5810 # Check whether --enable-isl-version-check was given.
5811 if test "${enable_isl_version_check+set}" = set; then :
5812 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
5814 ENABLE_ISL_CHECK
=yes
5818 # Initialize isllibs and islinc.
5827 isllibs
="-L$with_isl/lib"
5828 islinc
="-I$with_isl/include"
5831 if test "x${with_isl_include}" != x
; then
5832 islinc
="-I$with_isl_include"
5834 if test "x${with_isl_lib}" != x
; then
5835 isllibs
="-L$with_isl_lib"
5837 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
5838 && test -d ${srcdir}/isl
; then
5839 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5840 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5843 $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5848 if test "${ENABLE_ISL_CHECK}" = yes ; then
5849 _isl_saved_CFLAGS
=$CFLAGS
5850 _isl_saved_LDFLAGS
=$LDFLAGS
5851 _isl_saved_LIBS
=$LIBS
5853 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5854 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs}"
5855 LIBS
="${_isl_saved_LIBS} -lisl"
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5858 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5859 if test "$cross_compiling" = yes; then :
5862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5863 /* end confdefs.h. */
5864 #include <isl/version.h>
5869 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5876 if ac_fn_c_try_run
"$LINENO"; then :
5881 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5882 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5886 $as_echo "$gcc_cv_isl" >&6; }
5888 CFLAGS
=$_isl_saved_CFLAGS
5889 LDFLAGS
=$_isl_saved_LDFLAGS
5890 LIBS
=$_isl_saved_LIBS
5894 if test "${gcc_cv_isl}" = no
; then
5896 if test "${ENABLE_ISL_CHECK}" = yes ; then
5897 _isl_saved_CFLAGS
=$CFLAGS
5898 _isl_saved_LDFLAGS
=$LDFLAGS
5899 _isl_saved_LIBS
=$LIBS
5901 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5902 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs}"
5903 LIBS
="${_isl_saved_LIBS} -lisl"
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5906 $as_echo_n "checking for version 0.11 of ISL... " >&6; }
5907 if test "$cross_compiling" = yes; then :
5910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5911 /* end confdefs.h. */
5912 #include <isl/version.h>
5917 if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5924 if ac_fn_c_try_run
"$LINENO"; then :
5929 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5930 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5934 $as_echo "$gcc_cv_isl" >&6; }
5936 CFLAGS
=$_isl_saved_CFLAGS
5937 LDFLAGS
=$_isl_saved_LDFLAGS
5938 LIBS
=$_isl_saved_LIBS
5947 if test "x${with_isl}" = xno
; then
5948 graphite_requested
=no
5949 elif test "x${with_isl}" != x \
5950 ||
test "x${with_isl_include}" != x \
5951 ||
test "x${with_isl_lib}" != x
; then
5952 graphite_requested
=yes
5954 graphite_requested
=no
5959 if test "${gcc_cv_isl}" = no
; then
5964 if test "${graphite_requested}" = yes \
5965 && test "x${isllibs}" = x \
5966 && test "x${islinc}" = x
; then
5968 as_fn_error
"Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5973 if test "x$gcc_cv_isl" != "xno"; then
5977 # Check whether --with-cloog-include was given.
5978 if test "${with_cloog_include+set}" = set; then :
5979 withval
=$with_cloog_include;
5983 # Check whether --with-cloog-lib was given.
5984 if test "${with_cloog_lib+set}" = set; then :
5985 withval
=$with_cloog_lib;
5989 # Check whether --enable-cloog-version-check was given.
5990 if test "${enable_cloog_version_check+set}" = set; then :
5991 enableval
=$enable_cloog_version_check; ENABLE_CLOOG_CHECK
=$enableval
5993 ENABLE_CLOOG_CHECK
=yes
5997 # Initialize clooglibs and clooginc.
6006 clooglibs
="-L$with_cloog/lib"
6007 clooginc
="-I$with_cloog/include"
6010 if test "x${with_cloog_include}" != x
; then
6011 clooginc
="-I$with_cloog_include"
6013 if test "x${with_cloog_lib}" != x
; then
6014 clooglibs
="-L$with_cloog_lib"
6016 if test "x${clooginc}" = x
&& test "x${clooglibs}" = x \
6017 && test -d ${srcdir}/cloog
; then
6018 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6019 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
6020 ENABLE_CLOOG_CHECK
=no
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6022 $as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
6025 clooginc
="-DCLOOG_INT_GMP ${clooginc}"
6026 clooglibs
="${clooglibs} -lcloog-isl ${isllibs} -lisl"
6032 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6033 _cloog_saved_CFLAGS
=$CFLAGS
6034 _cloog_saved_LDFLAGS
=$LDFLAGS
6036 CFLAGS
="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6037 LDFLAGS
="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6040 $as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
6041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6042 /* end confdefs.h. */
6043 #include "cloog/version.h"
6047 #if CLOOG_VERSION_MAJOR != 0 \
6048 || CLOOG_VERSION_MINOR != 17 \
6049 || CLOOG_VERSION_REVISION < 0
6056 if ac_fn_c_try_compile
"$LINENO"; then :
6061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6063 $as_echo "$gcc_cv_cloog" >&6; }
6065 CFLAGS
=$_cloog_saved_CFLAGS
6066 LDFLAGS
=$_cloog_saved_LDFLAGS
6070 if test "${gcc_cv_cloog}" = no
; then
6074 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6075 _cloog_saved_CFLAGS
=$CFLAGS
6076 _cloog_saved_LDFLAGS
=$LDFLAGS
6078 CFLAGS
="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6079 LDFLAGS
="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6082 $as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
6083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6084 /* end confdefs.h. */
6085 #include "cloog/version.h"
6089 #if CLOOG_VERSION_MAJOR != 0 \
6090 || CLOOG_VERSION_MINOR != 18 \
6091 || CLOOG_VERSION_REVISION < 0
6098 if ac_fn_c_try_compile
"$LINENO"; then :
6103 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6105 $as_echo "$gcc_cv_cloog" >&6; }
6107 CFLAGS
=$_cloog_saved_CFLAGS
6108 LDFLAGS
=$_cloog_saved_LDFLAGS
6118 if test "x${with_cloog}" = xno
; then
6119 graphite_requested
=no
6120 elif test "x${with_cloog}" != x \
6121 ||
test "x${with_cloog_include}" != x \
6122 ||
test "x${with_cloog_lib}" != x
; then
6123 graphite_requested
=yes
6125 graphite_requested
=no
6130 if test "${gcc_cv_cloog}" = no
; then
6135 if test "${graphite_requested}" = yes \
6136 && test "x${clooglibs}" = x \
6137 && test "x${clooginc}" = x
; then
6139 as_fn_error
"Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6146 # If either the ISL or the CLooG check failed, disable builds of in-tree
6148 if test "x$with_isl" = xno ||
6149 test "x$with_cloog" = xno ||
6150 test "x$gcc_cv_cloog" = xno ||
6151 test "x$gcc_cv_isl" = xno
; then
6152 noconfigdirs
="$noconfigdirs cloog isl"
6163 # Check for LTO support.
6164 # Check whether --enable-lto was given.
6165 if test "${enable_lto+set}" = set; then :
6166 enableval
=$enable_lto; enable_lto
=$enableval
6168 enable_lto
=yes; default_enable_lto
=yes
6177 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
6178 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
6179 alpha
*-dec-osf* |
*-interix* | hppa
[12]*-*-hpux*)
6187 if test $target_elf = yes; then :
6188 # ELF platforms build the lto-plugin always.
6189 build_lto_plugin
=yes
6192 if test x
"$default_enable_lto" = x
"yes" ; then
6194 *-apple-darwin9* |
*-cygwin* |
*-mingw*) ;;
6195 # On other non-ELF platforms, LTO has yet to be validated.
6199 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6200 # It would also be nice to check the binutils support, but we don't
6201 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6202 # warn during gcc/ subconfigure; unless you're bootstrapping with
6203 # -flto it won't be needed until after installation anyway.
6205 *-cygwin* |
*-mingw* |
*-apple-darwin*) ;;
6206 *) if test x
"$enable_lto" = x
"yes"; then
6207 as_fn_error
"LTO support is not enabled for this target." "$LINENO" 5
6212 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6213 # Build it unless LTO was explicitly disabled.
6215 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
6223 # By default, C and C++ are the only stage 1 languages.
6224 stage1_languages
=,c
,
6226 # Target libraries that we bootstrap.
6227 bootstrap_target_libs
=,target-libgcc
,
6229 # Figure out what language subdirectories are present.
6230 # Look if the user specified --enable-languages="..."; if not, use
6231 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6233 # NB: embedded tabs in this IF block -- do not untabify
6234 if test -d ${srcdir}/gcc
; then
6235 if test x
"${enable_languages+set}" != xset
; then
6236 if test x
"${LANGUAGES+set}" = xset
; then
6237 enable_languages
="${LANGUAGES}"
6238 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
6240 enable_languages
=all
6243 if test x
"${enable_languages}" = x ||
6244 test x
"${enable_languages}" = xyes
;
6246 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
6250 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6252 # 'f95' is the old name for the 'fortran' language. We issue a warning
6253 # and make the substitution.
6254 case ,${enable_languages}, in
6256 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
6257 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6261 # If bootstrapping, C++ must be enabled.
6262 case ",$enable_languages,:$enable_bootstrap" in
6265 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
6266 enable_languages
="${enable_languages},c++"
6268 as_fn_error
"bootstrapping requires c++ sources" "$LINENO" 5
6273 # First scan to see if an enabled language requires some other language.
6274 # We assume that a given config-lang.in will list all the language
6275 # front ends it requires, even if some are required indirectly.
6276 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6277 case ${lang_frag} in
6279 # The odd quoting in the next line works around
6280 # an apparent bug in bash 1.12 on linux.
6281 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6283 # From the config-lang.in, get $language, $lang_requires, and
6284 # $lang_requires_boot_languages.
6287 lang_requires_boot_languages
=
6289 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
6290 case ,${enable_languages}, in
6294 echo " \`$other' language required by \`$language'; enabling" 1>&2
6295 enable_languages
="${enable_languages},${other}"
6299 for other
in ${lang_requires_boot_languages} ; do
6300 if test "$other" != "c"; then
6301 case ,${enable_stage1_languages}, in
6305 case ,${enable_languages}, in
6307 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6308 enable_stage1_languages
="$enable_stage1_languages,${other}"
6319 new_enable_languages
=,c
,
6321 # If LTO is enabled, add the LTO front end.
6322 extra_host_libiberty_configure_flags
=
6323 if test "$enable_lto" = "yes" ; then
6324 case ,${enable_languages}, in
6326 *) enable_languages
="${enable_languages},lto" ;;
6328 if test "${build_lto_plugin}" = "yes" ; then
6329 configdirs
="$configdirs lto-plugin"
6330 extra_host_libiberty_configure_flags
=--enable-shared
6335 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6336 potential_languages
=,c
,
6338 enabled_target_libs
=
6339 disabled_target_libs
=
6341 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6342 case ${lang_frag} in
6344 # The odd quoting in the next line works around
6345 # an apparent bug in bash 1.12 on linux.
6346 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6348 # From the config-lang.in, get $language, $target_libs,
6349 # $lang_dirs, $boot_language, and $build_by_default
6355 build_by_default
=yes
6357 if test x
${language} = x
; then
6358 echo "${lang_frag} doesn't set \$language." 1>&2
6362 if test "$language" = "c++"; then
6367 case ,${enable_languages}, in
6369 # Language was explicitly selected; include it
6370 # unless it is C, which is enabled by default.
6371 if test "$language" != "c"; then
6376 # 'all' was selected, select it if it is a default language
6377 if test "$language" != "c"; then
6378 add_this_lang
=${build_by_default}
6383 # Disable languages that need other directories if these aren't available.
6384 for i
in $subdir_requires; do
6385 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6386 case ,${enable_languages}, in
6388 # Specifically requested language; tell them.
6389 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6393 add_this_lang
=unsupported
6398 # Disable Ada if no preexisting GNAT is available.
6399 case ,${enable_languages},:${language}:${have_gnat} in
6400 *,${language},*:ada
:no
)
6401 # Specifically requested language; tell them.
6402 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
6406 add_this_lang
=unsupported
6410 # Disable a language that is unsupported by the target.
6411 case " $unsupported_languages " in
6413 add_this_lang
=unsupported
6417 case $add_this_lang in
6419 # Remove language-dependent dirs.
6420 disabled_target_libs
="$disabled_target_libs $target_libs"
6421 noconfigdirs
="$noconfigdirs $lang_dirs"
6424 # Remove language-dependent dirs; still show language as supported.
6425 disabled_target_libs
="$disabled_target_libs $target_libs"
6426 noconfigdirs
="$noconfigdirs $lang_dirs"
6427 potential_languages
="${potential_languages}${language},"
6430 new_enable_languages
="${new_enable_languages}${language},"
6431 potential_languages
="${potential_languages}${language},"
6432 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
6433 enabled_target_libs
="$enabled_target_libs $target_libs"
6434 case "${boot_language}:,$enable_stage1_languages," in
6435 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
6436 # Add to (comma-separated) list of stage 1 languages.
6437 case ",$stage1_languages," in
6438 *,$language,* |
,yes, |
,all
,) ;;
6439 *) stage1_languages
="${stage1_languages}${language}," ;;
6441 # We need to bootstrap any supporting libraries.
6442 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
6451 # Add target libraries which are only needed for disabled languages
6453 if test -n "$disabled_target_libs"; then
6454 for dir
in $disabled_target_libs; do
6455 case " $enabled_target_libs " in
6457 *) noconfigdirs
="$noconfigdirs $dir" ;;
6462 # Check whether --enable-stage1-languages was given.
6463 if test "${enable_stage1_languages+set}" = set; then :
6464 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6466 # Set it to something that will have no effect in the loop below
6467 enable_stage1_languages
=c
;;
6469 enable_stage1_languages
=`echo $new_enable_languages | \
6470 sed -e "s/^,//" -e "s/,$//" ` ;;
6472 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
6473 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6476 # Add "good" languages from enable_stage1_languages to stage1_languages,
6477 # while "bad" languages go in missing_languages. Leave no duplicates.
6478 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6479 case $potential_languages in
6481 case $stage1_languages in
6483 *) stage1_languages
="$stage1_languages$i," ;;
6486 case $missing_languages in
6488 *) missing_languages
="$missing_languages$i," ;;
6495 # Remove leading/trailing commas that were added for simplicity
6496 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6497 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6498 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6499 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6501 if test "x$missing_languages" != x
; then
6503 The following requested languages could not be built: ${missing_languages}
6504 Supported languages are: ${potential_languages}" "$LINENO" 5
6506 if test "x$new_enable_languages" != "x$enable_languages"; then
6507 echo The following languages will be built
: ${new_enable_languages}
6508 enable_languages
="$new_enable_languages"
6512 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6515 # Handle --disable-<component> generically.
6516 for dir
in $configdirs $build_configdirs $target_configdirs ; do
6517 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6518 varname
=`echo $dirname | sed -e s/+/_/g`
6519 if eval test x\
${enable_${varname}} "=" xno
; then
6520 noconfigdirs
="$noconfigdirs $dir"
6524 # Check for Boehm's garbage collector
6525 # Check whether --enable-objc-gc was given.
6526 if test "${enable_objc_gc+set}" = set; then :
6527 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6528 *,objc
,*:*:yes:*target-boehm-gc
*)
6529 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6535 # Make sure we only build Boehm's garbage collector if required.
6536 case ,${enable_languages},:${enable_objc_gc} in
6538 # Keep target-boehm-gc if requested for Objective-C.
6541 # Otherwise remove target-boehm-gc depending on target-libjava.
6542 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
6543 noconfigdirs
="$noconfigdirs target-boehm-gc"
6548 # Disable libitm and libsanitizer if we're not building C++
6549 case ,${enable_languages}, in
6552 noconfigdirs
="$noconfigdirs target-libitm target-libsanitizer"
6556 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6557 # $build_configdirs and $target_configdirs.
6558 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6561 for dir
in .
$skipdirs $noconfigdirs ; do
6562 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6563 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6564 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6565 if test -r $srcdir/$dirname/configure
; then
6566 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6569 notsupp
="$notsupp $dir"
6573 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6574 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6575 if test -r $srcdir/$dirname/configure
; then
6576 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6579 notsupp
="$notsupp $dir"
6583 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6584 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6585 if test -r $srcdir/$dirname/configure
; then
6586 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6589 notsupp
="$notsupp $dir"
6595 # Quietly strip out all directories which aren't configurable in this tree.
6596 # This relies on all configurable subdirectories being autoconfiscated, which
6598 build_configdirs_all
="$build_configdirs"
6600 for i
in ${build_configdirs_all} ; do
6601 j
=`echo $i | sed -e s/build-//g`
6602 if test -f ${srcdir}/$j/configure
; then
6603 build_configdirs
="${build_configdirs} $i"
6607 configdirs_all
="$configdirs"
6609 for i
in ${configdirs_all} ; do
6610 if test -f ${srcdir}/$i/configure
; then
6611 configdirs
="${configdirs} $i"
6615 target_configdirs_all
="$target_configdirs"
6617 for i
in ${target_configdirs_all} ; do
6618 j
=`echo $i | sed -e s/target-//g`
6619 if test -f ${srcdir}/$j/configure
; then
6620 target_configdirs
="${target_configdirs} $i"
6624 # Produce a warning message for the subdirs we can't configure.
6625 # This isn't especially interesting in the Cygnus tree, but in the individual
6626 # FSF releases, it's important to let people know when their machine isn't
6627 # supported by the one or two programs in a package.
6629 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6630 # If $appdirs is non-empty, at least one of those directories must still
6631 # be configured, or we error out. (E.g., if the gas release supports a
6632 # specified target in some subdirs but not the gas subdir, we shouldn't
6633 # pretend that all is well.)
6634 if test -n "$appdirs" ; then
6635 for dir
in $appdirs ; do
6636 if test -r $dir/Makefile.
in ; then
6637 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6641 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6647 if test -n "$appdirs" ; then
6648 echo "*** This configuration is not supported by this package." 1>&2
6652 # Okay, some application will build, or we don't care to check. Still
6653 # notify of subdirs not getting built.
6654 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6655 echo " ${notsupp}" 1>&2
6656 echo " (Any other directories should still work fine.)" 1>&2
6664 # To find our prefix, in gcc_cv_tool_prefix.
6666 # The user is always right.
6667 if test "${PATH_SEPARATOR+set}" != set; then
6668 echo "#! /bin/sh" >conf$$.sh
6669 echo "exit 0" >>conf$$.sh
6671 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6681 if test "x$exec_prefix" = xNONE
; then
6682 if test "x$prefix" = xNONE
; then
6683 gcc_cv_tool_prefix
=$ac_default_prefix
6685 gcc_cv_tool_prefix
=$prefix
6688 gcc_cv_tool_prefix
=$exec_prefix
6691 # If there is no compiler in the tree, use the PATH only. In any
6692 # case, if there is no compiler in the tree nobody should use
6693 # AS_FOR_TARGET and LD_FOR_TARGET.
6694 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6695 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6696 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6697 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6698 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6699 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6700 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6701 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6706 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6707 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6715 # Check whether --with-build-sysroot was given.
6716 if test "${with_build_sysroot+set}" = set; then :
6717 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6718 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6721 SYSROOT_CFLAGS_FOR_TARGET
=
6727 # Check whether --with-debug-prefix-map was given.
6728 if test "${with_debug_prefix_map+set}" = set; then :
6729 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6730 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6731 for debug_map
in $withval; do
6732 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6736 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6741 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6742 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6743 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6744 # We want to ensure that TARGET libraries (which we know are built with
6745 # gcc) are built with "-O2 -g", so include those options when setting
6746 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6747 if test "x$CFLAGS_FOR_TARGET" = x
; then
6748 CFLAGS_FOR_TARGET
=$CFLAGS
6751 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
6754 *" -g "* |
*" -g3 "*) ;;
6755 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
6760 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6761 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6762 case " $CXXFLAGS " in
6764 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
6766 case " $CXXFLAGS " in
6767 *" -g "* |
*" -g3 "*) ;;
6768 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
6775 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6776 # the named directory are copied to $(tooldir)/sys-include.
6777 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6778 if test x
${is_cross_compiler} = xno
; then
6779 echo 1>&2 '***' --with-headers is only supported when cross compiling
6782 if test x
"${with_headers}" != xyes
; then
6783 x
=${gcc_cv_tool_prefix}
6784 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6788 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6789 # the name directories are copied to $(tooldir)/lib. Multiple directories
6791 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6792 if test x
${is_cross_compiler} = xno
; then
6793 echo 1>&2 '***' --with-libs is only supported when cross compiling
6796 if test x
"${with_libs}" != xyes
; then
6797 # Copy the libraries in reverse order, so that files in the first named
6798 # library override files in subsequent libraries.
6799 x
=${gcc_cv_tool_prefix}
6800 for l
in ${with_libs}; do
6801 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6806 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6808 # This is done by determining whether or not the appropriate directory
6809 # is available, and by checking whether or not specific configurations
6810 # have requested that this magic not happen.
6812 # The command line options always override the explicit settings in
6813 # configure.in, and the settings in configure.in override this magic.
6815 # If the default for a toolchain is to use GNU as and ld, and you don't
6816 # want to do that, then you should use the --without-gnu-as and
6817 # --without-gnu-ld options for the configure script. Similarly, if
6818 # the default is to use the included zlib and you don't want to do that,
6819 # you should use the --with-system-zlib option for the configure script.
6821 if test x
${use_gnu_as} = x
&&
6822 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6824 extra_host_args
="$extra_host_args --with-gnu-as"
6827 if test x
${use_gnu_ld} = x
&&
6828 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6830 extra_host_args
="$extra_host_args --with-gnu-ld"
6833 if test x
${use_included_zlib} = x
&&
6834 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
6837 with_system_zlib
=yes
6838 extra_host_args
="$extra_host_args --with-system-zlib"
6841 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6842 # can detect this case.
6844 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6846 extra_host_args
="$extra_host_args --with-newlib"
6849 # Handle ${copy_dirs}
6850 set fnord
${copy_dirs}
6852 while test $# != 0 ; do
6853 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6856 echo Copying
$1 to
$2
6858 # Use the install script to create the directory and all required
6859 # parent directories.
6860 if test -d $2 ; then
6864 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6867 # Copy the directory, assuming we have tar.
6868 # FIXME: Should we use B in the second tar? Not all systems support it.
6869 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6871 # It is the responsibility of the user to correctly adjust all
6872 # symlinks. If somebody can figure out how to handle them correctly
6873 # here, feel free to add the code.
6880 # Determine a target-dependent exec_prefix that the installed
6881 # gcc will search in. Keep this list sorted by triplet, with
6882 # the *-*-osname triplets last.
6885 i
[34567]86-pc-msdosdjgpp*)
6886 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6891 md_exec_prefix
=/usr
/ccs
/bin
6895 extra_arflags_for_target
=
6896 extra_nmflags_for_target
=
6897 extra_ranlibflags_for_target
=
6898 target_makefile_frag
=/dev
/null
6901 target_makefile_frag
="config/mt-spu"
6903 mips
*-sde-elf* | mips
*-mti-elf*)
6904 target_makefile_frag
="config/mt-sde"
6906 mipsisa
*-*-elfoabi*)
6907 target_makefile_frag
="config/mt-mips-elfoabi"
6909 mips
*-*-*linux
* | mips
*-*-gnu*)
6910 target_makefile_frag
="config/mt-mips-gnu"
6912 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6913 target_makefile_frag
="config/mt-gnu"
6915 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6916 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6917 # commands to handle both 32-bit and 64-bit objects. These flags are
6918 # harmless if we're using GNU nm or ar.
6919 extra_arflags_for_target
=" -X32_64"
6920 extra_nmflags_for_target
=" -B -X32_64"
6924 alphaieee_frag
=/dev
/null
6927 # This just makes sure to use the -mieee option to build target libs.
6928 # This should probably be set individually by each library.
6929 alphaieee_frag
="config/mt-alphaieee"
6933 # If --enable-target-optspace always use -Os instead of -O2 to build
6934 # the target libraries, similarly if it is not specified, use -Os
6935 # on selected platforms.
6936 ospace_frag
=/dev
/null
6937 case "${enable_target_optspace}:${target}" in
6939 ospace_frag
="config/mt-ospace"
6942 ospace_frag
="config/mt-d30v"
6944 :m32r-
* |
:d10v-
* |
:fr30-
*)
6945 ospace_frag
="config/mt-ospace"
6950 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6954 # Some systems (e.g., one of the i386-aix systems the gas testers are
6955 # using) don't handle "\$" correctly, so don't use it here.
6956 tooldir
='${exec_prefix}'/${target_noncanonical}
6957 build_tooldir
=${tooldir}
6959 # Create a .gdbinit file which runs the one in srcdir
6960 # and tells GDB to look there for source files.
6962 if test -r ${srcdir}/.gdbinit
; then
6965 *) cat > .
/.gdbinit
<<EOF
6969 source ${srcdir}/.gdbinit
6975 # Make sure that the compiler is able to generate an executable. If it
6976 # can't, we are probably in trouble. We don't care whether we can run the
6977 # executable--we might be using a cross compiler--we only care whether it
6978 # can be created. At this point the main configure script has set CC.
6980 echo "int main () { return 0; }" > conftest.c
6981 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6982 if test $?
= 0 ; then
6983 if test -s conftest ||
test -s conftest.exe
; then
6989 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6990 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6997 # Decide which environment variable is used to find dynamic libraries.
6999 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
7000 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
7001 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
7002 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
7005 # On systems where the dynamic library environment variable is PATH,
7006 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7007 # built executables to PATH.
7008 if test "$RPATH_ENVVAR" = PATH
; then
7009 GCC_SHLIB_SUBDIR
=/shlib
7014 # Record target_configdirs and the configure arguments for target and
7015 # build configuration in Makefile.
7016 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7017 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7019 # If we are building libgomp, bootstrap it.
7020 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
7021 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
7024 # If we are building libsanitizer, bootstrap it.
7025 if echo " ${target_configdirs} " |
grep " libsanitizer " > /dev
/null
2>&1 ; then
7026 bootstrap_target_libs
=${bootstrap_target_libs}target-libsanitizer
,
7029 # Determine whether gdb needs tk/tcl or not.
7030 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7031 # and in that case we want gdb to be built without tk. Ugh!
7032 # In fact I believe gdb is the *only* package directly dependent on tk,
7033 # so we should be able to put the 'maybe's in unconditionally and
7034 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7035 # 100% sure that that's safe though.
7037 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7038 case "$enable_gdbtk" in
7042 GDB_TK
="${gdb_tk}" ;;
7044 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7045 # distro. Eventually someone will fix this and move Insight, nee
7046 # gdbtk to a separate directory.
7047 if test -d ${srcdir}/gdb
/gdbtk
; then
7054 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7055 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7057 # Strip out unwanted targets.
7059 # While at that, we remove Makefiles if we were started for recursive
7060 # configuration, so that the top-level Makefile reconfigures them,
7061 # like we used to do when configure itself was recursive.
7063 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7064 # but now we're fixing up the Makefile ourselves with the additional
7065 # commands passed to AC_CONFIG_FILES. Use separate variables
7066 # extrasub-{build,host,target} not because there is any reason to split
7067 # the substitutions up that way, but only to remain below the limit of
7068 # 99 commands in a script, for HP-UX sed.
7069 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7071 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7072 yes:yes:*\ gold\
*:*,c
++,*) ;;
7073 yes:yes:*\ gold\
*:*)
7074 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7078 # Adjust the toplevel makefile according to whether bootstrap was selected.
7079 case $enable_bootstrap in
7081 bootstrap_suffix
=bootstrap
7082 BUILD_CONFIG
=bootstrap-debug
7085 bootstrap_suffix
=no-bootstrap
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7091 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7094 # Check whether --with-build-config was given.
7095 if test "${with_build_config+set}" = set; then :
7096 withval
=$with_build_config; case $with_build_config in
7097 yes) with_build_config
= ;;
7098 no
) with_build_config
= BUILD_CONFIG
= ;;
7103 if test "x${with_build_config}" != x
; then
7104 BUILD_CONFIG
=$with_build_config
7106 case $BUILD_CONFIG in
7108 if echo "int f (void) { return 0; }" > conftest.c
&&
7109 ${CC} -c conftest.c
&&
7110 mv conftest.o conftest.o.g0
&&
7111 ${CC} -c -g conftest.c
&&
7112 mv conftest.o conftest.o.g
&&
7113 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
7118 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7123 $as_echo "$BUILD_CONFIG" >&6; }
7127 for module
in ${build_configdirs} ; do
7128 if test -z "${no_recursion}" \
7129 && test -f ${build_subdir}/${module}/Makefile
; then
7130 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7131 rm -f ${build_subdir}/${module}/Makefile
7133 extrasub_build
="$extrasub_build
7134 /^@if build-$module\$/d
7135 /^@endif build-$module\$/d
7136 /^@if build-$module-$bootstrap_suffix\$/d
7137 /^@endif build-$module-$bootstrap_suffix\$/d"
7140 for module
in ${configdirs} ; do
7141 if test -z "${no_recursion}"; then
7142 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
7143 if test -f ${file}; then
7144 echo 1>&2 "*** removing ${file} to force reconfigure"
7149 extrasub_host
="$extrasub_host
7151 /^@endif $module\$/d
7152 /^@if $module-$bootstrap_suffix\$/d
7153 /^@endif $module-$bootstrap_suffix\$/d"
7156 for module
in ${target_configdirs} ; do
7157 if test -z "${no_recursion}" \
7158 && test -f ${target_subdir}/${module}/Makefile
; then
7159 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7160 rm -f ${target_subdir}/${module}/Makefile
7163 # We only bootstrap target libraries listed in bootstrap_target_libs.
7164 case $bootstrap_target_libs in
7165 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
7166 *) target_bootstrap_suffix
=no-bootstrap
;;
7169 extrasub_target
="$extrasub_target
7170 /^@if target-$module\$/d
7171 /^@endif target-$module\$/d
7172 /^@if target-$module-$target_bootstrap_suffix\$/d
7173 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7176 # Do the final fixup along with target modules.
7177 extrasub_target
="$extrasub_target
7178 /^@if /,/^@endif /d"
7180 # Create the serialization dependencies. This uses a temporary file.
7182 # Check whether --enable-serial-configure was given.
7183 if test "${enable_serial_configure+set}" = set; then :
7184 enableval
=$enable_serial_configure;
7188 case ${enable_serial_configure} in
7190 enable_serial_build_configure
=yes
7191 enable_serial_host_configure
=yes
7192 enable_serial_target_configure
=yes
7196 # These force 'configure's to be done one at a time, to avoid problems
7197 # with contention over a shared config.cache.
7199 echo '# serdep.tmp' > serdep.tmp
7201 test "x${enable_serial_build_configure}" = xyes
&&
7202 for item
in ${build_configdirs} ; do
7205 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
7210 test "x${enable_serial_host_configure}" = xyes
&&
7211 for item
in ${configdirs} ; do
7214 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
7219 test "x${enable_serial_target_configure}" = xyes
&&
7220 for item
in ${target_configdirs} ; do
7223 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
7227 serialization_dependencies
=serdep.tmp
7230 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7231 # target, nonopt, and variable assignments. These are the ones we
7232 # might not want to pass down to subconfigures. The exception being
7233 # --cache-file=/dev/null, which is used to turn off the use of cache
7234 # files altogether, and which should be passed on to subconfigures.
7235 # Also strip program-prefix, program-suffix, and program-transform-name,
7236 # so that we can pass down a consistent program-transform-name.
7241 eval "set -- $ac_configure_args"
7244 if test X
"$skip_next" = X
"yes"; then
7248 if test X
"$keep_next" = X
"yes"; then
7251 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7253 baseargs
="$baseargs '$ac_arg'"
7254 tbaseargs
="$tbaseargs '$ac_arg'"
7259 # Handle separated arguments. Based on the logic generated by
7262 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
7263 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
7264 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
7265 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
7279 --with-* |
--without-*)
7280 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7284 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
7287 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
7296 mpc | mpfr | gmp | cloog
)
7297 # If we're processing --with-$lib, --with-$lib-include or
7298 # --with-$lib-lib, for one of the libs above, and target is
7299 # different from host, don't pass the current argument to any
7300 # target library's configure.
7301 if test x
$is_cross_compiler = xyes
; then
7310 --cache-file=/dev
/null | \
7311 -cache-file=/dev
/null
)
7312 # Handled here to avoid the test to skip args below.
7313 baseargs
="$baseargs '$ac_arg'"
7314 tbaseargs
="$tbaseargs '$ac_arg'"
7315 # Assert: $separate_arg should always be no.
7316 keep_next
=$separate_arg
7332 -program-prefix* | \
7333 -program-suffix* | \
7334 -program-transform-name* )
7335 skip_next
=$separate_arg
7339 # An option. Add it.
7342 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7344 baseargs
="$baseargs '$ac_arg'"
7345 if test X
"$skip_targ" = Xno
; then
7346 tbaseargs
="$tbaseargs '$ac_arg'"
7348 keep_next
=$separate_arg
7351 # Either a variable assignment, or a nonopt (triplet). Don't
7352 # pass it down; let the Makefile handle this.
7357 # Remove the initial space we just introduced and, as these will be
7358 # expanded by make, quote '$'.
7359 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7361 # Add in --program-transform-name, after --program-prefix and
7362 # --program-suffix have been applied to it. Autoconf has already
7363 # doubled dollar signs and backslashes in program_transform_name; we want
7364 # the backslashes un-doubled, and then the entire thing wrapped in single
7365 # quotes, because this will be expanded first by make and then by the shell.
7366 # Also, because we want to override the logic in subdir configure scripts to
7367 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7368 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7369 ${program_transform_name}
7371 gcc_transform_name
=`cat conftestsed.out`
7372 rm -f conftestsed.out
7373 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
7374 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7375 if test "$silent" = yes; then
7376 baseargs
="$baseargs --silent"
7377 tbaseargs
="$tbaseargs --silent"
7379 baseargs
="$baseargs --disable-option-checking"
7380 tbaseargs
="$tbaseargs --disable-option-checking"
7382 # Record and document user additions to sub configure arguments.
7387 # For the build-side libraries, we just need to pretend we're native,
7388 # and not use the same cache file. Multilibs are neither needed nor
7390 build_configargs
="$build_configargs --cache-file=../config.cache ${baseargs}"
7392 # For host modules, accept cache file option, or specification as blank.
7393 case "${cache_file}" in
7395 cache_file_option
="" ;;
7396 /* |
[A-Za-z
]:[\\/]* ) # absolute path
7397 cache_file_option
="--cache-file=${cache_file}" ;;
7399 cache_file_option
="--cache-file=../${cache_file}" ;;
7402 # Host dirs don't like to share a cache file either, horribly enough.
7403 # This seems to be due to autoconf 2.5x stupidity.
7404 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7406 target_configargs
="$target_configargs ${tbaseargs}"
7408 # Passing a --with-cross-host argument lets the target libraries know
7409 # whether they are being built with a cross-compiler or being built
7410 # native. However, it would be better to use other mechanisms to make the
7411 # sorts of decisions they want to make on this basis. Please consider
7412 # this option to be deprecated. FIXME.
7413 if test x
${is_cross_compiler} = xyes
; then
7414 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
7417 # Default to --enable-multilib.
7418 if test x
${enable_multilib} = x
; then
7419 target_configargs
="--enable-multilib ${target_configargs}"
7422 # Pass --with-newlib if appropriate. Note that target_configdirs has
7423 # changed from the earlier setting of with_newlib.
7424 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
7425 target_configargs
="--with-newlib ${target_configargs}"
7428 # Different target subdirs use different values of certain variables
7429 # (notably CXX). Worse, multilibs use *lots* of different values.
7430 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7431 # it doesn't automatically accept command-line overrides of them.
7432 # This means it's not safe for target subdirs to share a cache file,
7433 # which is disgusting, but there you have it. Hopefully this can be
7434 # fixed in future. It's still worthwhile to use a cache file for each
7435 # directory. I think.
7437 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7438 # We need to pass --target, as newer autoconf's requires consistency
7439 # for target_alias and gcc doesn't manage it consistently.
7440 target_configargs
="--cache-file=./config.cache ${target_configargs}"
7443 case " $target_configdirs " in
7445 case " $target_configargs " in
7446 *" --with-newlib "*)
7449 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7453 # If we're not building GCC, don't discard standard headers.
7454 if test -d ${srcdir}/gcc
; then
7455 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
7457 if test "${build}" != "${host}"; then
7458 # On Canadian crosses, CC_FOR_TARGET will have already been set
7459 # by `configure', so we won't have an opportunity to add -Bgcc/
7460 # to it. This is right: we don't want to search that directory
7461 # for binaries, but we want the header files in there, so add
7463 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7465 # Someone might think of using the pre-installed headers on
7466 # Canadian crosses, in case the installed compiler is not fully
7467 # compatible with the compiler being built. In this case, it
7468 # would be better to flag an error than risking having
7469 # incompatible object files being constructed. We can't
7470 # guarantee that an error will be flagged, but let's hope the
7471 # compiler will do it, when presented with incompatible header
7476 case "${target}-${is_cross_compiler}" in
7477 i
[3456789]86-*-linux*-no)
7478 # Here host == target, so we don't need to build gcc,
7479 # so we don't want to discard standard headers.
7480 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7483 # If we're building newlib, use its generic headers last, but search
7484 # for any libc-related directories first (so make it the last -B
7486 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7488 # If we're building libgloss, find the startup file, simulator library
7489 # and linker script.
7490 case " $target_configdirs " in
7492 # Look for startup file, simulator library and maybe linker script.
7493 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7494 # Look for libnosys.a in case the target needs it.
7495 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7496 # Most targets have the linker script in the source directory.
7497 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7508 x86_64-
*mingw
* |
*-w64-mingw*)
7509 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7510 # however, use a symlink named 'mingw' in ${prefix} .
7511 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7514 # MinGW can't be handled as Cygwin above since it does not use newlib.
7515 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'
7519 # Allow the user to override the flags for
7520 # our build compiler if desired.
7521 if test x
"${build}" = x
"${host}" ; then
7522 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
7523 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7524 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7527 # On Canadian crosses, we'll be searching the right directories for
7528 # the previously-installed cross compiler, so don't bother to add
7529 # flags for directories within the install tree of the compiler
7530 # being built; programs in there won't even run.
7531 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7532 # Search for pre-installed headers if nothing else fits.
7533 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7536 if test "x
${use_gnu_ld}" = x &&
7537 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7538 # Arrange for us to find uninstalled linker scripts.
7539 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7542 # Search for other target-specific linker scripts and such.
7545 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7549 # Makefile fragments.
7550 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7552 eval fragval=\$$frag
7553 if test $fragval != /dev/null; then
7554 eval $frag=${srcdir}/$fragval
7562 # Miscellanea: directories, flags, etc.
7571 # Build module lists & subconfigure args.
7575 # Host module lists & subconfigure args.
7580 # Target module lists & subconfigure args.
7602 # Generate default definitions for YACC, M4, LEX and other programs that run
7603 # on the build machine. These are used if the Makefile can't locate these
7604 # programs in objdir.
7605 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7607 for ac_prog in 'bison -y' byacc yacc
7609 # Extract the first word of "$ac_prog", so it can be a program name with args.
7610 set dummy $ac_prog; ac_word=$2
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7612 $as_echo_n "checking
for $ac_word...
" >&6; }
7613 if test "${ac_cv_prog_YACC+set}" = set; then :
7614 $as_echo_n "(cached
) " >&6
7616 if test -n "$YACC"; then
7617 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7623 test -z "$as_dir" && as_dir=.
7624 for ac_exec_ext in '' $ac_executable_extensions; do
7625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7626 ac_cv_prog_YACC="$ac_prog"
7627 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7636 YACC=$ac_cv_prog_YACC
7637 if test -n "$YACC"; then
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7639 $as_echo "$YACC" >&6; }
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7642 $as_echo "no
" >&6; }
7646 test -n "$YACC" && break
7648 test -n "$YACC" || YACC="$MISSING bison
-y"
7650 case " $build_configdirs " in
7651 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7654 for ac_prog in bison
7656 # Extract the first word of "$ac_prog", so it can be a program name with args.
7657 set dummy $ac_prog; ac_word=$2
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7659 $as_echo_n "checking
for $ac_word...
" >&6; }
7660 if test "${ac_cv_prog_BISON+set}" = set; then :
7661 $as_echo_n "(cached
) " >&6
7663 if test -n "$BISON"; then
7664 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7670 test -z "$as_dir" && as_dir=.
7671 for ac_exec_ext in '' $ac_executable_extensions; do
7672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7673 ac_cv_prog_BISON="$ac_prog"
7674 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7683 BISON=$ac_cv_prog_BISON
7684 if test -n "$BISON"; then
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7686 $as_echo "$BISON" >&6; }
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7689 $as_echo "no
" >&6; }
7693 test -n "$BISON" && break
7695 test -n "$BISON" || BISON="$MISSING bison
"
7697 case " $build_configdirs " in
7698 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7701 for ac_prog in gm4 gnum4 m4
7703 # Extract the first word of "$ac_prog", so it can be a program name with args.
7704 set dummy $ac_prog; ac_word=$2
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7706 $as_echo_n "checking
for $ac_word...
" >&6; }
7707 if test "${ac_cv_prog_M4+set}" = set; then :
7708 $as_echo_n "(cached
) " >&6
7710 if test -n "$M4"; then
7711 ac_cv_prog_M4="$M4" # Let the user override the test.
7713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7717 test -z "$as_dir" && as_dir=.
7718 for ac_exec_ext in '' $ac_executable_extensions; do
7719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7720 ac_cv_prog_M4="$ac_prog"
7721 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7731 if test -n "$M4"; then
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7733 $as_echo "$M4" >&6; }
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7736 $as_echo "no
" >&6; }
7740 test -n "$M4" && break
7742 test -n "$M4" || M4="$MISSING m4"
7744 case " $build_configdirs " in
7745 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7748 for ac_prog in flex lex
7750 # Extract the first word of "$ac_prog", so it can be a program name with args.
7751 set dummy $ac_prog; ac_word=$2
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7753 $as_echo_n "checking
for $ac_word...
" >&6; }
7754 if test "${ac_cv_prog_LEX+set}" = set; then :
7755 $as_echo_n "(cached
) " >&6
7757 if test -n "$LEX"; then
7758 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764 test -z "$as_dir" && as_dir=.
7765 for ac_exec_ext in '' $ac_executable_extensions; do
7766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7767 ac_cv_prog_LEX="$ac_prog"
7768 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7778 if test -n "$LEX"; then
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7780 $as_echo "$LEX" >&6; }
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7783 $as_echo "no
" >&6; }
7787 test -n "$LEX" && break
7789 test -n "$LEX" || LEX="$MISSING flex
"
7791 case " $build_configdirs " in
7792 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7793 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7798 # Extract the first word of "$ac_prog", so it can be a program name with args.
7799 set dummy $ac_prog; ac_word=$2
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7801 $as_echo_n "checking
for $ac_word...
" >&6; }
7802 if test "${ac_cv_prog_FLEX+set}" = set; then :
7803 $as_echo_n "(cached
) " >&6
7805 if test -n "$FLEX"; then
7806 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7812 test -z "$as_dir" && as_dir=.
7813 for ac_exec_ext in '' $ac_executable_extensions; do
7814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7815 ac_cv_prog_FLEX="$ac_prog"
7816 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7825 FLEX=$ac_cv_prog_FLEX
7826 if test -n "$FLEX"; then
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7828 $as_echo "$FLEX" >&6; }
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7831 $as_echo "no
" >&6; }
7835 test -n "$FLEX" && break
7837 test -n "$FLEX" || FLEX="$MISSING flex
"
7839 case " $build_configdirs " in
7840 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7843 for ac_prog in makeinfo
7845 # Extract the first word of "$ac_prog", so it can be a program name with args.
7846 set dummy $ac_prog; ac_word=$2
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7848 $as_echo_n "checking
for $ac_word...
" >&6; }
7849 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7850 $as_echo_n "(cached
) " >&6
7852 if test -n "$MAKEINFO"; then
7853 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7859 test -z "$as_dir" && as_dir=.
7860 for ac_exec_ext in '' $ac_executable_extensions; do
7861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7862 ac_cv_prog_MAKEINFO="$ac_prog"
7863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7872 MAKEINFO=$ac_cv_prog_MAKEINFO
7873 if test -n "$MAKEINFO"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7875 $as_echo "$MAKEINFO" >&6; }
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7878 $as_echo "no
" >&6; }
7882 test -n "$MAKEINFO" && break
7884 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7886 case " $build_configdirs " in
7887 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7890 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7891 # higher, else we use the "missing
" dummy.
7892 if ${MAKEINFO} --version \
7893 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7896 MAKEINFO="$MISSING makeinfo
"
7902 # FIXME: expect and dejagnu may become build tools?
7904 for ac_prog in expect
7906 # Extract the first word of "$ac_prog", so it can be a program name with args.
7907 set dummy $ac_prog; ac_word=$2
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7909 $as_echo_n "checking
for $ac_word...
" >&6; }
7910 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7911 $as_echo_n "(cached
) " >&6
7913 if test -n "$EXPECT"; then
7914 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920 test -z "$as_dir" && as_dir=.
7921 for ac_exec_ext in '' $ac_executable_extensions; do
7922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7923 ac_cv_prog_EXPECT="$ac_prog"
7924 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7933 EXPECT=$ac_cv_prog_EXPECT
7934 if test -n "$EXPECT"; then
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
7936 $as_echo "$EXPECT" >&6; }
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7939 $as_echo "no
" >&6; }
7943 test -n "$EXPECT" && break
7945 test -n "$EXPECT" || EXPECT="expect
"
7947 case " $configdirs " in
7949 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7953 for ac_prog in runtest
7955 # Extract the first word of "$ac_prog", so it can be a program name with args.
7956 set dummy $ac_prog; ac_word=$2
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7958 $as_echo_n "checking
for $ac_word...
" >&6; }
7959 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7960 $as_echo_n "(cached
) " >&6
7962 if test -n "$RUNTEST"; then
7963 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969 test -z "$as_dir" && as_dir=.
7970 for ac_exec_ext in '' $ac_executable_extensions; do
7971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7972 ac_cv_prog_RUNTEST="$ac_prog"
7973 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7982 RUNTEST=$ac_cv_prog_RUNTEST
7983 if test -n "$RUNTEST"; then
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
7985 $as_echo "$RUNTEST" >&6; }
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7988 $as_echo "no
" >&6; }
7992 test -n "$RUNTEST" && break
7994 test -n "$RUNTEST" || RUNTEST="runtest
"
7996 case " $configdirs " in
7998 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8005 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8006 ncn_target_tool_prefix=
8007 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8011 if test -n "$AR"; then
8013 elif test -n "$ac_cv_prog_AR"; then
8017 if test -n "$ac_cv_prog_AR"; then
8018 for ncn_progname in ar; do
8019 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8020 set dummy ${ncn_progname}; ac_word=$2
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8022 $as_echo_n "checking
for $ac_word...
" >&6; }
8023 if test "${ac_cv_prog_AR+set}" = set; then :
8024 $as_echo_n "(cached
) " >&6
8026 if test -n "$AR"; then
8027 ac_cv_prog_AR="$AR" # Let the user override the test.
8029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8033 test -z "$as_dir" && as_dir=.
8034 for ac_exec_ext in '' $ac_executable_extensions; do
8035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8036 ac_cv_prog_AR="${ncn_progname}"
8037 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8047 if test -n "$AR"; then
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8049 $as_echo "$AR" >&6; }
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8052 $as_echo "no
" >&6; }
8059 for ncn_progname in ar; do
8060 if test -n "$ncn_tool_prefix"; then
8061 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8062 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8064 $as_echo_n "checking
for $ac_word...
" >&6; }
8065 if test "${ac_cv_prog_AR+set}" = set; then :
8066 $as_echo_n "(cached
) " >&6
8068 if test -n "$AR"; then
8069 ac_cv_prog_AR="$AR" # Let the user override the test.
8071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8075 test -z "$as_dir" && as_dir=.
8076 for ac_exec_ext in '' $ac_executable_extensions; do
8077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8078 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8079 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8089 if test -n "$AR"; then
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8091 $as_echo "$AR" >&6; }
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8094 $as_echo "no
" >&6; }
8099 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8100 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8101 set dummy ${ncn_progname}; ac_word=$2
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8103 $as_echo_n "checking
for $ac_word...
" >&6; }
8104 if test "${ac_cv_prog_AR+set}" = set; then :
8105 $as_echo_n "(cached
) " >&6
8107 if test -n "$AR"; then
8108 ac_cv_prog_AR="$AR" # Let the user override the test.
8110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8114 test -z "$as_dir" && as_dir=.
8115 for ac_exec_ext in '' $ac_executable_extensions; do
8116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8117 ac_cv_prog_AR="${ncn_progname}"
8118 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8128 if test -n "$AR"; then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8130 $as_echo "$AR" >&6; }
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8133 $as_echo "no
" >&6; }
8138 test -n "$ac_cv_prog_AR" && break
8141 if test -z "$ac_cv_prog_AR" ; then
8143 if test $build = $host ; then
8146 AR="${ncn_tool_prefix}$2"
8152 if test -n "$AS"; then
8154 elif test -n "$ac_cv_prog_AS"; then
8158 if test -n "$ac_cv_prog_AS"; then
8159 for ncn_progname in as; do
8160 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8161 set dummy ${ncn_progname}; ac_word=$2
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8163 $as_echo_n "checking
for $ac_word...
" >&6; }
8164 if test "${ac_cv_prog_AS+set}" = set; then :
8165 $as_echo_n "(cached
) " >&6
8167 if test -n "$AS"; then
8168 ac_cv_prog_AS="$AS" # Let the user override the test.
8170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174 test -z "$as_dir" && as_dir=.
8175 for ac_exec_ext in '' $ac_executable_extensions; do
8176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8177 ac_cv_prog_AS="${ncn_progname}"
8178 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8188 if test -n "$AS"; then
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8190 $as_echo "$AS" >&6; }
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8193 $as_echo "no
" >&6; }
8200 for ncn_progname in as; do
8201 if test -n "$ncn_tool_prefix"; then
8202 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8203 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8205 $as_echo_n "checking
for $ac_word...
" >&6; }
8206 if test "${ac_cv_prog_AS+set}" = set; then :
8207 $as_echo_n "(cached
) " >&6
8209 if test -n "$AS"; then
8210 ac_cv_prog_AS="$AS" # Let the user override the test.
8212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216 test -z "$as_dir" && as_dir=.
8217 for ac_exec_ext in '' $ac_executable_extensions; do
8218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8219 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8220 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8230 if test -n "$AS"; then
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8232 $as_echo "$AS" >&6; }
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8235 $as_echo "no
" >&6; }
8240 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8241 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8242 set dummy ${ncn_progname}; ac_word=$2
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8244 $as_echo_n "checking
for $ac_word...
" >&6; }
8245 if test "${ac_cv_prog_AS+set}" = set; then :
8246 $as_echo_n "(cached
) " >&6
8248 if test -n "$AS"; then
8249 ac_cv_prog_AS="$AS" # Let the user override the test.
8251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255 test -z "$as_dir" && as_dir=.
8256 for ac_exec_ext in '' $ac_executable_extensions; do
8257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8258 ac_cv_prog_AS="${ncn_progname}"
8259 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8269 if test -n "$AS"; then
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8271 $as_echo "$AS" >&6; }
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8274 $as_echo "no
" >&6; }
8279 test -n "$ac_cv_prog_AS" && break
8282 if test -z "$ac_cv_prog_AS" ; then
8284 if test $build = $host ; then
8287 AS="${ncn_tool_prefix}$2"
8293 if test -n "$DLLTOOL"; then
8294 ac_cv_prog_DLLTOOL=$DLLTOOL
8295 elif test -n "$ac_cv_prog_DLLTOOL"; then
8296 DLLTOOL=$ac_cv_prog_DLLTOOL
8299 if test -n "$ac_cv_prog_DLLTOOL"; then
8300 for ncn_progname in dlltool; do
8301 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8302 set dummy ${ncn_progname}; ac_word=$2
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8304 $as_echo_n "checking
for $ac_word...
" >&6; }
8305 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8306 $as_echo_n "(cached
) " >&6
8308 if test -n "$DLLTOOL"; then
8309 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315 test -z "$as_dir" && as_dir=.
8316 for ac_exec_ext in '' $ac_executable_extensions; do
8317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8318 ac_cv_prog_DLLTOOL="${ncn_progname}"
8319 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8328 DLLTOOL=$ac_cv_prog_DLLTOOL
8329 if test -n "$DLLTOOL"; then
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8331 $as_echo "$DLLTOOL" >&6; }
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8334 $as_echo "no
" >&6; }
8341 for ncn_progname in dlltool; do
8342 if test -n "$ncn_tool_prefix"; then
8343 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8344 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8346 $as_echo_n "checking
for $ac_word...
" >&6; }
8347 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8348 $as_echo_n "(cached
) " >&6
8350 if test -n "$DLLTOOL"; then
8351 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8357 test -z "$as_dir" && as_dir=.
8358 for ac_exec_ext in '' $ac_executable_extensions; do
8359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8360 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8361 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8370 DLLTOOL=$ac_cv_prog_DLLTOOL
8371 if test -n "$DLLTOOL"; then
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8373 $as_echo "$DLLTOOL" >&6; }
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8376 $as_echo "no
" >&6; }
8381 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8382 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8383 set dummy ${ncn_progname}; ac_word=$2
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8385 $as_echo_n "checking
for $ac_word...
" >&6; }
8386 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8387 $as_echo_n "(cached
) " >&6
8389 if test -n "$DLLTOOL"; then
8390 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396 test -z "$as_dir" && as_dir=.
8397 for ac_exec_ext in '' $ac_executable_extensions; do
8398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8399 ac_cv_prog_DLLTOOL="${ncn_progname}"
8400 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8409 DLLTOOL=$ac_cv_prog_DLLTOOL
8410 if test -n "$DLLTOOL"; then
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8412 $as_echo "$DLLTOOL" >&6; }
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8415 $as_echo "no
" >&6; }
8420 test -n "$ac_cv_prog_DLLTOOL" && break
8423 if test -z "$ac_cv_prog_DLLTOOL" ; then
8425 if test $build = $host ; then
8428 DLLTOOL="${ncn_tool_prefix}$2"
8434 if test -n "$LD"; then
8436 elif test -n "$ac_cv_prog_LD"; then
8440 if test -n "$ac_cv_prog_LD"; then
8441 for ncn_progname in ld; do
8442 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8443 set dummy ${ncn_progname}; ac_word=$2
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8445 $as_echo_n "checking
for $ac_word...
" >&6; }
8446 if test "${ac_cv_prog_LD+set}" = set; then :
8447 $as_echo_n "(cached
) " >&6
8449 if test -n "$LD"; then
8450 ac_cv_prog_LD="$LD" # Let the user override the test.
8452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456 test -z "$as_dir" && as_dir=.
8457 for ac_exec_ext in '' $ac_executable_extensions; do
8458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8459 ac_cv_prog_LD="${ncn_progname}"
8460 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8470 if test -n "$LD"; then
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8472 $as_echo "$LD" >&6; }
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8475 $as_echo "no
" >&6; }
8482 for ncn_progname in ld; do
8483 if test -n "$ncn_tool_prefix"; then
8484 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8485 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8487 $as_echo_n "checking
for $ac_word...
" >&6; }
8488 if test "${ac_cv_prog_LD+set}" = set; then :
8489 $as_echo_n "(cached
) " >&6
8491 if test -n "$LD"; then
8492 ac_cv_prog_LD="$LD" # Let the user override the test.
8494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498 test -z "$as_dir" && as_dir=.
8499 for ac_exec_ext in '' $ac_executable_extensions; do
8500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8501 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8502 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8512 if test -n "$LD"; then
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8514 $as_echo "$LD" >&6; }
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8517 $as_echo "no
" >&6; }
8522 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8524 set dummy ${ncn_progname}; ac_word=$2
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8526 $as_echo_n "checking
for $ac_word...
" >&6; }
8527 if test "${ac_cv_prog_LD+set}" = set; then :
8528 $as_echo_n "(cached
) " >&6
8530 if test -n "$LD"; then
8531 ac_cv_prog_LD="$LD" # Let the user override the test.
8533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537 test -z "$as_dir" && as_dir=.
8538 for ac_exec_ext in '' $ac_executable_extensions; do
8539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8540 ac_cv_prog_LD="${ncn_progname}"
8541 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8551 if test -n "$LD"; then
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8553 $as_echo "$LD" >&6; }
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8556 $as_echo "no
" >&6; }
8561 test -n "$ac_cv_prog_LD" && break
8564 if test -z "$ac_cv_prog_LD" ; then
8566 if test $build = $host ; then
8569 LD="${ncn_tool_prefix}$2"
8575 if test -n "$LIPO"; then
8576 ac_cv_prog_LIPO=$LIPO
8577 elif test -n "$ac_cv_prog_LIPO"; then
8578 LIPO=$ac_cv_prog_LIPO
8581 if test -n "$ac_cv_prog_LIPO"; then
8582 for ncn_progname in lipo; do
8583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8584 set dummy ${ncn_progname}; ac_word=$2
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8586 $as_echo_n "checking
for $ac_word...
" >&6; }
8587 if test "${ac_cv_prog_LIPO+set}" = set; then :
8588 $as_echo_n "(cached
) " >&6
8590 if test -n "$LIPO"; then
8591 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597 test -z "$as_dir" && as_dir=.
8598 for ac_exec_ext in '' $ac_executable_extensions; do
8599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8600 ac_cv_prog_LIPO="${ncn_progname}"
8601 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8610 LIPO=$ac_cv_prog_LIPO
8611 if test -n "$LIPO"; then
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8613 $as_echo "$LIPO" >&6; }
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8616 $as_echo "no
" >&6; }
8623 for ncn_progname in lipo; do
8624 if test -n "$ncn_tool_prefix"; then
8625 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8626 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8628 $as_echo_n "checking
for $ac_word...
" >&6; }
8629 if test "${ac_cv_prog_LIPO+set}" = set; then :
8630 $as_echo_n "(cached
) " >&6
8632 if test -n "$LIPO"; then
8633 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639 test -z "$as_dir" && as_dir=.
8640 for ac_exec_ext in '' $ac_executable_extensions; do
8641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8642 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8643 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8652 LIPO=$ac_cv_prog_LIPO
8653 if test -n "$LIPO"; then
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8655 $as_echo "$LIPO" >&6; }
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8658 $as_echo "no
" >&6; }
8663 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8665 set dummy ${ncn_progname}; ac_word=$2
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8667 $as_echo_n "checking
for $ac_word...
" >&6; }
8668 if test "${ac_cv_prog_LIPO+set}" = set; then :
8669 $as_echo_n "(cached
) " >&6
8671 if test -n "$LIPO"; then
8672 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8678 test -z "$as_dir" && as_dir=.
8679 for ac_exec_ext in '' $ac_executable_extensions; do
8680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8681 ac_cv_prog_LIPO="${ncn_progname}"
8682 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8691 LIPO=$ac_cv_prog_LIPO
8692 if test -n "$LIPO"; then
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8694 $as_echo "$LIPO" >&6; }
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8697 $as_echo "no
" >&6; }
8702 test -n "$ac_cv_prog_LIPO" && break
8705 if test -z "$ac_cv_prog_LIPO" ; then
8707 if test $build = $host ; then
8710 LIPO="${ncn_tool_prefix}$2"
8716 if test -n "$NM"; then
8718 elif test -n "$ac_cv_prog_NM"; then
8722 if test -n "$ac_cv_prog_NM"; then
8723 for ncn_progname in nm; do
8724 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8725 set dummy ${ncn_progname}; ac_word=$2
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8727 $as_echo_n "checking
for $ac_word...
" >&6; }
8728 if test "${ac_cv_prog_NM+set}" = set; then :
8729 $as_echo_n "(cached
) " >&6
8731 if test -n "$NM"; then
8732 ac_cv_prog_NM="$NM" # Let the user override the test.
8734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8738 test -z "$as_dir" && as_dir=.
8739 for ac_exec_ext in '' $ac_executable_extensions; do
8740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8741 ac_cv_prog_NM="${ncn_progname}"
8742 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8752 if test -n "$NM"; then
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8754 $as_echo "$NM" >&6; }
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8757 $as_echo "no
" >&6; }
8764 for ncn_progname in nm; do
8765 if test -n "$ncn_tool_prefix"; then
8766 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8767 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8769 $as_echo_n "checking
for $ac_word...
" >&6; }
8770 if test "${ac_cv_prog_NM+set}" = set; then :
8771 $as_echo_n "(cached
) " >&6
8773 if test -n "$NM"; then
8774 ac_cv_prog_NM="$NM" # Let the user override the test.
8776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780 test -z "$as_dir" && as_dir=.
8781 for ac_exec_ext in '' $ac_executable_extensions; do
8782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8783 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8784 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8794 if test -n "$NM"; then
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8796 $as_echo "$NM" >&6; }
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8799 $as_echo "no
" >&6; }
8804 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8805 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8806 set dummy ${ncn_progname}; ac_word=$2
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8808 $as_echo_n "checking
for $ac_word...
" >&6; }
8809 if test "${ac_cv_prog_NM+set}" = set; then :
8810 $as_echo_n "(cached
) " >&6
8812 if test -n "$NM"; then
8813 ac_cv_prog_NM="$NM" # Let the user override the test.
8815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8819 test -z "$as_dir" && as_dir=.
8820 for ac_exec_ext in '' $ac_executable_extensions; do
8821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8822 ac_cv_prog_NM="${ncn_progname}"
8823 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8833 if test -n "$NM"; then
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8835 $as_echo "$NM" >&6; }
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8838 $as_echo "no
" >&6; }
8843 test -n "$ac_cv_prog_NM" && break
8846 if test -z "$ac_cv_prog_NM" ; then
8848 if test $build = $host ; then
8851 NM="${ncn_tool_prefix}$2"
8857 if test -n "$RANLIB"; then
8858 ac_cv_prog_RANLIB=$RANLIB
8859 elif test -n "$ac_cv_prog_RANLIB"; then
8860 RANLIB=$ac_cv_prog_RANLIB
8863 if test -n "$ac_cv_prog_RANLIB"; then
8864 for ncn_progname in ranlib; do
8865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8866 set dummy ${ncn_progname}; ac_word=$2
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8868 $as_echo_n "checking
for $ac_word...
" >&6; }
8869 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8870 $as_echo_n "(cached
) " >&6
8872 if test -n "$RANLIB"; then
8873 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879 test -z "$as_dir" && as_dir=.
8880 for ac_exec_ext in '' $ac_executable_extensions; do
8881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8882 ac_cv_prog_RANLIB="${ncn_progname}"
8883 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8892 RANLIB=$ac_cv_prog_RANLIB
8893 if test -n "$RANLIB"; then
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8895 $as_echo "$RANLIB" >&6; }
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8898 $as_echo "no
" >&6; }
8905 for ncn_progname in ranlib; do
8906 if test -n "$ncn_tool_prefix"; then
8907 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8908 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8910 $as_echo_n "checking
for $ac_word...
" >&6; }
8911 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8912 $as_echo_n "(cached
) " >&6
8914 if test -n "$RANLIB"; then
8915 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8921 test -z "$as_dir" && as_dir=.
8922 for ac_exec_ext in '' $ac_executable_extensions; do
8923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8924 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8925 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8934 RANLIB=$ac_cv_prog_RANLIB
8935 if test -n "$RANLIB"; then
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8937 $as_echo "$RANLIB" >&6; }
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8940 $as_echo "no
" >&6; }
8945 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8947 set dummy ${ncn_progname}; ac_word=$2
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8949 $as_echo_n "checking
for $ac_word...
" >&6; }
8950 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8951 $as_echo_n "(cached
) " >&6
8953 if test -n "$RANLIB"; then
8954 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8960 test -z "$as_dir" && as_dir=.
8961 for ac_exec_ext in '' $ac_executable_extensions; do
8962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8963 ac_cv_prog_RANLIB="${ncn_progname}"
8964 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8973 RANLIB=$ac_cv_prog_RANLIB
8974 if test -n "$RANLIB"; then
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8976 $as_echo "$RANLIB" >&6; }
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8979 $as_echo "no
" >&6; }
8984 test -n "$ac_cv_prog_RANLIB" && break
8987 if test -z "$ac_cv_prog_RANLIB" ; then
8993 if test -n "$STRIP"; then
8994 ac_cv_prog_STRIP=$STRIP
8995 elif test -n "$ac_cv_prog_STRIP"; then
8996 STRIP=$ac_cv_prog_STRIP
8999 if test -n "$ac_cv_prog_STRIP"; then
9000 for ncn_progname in strip; do
9001 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9002 set dummy ${ncn_progname}; ac_word=$2
9003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9004 $as_echo_n "checking
for $ac_word...
" >&6; }
9005 if test "${ac_cv_prog_STRIP+set}" = set; then :
9006 $as_echo_n "(cached
) " >&6
9008 if test -n "$STRIP"; then
9009 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9015 test -z "$as_dir" && as_dir=.
9016 for ac_exec_ext in '' $ac_executable_extensions; do
9017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9018 ac_cv_prog_STRIP="${ncn_progname}"
9019 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9028 STRIP=$ac_cv_prog_STRIP
9029 if test -n "$STRIP"; then
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9031 $as_echo "$STRIP" >&6; }
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9034 $as_echo "no
" >&6; }
9041 for ncn_progname in strip; do
9042 if test -n "$ncn_tool_prefix"; then
9043 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9044 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9046 $as_echo_n "checking
for $ac_word...
" >&6; }
9047 if test "${ac_cv_prog_STRIP+set}" = set; then :
9048 $as_echo_n "(cached
) " >&6
9050 if test -n "$STRIP"; then
9051 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9057 test -z "$as_dir" && as_dir=.
9058 for ac_exec_ext in '' $ac_executable_extensions; do
9059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9060 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9061 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9070 STRIP=$ac_cv_prog_STRIP
9071 if test -n "$STRIP"; then
9072 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9073 $as_echo "$STRIP" >&6; }
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9076 $as_echo "no
" >&6; }
9081 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; 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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9085 $as_echo_n "checking
for $ac_word...
" >&6; }
9086 if test "${ac_cv_prog_STRIP+set}" = set; then :
9087 $as_echo_n "(cached
) " >&6
9089 if test -n "$STRIP"; then
9090 ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9099 ac_cv_prog_STRIP="${ncn_progname}"
9100 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9109 STRIP=$ac_cv_prog_STRIP
9110 if test -n "$STRIP"; then
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9112 $as_echo "$STRIP" >&6; }
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9115 $as_echo "no
" >&6; }
9120 test -n "$ac_cv_prog_STRIP" && break
9123 if test -z "$ac_cv_prog_STRIP" ; then
9129 if test -n "$WINDRES"; then
9130 ac_cv_prog_WINDRES=$WINDRES
9131 elif test -n "$ac_cv_prog_WINDRES"; then
9132 WINDRES=$ac_cv_prog_WINDRES
9135 if test -n "$ac_cv_prog_WINDRES"; then
9136 for ncn_progname in windres; do
9137 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9138 set dummy ${ncn_progname}; ac_word=$2
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9140 $as_echo_n "checking
for $ac_word...
" >&6; }
9141 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9142 $as_echo_n "(cached
) " >&6
9144 if test -n "$WINDRES"; then
9145 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9151 test -z "$as_dir" && as_dir=.
9152 for ac_exec_ext in '' $ac_executable_extensions; do
9153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9154 ac_cv_prog_WINDRES="${ncn_progname}"
9155 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9164 WINDRES=$ac_cv_prog_WINDRES
9165 if test -n "$WINDRES"; then
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9167 $as_echo "$WINDRES" >&6; }
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9170 $as_echo "no
" >&6; }
9177 for ncn_progname in windres; do
9178 if test -n "$ncn_tool_prefix"; then
9179 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9180 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9182 $as_echo_n "checking
for $ac_word...
" >&6; }
9183 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9184 $as_echo_n "(cached
) " >&6
9186 if test -n "$WINDRES"; then
9187 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9193 test -z "$as_dir" && as_dir=.
9194 for ac_exec_ext in '' $ac_executable_extensions; do
9195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9196 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9197 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9206 WINDRES=$ac_cv_prog_WINDRES
9207 if test -n "$WINDRES"; then
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9209 $as_echo "$WINDRES" >&6; }
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9212 $as_echo "no
" >&6; }
9217 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9218 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9219 set dummy ${ncn_progname}; ac_word=$2
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9221 $as_echo_n "checking
for $ac_word...
" >&6; }
9222 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9223 $as_echo_n "(cached
) " >&6
9225 if test -n "$WINDRES"; then
9226 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9232 test -z "$as_dir" && as_dir=.
9233 for ac_exec_ext in '' $ac_executable_extensions; do
9234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9235 ac_cv_prog_WINDRES="${ncn_progname}"
9236 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9245 WINDRES=$ac_cv_prog_WINDRES
9246 if test -n "$WINDRES"; then
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9248 $as_echo "$WINDRES" >&6; }
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9251 $as_echo "no
" >&6; }
9256 test -n "$ac_cv_prog_WINDRES" && break
9259 if test -z "$ac_cv_prog_WINDRES" ; then
9261 if test $build = $host ; then
9264 WINDRES="${ncn_tool_prefix}$2"
9270 if test -n "$WINDMC"; then
9271 ac_cv_prog_WINDMC=$WINDMC
9272 elif test -n "$ac_cv_prog_WINDMC"; then
9273 WINDMC=$ac_cv_prog_WINDMC
9276 if test -n "$ac_cv_prog_WINDMC"; then
9277 for ncn_progname in windmc; do
9278 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9279 set dummy ${ncn_progname}; ac_word=$2
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9281 $as_echo_n "checking
for $ac_word...
" >&6; }
9282 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9283 $as_echo_n "(cached
) " >&6
9285 if test -n "$WINDMC"; then
9286 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9292 test -z "$as_dir" && as_dir=.
9293 for ac_exec_ext in '' $ac_executable_extensions; do
9294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9295 ac_cv_prog_WINDMC="${ncn_progname}"
9296 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9305 WINDMC=$ac_cv_prog_WINDMC
9306 if test -n "$WINDMC"; then
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9308 $as_echo "$WINDMC" >&6; }
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9311 $as_echo "no
" >&6; }
9318 for ncn_progname in windmc; do
9319 if test -n "$ncn_tool_prefix"; then
9320 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9321 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9323 $as_echo_n "checking
for $ac_word...
" >&6; }
9324 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9325 $as_echo_n "(cached
) " >&6
9327 if test -n "$WINDMC"; then
9328 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334 test -z "$as_dir" && as_dir=.
9335 for ac_exec_ext in '' $ac_executable_extensions; do
9336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9337 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9338 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9347 WINDMC=$ac_cv_prog_WINDMC
9348 if test -n "$WINDMC"; then
9349 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9350 $as_echo "$WINDMC" >&6; }
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9353 $as_echo "no
" >&6; }
9358 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9359 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9360 set dummy ${ncn_progname}; ac_word=$2
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9362 $as_echo_n "checking
for $ac_word...
" >&6; }
9363 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9364 $as_echo_n "(cached
) " >&6
9366 if test -n "$WINDMC"; then
9367 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9373 test -z "$as_dir" && as_dir=.
9374 for ac_exec_ext in '' $ac_executable_extensions; do
9375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9376 ac_cv_prog_WINDMC="${ncn_progname}"
9377 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9386 WINDMC=$ac_cv_prog_WINDMC
9387 if test -n "$WINDMC"; then
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9389 $as_echo "$WINDMC" >&6; }
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9392 $as_echo "no
" >&6; }
9397 test -n "$ac_cv_prog_WINDMC" && break
9400 if test -z "$ac_cv_prog_WINDMC" ; then
9402 if test $build = $host ; then
9405 WINDMC="${ncn_tool_prefix}$2"
9411 if test -n "$OBJCOPY"; then
9412 ac_cv_prog_OBJCOPY=$OBJCOPY
9413 elif test -n "$ac_cv_prog_OBJCOPY"; then
9414 OBJCOPY=$ac_cv_prog_OBJCOPY
9417 if test -n "$ac_cv_prog_OBJCOPY"; then
9418 for ncn_progname in objcopy; do
9419 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9420 set dummy ${ncn_progname}; ac_word=$2
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9422 $as_echo_n "checking
for $ac_word...
" >&6; }
9423 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9424 $as_echo_n "(cached
) " >&6
9426 if test -n "$OBJCOPY"; then
9427 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9433 test -z "$as_dir" && as_dir=.
9434 for ac_exec_ext in '' $ac_executable_extensions; do
9435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9436 ac_cv_prog_OBJCOPY="${ncn_progname}"
9437 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9446 OBJCOPY=$ac_cv_prog_OBJCOPY
9447 if test -n "$OBJCOPY"; then
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9449 $as_echo "$OBJCOPY" >&6; }
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9452 $as_echo "no
" >&6; }
9459 for ncn_progname in objcopy; do
9460 if test -n "$ncn_tool_prefix"; then
9461 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9462 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9464 $as_echo_n "checking
for $ac_word...
" >&6; }
9465 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9466 $as_echo_n "(cached
) " >&6
9468 if test -n "$OBJCOPY"; then
9469 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475 test -z "$as_dir" && as_dir=.
9476 for ac_exec_ext in '' $ac_executable_extensions; do
9477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9478 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9479 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9488 OBJCOPY=$ac_cv_prog_OBJCOPY
9489 if test -n "$OBJCOPY"; then
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9491 $as_echo "$OBJCOPY" >&6; }
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9494 $as_echo "no
" >&6; }
9499 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9500 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9501 set dummy ${ncn_progname}; ac_word=$2
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9503 $as_echo_n "checking
for $ac_word...
" >&6; }
9504 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9505 $as_echo_n "(cached
) " >&6
9507 if test -n "$OBJCOPY"; then
9508 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514 test -z "$as_dir" && as_dir=.
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9517 ac_cv_prog_OBJCOPY="${ncn_progname}"
9518 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9527 OBJCOPY=$ac_cv_prog_OBJCOPY
9528 if test -n "$OBJCOPY"; then
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9530 $as_echo "$OBJCOPY" >&6; }
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9533 $as_echo "no
" >&6; }
9538 test -n "$ac_cv_prog_OBJCOPY" && break
9541 if test -z "$ac_cv_prog_OBJCOPY" ; then
9543 if test $build = $host ; then
9546 OBJCOPY="${ncn_tool_prefix}$2"
9552 if test -n "$OBJDUMP"; then
9553 ac_cv_prog_OBJDUMP=$OBJDUMP
9554 elif test -n "$ac_cv_prog_OBJDUMP"; then
9555 OBJDUMP=$ac_cv_prog_OBJDUMP
9558 if test -n "$ac_cv_prog_OBJDUMP"; then
9559 for ncn_progname in objdump; do
9560 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9561 set dummy ${ncn_progname}; ac_word=$2
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9563 $as_echo_n "checking
for $ac_word...
" >&6; }
9564 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9565 $as_echo_n "(cached
) " >&6
9567 if test -n "$OBJDUMP"; then
9568 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574 test -z "$as_dir" && as_dir=.
9575 for ac_exec_ext in '' $ac_executable_extensions; do
9576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9577 ac_cv_prog_OBJDUMP="${ncn_progname}"
9578 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9587 OBJDUMP=$ac_cv_prog_OBJDUMP
9588 if test -n "$OBJDUMP"; then
9589 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9590 $as_echo "$OBJDUMP" >&6; }
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9593 $as_echo "no
" >&6; }
9600 for ncn_progname in objdump; do
9601 if test -n "$ncn_tool_prefix"; then
9602 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9603 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9605 $as_echo_n "checking
for $ac_word...
" >&6; }
9606 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9607 $as_echo_n "(cached
) " >&6
9609 if test -n "$OBJDUMP"; then
9610 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616 test -z "$as_dir" && as_dir=.
9617 for ac_exec_ext in '' $ac_executable_extensions; do
9618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9619 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9620 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9629 OBJDUMP=$ac_cv_prog_OBJDUMP
9630 if test -n "$OBJDUMP"; then
9631 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9632 $as_echo "$OBJDUMP" >&6; }
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9635 $as_echo "no
" >&6; }
9640 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9641 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9642 set dummy ${ncn_progname}; ac_word=$2
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9644 $as_echo_n "checking
for $ac_word...
" >&6; }
9645 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9646 $as_echo_n "(cached
) " >&6
9648 if test -n "$OBJDUMP"; then
9649 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655 test -z "$as_dir" && as_dir=.
9656 for ac_exec_ext in '' $ac_executable_extensions; do
9657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9658 ac_cv_prog_OBJDUMP="${ncn_progname}"
9659 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9668 OBJDUMP=$ac_cv_prog_OBJDUMP
9669 if test -n "$OBJDUMP"; then
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9671 $as_echo "$OBJDUMP" >&6; }
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9674 $as_echo "no
" >&6; }
9679 test -n "$ac_cv_prog_OBJDUMP" && break
9682 if test -z "$ac_cv_prog_OBJDUMP" ; then
9684 if test $build = $host ; then
9687 OBJDUMP="${ncn_tool_prefix}$2"
9693 if test -n "$READELF"; then
9694 ac_cv_prog_READELF=$READELF
9695 elif test -n "$ac_cv_prog_READELF"; then
9696 READELF=$ac_cv_prog_READELF
9699 if test -n "$ac_cv_prog_READELF"; then
9700 for ncn_progname in readelf; do
9701 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9702 set dummy ${ncn_progname}; ac_word=$2
9703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9704 $as_echo_n "checking
for $ac_word...
" >&6; }
9705 if test "${ac_cv_prog_READELF+set}" = set; then :
9706 $as_echo_n "(cached
) " >&6
9708 if test -n "$READELF"; then
9709 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9715 test -z "$as_dir" && as_dir=.
9716 for ac_exec_ext in '' $ac_executable_extensions; do
9717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9718 ac_cv_prog_READELF="${ncn_progname}"
9719 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9728 READELF=$ac_cv_prog_READELF
9729 if test -n "$READELF"; then
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9731 $as_echo "$READELF" >&6; }
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9734 $as_echo "no
" >&6; }
9741 for ncn_progname in readelf; do
9742 if test -n "$ncn_tool_prefix"; then
9743 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9744 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9746 $as_echo_n "checking
for $ac_word...
" >&6; }
9747 if test "${ac_cv_prog_READELF+set}" = set; then :
9748 $as_echo_n "(cached
) " >&6
9750 if test -n "$READELF"; then
9751 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757 test -z "$as_dir" && as_dir=.
9758 for ac_exec_ext in '' $ac_executable_extensions; do
9759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9760 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9761 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9770 READELF=$ac_cv_prog_READELF
9771 if test -n "$READELF"; then
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9773 $as_echo "$READELF" >&6; }
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9776 $as_echo "no
" >&6; }
9781 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9782 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9783 set dummy ${ncn_progname}; ac_word=$2
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9785 $as_echo_n "checking
for $ac_word...
" >&6; }
9786 if test "${ac_cv_prog_READELF+set}" = set; then :
9787 $as_echo_n "(cached
) " >&6
9789 if test -n "$READELF"; then
9790 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9796 test -z "$as_dir" && as_dir=.
9797 for ac_exec_ext in '' $ac_executable_extensions; do
9798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9799 ac_cv_prog_READELF="${ncn_progname}"
9800 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9809 READELF=$ac_cv_prog_READELF
9810 if test -n "$READELF"; then
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9812 $as_echo "$READELF" >&6; }
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9815 $as_echo "no
" >&6; }
9820 test -n "$ac_cv_prog_READELF" && break
9823 if test -z "$ac_cv_prog_READELF" ; then
9825 if test $build = $host ; then
9828 READELF="${ncn_tool_prefix}$2"
9839 # Check whether --with-build-time-tools was given.
9840 if test "${with_build_time_tools+set}" = set; then :
9841 withval=$with_build_time_tools; case x"$withval" in
9844 with_build_time_tools=
9845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9846 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9850 with_build_time_tools=
9856 if test -n "$CC_FOR_TARGET"; then
9857 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9858 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9859 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9862 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9863 for ncn_progname in cc gcc; do
9864 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9865 set dummy ${ncn_progname}; ac_word=$2
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9867 $as_echo_n "checking
for $ac_word...
" >&6; }
9868 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9869 $as_echo_n "(cached
) " >&6
9871 if test -n "$CC_FOR_TARGET"; then
9872 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9878 test -z "$as_dir" && as_dir=.
9879 for ac_exec_ext in '' $ac_executable_extensions; do
9880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9881 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9882 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9891 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9892 if test -n "$CC_FOR_TARGET"; then
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9894 $as_echo "$CC_FOR_TARGET" >&6; }
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9897 $as_echo "no
" >&6; }
9904 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9905 for ncn_progname in cc gcc; do
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9907 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9908 if test -x $with_build_time_tools/${ncn_progname}; then
9909 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9910 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9911 $as_echo "yes" >&6; }
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9915 $as_echo "no
" >&6; }
9920 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9921 for ncn_progname in cc gcc; do
9922 if test -n "$ncn_target_tool_prefix"; then
9923 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9924 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9926 $as_echo_n "checking
for $ac_word...
" >&6; }
9927 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9928 $as_echo_n "(cached
) " >&6
9930 if test -n "$CC_FOR_TARGET"; then
9931 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9937 test -z "$as_dir" && as_dir=.
9938 for ac_exec_ext in '' $ac_executable_extensions; do
9939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9940 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9941 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9950 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9951 if test -n "$CC_FOR_TARGET"; then
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9953 $as_echo "$CC_FOR_TARGET" >&6; }
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9956 $as_echo "no
" >&6; }
9961 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9962 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9963 set dummy ${ncn_progname}; ac_word=$2
9964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9965 $as_echo_n "checking
for $ac_word...
" >&6; }
9966 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9967 $as_echo_n "(cached
) " >&6
9969 if test -n "$CC_FOR_TARGET"; then
9970 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9976 test -z "$as_dir" && as_dir=.
9977 for ac_exec_ext in '' $ac_executable_extensions; do
9978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9979 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9980 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9989 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9990 if test -n "$CC_FOR_TARGET"; then
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9992 $as_echo "$CC_FOR_TARGET" >&6; }
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9995 $as_echo "no
" >&6; }
10000 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10004 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10006 if test $build = $target ; then
10009 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10012 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10017 if test -n "$CXX_FOR_TARGET"; then
10018 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10019 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10020 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10023 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10024 for ncn_progname in c++ g++ cxx gxx; do
10025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10026 set dummy ${ncn_progname}; ac_word=$2
10027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10028 $as_echo_n "checking
for $ac_word...
" >&6; }
10029 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10030 $as_echo_n "(cached
) " >&6
10032 if test -n "$CXX_FOR_TARGET"; then
10033 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10036 for as_dir in $PATH
10039 test -z "$as_dir" && as_dir=.
10040 for ac_exec_ext in '' $ac_executable_extensions; do
10041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10042 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10043 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10052 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10053 if test -n "$CXX_FOR_TARGET"; then
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10055 $as_echo "$CXX_FOR_TARGET" >&6; }
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10058 $as_echo "no
" >&6; }
10065 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10066 for ncn_progname in c++ g++ cxx gxx; do
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10068 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10069 if test -x $with_build_time_tools/${ncn_progname}; then
10070 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10072 $as_echo "yes" >&6; }
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10076 $as_echo "no
" >&6; }
10081 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10082 for ncn_progname in c++ g++ cxx gxx; do
10083 if test -n "$ncn_target_tool_prefix"; then
10084 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10085 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10087 $as_echo_n "checking
for $ac_word...
" >&6; }
10088 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10089 $as_echo_n "(cached
) " >&6
10091 if test -n "$CXX_FOR_TARGET"; then
10092 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10095 for as_dir in $PATH
10098 test -z "$as_dir" && as_dir=.
10099 for ac_exec_ext in '' $ac_executable_extensions; do
10100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10101 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10102 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10111 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10112 if test -n "$CXX_FOR_TARGET"; then
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10114 $as_echo "$CXX_FOR_TARGET" >&6; }
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10117 $as_echo "no
" >&6; }
10122 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10124 set dummy ${ncn_progname}; ac_word=$2
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10126 $as_echo_n "checking
for $ac_word...
" >&6; }
10127 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10128 $as_echo_n "(cached
) " >&6
10130 if test -n "$CXX_FOR_TARGET"; then
10131 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10134 for as_dir in $PATH
10137 test -z "$as_dir" && as_dir=.
10138 for ac_exec_ext in '' $ac_executable_extensions; do
10139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10140 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10141 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10150 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10151 if test -n "$CXX_FOR_TARGET"; then
10152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10153 $as_echo "$CXX_FOR_TARGET" >&6; }
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10156 $as_echo "no
" >&6; }
10161 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10165 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10166 set dummy c++ g++ cxx gxx
10167 if test $build = $target ; then
10168 CXX_FOR_TARGET="$2"
10170 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10173 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10178 if test -n "$GCC_FOR_TARGET"; then
10179 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10180 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10181 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10184 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10185 for ncn_progname in gcc; do
10186 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10187 set dummy ${ncn_progname}; ac_word=$2
10188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10189 $as_echo_n "checking
for $ac_word...
" >&6; }
10190 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10191 $as_echo_n "(cached
) " >&6
10193 if test -n "$GCC_FOR_TARGET"; then
10194 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10197 for as_dir in $PATH
10200 test -z "$as_dir" && as_dir=.
10201 for ac_exec_ext in '' $ac_executable_extensions; do
10202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10203 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10204 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10213 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10214 if test -n "$GCC_FOR_TARGET"; then
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10216 $as_echo "$GCC_FOR_TARGET" >&6; }
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10219 $as_echo "no
" >&6; }
10226 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10227 for ncn_progname in gcc; do
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10229 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10230 if test -x $with_build_time_tools/${ncn_progname}; then
10231 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10233 $as_echo "yes" >&6; }
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10237 $as_echo "no
" >&6; }
10242 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10243 for ncn_progname in gcc; do
10244 if test -n "$ncn_target_tool_prefix"; then
10245 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10246 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10248 $as_echo_n "checking
for $ac_word...
" >&6; }
10249 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10250 $as_echo_n "(cached
) " >&6
10252 if test -n "$GCC_FOR_TARGET"; then
10253 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10256 for as_dir in $PATH
10259 test -z "$as_dir" && as_dir=.
10260 for ac_exec_ext in '' $ac_executable_extensions; do
10261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10262 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10263 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10272 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10273 if test -n "$GCC_FOR_TARGET"; then
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10275 $as_echo "$GCC_FOR_TARGET" >&6; }
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10278 $as_echo "no
" >&6; }
10283 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10284 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10285 set dummy ${ncn_progname}; ac_word=$2
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10287 $as_echo_n "checking
for $ac_word...
" >&6; }
10288 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10289 $as_echo_n "(cached
) " >&6
10291 if test -n "$GCC_FOR_TARGET"; then
10292 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10295 for as_dir in $PATH
10298 test -z "$as_dir" && as_dir=.
10299 for ac_exec_ext in '' $ac_executable_extensions; do
10300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10301 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10302 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10311 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10312 if test -n "$GCC_FOR_TARGET"; then
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10314 $as_echo "$GCC_FOR_TARGET" >&6; }
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10317 $as_echo "no
" >&6; }
10322 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10326 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10327 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10329 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10334 if test -n "$GCJ_FOR_TARGET"; then
10335 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10336 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10337 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10340 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10341 for ncn_progname in gcj; do
10342 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10343 set dummy ${ncn_progname}; ac_word=$2
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10345 $as_echo_n "checking
for $ac_word...
" >&6; }
10346 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10347 $as_echo_n "(cached
) " >&6
10349 if test -n "$GCJ_FOR_TARGET"; then
10350 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10353 for as_dir in $PATH
10356 test -z "$as_dir" && as_dir=.
10357 for ac_exec_ext in '' $ac_executable_extensions; do
10358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10359 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10360 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10369 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10370 if test -n "$GCJ_FOR_TARGET"; then
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10372 $as_echo "$GCJ_FOR_TARGET" >&6; }
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10375 $as_echo "no
" >&6; }
10382 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10383 for ncn_progname in gcj; do
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10385 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10386 if test -x $with_build_time_tools/${ncn_progname}; then
10387 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10389 $as_echo "yes" >&6; }
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10393 $as_echo "no
" >&6; }
10398 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10399 for ncn_progname in gcj; do
10400 if test -n "$ncn_target_tool_prefix"; then
10401 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10402 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10404 $as_echo_n "checking
for $ac_word...
" >&6; }
10405 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10406 $as_echo_n "(cached
) " >&6
10408 if test -n "$GCJ_FOR_TARGET"; then
10409 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10412 for as_dir in $PATH
10415 test -z "$as_dir" && as_dir=.
10416 for ac_exec_ext in '' $ac_executable_extensions; do
10417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10418 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10419 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10428 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10429 if test -n "$GCJ_FOR_TARGET"; then
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10431 $as_echo "$GCJ_FOR_TARGET" >&6; }
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10434 $as_echo "no
" >&6; }
10439 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10440 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10441 set dummy ${ncn_progname}; ac_word=$2
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10443 $as_echo_n "checking
for $ac_word...
" >&6; }
10444 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10445 $as_echo_n "(cached
) " >&6
10447 if test -n "$GCJ_FOR_TARGET"; then
10448 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10451 for as_dir in $PATH
10454 test -z "$as_dir" && as_dir=.
10455 for ac_exec_ext in '' $ac_executable_extensions; do
10456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10457 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10458 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10467 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10468 if test -n "$GCJ_FOR_TARGET"; then
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10470 $as_echo "$GCJ_FOR_TARGET" >&6; }
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10473 $as_echo "no
" >&6; }
10478 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10482 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10484 if test $build = $target ; then
10485 GCJ_FOR_TARGET="$2"
10487 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10490 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10495 if test -n "$GFORTRAN_FOR_TARGET"; then
10496 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10497 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10498 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10501 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10502 for ncn_progname in gfortran; do
10503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10504 set dummy ${ncn_progname}; ac_word=$2
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10506 $as_echo_n "checking
for $ac_word...
" >&6; }
10507 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10508 $as_echo_n "(cached
) " >&6
10510 if test -n "$GFORTRAN_FOR_TARGET"; then
10511 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10514 for as_dir in $PATH
10517 test -z "$as_dir" && as_dir=.
10518 for ac_exec_ext in '' $ac_executable_extensions; do
10519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10520 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10521 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10530 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10531 if test -n "$GFORTRAN_FOR_TARGET"; then
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10533 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10536 $as_echo "no
" >&6; }
10543 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10544 for ncn_progname in gfortran; do
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10546 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10547 if test -x $with_build_time_tools/${ncn_progname}; then
10548 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10550 $as_echo "yes" >&6; }
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10554 $as_echo "no
" >&6; }
10559 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10560 for ncn_progname in gfortran; do
10561 if test -n "$ncn_target_tool_prefix"; then
10562 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10563 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10565 $as_echo_n "checking
for $ac_word...
" >&6; }
10566 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10567 $as_echo_n "(cached
) " >&6
10569 if test -n "$GFORTRAN_FOR_TARGET"; then
10570 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10573 for as_dir in $PATH
10576 test -z "$as_dir" && as_dir=.
10577 for ac_exec_ext in '' $ac_executable_extensions; do
10578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10579 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10580 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10589 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10590 if test -n "$GFORTRAN_FOR_TARGET"; then
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10592 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10595 $as_echo "no
" >&6; }
10600 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10601 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10602 set dummy ${ncn_progname}; ac_word=$2
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10604 $as_echo_n "checking
for $ac_word...
" >&6; }
10605 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10606 $as_echo_n "(cached
) " >&6
10608 if test -n "$GFORTRAN_FOR_TARGET"; then
10609 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10612 for as_dir in $PATH
10615 test -z "$as_dir" && as_dir=.
10616 for ac_exec_ext in '' $ac_executable_extensions; do
10617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10618 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10619 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10628 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10629 if test -n "$GFORTRAN_FOR_TARGET"; then
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10631 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10634 $as_echo "no
" >&6; }
10639 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10643 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10645 if test $build = $target ; then
10646 GFORTRAN_FOR_TARGET="$2"
10648 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10651 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10656 if test -n "$GOC_FOR_TARGET"; then
10657 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10658 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10659 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10662 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10663 for ncn_progname in gccgo; do
10664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10665 set dummy ${ncn_progname}; ac_word=$2
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10667 $as_echo_n "checking
for $ac_word...
" >&6; }
10668 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10669 $as_echo_n "(cached
) " >&6
10671 if test -n "$GOC_FOR_TARGET"; then
10672 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10675 for as_dir in $PATH
10678 test -z "$as_dir" && as_dir=.
10679 for ac_exec_ext in '' $ac_executable_extensions; do
10680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10681 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10682 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10691 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10692 if test -n "$GOC_FOR_TARGET"; then
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10694 $as_echo "$GOC_FOR_TARGET" >&6; }
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10697 $as_echo "no
" >&6; }
10704 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10705 for ncn_progname in gccgo; do
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10707 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10708 if test -x $with_build_time_tools/${ncn_progname}; then
10709 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10711 $as_echo "yes" >&6; }
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10715 $as_echo "no
" >&6; }
10720 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10721 for ncn_progname in gccgo; do
10722 if test -n "$ncn_target_tool_prefix"; then
10723 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10724 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10726 $as_echo_n "checking
for $ac_word...
" >&6; }
10727 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10728 $as_echo_n "(cached
) " >&6
10730 if test -n "$GOC_FOR_TARGET"; then
10731 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10734 for as_dir in $PATH
10737 test -z "$as_dir" && as_dir=.
10738 for ac_exec_ext in '' $ac_executable_extensions; do
10739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10740 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10741 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10750 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10751 if test -n "$GOC_FOR_TARGET"; then
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10753 $as_echo "$GOC_FOR_TARGET" >&6; }
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10756 $as_echo "no
" >&6; }
10761 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10762 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10763 set dummy ${ncn_progname}; ac_word=$2
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10765 $as_echo_n "checking
for $ac_word...
" >&6; }
10766 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10767 $as_echo_n "(cached
) " >&6
10769 if test -n "$GOC_FOR_TARGET"; then
10770 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10773 for as_dir in $PATH
10776 test -z "$as_dir" && as_dir=.
10777 for ac_exec_ext in '' $ac_executable_extensions; do
10778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10779 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10780 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10789 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10790 if test -n "$GOC_FOR_TARGET"; then
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10792 $as_echo "$GOC_FOR_TARGET" >&6; }
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10795 $as_echo "no
" >&6; }
10800 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10804 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10806 if test $build = $target ; then
10807 GOC_FOR_TARGET="$2"
10809 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10812 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10817 cat > conftest.c << \EOF
10822 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10823 have_gcc_for_target=yes
10825 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10826 have_gcc_for_target=no
10833 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10834 if test -n "$with_build_time_tools"; then
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10836 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10837 if test -x $with_build_time_tools/ar; then
10838 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10839 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10841 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10844 $as_echo "no
" >&6; }
10846 elif test $build != $host && test $have_gcc_for_target = yes; then
10847 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10848 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10849 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10852 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10853 # Extract the first word of "ar", so it can be a program name with args.
10854 set dummy ar; ac_word=$2
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10856 $as_echo_n "checking
for $ac_word...
" >&6; }
10857 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10858 $as_echo_n "(cached
) " >&6
10860 case $AR_FOR_TARGET in
10862 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10866 for as_dir in $gcc_cv_tool_dirs
10869 test -z "$as_dir" && as_dir=.
10870 for ac_exec_ext in '' $ac_executable_extensions; do
10871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10872 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10873 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10883 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10884 if test -n "$AR_FOR_TARGET"; then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10886 $as_echo "$AR_FOR_TARGET" >&6; }
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10889 $as_echo "no
" >&6; }
10894 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10897 if test -n "$AR_FOR_TARGET"; then
10898 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10899 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10900 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10903 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10904 for ncn_progname in ar; do
10905 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10906 set dummy ${ncn_progname}; ac_word=$2
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10908 $as_echo_n "checking
for $ac_word...
" >&6; }
10909 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10910 $as_echo_n "(cached
) " >&6
10912 if test -n "$AR_FOR_TARGET"; then
10913 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10916 for as_dir in $PATH
10919 test -z "$as_dir" && as_dir=.
10920 for ac_exec_ext in '' $ac_executable_extensions; do
10921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10922 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10923 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10932 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10933 if test -n "$AR_FOR_TARGET"; then
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10935 $as_echo "$AR_FOR_TARGET" >&6; }
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10938 $as_echo "no
" >&6; }
10945 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10946 for ncn_progname in ar; do
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10948 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10949 if test -x $with_build_time_tools/${ncn_progname}; then
10950 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10952 $as_echo "yes" >&6; }
10955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10956 $as_echo "no
" >&6; }
10961 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10962 for ncn_progname in ar; do
10963 if test -n "$ncn_target_tool_prefix"; then
10964 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10965 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10967 $as_echo_n "checking
for $ac_word...
" >&6; }
10968 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10969 $as_echo_n "(cached
) " >&6
10971 if test -n "$AR_FOR_TARGET"; then
10972 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10975 for as_dir in $PATH
10978 test -z "$as_dir" && as_dir=.
10979 for ac_exec_ext in '' $ac_executable_extensions; do
10980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10981 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10982 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10991 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10992 if test -n "$AR_FOR_TARGET"; then
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10994 $as_echo "$AR_FOR_TARGET" >&6; }
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10997 $as_echo "no
" >&6; }
11002 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11003 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11004 set dummy ${ncn_progname}; ac_word=$2
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11006 $as_echo_n "checking
for $ac_word...
" >&6; }
11007 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11008 $as_echo_n "(cached
) " >&6
11010 if test -n "$AR_FOR_TARGET"; then
11011 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11014 for as_dir in $PATH
11017 test -z "$as_dir" && as_dir=.
11018 for ac_exec_ext in '' $ac_executable_extensions; do
11019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11020 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11021 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11030 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11031 if test -n "$AR_FOR_TARGET"; then
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11033 $as_echo "$AR_FOR_TARGET" >&6; }
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11036 $as_echo "no
" >&6; }
11041 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11045 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11047 if test $build = $target ; then
11050 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11053 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11057 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11063 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11064 if test -n "$with_build_time_tools"; then
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
11066 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
11067 if test -x $with_build_time_tools/as; then
11068 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11069 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
11071 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11074 $as_echo "no
" >&6; }
11076 elif test $build != $host && test $have_gcc_for_target = yes; then
11077 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11078 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11079 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11082 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11083 # Extract the first word of "as
", so it can be a program name with args.
11084 set dummy as; ac_word=$2
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11086 $as_echo_n "checking
for $ac_word...
" >&6; }
11087 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11088 $as_echo_n "(cached
) " >&6
11090 case $AS_FOR_TARGET in
11092 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11096 for as_dir in $gcc_cv_tool_dirs
11099 test -z "$as_dir" && as_dir=.
11100 for ac_exec_ext in '' $ac_executable_extensions; do
11101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11102 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11103 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11113 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11114 if test -n "$AS_FOR_TARGET"; then
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11116 $as_echo "$AS_FOR_TARGET" >&6; }
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11119 $as_echo "no
" >&6; }
11124 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11127 if test -n "$AS_FOR_TARGET"; then
11128 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11129 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11130 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11133 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11134 for ncn_progname in as; do
11135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11136 set dummy ${ncn_progname}; ac_word=$2
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11138 $as_echo_n "checking
for $ac_word...
" >&6; }
11139 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11140 $as_echo_n "(cached
) " >&6
11142 if test -n "$AS_FOR_TARGET"; then
11143 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11146 for as_dir in $PATH
11149 test -z "$as_dir" && as_dir=.
11150 for ac_exec_ext in '' $ac_executable_extensions; do
11151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11152 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11153 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11162 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11163 if test -n "$AS_FOR_TARGET"; then
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11165 $as_echo "$AS_FOR_TARGET" >&6; }
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11168 $as_echo "no
" >&6; }
11175 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11176 for ncn_progname in as; do
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11178 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11179 if test -x $with_build_time_tools/${ncn_progname}; then
11180 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11182 $as_echo "yes" >&6; }
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11186 $as_echo "no
" >&6; }
11191 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11192 for ncn_progname in as; do
11193 if test -n "$ncn_target_tool_prefix"; then
11194 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11195 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11197 $as_echo_n "checking
for $ac_word...
" >&6; }
11198 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11199 $as_echo_n "(cached
) " >&6
11201 if test -n "$AS_FOR_TARGET"; then
11202 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11205 for as_dir in $PATH
11208 test -z "$as_dir" && as_dir=.
11209 for ac_exec_ext in '' $ac_executable_extensions; do
11210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11211 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11212 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11221 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11222 if test -n "$AS_FOR_TARGET"; then
11223 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11224 $as_echo "$AS_FOR_TARGET" >&6; }
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11227 $as_echo "no
" >&6; }
11232 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11233 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11234 set dummy ${ncn_progname}; ac_word=$2
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11236 $as_echo_n "checking
for $ac_word...
" >&6; }
11237 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11238 $as_echo_n "(cached
) " >&6
11240 if test -n "$AS_FOR_TARGET"; then
11241 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11244 for as_dir in $PATH
11247 test -z "$as_dir" && as_dir=.
11248 for ac_exec_ext in '' $ac_executable_extensions; do
11249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11250 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11251 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11260 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11261 if test -n "$AS_FOR_TARGET"; then
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11263 $as_echo "$AS_FOR_TARGET" >&6; }
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11266 $as_echo "no
" >&6; }
11271 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11275 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11277 if test $build = $target ; then
11280 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11283 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11287 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11293 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11294 if test -n "$with_build_time_tools"; then
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
11296 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
11297 if test -x $with_build_time_tools/dlltool; then
11298 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11299 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11301 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11304 $as_echo "no
" >&6; }
11306 elif test $build != $host && test $have_gcc_for_target = yes; then
11307 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11308 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11309 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11312 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11313 # Extract the first word of "dlltool
", so it can be a program name with args.
11314 set dummy dlltool; ac_word=$2
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11316 $as_echo_n "checking
for $ac_word...
" >&6; }
11317 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11318 $as_echo_n "(cached
) " >&6
11320 case $DLLTOOL_FOR_TARGET in
11322 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11326 for as_dir in $gcc_cv_tool_dirs
11329 test -z "$as_dir" && as_dir=.
11330 for ac_exec_ext in '' $ac_executable_extensions; do
11331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11332 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11333 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11343 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11344 if test -n "$DLLTOOL_FOR_TARGET"; then
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11346 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11349 $as_echo "no
" >&6; }
11354 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11357 if test -n "$DLLTOOL_FOR_TARGET"; then
11358 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11359 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11360 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11363 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11364 for ncn_progname in dlltool; do
11365 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11366 set dummy ${ncn_progname}; ac_word=$2
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11368 $as_echo_n "checking
for $ac_word...
" >&6; }
11369 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11370 $as_echo_n "(cached
) " >&6
11372 if test -n "$DLLTOOL_FOR_TARGET"; then
11373 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11376 for as_dir in $PATH
11379 test -z "$as_dir" && as_dir=.
11380 for ac_exec_ext in '' $ac_executable_extensions; do
11381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11382 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11383 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11392 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11393 if test -n "$DLLTOOL_FOR_TARGET"; then
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11395 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11398 $as_echo "no
" >&6; }
11405 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11406 for ncn_progname in dlltool; do
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11408 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11409 if test -x $with_build_time_tools/${ncn_progname}; then
11410 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11412 $as_echo "yes" >&6; }
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11416 $as_echo "no
" >&6; }
11421 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11422 for ncn_progname in dlltool; do
11423 if test -n "$ncn_target_tool_prefix"; then
11424 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11425 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11427 $as_echo_n "checking
for $ac_word...
" >&6; }
11428 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11429 $as_echo_n "(cached
) " >&6
11431 if test -n "$DLLTOOL_FOR_TARGET"; then
11432 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11435 for as_dir in $PATH
11438 test -z "$as_dir" && as_dir=.
11439 for ac_exec_ext in '' $ac_executable_extensions; do
11440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11441 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11442 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11451 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11452 if test -n "$DLLTOOL_FOR_TARGET"; then
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11454 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11457 $as_echo "no
" >&6; }
11462 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11463 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11464 set dummy ${ncn_progname}; ac_word=$2
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11466 $as_echo_n "checking
for $ac_word...
" >&6; }
11467 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11468 $as_echo_n "(cached
) " >&6
11470 if test -n "$DLLTOOL_FOR_TARGET"; then
11471 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11474 for as_dir in $PATH
11477 test -z "$as_dir" && as_dir=.
11478 for ac_exec_ext in '' $ac_executable_extensions; do
11479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11480 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11481 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11490 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11491 if test -n "$DLLTOOL_FOR_TARGET"; then
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11493 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11496 $as_echo "no
" >&6; }
11501 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11505 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11507 if test $build = $target ; then
11508 DLLTOOL_FOR_TARGET="$2"
11510 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11513 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11517 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11523 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11524 if test -n "$with_build_time_tools"; then
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
11526 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
11527 if test -x $with_build_time_tools/ld; then
11528 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11529 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
11531 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11534 $as_echo "no
" >&6; }
11536 elif test $build != $host && test $have_gcc_for_target = yes; then
11537 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11538 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11539 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11542 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11543 # Extract the first word of "ld
", so it can be a program name with args.
11544 set dummy ld; ac_word=$2
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11546 $as_echo_n "checking
for $ac_word...
" >&6; }
11547 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11548 $as_echo_n "(cached
) " >&6
11550 case $LD_FOR_TARGET in
11552 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11556 for as_dir in $gcc_cv_tool_dirs
11559 test -z "$as_dir" && as_dir=.
11560 for ac_exec_ext in '' $ac_executable_extensions; do
11561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11562 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11563 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11573 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11574 if test -n "$LD_FOR_TARGET"; then
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11576 $as_echo "$LD_FOR_TARGET" >&6; }
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11579 $as_echo "no
" >&6; }
11584 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11587 if test -n "$LD_FOR_TARGET"; then
11588 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11589 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11590 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11593 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11594 for ncn_progname in ld; do
11595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11596 set dummy ${ncn_progname}; ac_word=$2
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11598 $as_echo_n "checking
for $ac_word...
" >&6; }
11599 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11600 $as_echo_n "(cached
) " >&6
11602 if test -n "$LD_FOR_TARGET"; then
11603 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11606 for as_dir in $PATH
11609 test -z "$as_dir" && as_dir=.
11610 for ac_exec_ext in '' $ac_executable_extensions; do
11611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11612 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11613 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11622 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11623 if test -n "$LD_FOR_TARGET"; then
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11625 $as_echo "$LD_FOR_TARGET" >&6; }
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11628 $as_echo "no
" >&6; }
11635 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11636 for ncn_progname in ld; do
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11638 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11639 if test -x $with_build_time_tools/${ncn_progname}; then
11640 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11642 $as_echo "yes" >&6; }
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11646 $as_echo "no
" >&6; }
11651 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11652 for ncn_progname in ld; do
11653 if test -n "$ncn_target_tool_prefix"; then
11654 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11655 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11657 $as_echo_n "checking
for $ac_word...
" >&6; }
11658 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11659 $as_echo_n "(cached
) " >&6
11661 if test -n "$LD_FOR_TARGET"; then
11662 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11665 for as_dir in $PATH
11668 test -z "$as_dir" && as_dir=.
11669 for ac_exec_ext in '' $ac_executable_extensions; do
11670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11671 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11672 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11681 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11682 if test -n "$LD_FOR_TARGET"; then
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11684 $as_echo "$LD_FOR_TARGET" >&6; }
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11687 $as_echo "no
" >&6; }
11692 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11693 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11694 set dummy ${ncn_progname}; ac_word=$2
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11696 $as_echo_n "checking
for $ac_word...
" >&6; }
11697 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11698 $as_echo_n "(cached
) " >&6
11700 if test -n "$LD_FOR_TARGET"; then
11701 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11704 for as_dir in $PATH
11707 test -z "$as_dir" && as_dir=.
11708 for ac_exec_ext in '' $ac_executable_extensions; do
11709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11710 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11711 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11720 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11721 if test -n "$LD_FOR_TARGET"; then
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11723 $as_echo "$LD_FOR_TARGET" >&6; }
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11726 $as_echo "no
" >&6; }
11731 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11735 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11737 if test $build = $target ; then
11740 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11743 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11747 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11753 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11754 if test -n "$with_build_time_tools"; then
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
11756 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
11757 if test -x $with_build_time_tools/lipo; then
11758 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11759 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
11761 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11764 $as_echo "no
" >&6; }
11766 elif test $build != $host && test $have_gcc_for_target = yes; then
11767 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11768 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11769 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11772 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11773 # Extract the first word of "lipo
", so it can be a program name with args.
11774 set dummy lipo; ac_word=$2
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11776 $as_echo_n "checking
for $ac_word...
" >&6; }
11777 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11778 $as_echo_n "(cached
) " >&6
11780 case $LIPO_FOR_TARGET in
11782 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11786 for as_dir in $gcc_cv_tool_dirs
11789 test -z "$as_dir" && as_dir=.
11790 for ac_exec_ext in '' $ac_executable_extensions; do
11791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11792 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11793 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11803 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11804 if test -n "$LIPO_FOR_TARGET"; then
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11806 $as_echo "$LIPO_FOR_TARGET" >&6; }
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11809 $as_echo "no
" >&6; }
11814 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11817 if test -n "$LIPO_FOR_TARGET"; then
11818 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11819 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11820 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11823 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11824 for ncn_progname in lipo; do
11825 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11826 set dummy ${ncn_progname}; ac_word=$2
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11828 $as_echo_n "checking
for $ac_word...
" >&6; }
11829 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11830 $as_echo_n "(cached
) " >&6
11832 if test -n "$LIPO_FOR_TARGET"; then
11833 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11836 for as_dir in $PATH
11839 test -z "$as_dir" && as_dir=.
11840 for ac_exec_ext in '' $ac_executable_extensions; do
11841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11842 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11843 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11852 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11853 if test -n "$LIPO_FOR_TARGET"; then
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11855 $as_echo "$LIPO_FOR_TARGET" >&6; }
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11858 $as_echo "no
" >&6; }
11865 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11866 for ncn_progname in lipo; do
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11868 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11869 if test -x $with_build_time_tools/${ncn_progname}; then
11870 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11872 $as_echo "yes" >&6; }
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11876 $as_echo "no
" >&6; }
11881 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11882 for ncn_progname in lipo; do
11883 if test -n "$ncn_target_tool_prefix"; then
11884 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11885 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11887 $as_echo_n "checking
for $ac_word...
" >&6; }
11888 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11889 $as_echo_n "(cached
) " >&6
11891 if test -n "$LIPO_FOR_TARGET"; then
11892 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11895 for as_dir in $PATH
11898 test -z "$as_dir" && as_dir=.
11899 for ac_exec_ext in '' $ac_executable_extensions; do
11900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11901 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11902 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11911 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11912 if test -n "$LIPO_FOR_TARGET"; then
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11914 $as_echo "$LIPO_FOR_TARGET" >&6; }
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11917 $as_echo "no
" >&6; }
11922 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11923 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11924 set dummy ${ncn_progname}; ac_word=$2
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11926 $as_echo_n "checking
for $ac_word...
" >&6; }
11927 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11928 $as_echo_n "(cached
) " >&6
11930 if test -n "$LIPO_FOR_TARGET"; then
11931 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11934 for as_dir in $PATH
11937 test -z "$as_dir" && as_dir=.
11938 for ac_exec_ext in '' $ac_executable_extensions; do
11939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11940 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11941 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11950 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11951 if test -n "$LIPO_FOR_TARGET"; then
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11953 $as_echo "$LIPO_FOR_TARGET" >&6; }
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11956 $as_echo "no
" >&6; }
11961 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11965 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11967 if test $build = $target ; then
11968 LIPO_FOR_TARGET="$2"
11970 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11973 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11977 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11983 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11984 if test -n "$with_build_time_tools"; then
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
11986 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
11987 if test -x $with_build_time_tools/nm; then
11988 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11989 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
11991 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11994 $as_echo "no
" >&6; }
11996 elif test $build != $host && test $have_gcc_for_target = yes; then
11997 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11998 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11999 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12002 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12003 # Extract the first word of "nm
", so it can be a program name with args.
12004 set dummy nm; ac_word=$2
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12006 $as_echo_n "checking
for $ac_word...
" >&6; }
12007 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12008 $as_echo_n "(cached
) " >&6
12010 case $NM_FOR_TARGET in
12012 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12016 for as_dir in $gcc_cv_tool_dirs
12019 test -z "$as_dir" && as_dir=.
12020 for ac_exec_ext in '' $ac_executable_extensions; do
12021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12022 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12023 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12033 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12034 if test -n "$NM_FOR_TARGET"; then
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12036 $as_echo "$NM_FOR_TARGET" >&6; }
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12039 $as_echo "no
" >&6; }
12044 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12047 if test -n "$NM_FOR_TARGET"; then
12048 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12049 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12050 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12053 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12054 for ncn_progname in nm; do
12055 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12056 set dummy ${ncn_progname}; ac_word=$2
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12058 $as_echo_n "checking
for $ac_word...
" >&6; }
12059 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12060 $as_echo_n "(cached
) " >&6
12062 if test -n "$NM_FOR_TARGET"; then
12063 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12066 for as_dir in $PATH
12069 test -z "$as_dir" && as_dir=.
12070 for ac_exec_ext in '' $ac_executable_extensions; do
12071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12072 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12073 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12082 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12083 if test -n "$NM_FOR_TARGET"; then
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12085 $as_echo "$NM_FOR_TARGET" >&6; }
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12088 $as_echo "no
" >&6; }
12095 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12096 for ncn_progname in nm; do
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12098 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12099 if test -x $with_build_time_tools/${ncn_progname}; then
12100 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12102 $as_echo "yes" >&6; }
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12106 $as_echo "no
" >&6; }
12111 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12112 for ncn_progname in nm; do
12113 if test -n "$ncn_target_tool_prefix"; then
12114 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12115 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12117 $as_echo_n "checking
for $ac_word...
" >&6; }
12118 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12119 $as_echo_n "(cached
) " >&6
12121 if test -n "$NM_FOR_TARGET"; then
12122 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12125 for as_dir in $PATH
12128 test -z "$as_dir" && as_dir=.
12129 for ac_exec_ext in '' $ac_executable_extensions; do
12130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12131 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12132 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12141 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12142 if test -n "$NM_FOR_TARGET"; then
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12144 $as_echo "$NM_FOR_TARGET" >&6; }
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12147 $as_echo "no
" >&6; }
12152 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12153 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12154 set dummy ${ncn_progname}; ac_word=$2
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12156 $as_echo_n "checking
for $ac_word...
" >&6; }
12157 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12158 $as_echo_n "(cached
) " >&6
12160 if test -n "$NM_FOR_TARGET"; then
12161 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12164 for as_dir in $PATH
12167 test -z "$as_dir" && as_dir=.
12168 for ac_exec_ext in '' $ac_executable_extensions; do
12169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12170 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12171 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12180 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12181 if test -n "$NM_FOR_TARGET"; then
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12183 $as_echo "$NM_FOR_TARGET" >&6; }
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12186 $as_echo "no
" >&6; }
12191 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12195 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12197 if test $build = $target ; then
12200 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12203 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12207 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12213 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12214 if test -n "$with_build_time_tools"; then
12215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
12216 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
12217 if test -x $with_build_time_tools/objdump; then
12218 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12219 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12221 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12224 $as_echo "no
" >&6; }
12226 elif test $build != $host && test $have_gcc_for_target = yes; then
12227 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12228 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12229 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12232 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12233 # Extract the first word of "objdump
", so it can be a program name with args.
12234 set dummy objdump; ac_word=$2
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12236 $as_echo_n "checking
for $ac_word...
" >&6; }
12237 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12238 $as_echo_n "(cached
) " >&6
12240 case $OBJDUMP_FOR_TARGET in
12242 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246 for as_dir in $gcc_cv_tool_dirs
12249 test -z "$as_dir" && as_dir=.
12250 for ac_exec_ext in '' $ac_executable_extensions; do
12251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12252 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12253 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12263 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12264 if test -n "$OBJDUMP_FOR_TARGET"; then
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12266 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12269 $as_echo "no
" >&6; }
12274 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12277 if test -n "$OBJDUMP_FOR_TARGET"; then
12278 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12279 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12280 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12283 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12284 for ncn_progname in objdump; do
12285 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12286 set dummy ${ncn_progname}; ac_word=$2
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12288 $as_echo_n "checking
for $ac_word...
" >&6; }
12289 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12290 $as_echo_n "(cached
) " >&6
12292 if test -n "$OBJDUMP_FOR_TARGET"; then
12293 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12296 for as_dir in $PATH
12299 test -z "$as_dir" && as_dir=.
12300 for ac_exec_ext in '' $ac_executable_extensions; do
12301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12302 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12303 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12312 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12313 if test -n "$OBJDUMP_FOR_TARGET"; then
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12315 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12318 $as_echo "no
" >&6; }
12325 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12326 for ncn_progname in objdump; do
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12328 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12329 if test -x $with_build_time_tools/${ncn_progname}; then
12330 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12332 $as_echo "yes" >&6; }
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12336 $as_echo "no
" >&6; }
12341 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12342 for ncn_progname in objdump; do
12343 if test -n "$ncn_target_tool_prefix"; then
12344 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12345 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12347 $as_echo_n "checking
for $ac_word...
" >&6; }
12348 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12349 $as_echo_n "(cached
) " >&6
12351 if test -n "$OBJDUMP_FOR_TARGET"; then
12352 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12355 for as_dir in $PATH
12358 test -z "$as_dir" && as_dir=.
12359 for ac_exec_ext in '' $ac_executable_extensions; do
12360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12361 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12362 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12371 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12372 if test -n "$OBJDUMP_FOR_TARGET"; then
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12374 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12377 $as_echo "no
" >&6; }
12382 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12383 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12384 set dummy ${ncn_progname}; ac_word=$2
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12386 $as_echo_n "checking
for $ac_word...
" >&6; }
12387 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12388 $as_echo_n "(cached
) " >&6
12390 if test -n "$OBJDUMP_FOR_TARGET"; then
12391 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12394 for as_dir in $PATH
12397 test -z "$as_dir" && as_dir=.
12398 for ac_exec_ext in '' $ac_executable_extensions; do
12399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12400 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12401 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12410 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12411 if test -n "$OBJDUMP_FOR_TARGET"; then
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12413 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12416 $as_echo "no
" >&6; }
12421 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12425 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12427 if test $build = $target ; then
12428 OBJDUMP_FOR_TARGET="$2"
12430 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12433 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12437 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12443 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12444 if test -n "$with_build_time_tools"; then
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
12446 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
12447 if test -x $with_build_time_tools/ranlib; then
12448 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12449 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12451 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12454 $as_echo "no
" >&6; }
12456 elif test $build != $host && test $have_gcc_for_target = yes; then
12457 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12458 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12459 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12462 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12463 # Extract the first word of "ranlib
", so it can be a program name with args.
12464 set dummy ranlib; ac_word=$2
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12466 $as_echo_n "checking
for $ac_word...
" >&6; }
12467 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12468 $as_echo_n "(cached
) " >&6
12470 case $RANLIB_FOR_TARGET in
12472 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12476 for as_dir in $gcc_cv_tool_dirs
12479 test -z "$as_dir" && as_dir=.
12480 for ac_exec_ext in '' $ac_executable_extensions; do
12481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12482 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12483 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12493 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12494 if test -n "$RANLIB_FOR_TARGET"; then
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12496 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12499 $as_echo "no
" >&6; }
12504 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12507 if test -n "$RANLIB_FOR_TARGET"; then
12508 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12509 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12510 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12513 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12514 for ncn_progname in ranlib; do
12515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12516 set dummy ${ncn_progname}; ac_word=$2
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12518 $as_echo_n "checking
for $ac_word...
" >&6; }
12519 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12520 $as_echo_n "(cached
) " >&6
12522 if test -n "$RANLIB_FOR_TARGET"; then
12523 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12526 for as_dir in $PATH
12529 test -z "$as_dir" && as_dir=.
12530 for ac_exec_ext in '' $ac_executable_extensions; do
12531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12532 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12533 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12542 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12543 if test -n "$RANLIB_FOR_TARGET"; then
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12545 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12548 $as_echo "no
" >&6; }
12555 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12556 for ncn_progname in ranlib; do
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12558 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12559 if test -x $with_build_time_tools/${ncn_progname}; then
12560 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12562 $as_echo "yes" >&6; }
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12566 $as_echo "no
" >&6; }
12571 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12572 for ncn_progname in ranlib; do
12573 if test -n "$ncn_target_tool_prefix"; then
12574 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12575 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12577 $as_echo_n "checking
for $ac_word...
" >&6; }
12578 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12579 $as_echo_n "(cached
) " >&6
12581 if test -n "$RANLIB_FOR_TARGET"; then
12582 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12585 for as_dir in $PATH
12588 test -z "$as_dir" && as_dir=.
12589 for ac_exec_ext in '' $ac_executable_extensions; do
12590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12591 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12592 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12601 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12602 if test -n "$RANLIB_FOR_TARGET"; then
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12604 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12607 $as_echo "no
" >&6; }
12612 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12613 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12614 set dummy ${ncn_progname}; ac_word=$2
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12616 $as_echo_n "checking
for $ac_word...
" >&6; }
12617 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12618 $as_echo_n "(cached
) " >&6
12620 if test -n "$RANLIB_FOR_TARGET"; then
12621 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12624 for as_dir in $PATH
12627 test -z "$as_dir" && as_dir=.
12628 for ac_exec_ext in '' $ac_executable_extensions; do
12629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12630 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12631 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12640 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12641 if test -n "$RANLIB_FOR_TARGET"; then
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12643 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12646 $as_echo "no
" >&6; }
12651 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12655 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12657 if test $build = $target ; then
12658 RANLIB_FOR_TARGET="$2"
12660 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12663 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12667 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12673 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12674 if test -n "$with_build_time_tools"; then
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
12676 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
12677 if test -x $with_build_time_tools/readelf; then
12678 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12679 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
12681 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12684 $as_echo "no
" >&6; }
12686 elif test $build != $host && test $have_gcc_for_target = yes; then
12687 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12688 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12689 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12692 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12693 # Extract the first word of "readelf
", so it can be a program name with args.
12694 set dummy readelf; ac_word=$2
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12696 $as_echo_n "checking
for $ac_word...
" >&6; }
12697 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12698 $as_echo_n "(cached
) " >&6
12700 case $READELF_FOR_TARGET in
12702 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12706 for as_dir in $gcc_cv_tool_dirs
12709 test -z "$as_dir" && as_dir=.
12710 for ac_exec_ext in '' $ac_executable_extensions; do
12711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12712 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12713 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12723 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12724 if test -n "$READELF_FOR_TARGET"; then
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12726 $as_echo "$READELF_FOR_TARGET" >&6; }
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12729 $as_echo "no
" >&6; }
12734 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12737 if test -n "$READELF_FOR_TARGET"; then
12738 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12739 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12740 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12743 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12744 for ncn_progname in readelf; do
12745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12746 set dummy ${ncn_progname}; ac_word=$2
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12748 $as_echo_n "checking
for $ac_word...
" >&6; }
12749 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12750 $as_echo_n "(cached
) " >&6
12752 if test -n "$READELF_FOR_TARGET"; then
12753 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12756 for as_dir in $PATH
12759 test -z "$as_dir" && as_dir=.
12760 for ac_exec_ext in '' $ac_executable_extensions; do
12761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12762 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12763 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12772 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12773 if test -n "$READELF_FOR_TARGET"; then
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12775 $as_echo "$READELF_FOR_TARGET" >&6; }
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12778 $as_echo "no
" >&6; }
12785 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12786 for ncn_progname in readelf; do
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12788 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12789 if test -x $with_build_time_tools/${ncn_progname}; then
12790 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12792 $as_echo "yes" >&6; }
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12796 $as_echo "no
" >&6; }
12801 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12802 for ncn_progname in readelf; do
12803 if test -n "$ncn_target_tool_prefix"; then
12804 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12805 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12807 $as_echo_n "checking
for $ac_word...
" >&6; }
12808 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12809 $as_echo_n "(cached
) " >&6
12811 if test -n "$READELF_FOR_TARGET"; then
12812 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12815 for as_dir in $PATH
12818 test -z "$as_dir" && as_dir=.
12819 for ac_exec_ext in '' $ac_executable_extensions; do
12820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12821 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12822 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12831 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12832 if test -n "$READELF_FOR_TARGET"; then
12833 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12834 $as_echo "$READELF_FOR_TARGET" >&6; }
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12837 $as_echo "no
" >&6; }
12842 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12843 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12844 set dummy ${ncn_progname}; ac_word=$2
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12846 $as_echo_n "checking
for $ac_word...
" >&6; }
12847 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12848 $as_echo_n "(cached
) " >&6
12850 if test -n "$READELF_FOR_TARGET"; then
12851 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12854 for as_dir in $PATH
12857 test -z "$as_dir" && as_dir=.
12858 for ac_exec_ext in '' $ac_executable_extensions; do
12859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12860 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12861 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12870 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12871 if test -n "$READELF_FOR_TARGET"; then
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12873 $as_echo "$READELF_FOR_TARGET" >&6; }
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12876 $as_echo "no
" >&6; }
12881 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12885 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12887 if test $build = $target ; then
12888 READELF_FOR_TARGET="$2"
12890 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12893 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12897 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12903 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12904 if test -n "$with_build_time_tools"; then
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
12906 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
12907 if test -x $with_build_time_tools/strip; then
12908 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12909 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
12911 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12914 $as_echo "no
" >&6; }
12916 elif test $build != $host && test $have_gcc_for_target = yes; then
12917 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12918 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12919 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12922 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12923 # Extract the first word of "strip
", so it can be a program name with args.
12924 set dummy strip; ac_word=$2
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12926 $as_echo_n "checking
for $ac_word...
" >&6; }
12927 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12928 $as_echo_n "(cached
) " >&6
12930 case $STRIP_FOR_TARGET in
12932 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12936 for as_dir in $gcc_cv_tool_dirs
12939 test -z "$as_dir" && as_dir=.
12940 for ac_exec_ext in '' $ac_executable_extensions; do
12941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12942 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12943 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12953 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12954 if test -n "$STRIP_FOR_TARGET"; then
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12956 $as_echo "$STRIP_FOR_TARGET" >&6; }
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12959 $as_echo "no
" >&6; }
12964 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12967 if test -n "$STRIP_FOR_TARGET"; then
12968 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12969 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12970 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12973 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12974 for ncn_progname in strip; do
12975 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12976 set dummy ${ncn_progname}; ac_word=$2
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12978 $as_echo_n "checking
for $ac_word...
" >&6; }
12979 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12980 $as_echo_n "(cached
) " >&6
12982 if test -n "$STRIP_FOR_TARGET"; then
12983 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12986 for as_dir in $PATH
12989 test -z "$as_dir" && as_dir=.
12990 for ac_exec_ext in '' $ac_executable_extensions; do
12991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12992 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12993 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13002 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13003 if test -n "$STRIP_FOR_TARGET"; then
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13005 $as_echo "$STRIP_FOR_TARGET" >&6; }
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13008 $as_echo "no
" >&6; }
13015 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13016 for ncn_progname in strip; do
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13018 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13019 if test -x $with_build_time_tools/${ncn_progname}; then
13020 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13022 $as_echo "yes" >&6; }
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13026 $as_echo "no
" >&6; }
13031 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13032 for ncn_progname in strip; do
13033 if test -n "$ncn_target_tool_prefix"; then
13034 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13035 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13037 $as_echo_n "checking
for $ac_word...
" >&6; }
13038 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13039 $as_echo_n "(cached
) " >&6
13041 if test -n "$STRIP_FOR_TARGET"; then
13042 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13045 for as_dir in $PATH
13048 test -z "$as_dir" && as_dir=.
13049 for ac_exec_ext in '' $ac_executable_extensions; do
13050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13051 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13052 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13061 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13062 if test -n "$STRIP_FOR_TARGET"; then
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13064 $as_echo "$STRIP_FOR_TARGET" >&6; }
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13067 $as_echo "no
" >&6; }
13072 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13073 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13074 set dummy ${ncn_progname}; ac_word=$2
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13076 $as_echo_n "checking
for $ac_word...
" >&6; }
13077 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13078 $as_echo_n "(cached
) " >&6
13080 if test -n "$STRIP_FOR_TARGET"; then
13081 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13084 for as_dir in $PATH
13087 test -z "$as_dir" && as_dir=.
13088 for ac_exec_ext in '' $ac_executable_extensions; do
13089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13090 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13091 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13100 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13101 if test -n "$STRIP_FOR_TARGET"; then
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13103 $as_echo "$STRIP_FOR_TARGET" >&6; }
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13106 $as_echo "no
" >&6; }
13111 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13115 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13117 if test $build = $target ; then
13118 STRIP_FOR_TARGET="$2"
13120 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13123 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13127 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13133 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13134 if test -n "$with_build_time_tools"; then
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
13136 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
13137 if test -x $with_build_time_tools/windres; then
13138 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13139 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13141 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13144 $as_echo "no
" >&6; }
13146 elif test $build != $host && test $have_gcc_for_target = yes; then
13147 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13148 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13149 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13152 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13153 # Extract the first word of "windres
", so it can be a program name with args.
13154 set dummy windres; ac_word=$2
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13156 $as_echo_n "checking
for $ac_word...
" >&6; }
13157 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13158 $as_echo_n "(cached
) " >&6
13160 case $WINDRES_FOR_TARGET in
13162 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13166 for as_dir in $gcc_cv_tool_dirs
13169 test -z "$as_dir" && as_dir=.
13170 for ac_exec_ext in '' $ac_executable_extensions; do
13171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13172 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13173 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13183 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13184 if test -n "$WINDRES_FOR_TARGET"; then
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13186 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13189 $as_echo "no
" >&6; }
13194 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13197 if test -n "$WINDRES_FOR_TARGET"; then
13198 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13199 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13200 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13203 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13204 for ncn_progname in windres; do
13205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13206 set dummy ${ncn_progname}; ac_word=$2
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13208 $as_echo_n "checking
for $ac_word...
" >&6; }
13209 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13210 $as_echo_n "(cached
) " >&6
13212 if test -n "$WINDRES_FOR_TARGET"; then
13213 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13216 for as_dir in $PATH
13219 test -z "$as_dir" && as_dir=.
13220 for ac_exec_ext in '' $ac_executable_extensions; do
13221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13222 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13223 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13232 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13233 if test -n "$WINDRES_FOR_TARGET"; then
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13235 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13238 $as_echo "no
" >&6; }
13245 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13246 for ncn_progname in windres; do
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13248 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13249 if test -x $with_build_time_tools/${ncn_progname}; then
13250 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13252 $as_echo "yes" >&6; }
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13256 $as_echo "no
" >&6; }
13261 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13262 for ncn_progname in windres; do
13263 if test -n "$ncn_target_tool_prefix"; then
13264 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13265 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13267 $as_echo_n "checking
for $ac_word...
" >&6; }
13268 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13269 $as_echo_n "(cached
) " >&6
13271 if test -n "$WINDRES_FOR_TARGET"; then
13272 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13275 for as_dir in $PATH
13278 test -z "$as_dir" && as_dir=.
13279 for ac_exec_ext in '' $ac_executable_extensions; do
13280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13281 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13282 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13291 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13292 if test -n "$WINDRES_FOR_TARGET"; then
13293 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13294 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13297 $as_echo "no
" >&6; }
13302 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13303 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13304 set dummy ${ncn_progname}; ac_word=$2
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13306 $as_echo_n "checking
for $ac_word...
" >&6; }
13307 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13308 $as_echo_n "(cached
) " >&6
13310 if test -n "$WINDRES_FOR_TARGET"; then
13311 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13314 for as_dir in $PATH
13317 test -z "$as_dir" && as_dir=.
13318 for ac_exec_ext in '' $ac_executable_extensions; do
13319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13320 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13321 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13330 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13331 if test -n "$WINDRES_FOR_TARGET"; then
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13333 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13336 $as_echo "no
" >&6; }
13341 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13345 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13347 if test $build = $target ; then
13348 WINDRES_FOR_TARGET="$2"
13350 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13353 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13357 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13363 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13364 if test -n "$with_build_time_tools"; then
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
13366 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
13367 if test -x $with_build_time_tools/windmc; then
13368 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13369 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13371 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13374 $as_echo "no
" >&6; }
13376 elif test $build != $host && test $have_gcc_for_target = yes; then
13377 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13378 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13379 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13382 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13383 # Extract the first word of "windmc
", so it can be a program name with args.
13384 set dummy windmc; ac_word=$2
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13386 $as_echo_n "checking
for $ac_word...
" >&6; }
13387 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13388 $as_echo_n "(cached
) " >&6
13390 case $WINDMC_FOR_TARGET in
13392 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13396 for as_dir in $gcc_cv_tool_dirs
13399 test -z "$as_dir" && as_dir=.
13400 for ac_exec_ext in '' $ac_executable_extensions; do
13401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13402 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13403 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13413 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13414 if test -n "$WINDMC_FOR_TARGET"; then
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13416 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13419 $as_echo "no
" >&6; }
13424 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13427 if test -n "$WINDMC_FOR_TARGET"; then
13428 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13429 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13430 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13433 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13434 for ncn_progname in windmc; do
13435 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13436 set dummy ${ncn_progname}; ac_word=$2
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13438 $as_echo_n "checking
for $ac_word...
" >&6; }
13439 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13440 $as_echo_n "(cached
) " >&6
13442 if test -n "$WINDMC_FOR_TARGET"; then
13443 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13446 for as_dir in $PATH
13449 test -z "$as_dir" && as_dir=.
13450 for ac_exec_ext in '' $ac_executable_extensions; do
13451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13452 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13453 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13462 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13463 if test -n "$WINDMC_FOR_TARGET"; then
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13465 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13468 $as_echo "no
" >&6; }
13475 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13476 for ncn_progname in windmc; do
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13478 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13479 if test -x $with_build_time_tools/${ncn_progname}; then
13480 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13482 $as_echo "yes" >&6; }
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13486 $as_echo "no
" >&6; }
13491 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13492 for ncn_progname in windmc; do
13493 if test -n "$ncn_target_tool_prefix"; then
13494 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13495 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13497 $as_echo_n "checking
for $ac_word...
" >&6; }
13498 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13499 $as_echo_n "(cached
) " >&6
13501 if test -n "$WINDMC_FOR_TARGET"; then
13502 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13505 for as_dir in $PATH
13508 test -z "$as_dir" && as_dir=.
13509 for ac_exec_ext in '' $ac_executable_extensions; do
13510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13511 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13512 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13521 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13522 if test -n "$WINDMC_FOR_TARGET"; then
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13524 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13527 $as_echo "no
" >&6; }
13532 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13533 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13534 set dummy ${ncn_progname}; ac_word=$2
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13536 $as_echo_n "checking
for $ac_word...
" >&6; }
13537 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13538 $as_echo_n "(cached
) " >&6
13540 if test -n "$WINDMC_FOR_TARGET"; then
13541 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13544 for as_dir in $PATH
13547 test -z "$as_dir" && as_dir=.
13548 for ac_exec_ext in '' $ac_executable_extensions; do
13549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13550 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13551 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13560 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13561 if test -n "$WINDMC_FOR_TARGET"; then
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13563 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13566 $as_echo "no
" >&6; }
13571 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13575 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13577 if test $build = $target ; then
13578 WINDMC_FOR_TARGET="$2"
13580 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13583 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13587 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13591 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
13594 $as_echo_n "checking where to
find the target
ar...
" >&6; }
13595 if test "x
${build}" != "x
${host}" ; then
13596 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13597 # We already found the complete path
13598 ac_dir=`dirname $AR_FOR_TARGET`
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13600 $as_echo "pre-installed
in $ac_dir" >&6; }
13602 # Canadian cross, just use what we found
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13604 $as_echo "pre-installed
" >&6; }
13608 case " ${configdirs} " in
13613 if test $ok = yes; then
13614 # An in-tree tool is available and we can use it
13615 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13617 $as_echo "just compiled
" >&6; }
13618 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13619 # We already found the complete path
13620 ac_dir=`dirname $AR_FOR_TARGET`
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13622 $as_echo "pre-installed
in $ac_dir" >&6; }
13623 elif test "x
$target" = "x
$host"; then
13624 # We can use an host tool
13625 AR_FOR_TARGET='$(AR)'
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13627 $as_echo "host tool
" >&6; }
13629 # We need a cross tool
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13631 $as_echo "pre-installed
" >&6; }
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
13636 $as_echo_n "checking where to
find the target as...
" >&6; }
13637 if test "x
${build}" != "x
${host}" ; then
13638 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13639 # We already found the complete path
13640 ac_dir=`dirname $AS_FOR_TARGET`
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13642 $as_echo "pre-installed
in $ac_dir" >&6; }
13644 # Canadian cross, just use what we found
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13646 $as_echo "pre-installed
" >&6; }
13650 case " ${configdirs} " in
13655 if test $ok = yes; then
13656 # An in-tree tool is available and we can use it
13657 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13659 $as_echo "just compiled
" >&6; }
13660 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13661 # We already found the complete path
13662 ac_dir=`dirname $AS_FOR_TARGET`
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13664 $as_echo "pre-installed
in $ac_dir" >&6; }
13665 elif test "x
$target" = "x
$host"; then
13666 # We can use an host tool
13667 AS_FOR_TARGET='$(AS)'
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13669 $as_echo "host tool
" >&6; }
13671 # We need a cross tool
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13673 $as_echo "pre-installed
" >&6; }
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
13678 $as_echo_n "checking where to
find the target cc...
" >&6; }
13679 if test "x
${build}" != "x
${host}" ; then
13680 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13681 # We already found the complete path
13682 ac_dir=`dirname $CC_FOR_TARGET`
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13684 $as_echo "pre-installed
in $ac_dir" >&6; }
13686 # Canadian cross, just use what we found
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13688 $as_echo "pre-installed
" >&6; }
13692 case " ${configdirs} " in
13697 if test $ok = yes; then
13698 # An in-tree tool is available and we can use it
13699 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13701 $as_echo "just compiled
" >&6; }
13702 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13703 # We already found the complete path
13704 ac_dir=`dirname $CC_FOR_TARGET`
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13706 $as_echo "pre-installed
in $ac_dir" >&6; }
13707 elif test "x
$target" = "x
$host"; then
13708 # We can use an host tool
13709 CC_FOR_TARGET='$(CC)'
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13711 $as_echo "host tool
" >&6; }
13713 # We need a cross tool
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13715 $as_echo "pre-installed
" >&6; }
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
13720 $as_echo_n "checking where to
find the target c
++...
" >&6; }
13721 if test "x
${build}" != "x
${host}" ; then
13722 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13723 # We already found the complete path
13724 ac_dir=`dirname $CXX_FOR_TARGET`
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13726 $as_echo "pre-installed
in $ac_dir" >&6; }
13728 # Canadian cross, just use what we found
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13730 $as_echo "pre-installed
" >&6; }
13734 case " ${configdirs} " in
13738 case ,${enable_languages}, in
13742 if test $ok = yes; then
13743 # An in-tree tool is available and we can use it
13744 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13746 $as_echo "just compiled
" >&6; }
13747 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13748 # We already found the complete path
13749 ac_dir=`dirname $CXX_FOR_TARGET`
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13751 $as_echo "pre-installed
in $ac_dir" >&6; }
13752 elif test "x
$target" = "x
$host"; then
13753 # We can use an host tool
13754 CXX_FOR_TARGET='$(CXX)'
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13756 $as_echo "host tool
" >&6; }
13758 # We need a cross tool
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13760 $as_echo "pre-installed
" >&6; }
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
13765 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
13766 if test "x
${build}" != "x
${host}" ; then
13767 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13768 # We already found the complete path
13769 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13771 $as_echo "pre-installed
in $ac_dir" >&6; }
13773 # Canadian cross, just use what we found
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13775 $as_echo "pre-installed
" >&6; }
13779 case " ${configdirs} " in
13783 case ,${enable_languages}, in
13787 if test $ok = yes; then
13788 # An in-tree tool is available and we can use it
13789 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'
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13791 $as_echo "just compiled
" >&6; }
13792 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13793 # We already found the complete path
13794 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13796 $as_echo "pre-installed
in $ac_dir" >&6; }
13797 elif test "x
$target" = "x
$host"; then
13798 # We can use an host tool
13799 RAW_CXX_FOR_TARGET='$(CXX)'
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13801 $as_echo "host tool
" >&6; }
13803 # We need a cross tool
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13805 $as_echo "pre-installed
" >&6; }
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
13810 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
13811 if test "x
${build}" != "x
${host}" ; then
13812 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13813 # We already found the complete path
13814 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13816 $as_echo "pre-installed
in $ac_dir" >&6; }
13818 # Canadian cross, just use what we found
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13820 $as_echo "pre-installed
" >&6; }
13824 case " ${configdirs} " in
13829 if test $ok = yes; then
13830 # An in-tree tool is available and we can use it
13831 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13832 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13833 $as_echo "just compiled
" >&6; }
13834 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13835 # We already found the complete path
13836 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13838 $as_echo "pre-installed
in $ac_dir" >&6; }
13839 elif test "x
$target" = "x
$host"; then
13840 # We can use an host tool
13841 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13843 $as_echo "host tool
" >&6; }
13845 # We need a cross tool
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13847 $as_echo "pre-installed
" >&6; }
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
13852 $as_echo_n "checking where to
find the target gcc...
" >&6; }
13853 if test "x
${build}" != "x
${host}" ; then
13854 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13855 # We already found the complete path
13856 ac_dir=`dirname $GCC_FOR_TARGET`
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13858 $as_echo "pre-installed
in $ac_dir" >&6; }
13860 # Canadian cross, just use what we found
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13862 $as_echo "pre-installed
" >&6; }
13866 case " ${configdirs} " in
13871 if test $ok = yes; then
13872 # An in-tree tool is available and we can use it
13873 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13875 $as_echo "just compiled
" >&6; }
13876 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13877 # We already found the complete path
13878 ac_dir=`dirname $GCC_FOR_TARGET`
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13880 $as_echo "pre-installed
in $ac_dir" >&6; }
13881 elif test "x
$target" = "x
$host"; then
13882 # We can use an host tool
13883 GCC_FOR_TARGET='$()'
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13885 $as_echo "host tool
" >&6; }
13887 # We need a cross tool
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13889 $as_echo "pre-installed
" >&6; }
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcj
" >&5
13894 $as_echo_n "checking where to
find the target gcj...
" >&6; }
13895 if test "x
${build}" != "x
${host}" ; then
13896 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
13897 # We already found the complete path
13898 ac_dir=`dirname $GCJ_FOR_TARGET`
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13900 $as_echo "pre-installed
in $ac_dir" >&6; }
13902 # Canadian cross, just use what we found
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13904 $as_echo "pre-installed
" >&6; }
13908 case " ${configdirs} " in
13912 case ,${enable_languages}, in
13916 if test $ok = yes; then
13917 # An in-tree tool is available and we can use it
13918 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13920 $as_echo "just compiled
" >&6; }
13921 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
13922 # We already found the complete path
13923 ac_dir=`dirname $GCJ_FOR_TARGET`
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13925 $as_echo "pre-installed
in $ac_dir" >&6; }
13926 elif test "x
$target" = "x
$host"; then
13927 # We can use an host tool
13928 GCJ_FOR_TARGET='$(GCJ)'
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13930 $as_echo "host tool
" >&6; }
13932 # We need a cross tool
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13934 $as_echo "pre-installed
" >&6; }
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
13939 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
13940 if test "x
${build}" != "x
${host}" ; then
13941 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13942 # We already found the complete path
13943 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13945 $as_echo "pre-installed
in $ac_dir" >&6; }
13947 # Canadian cross, just use what we found
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13949 $as_echo "pre-installed
" >&6; }
13953 case " ${configdirs} " in
13957 case ,${enable_languages}, in
13961 if test $ok = yes; then
13962 # An in-tree tool is available and we can use it
13963 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13965 $as_echo "just compiled
" >&6; }
13966 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13967 # We already found the complete path
13968 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13970 $as_echo "pre-installed
in $ac_dir" >&6; }
13971 elif test "x
$target" = "x
$host"; then
13972 # We can use an host tool
13973 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13975 $as_echo "host tool
" >&6; }
13977 # We need a cross tool
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13979 $as_echo "pre-installed
" >&6; }
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
13984 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
13985 if test "x
${build}" != "x
${host}" ; then
13986 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
13987 # We already found the complete path
13988 ac_dir=`dirname $GOC_FOR_TARGET`
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13990 $as_echo "pre-installed
in $ac_dir" >&6; }
13992 # Canadian cross, just use what we found
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13994 $as_echo "pre-installed
" >&6; }
13998 case " ${configdirs} " in
14002 case ,${enable_languages}, in
14006 if test $ok = yes; then
14007 # An in-tree tool is available and we can use it
14008 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14010 $as_echo "just compiled
" >&6; }
14011 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
14012 # We already found the complete path
14013 ac_dir=`dirname $GOC_FOR_TARGET`
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14015 $as_echo "pre-installed
in $ac_dir" >&6; }
14016 elif test "x
$target" = "x
$host"; then
14017 # We can use an host tool
14018 GOC_FOR_TARGET='$(GOC)'
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14020 $as_echo "host tool
" >&6; }
14022 # We need a cross tool
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14024 $as_echo "pre-installed
" >&6; }
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
14029 $as_echo_n "checking where to
find the target ld...
" >&6; }
14030 if test "x
${build}" != "x
${host}" ; then
14031 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14032 # We already found the complete path
14033 ac_dir=`dirname $LD_FOR_TARGET`
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14035 $as_echo "pre-installed
in $ac_dir" >&6; }
14037 # Canadian cross, just use what we found
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14039 $as_echo "pre-installed
" >&6; }
14043 case " ${configdirs} " in
14048 if test $ok = yes; then
14049 # An in-tree tool is available and we can use it
14050 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14052 $as_echo "just compiled
" >&6; }
14053 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14054 # We already found the complete path
14055 ac_dir=`dirname $LD_FOR_TARGET`
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14057 $as_echo "pre-installed
in $ac_dir" >&6; }
14058 elif test "x
$target" = "x
$host"; then
14059 # We can use an host tool
14060 LD_FOR_TARGET='$(LD)'
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14062 $as_echo "host tool
" >&6; }
14064 # We need a cross tool
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14066 $as_echo "pre-installed
" >&6; }
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
14071 $as_echo_n "checking where to
find the target lipo...
" >&6; }
14072 if test "x
${build}" != "x
${host}" ; then
14073 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14074 # We already found the complete path
14075 ac_dir=`dirname $LIPO_FOR_TARGET`
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14077 $as_echo "pre-installed
in $ac_dir" >&6; }
14079 # Canadian cross, just use what we found
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14081 $as_echo "pre-installed
" >&6; }
14084 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14085 # We already found the complete path
14086 ac_dir=`dirname $LIPO_FOR_TARGET`
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14088 $as_echo "pre-installed
in $ac_dir" >&6; }
14089 elif test "x
$target" = "x
$host"; then
14090 # We can use an host tool
14091 LIPO_FOR_TARGET='$(LIPO)'
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14093 $as_echo "host tool
" >&6; }
14095 # We need a cross tool
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14097 $as_echo "pre-installed
" >&6; }
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
14102 $as_echo_n "checking where to
find the target nm...
" >&6; }
14103 if test "x
${build}" != "x
${host}" ; then
14104 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14105 # We already found the complete path
14106 ac_dir=`dirname $NM_FOR_TARGET`
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14108 $as_echo "pre-installed
in $ac_dir" >&6; }
14110 # Canadian cross, just use what we found
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14112 $as_echo "pre-installed
" >&6; }
14116 case " ${configdirs} " in
14121 if test $ok = yes; then
14122 # An in-tree tool is available and we can use it
14123 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14125 $as_echo "just compiled
" >&6; }
14126 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14127 # We already found the complete path
14128 ac_dir=`dirname $NM_FOR_TARGET`
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14130 $as_echo "pre-installed
in $ac_dir" >&6; }
14131 elif test "x
$target" = "x
$host"; then
14132 # We can use an host tool
14133 NM_FOR_TARGET='$(NM)'
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14135 $as_echo "host tool
" >&6; }
14137 # We need a cross tool
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14139 $as_echo "pre-installed
" >&6; }
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
14144 $as_echo_n "checking where to
find the target objdump...
" >&6; }
14145 if test "x
${build}" != "x
${host}" ; then
14146 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14147 # We already found the complete path
14148 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14150 $as_echo "pre-installed
in $ac_dir" >&6; }
14152 # Canadian cross, just use what we found
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14154 $as_echo "pre-installed
" >&6; }
14158 case " ${configdirs} " in
14163 if test $ok = yes; then
14164 # An in-tree tool is available and we can use it
14165 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14167 $as_echo "just compiled
" >&6; }
14168 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14169 # We already found the complete path
14170 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14172 $as_echo "pre-installed
in $ac_dir" >&6; }
14173 elif test "x
$target" = "x
$host"; then
14174 # We can use an host tool
14175 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14177 $as_echo "host tool
" >&6; }
14179 # We need a cross tool
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14181 $as_echo "pre-installed
" >&6; }
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
14186 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
14187 if test "x
${build}" != "x
${host}" ; then
14188 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14189 # We already found the complete path
14190 ac_dir=`dirname $RANLIB_FOR_TARGET`
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14192 $as_echo "pre-installed
in $ac_dir" >&6; }
14194 # Canadian cross, just use what we found
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14196 $as_echo "pre-installed
" >&6; }
14200 case " ${configdirs} " in
14205 if test $ok = yes; then
14206 # An in-tree tool is available and we can use it
14207 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14209 $as_echo "just compiled
" >&6; }
14210 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14211 # We already found the complete path
14212 ac_dir=`dirname $RANLIB_FOR_TARGET`
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14214 $as_echo "pre-installed
in $ac_dir" >&6; }
14215 elif test "x
$target" = "x
$host"; then
14216 # We can use an host tool
14217 RANLIB_FOR_TARGET='$(RANLIB)'
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14219 $as_echo "host tool
" >&6; }
14221 # We need a cross tool
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14223 $as_echo "pre-installed
" >&6; }
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
14228 $as_echo_n "checking where to
find the target readelf...
" >&6; }
14229 if test "x
${build}" != "x
${host}" ; then
14230 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14231 # We already found the complete path
14232 ac_dir=`dirname $READELF_FOR_TARGET`
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14234 $as_echo "pre-installed
in $ac_dir" >&6; }
14236 # Canadian cross, just use what we found
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14238 $as_echo "pre-installed
" >&6; }
14242 case " ${configdirs} " in
14247 if test $ok = yes; then
14248 # An in-tree tool is available and we can use it
14249 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14251 $as_echo "just compiled
" >&6; }
14252 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14253 # We already found the complete path
14254 ac_dir=`dirname $READELF_FOR_TARGET`
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14256 $as_echo "pre-installed
in $ac_dir" >&6; }
14257 elif test "x
$target" = "x
$host"; then
14258 # We can use an host tool
14259 READELF_FOR_TARGET='$(READELF)'
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14261 $as_echo "host tool
" >&6; }
14263 # We need a cross tool
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14265 $as_echo "pre-installed
" >&6; }
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
14270 $as_echo_n "checking where to
find the target strip...
" >&6; }
14271 if test "x
${build}" != "x
${host}" ; then
14272 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14273 # We already found the complete path
14274 ac_dir=`dirname $STRIP_FOR_TARGET`
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14276 $as_echo "pre-installed
in $ac_dir" >&6; }
14278 # Canadian cross, just use what we found
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14280 $as_echo "pre-installed
" >&6; }
14284 case " ${configdirs} " in
14289 if test $ok = yes; then
14290 # An in-tree tool is available and we can use it
14291 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14293 $as_echo "just compiled
" >&6; }
14294 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14295 # We already found the complete path
14296 ac_dir=`dirname $STRIP_FOR_TARGET`
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14298 $as_echo "pre-installed
in $ac_dir" >&6; }
14299 elif test "x
$target" = "x
$host"; then
14300 # We can use an host tool
14301 STRIP_FOR_TARGET='$(STRIP)'
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14303 $as_echo "host tool
" >&6; }
14305 # We need a cross tool
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14307 $as_echo "pre-installed
" >&6; }
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
14312 $as_echo_n "checking where to
find the target windres...
" >&6; }
14313 if test "x
${build}" != "x
${host}" ; then
14314 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14315 # We already found the complete path
14316 ac_dir=`dirname $WINDRES_FOR_TARGET`
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14318 $as_echo "pre-installed
in $ac_dir" >&6; }
14320 # Canadian cross, just use what we found
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14322 $as_echo "pre-installed
" >&6; }
14326 case " ${configdirs} " in
14331 if test $ok = yes; then
14332 # An in-tree tool is available and we can use it
14333 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14335 $as_echo "just compiled
" >&6; }
14336 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14337 # We already found the complete path
14338 ac_dir=`dirname $WINDRES_FOR_TARGET`
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14340 $as_echo "pre-installed
in $ac_dir" >&6; }
14341 elif test "x
$target" = "x
$host"; then
14342 # We can use an host tool
14343 WINDRES_FOR_TARGET='$(WINDRES)'
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14345 $as_echo "host tool
" >&6; }
14347 # We need a cross tool
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14349 $as_echo "pre-installed
" >&6; }
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
14354 $as_echo_n "checking where to
find the target windmc...
" >&6; }
14355 if test "x
${build}" != "x
${host}" ; then
14356 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14357 # We already found the complete path
14358 ac_dir=`dirname $WINDMC_FOR_TARGET`
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14360 $as_echo "pre-installed
in $ac_dir" >&6; }
14362 # Canadian cross, just use what we found
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14364 $as_echo "pre-installed
" >&6; }
14368 case " ${configdirs} " in
14373 if test $ok = yes; then
14374 # An in-tree tool is available and we can use it
14375 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14377 $as_echo "just compiled
" >&6; }
14378 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14379 # We already found the complete path
14380 ac_dir=`dirname $WINDMC_FOR_TARGET`
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14382 $as_echo "pre-installed
in $ac_dir" >&6; }
14383 elif test "x
$target" = "x
$host"; then
14384 # We can use an host tool
14385 WINDMC_FOR_TARGET='$(WINDMC)'
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14387 $as_echo "host tool
" >&6; }
14389 # We need a cross tool
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14391 $as_echo "pre-installed
" >&6; }
14399 # Certain tools may need extra flags.
14400 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14401 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14402 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14404 # When building target libraries, except in a Canadian cross, we use
14405 # the same toolchain as the compiler we just built.
14406 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14407 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14408 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14409 if test $host = $build; then
14410 case " $configdirs " in
14412 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14413 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14414 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
14424 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
14425 # Check whether --enable-maintainer-mode was given.
14426 if test "${enable_maintainer_mode+set}" = set; then :
14427 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14429 USE_MAINTAINER_MODE=no
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
14433 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14436 if test "$USE_MAINTAINER_MODE" = yes; then
14437 MAINTAINER_MODE_TRUE=
14438 MAINTAINER_MODE_FALSE='#'
14440 MAINTAINER_MODE_TRUE='#'
14441 MAINTAINER_MODE_FALSE=
14443 MAINT=$MAINTAINER_MODE_TRUE
14445 # ---------------------
14446 # GCC bootstrap support
14447 # ---------------------
14449 # Stage specific cflags for build.
14454 yes) stage1_cflags="-g -Wa,-J" ;;
14455 *) stage1_cflags="-g -J" ;;
14461 # Enable --enable-checking in stage1 of the compiler.
14462 # Check whether --enable-stage1-checking was given.
14463 if test "${enable_stage1_checking+set}" = set; then :
14464 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14466 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
14467 stage1_checking=--enable-checking=yes,types
14469 stage1_checking=--enable-checking=$enable_checking,types
14475 # Enable -Werror in bootstrap stage2 and later.
14476 # Check whether --enable-werror was given.
14477 if test "${enable_werror+set}" = set; then :
14478 enableval=$enable_werror;
14480 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14487 case ${enable_werror} in
14488 yes) stage2_werror_flag="--enable-werror-always" ;;
14489 *) stage2_werror_flag="" ;;
14493 # Specify what files to not compare during bootstrap.
14495 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
14497 hppa*64*-*-hpux*) ;;
14498 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
14499 powerpc*-ibm-aix*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/* |
*libgomp
*\$
(objext
)" ;;
14503 ac_config_files="$ac_config_files Makefile
"
14505 cat >confcache <<\_ACEOF
14506 # This file is a shell script that caches the results of configure
14507 # tests run on this system so they can be shared between configure
14508 # scripts and configure runs, see configure's option --config-cache.
14509 # It is not useful on other systems. If it contains results you don't
14510 # want to keep, you may remove or edit it.
14512 # config.status only pays attention to the cache file if you give it
14513 # the --recheck option to rerun configure.
14515 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14516 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14517 # following values.
14521 # The following way of writing the cache mishandles newlines in values,
14522 # but we know of no workaround that is simple, portable, and efficient.
14523 # So, we kill variables containing newlines.
14524 # Ultrix sh set writes to stderr and can't be redirected directly,
14525 # and sets the high bit in the cache file unless we assign to the vars.
14527 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14528 eval ac_val=\$$ac_var
14532 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
14533 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
14536 _ | IFS | as_nl) ;; #(
14537 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14538 *) { eval $ac_var=; unset $ac_var;} ;;
14544 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14545 *${as_nl}ac_space=\ *)
14546 # `set' does not quote correctly, so add quotes: double-quote
14547 # substitution turns \\\\ into \\, and sed turns \\ into \.
14550 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
14553 # `set' quotes correctly as required by POSIX, so do not add quotes.
14554 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
14563 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14565 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14567 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14568 if test -w "$cache_file"; then
14569 test "x
$cache_file" != "x
/dev
/null
" &&
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
14571 $as_echo "$as_me: updating cache
$cache_file" >&6;}
14572 cat confcache >$cache_file
14574 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
14575 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
14580 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
14581 # Let make expand exec_prefix.
14582 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
14584 # Transform confdefs.h into DEFS.
14585 # Protect against shell expansion while executing Makefile rules.
14586 # Protect against Makefile macro expansion.
14588 # If the first sed substitution is executed (which looks for macros that
14589 # take arguments), then branch to the quote section. Otherwise,
14590 # look for a macro that doesn't take arguments.
14600 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14602 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14606 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
14619 DEFS=`sed -n "$ac_script" confdefs.h`
14624 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14625 # 1. Remove the extension, and $U if already installed.
14626 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
14627 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14628 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14629 # will be set to the directory where LIBOBJS objects are built.
14630 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14631 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
14633 LIBOBJS=$ac_libobjs
14635 LTLIBOBJS=$ac_ltlibobjs
14639 : ${CONFIG_STATUS=./config.status}
14641 ac_clean_files_save=$ac_clean_files
14642 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14643 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14644 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14646 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14648 # Generated by $as_me.
14649 # Run this file to recreate the current configuration.
14650 # Compiler output produced by configure, useful for debugging
14651 # configure, is in config.log if it exists.
14654 ac_cs_recheck=false
14657 SHELL=\${CONFIG_SHELL-$SHELL}
14660 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14661 ## -------------------- ##
14662 ## M4sh Initialization. ##
14663 ## -------------------- ##
14665 # Be more Bourne compatible
14666 DUALCASE=1; export DUALCASE # for MKS sh
14667 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14670 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14671 # is contrary to our usage. Disable this feature.
14672 alias -g '${1+"$@"}'='"$@"'
14673 setopt NO_GLOB_SUBST
14675 case `(set -o) 2>/dev/null` in #(
14687 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14688 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14689 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
14690 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14691 # Prefer a ksh shell builtin over an external printf program on Solaris,
14692 # but without wasting forks for bash or zsh.
14693 if test -z "$BASH_VERSION$ZSH_VERSION" \
14694 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14695 as_echo
='print -r --'
14696 as_echo_n
='print -rn --'
14697 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14698 as_echo
='printf %s\n'
14699 as_echo_n
='printf %s'
14701 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14702 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
14703 as_echo_n
='/usr/ucb/echo -n'
14705 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
14706 as_echo_n_body
='eval
14710 expr "X$arg" : "X\\(.*\\)$as_nl";
14711 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14713 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14715 export as_echo_n_body
14716 as_echo_n
='sh -c $as_echo_n_body as_echo'
14718 export as_echo_body
14719 as_echo
='sh -c $as_echo_body as_echo'
14722 # The user is always right.
14723 if test "${PATH_SEPARATOR+set}" != set; then
14725 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
14726 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
14733 # We need space, tab and new line, in precisely that order. Quoting is
14734 # there to prevent editors from complaining about space-tab.
14735 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14736 # splitting by setting IFS to empty value.)
14739 # Find who we are. Look in the path if we contain no directory separator.
14741 *[\\/]* ) as_myself
=$0 ;;
14742 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14743 for as_dir
in $PATH
14746 test -z "$as_dir" && as_dir
=.
14747 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
14753 # We did not find ourselves, most probably we were run as `sh COMMAND'
14754 # in which case we are not to be found in the path.
14755 if test "x$as_myself" = x
; then
14758 if test ! -f "$as_myself"; then
14759 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14763 # Unset variables that we do not need and which cause bugs (e.g. in
14764 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14765 # suppresses any "Segmentation fault" message there. '((' could
14766 # trigger a bug in pdksh 5.2.14.
14767 for as_var
in BASH_ENV ENV MAIL MAILPATH
14768 do eval test x\
${$as_var+set} = xset \
14769 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14782 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14785 # as_fn_error ERROR [LINENO LOG_FD]
14786 # ---------------------------------
14787 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14788 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14789 # script with status $?, using 1 if that was 0.
14792 as_status
=$?
; test $as_status -eq 0 && as_status
=1
14794 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14795 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14797 $as_echo "$as_me: error: $1" >&2
14798 as_fn_exit
$as_status
14802 # as_fn_set_status STATUS
14803 # -----------------------
14804 # Set $? to STATUS, without forking.
14805 as_fn_set_status
()
14808 } # as_fn_set_status
14810 # as_fn_exit STATUS
14811 # -----------------
14812 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14816 as_fn_set_status
$1
14822 # Portably unset VAR.
14825 { eval $1=; unset $1;}
14827 as_unset
=as_fn_unset
14828 # as_fn_append VAR VALUE
14829 # ----------------------
14830 # Append the text in VALUE to the end of the definition contained in VAR. Take
14831 # advantage of any shell optimizations that allow amortized linear growth over
14832 # repeated appends, instead of the typical quadratic growth present in naive
14834 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14835 eval 'as_fn_append ()
14846 # as_fn_arith ARG...
14847 # ------------------
14848 # Perform arithmetic evaluation on the ARGs, and store the result in the
14849 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14850 # must be portable across $(()) and expr.
14851 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14852 eval 'as_fn_arith ()
14859 as_val
=`expr "$@" || test $? -eq 1`
14864 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14865 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14871 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14872 as_basename
=basename
14877 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14883 as_me
=`$as_basename -- "$0" ||
14884 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14885 X"$0" : 'X\(//\)$' \| \
14886 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14888 sed '/^.*\/\([^/][^/]*\)\/*$/{
14902 # Avoid depending upon Character Ranges.
14903 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14904 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14905 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14906 as_cr_digits
='0123456789'
14907 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14909 ECHO_C
= ECHO_N
= ECHO_T
=
14910 case `echo -n x` in #(((((
14912 case `echo 'xy\c'` in
14913 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
14915 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
14922 rm -f conf$$ conf$$.exe conf$$.
file
14923 if test -d conf$$.dir
; then
14924 rm -f conf$$.dir
/conf$$.
file
14927 mkdir conf$$.dir
2>/dev
/null
14929 if (echo >conf$$.
file) 2>/dev
/null
; then
14930 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14932 # ... but there are two gotchas:
14933 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14934 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14935 # In both cases, we have to default to `cp -p'.
14936 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
14938 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14946 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
14947 rmdir conf$$.dir
2>/dev
/null
14952 # Create "$as_dir" as a directory, including parents if necessary.
14957 -*) as_dir
=.
/$as_dir;;
14959 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
14963 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14964 *) as_qdir
=$as_dir;;
14966 as_dirs
="'$as_qdir' $as_dirs"
14967 as_dir
=`$as_dirname -- "$as_dir" ||
14968 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14969 X"$as_dir" : 'X\(//\)[^/]' \| \
14970 X"$as_dir" : 'X\(//\)$' \| \
14971 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14972 $as_echo X"$as_dir" |
14973 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14977 /^X\(\/\/\)[^/].*/{
14990 test -d "$as_dir" && break
14992 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
14993 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
14997 if mkdir
-p .
2>/dev
/null
; then
14998 as_mkdir_p
='mkdir -p "$as_dir"'
15000 test -d .
/-p && rmdir .
/-p
15004 if test -x / >/dev
/null
2>&1; then
15005 as_test_x
='test -x'
15007 if ls -dL / >/dev
/null
2>&1; then
15014 if test -d "$1"; then
15020 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15021 ???[sx]*):;;*)false;;esac;fi
15025 as_executable_p
=$as_test_x
15027 # Sed expression to map a string onto a valid CPP name.
15028 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15030 # Sed expression to map a string onto a valid variable name.
15031 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15035 ## ----------------------------------- ##
15036 ## Main body of $CONFIG_STATUS script. ##
15037 ## ----------------------------------- ##
15039 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15042 # Save the log message, to keep $0 and so on meaningful, and to
15043 # report actual input values of CONFIG_FILES etc. instead of their
15044 # values after options handling.
15046 This file was extended by $as_me, which was
15047 generated by GNU Autoconf 2.64. Invocation command line was
15049 CONFIG_FILES = $CONFIG_FILES
15050 CONFIG_HEADERS = $CONFIG_HEADERS
15051 CONFIG_LINKS = $CONFIG_LINKS
15052 CONFIG_COMMANDS = $CONFIG_COMMANDS
15055 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15060 case $ac_config_files in *"
15061 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15066 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15067 # Files that config.status was made for.
15068 config_files="$ac_config_files"
15072 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15074 \`$as_me' instantiates files and other configuration actions
15075 from templates according to the current configuration. Unless the files
15076 and actions are specified as TAGs, all are instantiated by default.
15078 Usage: $0 [OPTION]... [TAG]...
15080 -h, --help print this help, then exit
15081 -V, --version print version number and configuration settings, then exit
15082 -q, --quiet, --silent
15083 do not print progress messages
15084 -d, --debug don't remove temporary files
15085 --recheck update $as_me by reconfiguring in the same conditions
15086 --file=FILE[:TEMPLATE]
15087 instantiate the configuration file FILE
15089 Configuration files:
15092 Report bugs to the package provider."
15095 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15098 configured by $0, generated by GNU Autoconf 2.64,
15099 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15101 Copyright (C) 2009 Free Software Foundation, Inc.
15102 This config.status script is free software; the Free Software Foundation
15103 gives unlimited permission to copy, distribute and modify it."
15109 test -n "\$AWK" || AWK=awk
15112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15113 # The default lists apply if the user does not specify any file.
15119 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15120 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15131 # Handling of the options.
15132 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15134 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15135 $as_echo "$ac_cs_version"; exit ;;
15136 --debug |
--debu |
--deb |
--de |
--d |
-d )
15138 --file |
--fil |
--fi |
--f )
15141 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15143 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15144 ac_need_defaults
=false
;;
15145 --he |
--h |
--help |
--hel |
-h )
15146 $as_echo "$ac_cs_usage"; exit ;;
15147 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15148 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15151 # This is an error.
15152 -*) as_fn_error
"unrecognized option: \`$1'
15153 Try \`$0 --help' for more information." ;;
15155 *) as_fn_append ac_config_targets
" $1"
15156 ac_need_defaults
=false
;;
15162 ac_configure_extra_args
=
15164 if $ac_cs_silent; then
15166 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15170 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15171 if \$ac_cs_recheck; then
15172 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15174 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15175 CONFIG_SHELL='$SHELL'
15176 export CONFIG_SHELL
15181 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15185 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15186 ## Running $as_me. ##
15192 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15196 extrasub_build="$extrasub_build"
15197 extrasub_host="$extrasub_host"
15198 extrasub_target="$extrasub_target"
15202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15204 # Handling of arguments.
15205 for ac_config_target
in $ac_config_targets
15207 case $ac_config_target in
15208 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15210 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15215 # If the user did not use the arguments to specify the items to instantiate,
15216 # then the envvar interface is used. Set only those that are not.
15217 # We use the long form for the default assignment because of an extremely
15218 # bizarre bug on SunOS 4.1.3.
15219 if $ac_need_defaults; then
15220 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15223 # Have a temporary directory for convenience. Make it in the build tree
15224 # simply because there is no reason against having it here, and in addition,
15225 # creating and moving files from /tmp can sometimes cause problems.
15226 # Hook for its removal unless debugging.
15227 # Note that there is a small window in which the directory will not be cleaned:
15228 # after its creation but before its name has been assigned to `$tmp'.
15232 trap 'exit_status=$?
15233 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15235 trap 'as_fn_exit 1' 1 2 13 15
15237 # Create a (secure) tmp directory for tmp files.
15240 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15241 test -n "$tmp" && test -d "$tmp"
15244 tmp
=.
/conf$$
-$RANDOM
15245 (umask 077 && mkdir
"$tmp")
15246 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
15248 # Set up the scripts for CONFIG_FILES section.
15249 # No need to generate them if there are no CONFIG_FILES.
15250 # This happens for instance with `./config.status config.h'.
15251 if test -n "$CONFIG_FILES"; then
15253 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
15254 ac_cs_awk_getline
=:
15255 ac_cs_awk_pipe_init
=
15256 ac_cs_awk_read_file
='
15257 while ((getline aline < (F[key])) > 0)
15260 ac_cs_awk_pipe_fini
=
15262 ac_cs_awk_getline
=false
15263 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
15264 ac_cs_awk_read_file
='
15266 print "cat " F[key] " &&"
15267 '$ac_cs_awk_pipe_init
15268 # The final `:' finishes the AND list.
15269 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
15271 ac_cr
=`echo X | tr X '\015'`
15272 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15273 # But we know of no other shell where ac_cr would be empty at this
15274 # point, so we can use a bashism as a fallback.
15275 if test "x$ac_cr" = x
; then
15276 eval ac_cr
=\$
\'\\r
\'
15278 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15279 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15282 ac_cs_awk_cr
=$ac_cr
15285 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15288 # Create commands to substitute file output variables.
15290 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15291 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15292 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
15295 } >conf$
$files.sh
&&
15296 . .
/conf$
$files.sh ||
15297 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
15298 rm -f conf$
$files.sh
15301 echo "cat >conf$$subs.awk <<_ACEOF" &&
15302 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15304 } >conf$$subs.sh ||
15305 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15306 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15308 for ac_last_try in false false false false false :; do
15309 . ./conf$$subs.sh ||
15310 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15312 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15313 if test $ac_delim_n = $ac_delim_num; then
15315 elif $ac_last_try; then
15316 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15318 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15321 rm -f conf$$subs.sh
15323 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15324 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
15328 s/^/S["/; s
/!.
*/"]=/
15338 s/\(.\{148\}\).*/\1/
15340 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15345 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15352 s/\(.\{148\}\).*/\1/
15354 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15358 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15363 ' <conf$$subs.awk | sed '
15368 ' >>$CONFIG_STATUS || ac_write_fail=1
15369 rm -f conf$$subs.awk
15370 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15372 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
15373 for (key in S) S_is_set[key] = 1
15375 \$ac_cs_awk_pipe_init
15379 nfields = split(line, field, "@
")
15381 len = length(field[1])
15382 for (i = 2; i < nfields; i++) {
15384 keylen = length(key)
15385 if (S_is_set[key]) {
15387 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15388 len += length(value) + length(field[++i])
15393 if (nfields == 3 && !substed) {
15395 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15396 \$ac_cs_awk_read_file
15402 \$ac_cs_awk_pipe_fini
15405 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15406 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15407 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15410 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
15411 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
15414 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15415 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
15416 # trailing colons and then remove the whole line if VPATH becomes empty
15417 # (actually we leave an empty line to preserve line numbers).
15418 if test "x
$srcdir" = x.; then
15419 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15420 s/:*\$(srcdir):*/:/
15421 s/:*\${srcdir}:*/:/
15423 s/^\([^=]*=[ ]*\):*/\1/
15429 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15430 fi # test -n "$CONFIG_FILES"
15433 eval set X " :F
$CONFIG_FILES "
15438 :[FHLC]) ac_mode=$ac_tag; continue;;
15440 case $ac_mode$ac_tag in
15442 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
15443 :[FH]-) ac_tag=-:-;;
15444 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15461 -) ac_f="$tmp/stdin";;
15462 *) # Look for the file first in the build tree, then in the source tree
15463 # (if the path is not absolute). The absolute path cannot be DOS-style,
15464 # because $ac_f cannot contain `:'.
15468 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15470 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15472 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
15473 as_fn_append ac_file_inputs " '$ac_f'"
15476 # Let's still pretend it is `configure' which instantiates (i.e., don't
15477 # use $as_me), people would be surprised to read:
15478 # /* config.h. Generated by config.status. */
15479 configure_input='Generated from '`
15480 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15482 if test x"$ac_file" != x-; then
15483 configure_input="$ac_file.
$configure_input"
15484 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
15485 $as_echo "$as_me: creating
$ac_file" >&6;}
15487 # Neutralize special characters interpreted by sed in replacement strings.
15488 case $configure_input in #(
15489 *\&* | *\|* | *\\* )
15490 ac_sed_conf_input=`$as_echo "$configure_input" |
15491 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15492 *) ac_sed_conf_input=$configure_input;;
15496 *:-:* | *:-) cat >"$tmp/stdin
" \
15497 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
15502 ac_dir=`$as_dirname -- "$ac_file" ||
15503 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15504 X"$ac_file" : 'X\(//\)[^/]' \| \
15505 X"$ac_file" : 'X\(//\)$' \| \
15506 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15507 $as_echo X"$ac_file" |
15508 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15512 /^X\(\/\/\)[^/].*/{
15525 as_dir="$ac_dir"; as_fn_mkdir_p
15529 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15531 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15532 # A "..
" for each directory in $ac_dir_suffix.
15533 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15534 case $ac_top_builddir_sub in
15535 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15536 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15539 ac_abs_top_builddir=$ac_pwd
15540 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15541 # for backward compatibility:
15542 ac_top_builddir=$ac_top_build_prefix
15545 .) # We are building in place.
15547 ac_top_srcdir=$ac_top_builddir_sub
15548 ac_abs_top_srcdir=$ac_pwd ;;
15549 [\\/]* | ?:[\\/]* ) # Absolute name.
15550 ac_srcdir=$srcdir$ac_dir_suffix;
15551 ac_top_srcdir=$srcdir
15552 ac_abs_top_srcdir=$srcdir ;;
15553 *) # Relative name.
15554 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15555 ac_top_srcdir=$ac_top_build_prefix$srcdir
15556 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15558 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15568 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15569 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15573 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15574 # If the template does not know about datarootdir, expand it.
15575 # FIXME: This hack should be removed a few years after 2.60.
15576 ac_datarootdir_hack=; ac_datarootdir_seen=
15587 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
15588 *datarootdir*) ac_datarootdir_seen=yes;;
15589 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
15591 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
15593 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15594 ac_datarootdir_hack='
15595 s&@datadir@&$datadir&g
15596 s&@docdir@&$docdir&g
15597 s&@infodir@&$infodir&g
15598 s&@localedir@&$localedir&g
15599 s&@mandir@&$mandir&g
15600 s&\\\${datarootdir}&$datarootdir&g' ;;
15604 # Neutralize VPATH when `$srcdir' = `.'.
15605 # Shell code in configure.ac might set extrasub.
15606 # FIXME: do we really want to maintain this feature?
15607 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15608 ac_sed_extra="$ac_vpsub
15611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15613 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15614 s|@configure_input@|
$ac_sed_conf_input|
;t t
15615 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
15616 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
15617 s
&@srcdir@
&$ac_srcdir&;t t
15618 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
15619 s
&@top_srcdir@
&$ac_top_srcdir&;t t
15620 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
15621 s
&@builddir@
&$ac_builddir&;t t
15622 s
&@abs_builddir@
&$ac_abs_builddir&;t t
15623 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
15624 s
&@INSTALL@
&$ac_INSTALL&;t t
15625 $ac_datarootdir_hack
15627 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15628 if $ac_cs_awk_getline; then
15629 $AWK -f "$tmp/subs.
awk"
15631 $AWK -f "$tmp/subs.
awk" | $SHELL
15633 || as_fn_error "could not create
$ac_file" "$LINENO" 5
15635 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15636 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
15637 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
15639 which seems to be undefined. Please make sure it is defined." >&5
15640 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
15641 which seems to be undefined. Please make sure it is defined." >&2;}
15645 -) cat "$tmp/out" && rm -f "$tmp/out";;
15646 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15648 || as_fn_error "could not create $ac_file" "$LINENO" 5
15656 case $ac_file$ac_mode in
15657 "Makefile":F) sed "$extrasub_build" Makefile |
15658 sed "$extrasub_host" |
15659 sed "$extrasub_target" > mf$$
15660 mv -f mf$$ Makefile ;;
15668 ac_clean_files=$ac_clean_files_save
15670 test $ac_write_fail = 0 ||
15671 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15674 # configure is writing to config.log, and then calls config.status.
15675 # config.status does its own redirection, appending to config.log.
15676 # Unfortunately, on DOS this fails, as config.log is still kept open
15677 # by configure, so config.status won't be able to
write to it
; its
15678 # output is simply discarded. So we exec the FD to /dev/null,
15679 # effectively closing config.log, so it can be properly (re)opened and
15680 # appended to by config.status. When coming back to configure, we
15681 # need to make the FD available again.
15682 if test "$no_create" != yes; then
15684 ac_config_status_args
=
15685 test "$silent" = yes &&
15686 ac_config_status_args
="$ac_config_status_args --quiet"
15688 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15690 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15691 # would make configure fail if this is the last instruction.
15692 $ac_cs_success || as_fn_exit $?
15694 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
15695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15696 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}