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
564 MAINTAINER_MODE_FALSE
566 COMPILER_NM_FOR_TARGET
567 COMPILER_LD_FOR_TARGET
568 COMPILER_AS_FOR_TARGET
644 DEBUG_PREFIX_CFLAGS_FOR_TARGET
645 SYSROOT_CFLAGS_FOR_TARGET
646 extra_host_zlib_configure_flags
647 extra_host_libiberty_configure_flags
649 extra_linker_plugin_flags
650 extra_linker_plugin_configure_flags
657 extra_isl_gmp_configure_flags
658 extra_mpc_mpfr_configure_flags
659 extra_mpc_gmp_configure_flags
660 extra_mpfr_configure_flags
676 EXTRA_CONFIGARGS_LIBJAVA
677 extra_liboffloadmic_configure_flags
704 TOPLEVEL_CONFIGURE_ARGUMENTS
732 program_transform_name
743 ac_subst_files
='serialization_dependencies
749 enable_option_checking
752 enable_as_accelerator_for
753 enable_offload_targets
756 enable_compressed_debug_sections
758 enable_libquadmath_support
763 enable_static_libjava
783 enable_isl_version_check
785 enable_linker_plugin_configure_flags
786 enable_linker_plugin_flags
787 enable_stage1_languages
790 with_debug_prefix_map
793 enable_serial_configure
794 with_build_time_tools
795 enable_maintainer_mode
796 enable_stage1_checking
800 ac_precious_vars
='build_alias
848 # Initialize some variables set by options.
850 ac_init_version
=false
851 ac_unrecognized_opts
=
853 # The variables have the same names as the options, with
854 # dashes changed to underlines.
862 program_transform_name
=s
,x
,x
,
870 # Installation directory options.
871 # These are left unexpanded so users can "make install exec_prefix=/foo"
872 # and all the variables that are supposed to be based on exec_prefix
873 # by default will actually change.
874 # Use braces instead of parens because sh, perl, etc. also accept them.
875 # (The list follows the same order as the GNU Coding Standards.)
876 bindir
='${exec_prefix}/bin'
877 sbindir
='${exec_prefix}/sbin'
878 libexecdir
='${exec_prefix}/libexec'
879 datarootdir
='${prefix}/share'
880 datadir
='${datarootdir}'
881 sysconfdir
='${prefix}/etc'
882 sharedstatedir
='${prefix}/com'
883 localstatedir
='${prefix}/var'
884 includedir
='${prefix}/include'
885 oldincludedir
='/usr/include'
886 docdir
='${datarootdir}/doc/${PACKAGE}'
887 infodir
='${datarootdir}/info'
892 libdir
='${exec_prefix}/lib'
893 localedir
='${datarootdir}/locale'
894 mandir
='${datarootdir}/man'
900 # If the previous option needs an argument, assign it.
901 if test -n "$ac_prev"; then
902 eval $ac_prev=\
$ac_option
908 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
912 # Accept the important Cygnus configure options, so we can diagnose typos.
914 case $ac_dashdash$ac_option in
918 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
920 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
923 -build |
--build |
--buil |
--bui |
--bu)
924 ac_prev
=build_alias
;;
925 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
926 build_alias
=$ac_optarg ;;
928 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
929 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
930 ac_prev
=cache_file
;;
931 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
932 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
933 cache_file
=$ac_optarg ;;
936 cache_file
=config.cache
;;
938 -datadir |
--datadir |
--datadi |
--datad)
940 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
941 datadir
=$ac_optarg ;;
943 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
944 |
--dataroo |
--dataro |
--datar)
945 ac_prev
=datarootdir
;;
946 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
947 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
948 datarootdir
=$ac_optarg ;;
950 -disable-* |
--disable-*)
951 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
952 # Reject names that are not valid shell variable names.
953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
954 as_fn_error
"invalid feature name: $ac_useropt"
955 ac_useropt_orig
=$ac_useropt
956 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957 case $ac_user_opts in
961 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
962 ac_unrecognized_sep
=', ';;
964 eval enable_
$ac_useropt=no
;;
966 -docdir |
--docdir |
--docdi |
--doc |
--do)
968 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
971 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
973 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
976 -enable-* |
--enable-*)
977 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
980 as_fn_error
"invalid feature name: $ac_useropt"
981 ac_useropt_orig
=$ac_useropt
982 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
987 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
988 ac_unrecognized_sep
=', ';;
990 eval enable_
$ac_useropt=\
$ac_optarg ;;
992 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
993 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
994 |
--exec |
--exe |
--ex)
995 ac_prev
=exec_prefix
;;
996 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
997 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
998 |
--exec=* |
--exe=* |
--ex=*)
999 exec_prefix
=$ac_optarg ;;
1001 -gas |
--gas |
--ga |
--g)
1002 # Obsolete; use --with-gas.
1005 -help |
--help |
--hel |
--he |
-h)
1006 ac_init_help
=long
;;
1007 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1008 ac_init_help
=recursive
;;
1009 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1010 ac_init_help
=short
;;
1012 -host |
--host |
--hos |
--ho)
1013 ac_prev
=host_alias
;;
1014 -host=* |
--host=* |
--hos=* |
--ho=*)
1015 host_alias
=$ac_optarg ;;
1017 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1019 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1021 htmldir
=$ac_optarg ;;
1023 -includedir |
--includedir |
--includedi |
--included |
--include \
1024 |
--includ |
--inclu |
--incl |
--inc)
1025 ac_prev
=includedir
;;
1026 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1027 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1028 includedir
=$ac_optarg ;;
1030 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1032 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1033 infodir
=$ac_optarg ;;
1035 -libdir |
--libdir |
--libdi |
--libd)
1037 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1038 libdir
=$ac_optarg ;;
1040 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1041 |
--libexe |
--libex |
--libe)
1042 ac_prev
=libexecdir
;;
1043 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1044 |
--libexe=* |
--libex=* |
--libe=*)
1045 libexecdir
=$ac_optarg ;;
1047 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1048 ac_prev
=localedir
;;
1049 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1050 localedir
=$ac_optarg ;;
1052 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1053 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1054 ac_prev
=localstatedir
;;
1055 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1056 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1057 localstatedir
=$ac_optarg ;;
1059 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1061 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1062 mandir
=$ac_optarg ;;
1064 -nfp |
--nfp |
--nf)
1065 # Obsolete; use --without-fp.
1068 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1069 |
--no-cr |
--no-c |
-n)
1072 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1073 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1076 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1077 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1078 |
--oldin |
--oldi |
--old |
--ol |
--o)
1079 ac_prev
=oldincludedir
;;
1080 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1081 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1082 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1083 oldincludedir
=$ac_optarg ;;
1085 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1087 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1088 prefix
=$ac_optarg ;;
1090 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1091 |
--program-pre |
--program-pr |
--program-p)
1092 ac_prev
=program_prefix
;;
1093 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1094 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1095 program_prefix
=$ac_optarg ;;
1097 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1098 |
--program-suf |
--program-su |
--program-s)
1099 ac_prev
=program_suffix
;;
1100 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1101 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1102 program_suffix
=$ac_optarg ;;
1104 -program-transform-name |
--program-transform-name \
1105 |
--program-transform-nam |
--program-transform-na \
1106 |
--program-transform-n |
--program-transform- \
1107 |
--program-transform |
--program-transfor \
1108 |
--program-transfo |
--program-transf \
1109 |
--program-trans |
--program-tran \
1110 |
--progr-tra |
--program-tr |
--program-t)
1111 ac_prev
=program_transform_name
;;
1112 -program-transform-name=* |
--program-transform-name=* \
1113 |
--program-transform-nam=* |
--program-transform-na=* \
1114 |
--program-transform-n=* |
--program-transform-=* \
1115 |
--program-transform=* |
--program-transfor=* \
1116 |
--program-transfo=* |
--program-transf=* \
1117 |
--program-trans=* |
--program-tran=* \
1118 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1119 program_transform_name
=$ac_optarg ;;
1121 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1123 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1124 pdfdir
=$ac_optarg ;;
1126 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1128 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1131 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1132 |
-silent |
--silent |
--silen |
--sile |
--sil)
1135 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1137 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1139 sbindir
=$ac_optarg ;;
1141 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1142 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1143 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1145 ac_prev
=sharedstatedir
;;
1146 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1147 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1148 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1150 sharedstatedir
=$ac_optarg ;;
1152 -site |
--site |
--sit)
1154 -site=* |
--site=* |
--sit=*)
1157 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1159 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1160 srcdir
=$ac_optarg ;;
1162 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1163 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1164 ac_prev
=sysconfdir
;;
1165 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1166 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1167 sysconfdir
=$ac_optarg ;;
1169 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1170 ac_prev
=target_alias
;;
1171 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1172 target_alias
=$ac_optarg ;;
1174 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1177 -version |
--version |
--versio |
--versi |
--vers |
-V)
1178 ac_init_version
=: ;;
1181 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1182 # Reject names that are not valid shell variable names.
1183 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1184 as_fn_error
"invalid package name: $ac_useropt"
1185 ac_useropt_orig
=$ac_useropt
1186 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1187 case $ac_user_opts in
1191 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1192 ac_unrecognized_sep
=', ';;
1194 eval with_
$ac_useropt=\
$ac_optarg ;;
1196 -without-* |
--without-*)
1197 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1198 # Reject names that are not valid shell variable names.
1199 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1200 as_fn_error
"invalid package name: $ac_useropt"
1201 ac_useropt_orig
=$ac_useropt
1202 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1203 case $ac_user_opts in
1207 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1208 ac_unrecognized_sep
=', ';;
1210 eval with_
$ac_useropt=no
;;
1213 # Obsolete; use --with-x.
1216 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1217 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1218 ac_prev
=x_includes
;;
1219 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1220 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1221 x_includes
=$ac_optarg ;;
1223 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1224 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1225 ac_prev
=x_libraries
;;
1226 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1227 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1228 x_libraries
=$ac_optarg ;;
1230 -*) as_fn_error
"unrecognized option: \`$ac_option'
1231 Try \`$0 --help' for more information."
1235 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1236 # Reject names that are not valid shell variable names.
1237 case $ac_envvar in #(
1238 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1239 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1241 eval $ac_envvar=\
$ac_optarg
1242 export $ac_envvar ;;
1245 # FIXME: should be removed in autoconf 3.0.
1246 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1247 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1248 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1249 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1255 if test -n "$ac_prev"; then
1256 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1257 as_fn_error
"missing argument to $ac_option"
1260 if test -n "$ac_unrecognized_opts"; then
1261 case $enable_option_checking in
1263 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1264 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1268 # Check all directory arguments for consistency.
1269 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1270 datadir sysconfdir sharedstatedir localstatedir includedir \
1271 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1272 libdir localedir mandir
1274 eval ac_val
=\$
$ac_var
1275 # Remove trailing slashes.
1278 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1279 eval $ac_var=\
$ac_val;;
1281 # Be sure to have absolute directory names.
1283 [\\/$
]* | ?
:[\\/]* ) continue;;
1284 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1286 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1289 # There might be people who depend on the old broken behavior: `$host'
1290 # used to hold the argument of --host etc.
1291 # FIXME: To remove some day.
1294 target
=$target_alias
1296 # FIXME: To remove some day.
1297 if test "x$host_alias" != x
; then
1298 if test "x$build_alias" = x
; then
1299 cross_compiling
=maybe
1300 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1301 If a cross compiler is detected then cross compile mode will be used." >&2
1302 elif test "x$build_alias" != "x$host_alias"; then
1308 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1310 test "$silent" = yes && exec 6>/dev
/null
1313 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1314 ac_ls_di
=`ls -di .` &&
1315 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1316 as_fn_error
"working directory cannot be determined"
1317 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1318 as_fn_error
"pwd does not report name of working directory"
1321 # Find the source files, if location was not specified.
1322 if test -z "$srcdir"; then
1323 ac_srcdir_defaulted
=yes
1324 # Try the directory containing this script, then the parent directory.
1325 ac_confdir
=`$as_dirname -- "$as_myself" ||
1326 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1327 X"$as_myself" : 'X\(//\)[^/]' \| \
1328 X"$as_myself" : 'X\(//\)$' \| \
1329 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1330 $as_echo X"$as_myself" |
1331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1349 if test ! -r "$srcdir/$ac_unique_file"; then
1353 ac_srcdir_defaulted
=no
1355 if test ! -r "$srcdir/$ac_unique_file"; then
1356 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1357 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1359 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1361 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1363 # When building in place, set srcdir=.
1364 if test "$ac_abs_confdir" = "$ac_pwd"; then
1367 # Remove unnecessary trailing slashes from srcdir.
1368 # Double slashes in file names in object file debugging info
1369 # mess up M-x gdb in Emacs.
1371 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1375 as_fn_error
"path to source, $srcdir, contains spaces"
1378 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1380 for ac_var
in $ac_precious_vars; do
1381 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1382 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1383 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1384 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1388 # Report the --help message.
1390 if test "$ac_init_help" = "long"; then
1391 # Omit some internal or obsolete options to make the list less imposing.
1392 # This message is too long to be a string in the A/UX 3.1 sh.
1394 \`configure' configures this package to adapt to many kinds of systems.
1396 Usage: $0 [OPTION]... [VAR=VALUE]...
1398 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1399 VAR=VALUE. See below for descriptions of some of the useful variables.
1401 Defaults for the options are specified in brackets.
1404 -h, --help display this help and exit
1405 --help=short display options specific to this package
1406 --help=recursive display the short help of all the included packages
1407 -V, --version display version information and exit
1408 -q, --quiet, --silent do not print \`checking...' messages
1409 --cache-file=FILE cache test results in FILE [disabled]
1410 -C, --config-cache alias for \`--cache-file=config.cache'
1411 -n, --no-create do not create output files
1412 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1414 Installation directories:
1415 --prefix=PREFIX install architecture-independent files in PREFIX
1416 [$ac_default_prefix]
1417 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1420 By default, \`make install' will install all the files in
1421 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1422 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1423 for instance \`--prefix=\$HOME'.
1425 For better control, use the options below.
1427 Fine tuning of the installation directories:
1428 --bindir=DIR user executables [EPREFIX/bin]
1429 --sbindir=DIR system admin executables [EPREFIX/sbin]
1430 --libexecdir=DIR program executables [EPREFIX/libexec]
1431 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1432 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1433 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1434 --libdir=DIR object code libraries [EPREFIX/lib]
1435 --includedir=DIR C header files [PREFIX/include]
1436 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1437 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1438 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1439 --infodir=DIR info documentation [DATAROOTDIR/info]
1440 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1441 --mandir=DIR man documentation [DATAROOTDIR/man]
1442 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1443 --htmldir=DIR html documentation [DOCDIR]
1444 --dvidir=DIR dvi documentation [DOCDIR]
1445 --pdfdir=DIR pdf documentation [DOCDIR]
1446 --psdir=DIR ps documentation [DOCDIR]
1452 --program-prefix=PREFIX prepend PREFIX to installed program names
1453 --program-suffix=SUFFIX append SUFFIX to installed program names
1454 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1457 --build=BUILD configure
for building on BUILD
[guessed
]
1458 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1459 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1463 if test -n "$ac_init_help"; then
1468 --disable-option-checking ignore unrecognized
--enable/--with options
1469 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1470 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1471 --enable-as-accelerator-for=ARG
1472 build as offload target compiler. Specify offload
1474 --enable-offload-targets=LIST
1475 enable offloading to devices from comma-separated
1476 LIST of TARGET
[=DIR
]. Use optional path to
find
1477 offload target compiler during the build
1478 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1479 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1480 --enable-compressed-debug-sections={all
,gas
,gold
,ld
,none
}
1481 Enable compressed debug sections
for gas
, gold or ld
1483 --disable-libquadmath do not build libquadmath directory
1484 --disable-libquadmath-support
1485 disable libquadmath support
for Fortran
1486 --enable-libada build libada directory
1487 --enable-libssp build libssp directory
1488 --disable-libstdcxx do not build libstdc
++-v3 directory
1489 --enable-liboffloadmic=ARG
1490 build liboffloadmic
[ARG
={no
,host,target
}]
1491 --enable-static-libjava[=ARG
]
1492 build static libjava
[default
=no
]
1493 --enable-bootstrap enable bootstrapping
[yes if native build
]
1494 --disable-isl-version-check
1495 disable check
for isl version
1496 --enable-lto enable link
time optimization support
1497 --enable-linker-plugin-configure-flags=FLAGS
1498 additional flags
for configuring linker plugins
1500 --enable-linker-plugin-flags=FLAGS
1501 additional flags
for configuring and building linker
1503 --enable-stage1-languages[=all
]
1504 choose additional languages to build during stage1.
1505 Mostly useful
for compiler development
1506 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1508 --enable-vtable-verify Enable vtable verification feature
1509 --enable-serial-[{host,target,build}-]configure
1510 force sequential configuration of sub-packages for
1511 the host, target or build machine, or all
1513 --enable-maintainer-mode
1514 enable make rules and dependencies not useful (and
1515 sometimes confusing) to the casual installer
1516 --enable-stage1-checking[=all]
1517 choose additional checking for stage1 of the
1519 --enable-werror enable -Werror in bootstrap stage2 and later
1520 --enable-host-shared build host code as shared libraries
1523 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1524 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1525 --with-build-libsubdir=DIR Directory where to find libraries for build system
1526 --with-system-zlib use installed libz
1527 --with-mpc=PATH specify prefix directory for installed MPC package.
1528 Equivalent to --with-mpc-include=PATH/include plus
1529 --with-mpc-lib=PATH/lib
1530 --with-mpc-include=PATH specify directory for installed MPC include files
1531 --with-mpc-lib=PATH specify directory for the installed MPC library
1532 --with-mpfr-dir=PATH this option has been REMOVED
1533 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1534 Equivalent to --with-mpfr-include=PATH/include plus
1535 --with-mpfr-lib=PATH/lib
1536 --with-mpfr-include=PATH
1537 specify directory for installed MPFR include files
1538 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1539 --with-gmp-dir=PATH this option has been REMOVED
1540 --with-gmp=PATH specify prefix directory for the installed GMP
1541 package. Equivalent to
1542 --with-gmp-include=PATH/include plus
1543 --with-gmp-lib=PATH/lib
1544 --with-gmp-include=PATH specify directory for installed GMP include files
1545 --with-gmp-lib=PATH specify directory for the installed GMP library
1546 --with-stage1-libs=LIBS libraries for stage1
1547 --with-stage1-ldflags=FLAGS
1548 linker flags for stage1
1549 --with-boot-libs=LIBS libraries for stage2 and later
1550 --with-boot-ldflags=FLAGS
1551 linker flags for stage2 and later
1552 --with-isl=PATH Specify prefix directory for the installed isl
1553 package. Equivalent to
1554 --with-isl-include=PATH/include plus
1555 --with-isl-lib=PATH/lib
1556 --with-isl-include=PATH Specify directory for installed isl include files
1557 --with-isl-lib=PATH Specify the directory for the installed isl library
1558 --with-build-sysroot=SYSROOT
1559 use sysroot as the system root during the build
1560 --with-debug-prefix-map='A
=B C
=D ...
'
1561 map A to B, C to D ... in debug information
1562 --with-build-config='NAME NAME2...
'
1563 use config/NAME.mk build configuration
1564 --with-build-time-tools=PATH
1565 use given path to find target tools during the build
1567 Some influential environment variables:
1568 CC C compiler command
1569 CFLAGS C compiler flags
1570 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1571 nonstandard directory <lib dir>
1572 LIBS libraries to pass to the linker, e.g. -l<library>
1573 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1574 you have headers in a nonstandard directory <include dir>
1575 CXX C++ compiler command
1576 CXXFLAGS C++ compiler flags
1578 additional configure arguments for build directories
1580 additional configure arguments for host directories
1582 additional configure arguments for target directories
1585 DLLTOOL DLLTOOL for the host
1587 LIPO LIPO for the host
1589 RANLIB RANLIB for the host
1590 STRIP STRIP for the host
1591 WINDRES WINDRES for the host
1592 WINDMC WINDMC for the host
1593 OBJCOPY OBJCOPY for the host
1594 OBJDUMP OBJDUMP for the host
1595 READELF READELF for the host
1605 GFORTRAN for the target
1613 DLLTOOL for the target
1621 OBJCOPY for the target
1623 OBJDUMP for the target
1625 RANLIB for the target
1627 READELF for the target
1629 STRIP for the target
1631 WINDRES for the target
1633 WINDMC for the target
1635 Use these variables to override the choices made by `configure' or to
help
1636 it to
find libraries and programs with nonstandard names
/locations.
1638 Report bugs to the package provider.
1643 if test "$ac_init_help" = "recursive"; then
1644 # If there are subdirs, report their specific --help.
1645 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1646 test -d "$ac_dir" ||
1647 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1652 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1654 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1655 # A ".." for each directory in $ac_dir_suffix.
1656 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1657 case $ac_top_builddir_sub in
1658 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1659 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1662 ac_abs_top_builddir
=$ac_pwd
1663 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1664 # for backward compatibility:
1665 ac_top_builddir
=$ac_top_build_prefix
1668 .
) # We are building in place.
1670 ac_top_srcdir
=$ac_top_builddir_sub
1671 ac_abs_top_srcdir
=$ac_pwd ;;
1672 [\\/]* | ?
:[\\/]* ) # Absolute name.
1673 ac_srcdir
=$srcdir$ac_dir_suffix;
1674 ac_top_srcdir
=$srcdir
1675 ac_abs_top_srcdir
=$srcdir ;;
1677 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1678 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1679 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1681 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1683 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1684 # Check for guested configure.
1685 if test -f "$ac_srcdir/configure.gnu"; then
1687 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1688 elif test -f "$ac_srcdir/configure"; then
1690 $SHELL "$ac_srcdir/configure" --help=recursive
1692 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1694 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1698 test -n "$ac_init_help" && exit $ac_status
1699 if $ac_init_version; then
1702 generated by GNU Autoconf
2.64
1704 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1705 This configure
script is free software
; the Free Software Foundation
1706 gives unlimited permission to copy
, distribute and modify it.
1711 ## ------------------------ ##
1712 ## Autoconf initialization. ##
1713 ## ------------------------ ##
1715 # ac_fn_c_try_compile LINENO
1716 # --------------------------
1717 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1718 ac_fn_c_try_compile
()
1720 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1721 rm -f conftest.
$ac_objext
1722 if { { ac_try
="$ac_compile"
1724 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1727 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728 $as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_compile") 2>conftest.err
1731 if test -s conftest.err; then
1732 grep -v '^ *+' conftest.err >conftest.er1
1733 cat conftest.er1 >&5
1734 mv -f conftest.er1 conftest.err
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } && {
1738 test -z "$ac_c_werror_flag" ||
1739 test ! -s conftest.err
1740 } && test -s conftest.$ac_objext; then :
1743 $as_echo "$as_me: failed program was:" >&5
1744 sed 's/^/| /' conftest.$ac_ext >&5
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1751 } # ac_fn_c_try_compile
1753 # ac_fn_cxx_try_compile LINENO
1754 # ----------------------------
1755 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1756 ac_fn_cxx_try_compile ()
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 rm -f conftest.$ac_objext
1760 if { { ac_try="$ac_compile"
1762 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1763 *) ac_try_echo
=$ac_try;;
1765 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766 $as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_compile") 2>conftest.err
1769 if test -s conftest.err
; then
1770 grep -v '^ *+' conftest.err
>conftest.er1
1771 cat conftest.er1
>&5
1772 mv -f conftest.er1 conftest.err
1774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775 test $ac_status = 0; } && {
1776 test -z "$ac_cxx_werror_flag" ||
1777 test ! -s conftest.err
1778 } && test -s conftest.
$ac_objext; then :
1781 $as_echo "$as_me: failed program was:" >&5
1782 sed 's/^/| /' conftest.
$ac_ext >&5
1786 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1789 } # ac_fn_cxx_try_compile
1791 # ac_fn_cxx_try_link LINENO
1792 # -------------------------
1793 # Try to link conftest.$ac_ext, and return whether this succeeded.
1794 ac_fn_cxx_try_link
()
1796 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1797 rm -f conftest.
$ac_objext conftest
$ac_exeext
1798 if { { ac_try
="$ac_link"
1800 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1801 *) ac_try_echo=$ac_try;;
1803 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1804 $as_echo "$ac_try_echo"; } >&5
1805 (eval "$ac_link") 2>conftest.err
1807 if test -s conftest.err; then
1808 grep -v '^ *+' conftest.err >conftest.er1
1809 cat conftest.er1 >&5
1810 mv -f conftest.er1 conftest.err
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && {
1814 test -z "$ac_cxx_werror_flag" ||
1815 test ! -s conftest.err
1816 } && test -s conftest$ac_exeext && {
1817 test "$cross_compiling" = yes ||
1818 $as_test_x conftest$ac_exeext
1822 $as_echo "$as_me: failed program was:" >&5
1823 sed 's/^/| /' conftest.$ac_ext >&5
1827 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1828 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1829 # interfere with the next link command; also delete a directory that is
1830 # left behind by Apple's compiler. We do this before executing the actions.
1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1832 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1835 } # ac_fn_cxx_try_link
1837 # ac_fn_c_try_link LINENO
1838 # -----------------------
1839 # Try to link conftest.$ac_ext, and return whether this succeeded.
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 rm -f conftest.$ac_objext conftest$ac_exeext
1844 if { { ac_try="$ac_link"
1846 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1847 *) ac_try_echo
=$ac_try;;
1849 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1850 $as_echo "$ac_try_echo"; } >&5
1851 (eval "$ac_link") 2>conftest.err
1853 if test -s conftest.err
; then
1854 grep -v '^ *+' conftest.err
>conftest.er1
1855 cat conftest.er1
>&5
1856 mv -f conftest.er1 conftest.err
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; } && {
1860 test -z "$ac_c_werror_flag" ||
1861 test ! -s conftest.err
1862 } && test -s conftest
$ac_exeext && {
1863 test "$cross_compiling" = yes ||
1864 $as_test_x conftest
$ac_exeext
1868 $as_echo "$as_me: failed program was:" >&5
1869 sed 's/^/| /' conftest.
$ac_ext >&5
1873 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1874 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1875 # interfere with the next link command; also delete a directory that is
1876 # left behind by Apple's compiler. We do this before executing the actions.
1877 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1878 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1881 } # ac_fn_c_try_link
1882 cat >config.log
<<_ACEOF
1883 This file contains any messages produced by compilers while
1884 running configure, to aid debugging if configure makes a mistake.
1886 It was created by $as_me, which was
1887 generated by GNU Autoconf 2.64. Invocation command line was
1899 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1900 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1901 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1902 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1903 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1905 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1906 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1908 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1909 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1910 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1911 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1912 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1913 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1914 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1922 test -z "$as_dir" && as_dir
=.
1923 $as_echo "PATH: $as_dir"
1939 # Keep a trace of the command line.
1940 # Strip out --no-create and --no-recursion so they do not pile up.
1941 # Strip out --silent because we don't want to record it for future runs.
1942 # Also quote any args containing shell meta-characters.
1943 # Make two passes to allow for proper duplicate-argument suppression.
1947 ac_must_keep_next
=false
1953 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1954 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1955 |
-silent |
--silent |
--silen |
--sile |
--sil)
1958 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1963 as_fn_append ac_configure_args1
" '$ac_arg'"
1964 if test $ac_must_keep_next = true
; then
1965 ac_must_keep_next
=false
# Got value, back to normal.
1968 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1969 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1970 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1971 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1972 case "$ac_configure_args0 " in
1973 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1976 -* ) ac_must_keep_next
=true
;;
1979 as_fn_append ac_configure_args
" '$ac_arg'"
1984 { ac_configure_args0
=; unset ac_configure_args0
;}
1985 { ac_configure_args1
=; unset ac_configure_args1
;}
1987 # When interrupted or exit'd, cleanup temporary files, and complete
1988 # config.log. We remove comments because anyway the quotes in there
1989 # would cause problems or look ugly.
1990 # WARNING: Use '\'' to represent an apostrophe within the trap.
1991 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1992 trap 'exit_status=$?
1993 # Save into config.log some information that might help in debugging.
1998 ## ---------------- ##
1999 ## Cache variables. ##
2000 ## ---------------- ##
2003 # The following way of writing the cache mishandles newlines in values,
2005 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2006 eval ac_val=\$$ac_var
2010 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2011 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2014 _ | IFS | as_nl) ;; #(
2015 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2016 *) { eval $ac_var=; unset $ac_var;} ;;
2021 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2022 *${as_nl}ac_space=\ *)
2024 "s/'\''/'\''\\\\'\'''\''/g;
2025 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2028 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2036 ## ----------------- ##
2037 ## Output variables. ##
2038 ## ----------------- ##
2041 for ac_var in $ac_subst_vars
2043 eval ac_val=\$$ac_var
2045 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2047 $as_echo "$ac_var='\''$ac_val'\''"
2051 if test -n "$ac_subst_files"; then
2053 ## ------------------- ##
2054 ## File substitutions. ##
2055 ## ------------------- ##
2058 for ac_var
in $ac_subst_files
2060 eval ac_val
=\$
$ac_var
2062 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2064 $as_echo "$ac_var='\''$ac_val'\''"
2069 if test -s confdefs.h; then
2079 test "$ac_signal" != 0 &&
2080 $as_echo "$as_me: caught signal $ac_signal"
2081 $as_echo "$as_me: exit $exit_status"
2083 rm -f core *.core core.conftest.* &&
2084 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2087 for ac_signal
in 1 2 13 15; do
2088 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2092 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2093 rm -f -r conftest
* confdefs.h
2095 $as_echo "/* confdefs.h */" > confdefs.h
2097 # Predefined preprocessor variables.
2099 cat >>confdefs.h
<<_ACEOF
2100 #define PACKAGE_NAME "$PACKAGE_NAME"
2103 cat >>confdefs.h
<<_ACEOF
2104 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2107 cat >>confdefs.h
<<_ACEOF
2108 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2111 cat >>confdefs.h
<<_ACEOF
2112 #define PACKAGE_STRING "$PACKAGE_STRING"
2115 cat >>confdefs.h
<<_ACEOF
2116 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2119 cat >>confdefs.h
<<_ACEOF
2120 #define PACKAGE_URL "$PACKAGE_URL"
2124 # Let the site file select an alternate cache file if it wants to.
2125 # Prefer an explicitly selected file to automatically selected ones.
2128 if test -n "$CONFIG_SITE"; then
2129 ac_site_file1
=$CONFIG_SITE
2130 elif test "x$prefix" != xNONE
; then
2131 ac_site_file1
=$prefix/share
/config.site
2132 ac_site_file2
=$prefix/etc
/config.site
2134 ac_site_file1
=$ac_default_prefix/share
/config.site
2135 ac_site_file2
=$ac_default_prefix/etc
/config.site
2137 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2139 test "x$ac_site_file" = xNONE
&& continue
2140 if test -r "$ac_site_file"; then
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2142 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2143 sed 's/^/| /' "$ac_site_file" >&5
2148 if test -r "$cache_file"; then
2149 # Some versions of bash will fail to source /dev/null (special
2150 # files actually), so we avoid doing that.
2151 if test -f "$cache_file"; then
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2153 $as_echo "$as_me: loading cache $cache_file" >&6;}
2155 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2156 *) .
"./$cache_file";;
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2161 $as_echo "$as_me: creating cache $cache_file" >&6;}
2165 # Check that the precious variables saved in the cache have kept the same
2167 ac_cache_corrupted
=false
2168 for ac_var
in $ac_precious_vars; do
2169 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2170 eval ac_new_set
=\
$ac_env_${ac_var}_set
2171 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2172 eval ac_new_val
=\
$ac_env_${ac_var}_value
2173 case $ac_old_set,$ac_new_set in
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2176 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2177 ac_cache_corrupted
=: ;;
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2180 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2181 ac_cache_corrupted
=: ;;
2184 if test "x$ac_old_val" != "x$ac_new_val"; then
2185 # differences in whitespace do not lead to failure.
2186 ac_old_val_w
=`echo x $ac_old_val`
2187 ac_new_val_w
=`echo x $ac_new_val`
2188 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2190 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2191 ac_cache_corrupted
=:
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2194 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2195 eval $ac_var=\
$ac_old_val
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2198 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2200 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2203 # Pass precious variables to config.status.
2204 if test "$ac_new_set" = set; then
2206 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2207 *) ac_arg
=$ac_var=$ac_new_val ;;
2209 case " $ac_configure_args " in
2210 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2211 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2215 if $ac_cache_corrupted; then
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2219 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2220 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2222 ## -------------------- ##
2223 ## Main body of script. ##
2224 ## -------------------- ##
2227 ac_cpp
='$CPP $CPPFLAGS'
2228 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2229 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2230 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2241 # if PWD already has a value, it is probably wrong.
2242 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2244 # Export original configure arguments for use by sub-configures.
2245 # Quote arguments with shell meta charatcers.
2246 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2247 set -- "$progname" "$@"
2251 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2252 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2253 # if the argument is of the form -foo=baz, quote the baz part only
2254 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2257 # Add the quoted argument to the list.
2258 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2260 if test "$silent" = yes; then
2261 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2263 # Remove the initial space we just introduced and, as these will be
2264 # expanded by make, quote '$'.
2265 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2268 # Find the build, host, and target systems.
2270 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2271 for ac_t
in install-sh
install.sh shtool
; do
2272 if test -f "$ac_dir/$ac_t"; then
2274 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2279 if test -z "$ac_aux_dir"; then
2280 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2283 # These three variables are undocumented and unsupported,
2284 # and are intended to be withdrawn in a future Autoconf release.
2285 # They can cause serious problems if a builder's source tree is in a directory
2286 # whose full name contains unusual characters.
2287 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2288 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2289 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2292 # Make sure we can run config.sub.
2293 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2294 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2297 $as_echo_n "checking build system type... " >&6; }
2298 if test "${ac_cv_build+set}" = set; then :
2299 $as_echo_n "(cached) " >&6
2301 ac_build_alias
=$build_alias
2302 test "x$ac_build_alias" = x
&&
2303 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2304 test "x$ac_build_alias" = x
&&
2305 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2306 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2311 $as_echo "$ac_cv_build" >&6; }
2312 case $ac_cv_build in
2314 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2317 ac_save_IFS
=$IFS; IFS
='-'
2323 # Remember, the first character of IFS is used to create $*,
2324 # except with old shells:
2327 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2330 case ${build_alias} in
2331 "") build_noncanonical
=${build} ;;
2332 *) build_noncanonical
=${build_alias} ;;
2337 case ${host_alias} in
2338 "") host_noncanonical
=${build_noncanonical} ;;
2339 *) host_noncanonical
=${host_alias} ;;
2344 case ${target_alias} in
2345 "") target_noncanonical
=${host_noncanonical} ;;
2346 *) target_noncanonical
=${target_alias} ;;
2352 test "$host_noncanonical" = "$target_noncanonical" &&
2353 test "$program_prefix$program_suffix$program_transform_name" = \
2355 program_transform_name
=s
,y
,y
,
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2358 $as_echo_n "checking host system type... " >&6; }
2359 if test "${ac_cv_host+set}" = set; then :
2360 $as_echo_n "(cached) " >&6
2362 if test "x$host_alias" = x
; then
2363 ac_cv_host
=$ac_cv_build
2365 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2366 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2371 $as_echo "$ac_cv_host" >&6; }
2374 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2377 ac_save_IFS
=$IFS; IFS
='-'
2383 # Remember, the first character of IFS is used to create $*,
2384 # except with old shells:
2387 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2391 $as_echo_n "checking target system type... " >&6; }
2392 if test "${ac_cv_target+set}" = set; then :
2393 $as_echo_n "(cached) " >&6
2395 if test "x$target_alias" = x
; then
2396 ac_cv_target
=$ac_cv_host
2398 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2399 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2404 $as_echo "$ac_cv_target" >&6; }
2405 case $ac_cv_target in
2407 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2409 target
=$ac_cv_target
2410 ac_save_IFS
=$IFS; IFS
='-'
2416 # Remember, the first character of IFS is used to create $*,
2417 # except with old shells:
2420 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2423 # The aliases save the names the user supplied, while $host etc.
2424 # will get canonicalized.
2425 test -n "$target_alias" &&
2426 test "$program_prefix$program_suffix$program_transform_name" = \
2428 program_prefix
=${target_alias}-
2430 test "$program_prefix" != NONE
&&
2431 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2432 # Use a double $ so make ignores it.
2433 test "$program_suffix" != NONE
&&
2434 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2435 # Double any \ or $.
2436 # By default was `s,x,x', remove it if useless.
2437 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2438 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2442 # Get 'install' or 'install-sh' and its variants.
2443 # Find a good install program. We prefer a C program (faster),
2444 # so one script is as good as another. But avoid the broken or
2445 # incompatible versions:
2446 # SysV /etc/install, /usr/sbin/install
2447 # SunOS /usr/etc/install
2448 # IRIX /sbin/install
2450 # AmigaOS /C/install, which installs bootblocks on floppy discs
2451 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2452 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2453 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2454 # OS/2's system install, which has a completely different semantic
2455 # ./install, which can be erroneously created by make from ./install.sh.
2456 # Reject install programs that cannot install multiple files.
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2458 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2459 if test -z "$INSTALL"; then
2460 if test "${ac_cv_path_install+set}" = set; then :
2461 $as_echo_n "(cached) " >&6
2463 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2467 test -z "$as_dir" && as_dir
=.
2468 # Account for people who put trailing slashes in PATH elements.
2469 case $as_dir/ in #((
2470 .
/ | .
// |
/[cC
]/* | \
2471 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2472 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2475 # OSF1 and SCO ODT 3.0 have their own names for install.
2476 # Don't use installbsd from OSF since it installs stuff as root
2478 for ac_prog
in ginstall scoinst
install; do
2479 for ac_exec_ext
in '' $ac_executable_extensions; do
2480 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2481 if test $ac_prog = install &&
2482 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2483 # AIX install. It has an incompatible calling convention.
2485 elif test $ac_prog = install &&
2486 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2487 # program-specific install script used by HP pwplus--don't use.
2490 rm -rf conftest.one conftest.two conftest.dir
2491 echo one
> conftest.one
2492 echo two
> conftest.two
2494 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2495 test -s conftest.one
&& test -s conftest.two
&&
2496 test -s conftest.dir
/conftest.one
&&
2497 test -s conftest.dir
/conftest.two
2499 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2512 rm -rf conftest.one conftest.two conftest.dir
2515 if test "${ac_cv_path_install+set}" = set; then
2516 INSTALL
=$ac_cv_path_install
2518 # As a last resort, use the slow shell script. Don't cache a
2519 # value for INSTALL within a source directory, because that will
2520 # break other packages using the cache if that directory is
2521 # removed, or if the value is a relative name.
2522 INSTALL
=$ac_install_sh
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2526 $as_echo "$INSTALL" >&6; }
2528 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2529 # It thinks the first close brace ends the variable substitution.
2530 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2532 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2534 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2537 $as_echo_n "checking whether ln works... " >&6; }
2538 if test "${acx_cv_prog_LN+set}" = set; then :
2539 $as_echo_n "(cached) " >&6
2541 rm -f conftestdata_t
2542 echo >conftestdata_f
2543 if ln conftestdata_f conftestdata_t
2>/dev
/null
2549 rm -f conftestdata_f conftestdata_t
2552 if test $acx_cv_prog_LN = no
; then
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2555 $as_echo "no, using $LN" >&6; }
2557 LN
="$acx_cv_prog_LN"
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2559 $as_echo "yes" >&6; }
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2563 $as_echo_n "checking whether ln -s works... " >&6; }
2565 if test "$LN_S" = "ln -s"; then
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2567 $as_echo "yes" >&6; }
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2570 $as_echo "no, using $LN_S" >&6; }
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2574 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2575 if test "${ac_cv_path_SED+set}" = set; then :
2576 $as_echo_n "(cached) " >&6
2578 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2579 for ac_i
in 1 2 3 4 5 6 7; do
2580 ac_script
="$ac_script$as_nl$ac_script"
2582 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2583 { ac_script
=; unset ac_script
;}
2584 if test -z "$SED"; then
2585 ac_path_SED_found
=false
2586 # Loop through the user's path and test for each of PROGNAME-LIST
2587 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2591 test -z "$as_dir" && as_dir
=.
2592 for ac_prog
in sed gsed
; do
2593 for ac_exec_ext
in '' $ac_executable_extensions; do
2594 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2595 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2596 # Check for GNU ac_path_SED and select it if it is found.
2597 # Check for GNU $ac_path_SED
2598 case `"$ac_path_SED" --version 2>&1` in
2600 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2603 $as_echo_n 0123456789 >"conftest.in"
2606 cat "conftest.in" "conftest.in" >"conftest.tmp"
2607 mv "conftest.tmp" "conftest.in"
2608 cp "conftest.in" "conftest.nl"
2609 $as_echo '' >> "conftest.nl"
2610 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2611 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2612 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2613 if test $ac_count -gt ${ac_path_SED_max-0}; then
2614 # Best one so far, save it but keep looking for a better one
2615 ac_cv_path_SED
="$ac_path_SED"
2616 ac_path_SED_max
=$ac_count
2618 # 10*(2^10) chars as input seems more than enough
2619 test $ac_count -gt 10 && break
2621 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2624 $ac_path_SED_found && break 3
2629 if test -z "$ac_cv_path_SED"; then
2630 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2638 $as_echo "$ac_cv_path_SED" >&6; }
2639 SED
="$ac_cv_path_SED"
2642 for ac_prog
in gawk mawk nawk
awk
2644 # Extract the first word of "$ac_prog", so it can be a program name with args.
2645 set dummy
$ac_prog; ac_word
=$2
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2647 $as_echo_n "checking for $ac_word... " >&6; }
2648 if test "${ac_cv_prog_AWK+set}" = set; then :
2649 $as_echo_n "(cached) " >&6
2651 if test -n "$AWK"; then
2652 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2654 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2658 test -z "$as_dir" && as_dir
=.
2659 for ac_exec_ext
in '' $ac_executable_extensions; do
2660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2661 ac_cv_prog_AWK
="$ac_prog"
2662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2672 if test -n "$AWK"; then
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2674 $as_echo "$AWK" >&6; }
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2677 $as_echo "no" >&6; }
2681 test -n "$AWK" && break
2685 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2687 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2689 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2690 INSTALL
="${srcpwd}/install-sh -c"
2693 # Set srcdir to "." if that's what it is.
2694 # This is important for multilib support.
2696 if test "${pwd}" = "${srcpwd}" ; then
2704 ### To add a new directory to the tree, first choose whether it is a target
2705 ### or a host dependent tool. Then put it into the appropriate list
2706 ### (library or tools, host or target), doing a dependency sort.
2708 # Subdirs will be configured in the order listed in build_configdirs,
2709 # configdirs, or target_configdirs; see the serialization section below.
2711 # Dependency sorting is only needed when *configuration* must be done in
2712 # a particular order. In all cases a dependency should be specified in
2713 # the Makefile, whether or not it's implicitly specified here.
2715 # Double entries in build_configdirs, configdirs, or target_configdirs may
2716 # cause circular dependencies and break everything horribly.
2718 # these library is used by various programs built for the build
2721 build_libs
="build-libiberty build-libcpp"
2723 # these tools are built for the build environment
2724 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2726 # these libraries are used by various programs built for the host environment
2728 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
2730 # these tools are built for the host environment
2731 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2732 # know that we are building the simulator.
2733 # binutils, gas and ld appear in that order because it makes sense to run
2734 # "make check" in that particular order.
2735 # If --enable-gold is used, "gold" may replace "ld".
2736 host_tools
="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
2738 # libgcj represents the runtime libraries only used by gcj.
2739 libgcj
="target-libffi \
2743 # these libraries are built for the target environment, and are built after
2744 # the host libraries and the host tools (which may be a cross compiler)
2745 # Note that libiberty is not a target library.
2746 target_libraries
="target-libgcc \
2747 target-libbacktrace \
2752 target-liboffloadmic \
2755 target-libstdc++-v3 \
2756 target-libsanitizer \
2760 target-libquadmath \
2761 target-libgfortran \
2768 # these tools are built using the target libraries, and are intended to
2769 # run only in the target environment
2771 # note: any program that *uses* libraries that are in the "target_libraries"
2772 # list belongs in this list.
2774 target_tools
="target-rda"
2776 ################################################################################
2778 ## All tools belong in one of the four categories, and are assigned above
2779 ## We assign ${configdirs} this way to remove all embedded newlines. This
2780 ## is important because configure will choke if they ever get through.
2781 ## ${configdirs} is directories we build using the host tools.
2782 ## ${target_configdirs} is directories we build using the target tools.
2783 configdirs
=`echo ${host_libs} ${host_tools}`
2784 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2785 build_configdirs
=`echo ${build_libs} ${build_tools}`
2789 ################################################################################
2791 srcname
="gnu development package"
2793 # This gets set non-empty for some net releases of packages.
2796 # Define is_cross_compiler to save on calls to 'test'.
2798 if test x
"${host}" = x
"${target}" ; then
2799 is_cross_compiler
=no
2801 is_cross_compiler
=yes
2804 # Find the build and target subdir names.
2806 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2807 # have matching libraries, they should use host libraries: Makefile.tpl
2808 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2809 # However, they still use the build modules, because the corresponding
2810 # host modules (e.g. bison) are only built for the host when bootstrap
2812 # - build_subdir is where we find build modules, and never changes.
2813 # - build_libsubdir is where we find build libraries, and can be overridden.
2815 # Prefix 'build-' so this never conflicts with target_subdir.
2816 build_subdir
="build-${build_noncanonical}"
2818 # Check whether --with-build-libsubdir was given.
2819 if test "${with_build_libsubdir+set}" = set; then :
2820 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2822 build_libsubdir
="$build_subdir"
2825 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2826 if ( test $srcdir = .
&& test -d gcc
) \
2827 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2828 host_subdir
="host-${host_noncanonical}"
2833 target_subdir
=${target_noncanonical}
2835 # Be sure to cover against remnants of an in-tree build.
2836 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2837 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2838 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2841 # Skipdirs are removed silently.
2843 # Noconfigdirs are removed loudly.
2847 # Make sure we don't let GNU ld be added if we didn't want it.
2848 if test x
$with_gnu_ld = xno
; then
2850 noconfigdirs
="$noconfigdirs ld gold"
2854 # Make sure we don't let GNU as be added if we didn't want it.
2855 if test x
$with_gnu_as = xno
; then
2857 noconfigdirs
="$noconfigdirs gas"
2862 # Check whether --with-system-zlib was given.
2863 if test "${with_system_zlib+set}" = set; then :
2864 withval
=$with_system_zlib;
2867 # Make sure we don't let ZLIB be added if we didn't want it.
2868 if test x
$with_system_zlib = xyes
; then
2869 use_included_zlib
=no
2870 noconfigdirs
="$noconfigdirs zlib"
2873 # some tools are so dependent upon X11 that if we're not building with X,
2874 # it's not even worth trying to configure, much less build, that tool.
2877 yes |
"") ;; # the default value for this tree is that X11 is available
2879 skipdirs
="${skipdirs} tk itcl libgui"
2880 # We won't be able to build gdbtk without X.
2883 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2886 # Some are only suitable for cross toolchains.
2887 # Remove these if host=target.
2888 cross_only
="target-libgloss target-newlib target-opcodes"
2890 case $is_cross_compiler in
2891 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2894 # If both --with-headers and --with-libs are specified, default to
2896 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2897 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2898 if test x
"${with_newlib}" = x
; then
2903 # Recognize --with-newlib/--without-newlib.
2904 case ${with_newlib} in
2905 no
) skipdirs
="${skipdirs} target-newlib" ;;
2906 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2909 # Check whether --enable-as-accelerator-for was given.
2910 if test "${enable_as_accelerator_for+set}" = set; then :
2911 enableval
=$enable_as_accelerator_for;
2915 # Check whether --enable-offload-targets was given.
2916 if test "${enable_offload_targets+set}" = set; then :
2917 enableval
=$enable_offload_targets;
2918 if test x
"$enable_offload_targets" = x
; then
2919 as_fn_error
"no offload targets specified" "$LINENO" 5
2923 enable_offload_targets
=
2927 # Handle --enable-gold, --enable-ld.
2928 # --disable-gold [--enable-ld]
2929 # Build only ld. Default option.
2930 # --enable-gold [--enable-ld]
2931 # Build both gold and ld. Install gold as "ld.gold", install ld
2932 # as "ld.bfd" and "ld".
2933 # --enable-gold=default [--enable-ld]
2934 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2935 # install ld as "ld.bfd".
2936 # --enable-gold[=default] --disable-ld
2937 # Build only gold, which is then installed as both "ld.gold" and "ld".
2938 # --enable-gold --enable-ld=default
2939 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2941 # In other words, ld is default
2942 # --enable-gold=default --enable-ld=default
2946 # Check whether --enable-gold was given.
2947 if test "${enable_gold+set}" = set; then :
2948 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2953 case "${ENABLE_GOLD}" in
2955 # Check for ELF target.
2958 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2959 |
*-*-linux* |
*-*-gnu* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2960 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
2961 |
*-*-solaris2* |
*-*-nto* |
*-*-nacl*)
2963 *-*-linux*aout
* |
*-*-linux*oldld
*)
2971 if test "$is_elf" = "yes"; then
2972 # Check for target supported by gold.
2974 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* \
2975 | aarch64
*-*-* | tilegx
*-*-*)
2976 configdirs
="$configdirs gold"
2977 if test x
${ENABLE_GOLD} = xdefault
; then
2988 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
2992 # Check whether --enable-ld was given.
2993 if test "${enable_ld+set}" = set; then :
2994 enableval
=$enable_ld; ENABLE_LD
=$enableval
3000 case "${ENABLE_LD}" in
3002 if test x
${default_ld} != x
; then
3003 as_fn_error
"either gold or ld can be the default ld" "$LINENO" 5
3009 if test x
${ENABLE_GOLD} != xyes
; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3011 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3013 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3016 as_fn_error
"invalid --enable-ld argument" "$LINENO" 5
3021 # Decide the default method for compressing debug sections.
3022 # Provide a configure time option to override our default.
3023 # Check whether --enable-compressed_debug_sections was given.
3024 if test "${enable_compressed_debug_sections+set}" = set; then :
3025 enableval
=$enable_compressed_debug_sections;
3026 if test x
"$enable_compressed_debug_sections" = xyes
; then
3027 as_fn_error
"no program with compressed debug sections specified" "$LINENO" 5
3031 enable_compressed_debug_sections
=
3035 # Configure extra directories which are host specific
3039 configdirs
="$configdirs libtermcap" ;;
3042 # A target can indicate whether a language isn't supported for some reason.
3043 # Only spaces may be used in this macro; not newlines or tabs.
3044 unsupported_languages
=
3046 # Remove more programs from consideration, based on the host or
3047 # target this usually means that a port of the program doesn't
3051 i
[3456789]86-*-msdosdjgpp*)
3052 noconfigdirs
="$noconfigdirs tcl tk itcl"
3057 # Check whether --enable-libquadmath was given.
3058 if test "${enable_libquadmath+set}" = set; then :
3059 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3061 ENABLE_LIBQUADMATH
=yes
3064 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3065 noconfigdirs
="$noconfigdirs target-libquadmath"
3069 # Check whether --enable-libquadmath-support was given.
3070 if test "${enable_libquadmath_support+set}" = set; then :
3071 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3073 ENABLE_LIBQUADMATH_SUPPORT
=yes
3076 enable_libquadmath_support
=
3077 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3078 enable_libquadmath_support
=no
3082 # Check whether --enable-libada was given.
3083 if test "${enable_libada+set}" = set; then :
3084 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3089 if test "${ENABLE_LIBADA}" != "yes" ; then
3090 noconfigdirs
="$noconfigdirs gnattools"
3093 # Check whether --enable-libssp was given.
3094 if test "${enable_libssp+set}" = set; then :
3095 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3101 # Check whether --enable-libstdcxx was given.
3102 if test "${enable_libstdcxx+set}" = set; then :
3103 enableval
=$enable_libstdcxx; ENABLE_LIBSTDCXX
=$enableval
3105 ENABLE_LIBSTDCXX
=default
3108 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3109 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3112 # If this is accelerator compiler and its target is intelmic we enable
3113 # target liboffloadmic by default. If this is compiler with offloading
3114 # for intelmic we enable host liboffloadmic by default. Otherwise
3115 # liboffloadmic is disabled by default.
3116 # Check whether --enable-liboffloadmic was given.
3117 if test "${enable_liboffloadmic+set}" = set; then :
3118 enableval
=$enable_liboffloadmic; case "$enableval" in
3120 enable_liboffloadmic
=$enableval ;;
3122 as_fn_error
"--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3125 if test x
"$enable_as_accelerator_for" != x
; then
3127 *-intelmic-* |
*-intelmicemul-*)
3128 enable_liboffloadmic
=target
3129 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=target"
3132 enable_liboffloadmic
=no
3136 case "${enable_offload_targets}" in
3137 *-intelmic-* |
*-intelmicemul-*)
3138 enable_liboffloadmic
=host
3139 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=host"
3142 enable_liboffloadmic
=no
3150 # Save it here so that, even in case of --enable-libgcj, if the Java
3151 # front-end isn't enabled, we still get libgcj disabled.
3152 libgcj_saved
=$libgcj
3153 case $enable_libgcj in
3155 # If we reset it here, it won't get added to noconfigdirs in the
3156 # target-specific build rules, so it will be forcibly enabled
3157 # (unless the Java language itself isn't enabled).
3161 # Make sure we get it printed in the list of not supported target libs.
3162 # Don't disable libffi, though, other languages use it.
3163 noconfigdirs
="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3164 # Clear libgcj_saved so that even if java is enabled libffi won't be
3170 # Check whether --enable-static-libjava was given.
3171 if test "${enable_static_libjava+set}" = set; then :
3172 enableval
=$enable_static_libjava; ENABLE_STATIC_LIBJAVA
=$enableval
3174 ENABLE_STATIC_LIBJAVA
=no
3177 enable_static_libjava
=
3178 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3179 enable_static_libjava
=yes
3182 if test x
$enable_static_libjava != xyes
; then
3183 EXTRA_CONFIGARGS_LIBJAVA
=--disable-static
3187 # Enable libgomp by default on hosted POSIX systems, and a few others.
3188 if test x
$enable_libgomp = x
; then
3190 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3192 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3194 *-*-solaris2* |
*-*-hpux11*)
3196 *-*-darwin* |
*-*-aix*)
3201 noconfigdirs
="$noconfigdirs target-libgomp"
3206 # Disable libatomic on unsupported systems.
3207 if test -d ${srcdir}/libatomic
; then
3208 if test x
$enable_libatomic = x
; then
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3210 $as_echo_n "checking for libatomic support... " >&6; }
3211 if (srcdir
=${srcdir}/libatomic
; \
3212 .
${srcdir}/configure.tgt
; \
3213 test -n "$UNSUPPORTED")
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3216 $as_echo "no" >&6; }
3217 noconfigdirs
="$noconfigdirs target-libatomic"
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3220 $as_echo "yes" >&6; }
3225 # Disable libcilkrts on unsupported systems.
3226 if test -d ${srcdir}/libcilkrts
; then
3227 if test x
$enable_libcilkrts = x
; then
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3229 $as_echo_n "checking for libcilkrts support... " >&6; }
3230 if (srcdir
=${srcdir}/libcilkrts
; \
3231 .
${srcdir}/configure.tgt
; \
3232 test -n "$UNSUPPORTED")
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3235 $as_echo "no" >&6; }
3236 noconfigdirs
="$noconfigdirs target-libcilkrts"
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3239 $as_echo "yes" >&6; }
3244 # Disable liboffloadmic on unsupported systems.
3245 if test -d ${srcdir}/liboffloadmic
; then
3246 if test x
$enable_liboffloadmic != xno
; then
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3248 $as_echo_n "checking for liboffloadmic support... " >&6; }
3249 if (srcdir
=${srcdir}/liboffloadmic
; \
3250 .
${srcdir}/configure.tgt
; \
3251 test -n "$UNSUPPORTED")
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254 $as_echo "no" >&6; }
3255 noconfigdirs
="$noconfigdirs target-liboffloadmic"
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3258 $as_echo "yes" >&6; }
3263 # Disable libitm on unsupported systems.
3264 if test -d ${srcdir}/libitm
; then
3265 if test x
$enable_libitm = x
; then
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3267 $as_echo_n "checking for libitm support... " >&6; }
3268 if (srcdir
=${srcdir}/libitm
; \
3269 .
${srcdir}/configure.tgt
; \
3270 test -n "$UNSUPPORTED")
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3273 $as_echo "no" >&6; }
3274 noconfigdirs
="$noconfigdirs target-libitm"
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3277 $as_echo "yes" >&6; }
3282 # Disable libsanitizer on unsupported systems.
3283 if test -d ${srcdir}/libsanitizer
; then
3284 if test x
$enable_libsanitizer = x
; then
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3286 $as_echo_n "checking for libsanitizer support... " >&6; }
3287 if (srcdir
=${srcdir}/libsanitizer
; \
3288 .
${srcdir}/configure.tgt
; \
3289 test -n "$UNSUPPORTED")
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3292 $as_echo "no" >&6; }
3293 noconfigdirs
="$noconfigdirs target-libsanitizer"
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3296 $as_echo "yes" >&6; }
3301 # Disable libvtv on unsupported systems.
3302 if test -d ${srcdir}/libvtv
; then
3303 if test x
$enable_libvtv = x
; then
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3305 $as_echo_n "checking for libvtv support... " >&6; }
3306 if (srcdir
=${srcdir}/libvtv
; \
3307 .
${srcdir}/configure.tgt
; \
3308 test "$VTV_SUPPORTED" != "yes")
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3311 $as_echo "no" >&6; }
3312 noconfigdirs
="$noconfigdirs target-libvtv"
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3315 $as_echo "yes" >&6; }
3321 # Enable libmpx on supported systems by request.
3322 if test -d ${srcdir}/libmpx
; then
3323 if test x
$enable_libmpx = x
; then
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3325 $as_echo_n "checking for libmpx support... " >&6; }
3326 if (srcdir
=${srcdir}/libmpx
; \
3327 .
${srcdir}/configure.tgt
; \
3328 test "$LIBMPX_SUPPORTED" != "yes")
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3331 $as_echo "no" >&6; }
3332 noconfigdirs
="$noconfigdirs target-libmpx"
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3335 $as_echo "yes" >&6; }
3342 # Disable libquadmath for some systems.
3345 noconfigdirs
="$noconfigdirs target-libquadmath"
3347 # libquadmath is unused on AIX and libquadmath build process use of
3348 # LD_LIBRARY_PATH can break AIX bootstrap.
3349 powerpc-
*-aix* | rs6000-
*-aix*)
3350 noconfigdirs
="$noconfigdirs target-libquadmath"
3354 # Disable libssp for some systems.
3357 # No hosted I/O support.
3358 noconfigdirs
="$noconfigdirs target-libssp"
3360 powerpc-
*-aix* | rs6000-
*-aix*)
3361 noconfigdirs
="$noconfigdirs target-libssp"
3364 # libssp uses a misaligned load to trigger a fault, but the RL78
3365 # doesn't fault for those - instead, it gives a build-time error
3366 # for explicit misaligned loads.
3367 noconfigdirs
="$noconfigdirs target-libssp"
3370 # No hosted I/O support.
3371 noconfigdirs
="$noconfigdirs target-libssp"
3375 # Disable libstdc++-v3 for some systems.
3376 # Allow user to override this if they pass --enable-libstdc++-v3
3377 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3380 # VxWorks uses the Dinkumware C++ library.
3381 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3384 # the C++ libraries don't build on top of CE's C libraries
3385 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3388 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3391 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3396 # Disable Fortran for some systems.
3399 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3400 unsupported_languages
="$unsupported_languages fortran"
3404 # Disable Java if libffi is not supported.
3436 powerpc-
*-aix* | rs6000-
*-aix*)
3440 powerpc64-
*-freebsd*)
3444 s390-
*-* | s390x-
*-*)
3446 sh-
*-* | sh
[34]*-*-*)
3448 sh64-
*-* | sh5
*-*-*)
3455 unsupported_languages
="$unsupported_languages java"
3459 # Disable Java, libgcj or related libraries for some systems.
3463 i
[3456789]86-*-darwin*)
3465 x86_64-
*-darwin[912]*)
3468 noconfigdirs
="$noconfigdirs ${libgcj}"
3471 noconfigdirs
="$noconfigdirs ${libgcj}"
3474 noconfigdirs
="$noconfigdirs ${libgcj}"
3477 noconfigdirs
="$noconfigdirs ${libgcj}"
3480 noconfigdirs
="$noconfigdirs ${libgcj}"
3483 noconfigdirs
="$noconfigdirs ${libgcj}"
3486 noconfigdirs
="$noconfigdirs ${libgcj}"
3489 noconfigdirs
="$noconfigdirs ${libgcj}"
3492 noconfigdirs
="$noconfigdirs ${libgcj}"
3495 noconfigdirs
="$noconfigdirs ${libgcj}"
3498 noconfigdirs
="$noconfigdirs target-boehm-gc"
3500 cris-
*-* | crisv32-
*-*)
3501 unsupported_languages
="$unsupported_languages java"
3505 *) # See PR46792 regarding target-libffi.
3506 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
3510 # In this case, it's because the hppa64-linux target is for
3511 # the kernel only at this point and has no libc, and thus no
3512 # headers, crt*.o, etc., all of which are needed by these.
3513 unsupported_languages
="$unsupported_languages java"
3516 noconfigdirs
="$noconfigdirs ${libgcj}"
3521 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3522 # build on HP-UX 10.20.
3523 noconfigdirs
="$noconfigdirs ${libgcj}"
3526 noconfigdirs
="$noconfigdirs ${libgcj}"
3528 i
[3456789]86-w64-mingw*)
3529 noconfigdirs
="$noconfigdirs ${libgcj}"
3531 i
[3456789]86-*-mingw*)
3532 noconfigdirs
="$noconfigdirs ${libgcj}"
3535 noconfigdirs
="$noconfigdirs ${libgcj}"
3538 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc"
3541 # copied from rs6000-*-* entry
3542 noconfigdirs
="$noconfigdirs ${libgcj}"
3545 noconfigdirs
="$noconfigdirs ${libgcj}"
3548 noconfigdirs
="$noconfigdirs ${libgcj}"
3551 noconfigdirs
="$noconfigdirs ${libgcj}"
3555 # Disable the go frontend on systems where it is known to not work. Please keep
3556 # this in sync with contrib/config-list.mk.
3558 *-*-darwin* |
*-*-cygwin* |
*-*-mingw* |
*-*-aix*)
3559 unsupported_languages
="$unsupported_languages go"
3563 # Disable libgo for some systems where it is known to not work.
3564 # For testing, you can easily override this with --enable-libgo.
3565 if test x
$enable_libgo = x
; then
3569 noconfigdirs
="$noconfigdirs target-libgo"
3571 *-*-cygwin* |
*-*-mingw*)
3572 noconfigdirs
="$noconfigdirs target-libgo"
3575 noconfigdirs
="$noconfigdirs target-libgo"
3580 # Default libgloss CPU subdirectory.
3581 libgloss_dir
="$target_cpu"
3584 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3588 libgloss_dir
=aarch64
3593 cris-
*-* | crisv32-
*-*)
3602 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3603 libgloss_dir
=m68hc11
3605 m68
*-*-* | fido-
*-*)
3619 # Disable newlib and libgloss for various target OSes.
3622 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3624 i
[3456789]86-*-linux*)
3625 # This section makes it possible to build newlib natively on linux.
3626 # If we are using a cross compiler then don't configure newlib.
3627 if test x
${is_cross_compiler} != xno
; then
3628 noconfigdirs
="$noconfigdirs target-newlib"
3630 noconfigdirs
="$noconfigdirs target-libgloss"
3631 # If we are not using a cross compiler, do configure newlib.
3632 # Note however, that newlib will only be configured in this situation
3633 # if the --with-newlib option has been given, because otherwise
3634 # 'target-newlib' will appear in skipdirs.
3636 i
[3456789]86-*-rdos*)
3637 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3639 sh
*-*-pe|mips
*-*-pe|arm-wince-pe
)
3640 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3643 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3646 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3649 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3652 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3655 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3658 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3660 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3661 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3664 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3667 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3670 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3673 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3676 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3679 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3682 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3690 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3691 noconfigdirs
="$noconfigdirs sim target-rda"
3694 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3695 noconfigdirs
="$noconfigdirs sim target-rda"
3698 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3699 noconfigdirs
="$noconfigdirs sim target-rda"
3701 i
[3456789]86-*-darwin*)
3702 noconfigdirs
="$noconfigdirs ld gprof"
3703 noconfigdirs
="$noconfigdirs sim target-rda"
3705 x86_64-
*-darwin[912]*)
3706 noconfigdirs
="$noconfigdirs ld gas gprof"
3707 noconfigdirs
="$noconfigdirs sim target-rda"
3710 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3711 noconfigdirs
="$noconfigdirs sim target-rda"
3716 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3717 && test -f /usr
/local
/include
/gmp.h
; then
3722 # Remove unsupported stuff on all kaOS configurations.
3723 noconfigdirs
="$noconfigdirs target-libgloss"
3730 noconfigdirs
="$noconfigdirs target-libgloss"
3731 # this is not caught below because this stanza matches earlier
3733 or1k
*-*-*) noconfigdirs
="$noconfigdirs gdb" ;;
3736 # The tpf target doesn't support gdb yet.
3738 noconfigdirs
="$noconfigdirs gdb tcl tk libgui itcl"
3741 noconfigdirs
="$noconfigdirs target-rda"
3746 # ld works, but does not support shared libraries.
3747 # gas doesn't generate exception information.
3748 noconfigdirs
="$noconfigdirs gas ld"
3751 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3754 # newlib is not 64 bit ready
3755 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3757 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3758 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3761 noconfigdirs
="$noconfigdirs target-libgloss"
3764 noconfigdirs
="$noconfigdirs target-libgloss"
3767 noconfigdirs
="$noconfigdirs ld target-libgloss"
3772 if test x
${with_avrlibc} != xno
; then
3773 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3776 c4x-
*-* | tic4x-
*-*)
3777 noconfigdirs
="$noconfigdirs target-libgloss"
3780 noconfigdirs
="$noconfigdirs target-libgloss gdb"
3783 noconfigdirs
="$noconfigdirs target-libgloss"
3786 noconfigdirs
="$noconfigdirs gdb"
3789 noconfigdirs
="$noconfigdirs gdb"
3792 noconfigdirs
="$noconfigdirs target-rda gprof"
3795 noconfigdirs
="$noconfigdirs"
3798 noconfigdirs
="$noconfigdirs target-libgloss"
3801 noconfigdirs
="$noconfigdirs target-libgloss"
3803 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3806 noconfigdirs
="$noconfigdirs gdb"
3809 noconfigdirs
="$noconfigdirs gdb ld"
3817 hppa
*-*-openbsd* | \
3823 noconfigdirs
="$noconfigdirs ld"
3826 noconfigdirs
="$noconfigdirs gdb"
3829 # No gdb support yet.
3830 noconfigdirs
="$noconfigdirs readline libgui itcl gdb"
3833 # No ld support yet.
3834 noconfigdirs
="$noconfigdirs gdb libgui itcl ld"
3837 # No ld support yet.
3838 noconfigdirs
="$noconfigdirs libgui itcl ld"
3840 i
[3456789]86-w64-mingw*)
3842 i
[3456789]86-*-mingw*)
3843 target_configdirs
="$target_configdirs target-winsup"
3846 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3847 noconfigdirs
="$noconfigdirs target-libgloss"
3848 # always build newlib if winsup directory is present.
3849 if test -d "$srcdir/winsup/cygwin"; then
3850 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3851 elif test -d "$srcdir/newlib"; then
3852 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3856 noconfigdirs
="$noconfigdirs target-libgloss"
3858 i
[3456789]86-*-sco3.2v5
*)
3859 # The linker does not yet know about weak symbols in COFF,
3860 # and is not configured to handle mixed ELF and COFF.
3861 noconfigdirs
="$noconfigdirs ld target-libgloss"
3863 i
[3456789]86-*-sco*)
3864 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3866 i
[3456789]86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
3867 noconfigdirs
="$noconfigdirs target-libgloss"
3869 i
[3456789]86-*-sysv4*)
3870 noconfigdirs
="$noconfigdirs target-libgloss"
3872 i
[3456789]86-*-beos*)
3873 noconfigdirs
="$noconfigdirs gdb"
3875 i
[3456789]86-*-rdos*)
3876 noconfigdirs
="$noconfigdirs gdb"
3879 noconfigdirs
="$noconfigdirs gdb"
3882 noconfigdirs
="$noconfigdirs sim"
3885 # copied from rs6000-*-* entry
3886 noconfigdirs
="$noconfigdirs gprof"
3888 powerpc
*-*-winnt* | powerpc
*-*-pe*)
3889 target_configdirs
="$target_configdirs target-winsup"
3890 noconfigdirs
="$noconfigdirs gdb tcl tk target-libgloss itcl"
3891 # always build newlib.
3892 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3894 # This is temporary until we can link against shared libraries
3895 powerpcle-
*-solaris*)
3896 noconfigdirs
="$noconfigdirs gdb sim tcl tk itcl"
3899 noconfigdirs
="$noconfigdirs gdb"
3902 noconfigdirs
="$noconfigdirs gprof"
3905 noconfigdirs
="$noconfigdirs gprof"
3908 noconfigdirs
="$noconfigdirs gprof"
3911 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss"
3914 noconfigdirs
="$noconfigdirs gprof"
3916 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
3917 if test x
$with_newlib = xyes
; then
3918 noconfigdirs
="$noconfigdirs gprof"
3922 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3925 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3928 noconfigdirs
="$noconfigdirs ld gas gprof target-libgloss"
3932 mips
*-*-ultrix* | mips
*-*-osf* | mips
*-*-ecoff* | mips
*-*-pe* \
3933 | mips
*-*-irix* | mips
*-*-lnews* | mips
*-*-riscos*)
3934 noconfigdirs
="$noconfigdirs ld gas gprof"
3937 noconfigdirs
="$noconfigdirs gprof"
3940 noconfigdirs
="$noconfigdirs gdb"
3943 noconfigdirs
="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3946 noconfigdirs
="$noconfigdirs gdb"
3953 noconfigdirs
="$noconfigdirs target-libgloss" ;;
3957 if test x
${is_cross_compiler} = xno
; then
3962 noconfigdirs
="$noconfigdirs sim"
3964 tilepro
*-*-* | tilegx
*-*-*)
3965 noconfigdirs
="$noconfigdirs sim"
3968 noconfigdirs
="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3971 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3975 # If we aren't building newlib, then don't build libgloss, since libgloss
3976 # depends upon some newlib header files.
3977 case "${noconfigdirs}" in
3978 *target-libgloss
*) ;;
3979 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3982 # Work in distributions that contain no compiler tools, like Autoconf.
3983 host_makefile_frag
=/dev
/null
3984 if test -d ${srcdir}/config
; then
3986 i
[3456789]86-*-msdosdjgpp*)
3987 host_makefile_frag
="config/mh-djgpp"
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3992 $as_echo_n "checking to see if cat works as expected... " >&6; }
3993 echo a
>cygwin-cat-check
3994 if test `cat cygwin-cat-check` = a
; then
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3997 $as_echo "yes" >&6; }
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001 $as_echo "no" >&6; }
4002 as_fn_error
"The cat command does not ignore carriage return characters.
4003 Please either mount the build directory in binary mode or run the following
4004 commands before running any configure script:
4010 host_makefile_frag
="config/mh-cygwin"
4013 host_makefile_frag
="config/mh-mingw"
4016 host_makefile_frag
="config/mh-alpha-linux"
4019 host_makefile_frag
="config/mh-pa-hpux10"
4022 host_makefile_frag
="config/mh-pa"
4025 host_makefile_frag
="config/mh-pa"
4028 host_makefile_frag
="config/mh-darwin"
4031 host_makefile_frag
="config/mh-ppc-aix"
4034 host_makefile_frag
="config/mh-ppc-aix"
4039 if test "${build}" != "${host}" ; then
4040 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
4041 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
4042 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
4043 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
4044 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
4045 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
4046 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
4047 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
4048 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
4049 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
4050 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
4051 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
4052 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
4054 AR_FOR_BUILD
="\$(AR)"
4055 AS_FOR_BUILD
="\$(AS)"
4056 CC_FOR_BUILD
="\$(CC)"
4057 CXX_FOR_BUILD
="\$(CXX)"
4058 GCJ_FOR_BUILD
="\$(GCJ)"
4059 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
4060 GOC_FOR_BUILD
="\$(GOC)"
4061 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
4062 LD_FOR_BUILD
="\$(LD)"
4063 NM_FOR_BUILD
="\$(NM)"
4064 RANLIB_FOR_BUILD
="\$(RANLIB)"
4065 WINDRES_FOR_BUILD
="\$(WINDRES)"
4066 WINDMC_FOR_BUILD
="\$(WINDMC)"
4070 ac_cpp
='$CPP $CPPFLAGS'
4071 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4072 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4073 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4074 if test -n "$ac_tool_prefix"; then
4075 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4076 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4078 $as_echo_n "checking for $ac_word... " >&6; }
4079 if test "${ac_cv_prog_CC+set}" = set; then :
4080 $as_echo_n "(cached) " >&6
4082 if test -n "$CC"; then
4083 ac_cv_prog_CC
="$CC" # Let the user override the test.
4085 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4089 test -z "$as_dir" && as_dir
=.
4090 for ac_exec_ext
in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4092 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4103 if test -n "$CC"; then
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4105 $as_echo "$CC" >&6; }
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4108 $as_echo "no" >&6; }
4113 if test -z "$ac_cv_prog_CC"; then
4115 # Extract the first word of "gcc", so it can be a program name with args.
4116 set dummy gcc
; ac_word
=$2
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4118 $as_echo_n "checking for $ac_word... " >&6; }
4119 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4120 $as_echo_n "(cached) " >&6
4122 if test -n "$ac_ct_CC"; then
4123 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4129 test -z "$as_dir" && as_dir
=.
4130 for ac_exec_ext
in '' $ac_executable_extensions; do
4131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4132 ac_cv_prog_ac_ct_CC
="gcc"
4133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4142 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4143 if test -n "$ac_ct_CC"; then
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4145 $as_echo "$ac_ct_CC" >&6; }
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4148 $as_echo "no" >&6; }
4151 if test "x$ac_ct_CC" = x
; then
4154 case $cross_compiling:$ac_tool_warned in
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4158 ac_tool_warned
=yes ;;
4166 if test -z "$CC"; then
4167 if test -n "$ac_tool_prefix"; then
4168 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4169 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_CC+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4175 if test -n "$CC"; then
4176 ac_cv_prog_CC
="$CC" # Let the user override the test.
4178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4182 test -z "$as_dir" && as_dir
=.
4183 for ac_exec_ext
in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4196 if test -n "$CC"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4198 $as_echo "$CC" >&6; }
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4207 if test -z "$CC"; then
4208 # Extract the first word of "cc", so it can be a program name with args.
4209 set dummy cc
; ac_word
=$2
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4211 $as_echo_n "checking for $ac_word... " >&6; }
4212 if test "${ac_cv_prog_CC+set}" = set; then :
4213 $as_echo_n "(cached) " >&6
4215 if test -n "$CC"; then
4216 ac_cv_prog_CC
="$CC" # Let the user override the test.
4219 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4223 test -z "$as_dir" && as_dir
=.
4224 for ac_exec_ext
in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4227 ac_prog_rejected
=yes
4231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4238 if test $ac_prog_rejected = yes; then
4239 # We found a bogon in the path, so make sure we never use it.
4240 set dummy
$ac_cv_prog_CC
4242 if test $# != 0; then
4243 # We chose a different compiler from the bogus one.
4244 # However, it has the same basename, so the bogon will be chosen
4245 # first if we set CC to just the basename; use the full file name.
4247 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4253 if test -n "$CC"; then
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4255 $as_echo "$CC" >&6; }
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4258 $as_echo "no" >&6; }
4263 if test -z "$CC"; then
4264 if test -n "$ac_tool_prefix"; then
4265 for ac_prog
in cl.exe
4267 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4268 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4270 $as_echo_n "checking for $ac_word... " >&6; }
4271 if test "${ac_cv_prog_CC+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
4274 if test -n "$CC"; then
4275 ac_cv_prog_CC
="$CC" # Let the user override the test.
4277 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4281 test -z "$as_dir" && as_dir
=.
4282 for ac_exec_ext
in '' $ac_executable_extensions; do
4283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4284 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4295 if test -n "$CC"; then
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4297 $as_echo "$CC" >&6; }
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4300 $as_echo "no" >&6; }
4304 test -n "$CC" && break
4307 if test -z "$CC"; then
4309 for ac_prog
in cl.exe
4311 # Extract the first word of "$ac_prog", so it can be a program name with args.
4312 set dummy
$ac_prog; ac_word
=$2
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4314 $as_echo_n "checking for $ac_word... " >&6; }
4315 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4316 $as_echo_n "(cached) " >&6
4318 if test -n "$ac_ct_CC"; then
4319 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4321 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4325 test -z "$as_dir" && as_dir
=.
4326 for ac_exec_ext
in '' $ac_executable_extensions; do
4327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4328 ac_cv_prog_ac_ct_CC
="$ac_prog"
4329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4338 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4339 if test -n "$ac_ct_CC"; then
4340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4341 $as_echo "$ac_ct_CC" >&6; }
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4344 $as_echo "no" >&6; }
4348 test -n "$ac_ct_CC" && break
4351 if test "x$ac_ct_CC" = x
; then
4354 case $cross_compiling:$ac_tool_warned in
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4357 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4358 ac_tool_warned
=yes ;;
4367 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369 as_fn_error
"no acceptable C compiler found in \$PATH
4370 See \`config.log' for more details." "$LINENO" 5; }
4372 # Provide some information about the compiler.
4373 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4376 for ac_option
in --version -v -V -qversion; do
4377 { { ac_try
="$ac_compiler $ac_option >&5"
4379 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4380 *) ac_try_echo=$ac_try;;
4382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4383 $as_echo "$ac_try_echo"; } >&5
4384 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4386 if test -s conftest.err; then
4388 ... rest of stderr output deleted ...
4389 10q' conftest.err >conftest.er1
4390 cat conftest.er1 >&5
4391 rm -f conftest.er1 conftest.err
4393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4394 test $ac_status = 0; }
4397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4398 /* end confdefs.h. */
4408 ac_clean_files_save=$ac_clean_files
4409 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4410 # Try to create an executable without -o first, disregard a.out.
4411 # It will help us diagnose broken compilers, and finding out an intuition
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4414 $as_echo_n "checking for C compiler default output file name... " >&6; }
4415 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4417 # The possible output files:
4418 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4421 for ac_file in $ac_files
4424 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4425 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4430 if { { ac_try="$ac_link_default"
4432 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4433 *) ac_try_echo
=$ac_try;;
4435 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4436 $as_echo "$ac_try_echo"; } >&5
4437 (eval "$ac_link_default") 2>&5
4439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4440 test $ac_status = 0; }; then :
4441 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4442 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4443 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4444 # so that the user can short-circuit this test for compilers unknown to
4446 for ac_file
in $ac_files ''
4448 test -f "$ac_file" ||
continue
4450 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4453 # We found the default executable, but exeext='' is most
4457 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4459 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4461 # We set ac_cv_exeext here because the later test for it is not
4462 # safe: cross compilers may not add the suffix if given an `-o'
4463 # argument, so we may need to know it at that point already.
4464 # Even if this section looks crufty: it has the advantage of
4471 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4477 $as_echo "$ac_file" >&6; }
4478 if test -z "$ac_file"; then :
4479 $as_echo "$as_me: failed program was:" >&5
4480 sed 's/^/| /' conftest.
$ac_ext >&5
4482 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4483 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4484 { as_fn_set_status
77
4485 as_fn_error
"C compiler cannot create executables
4486 See \`config.log' for more details." "$LINENO" 5; }; }
4488 ac_exeext
=$ac_cv_exeext
4490 # Check that the compiler produces executables we can run. If not, either
4491 # the compiler is broken, or we cross compile.
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4493 $as_echo_n "checking whether the C compiler works... " >&6; }
4494 # If not cross compiling, check that we can run a simple program.
4495 if test "$cross_compiling" != yes; then
4496 if { ac_try
='./$ac_file'
4497 { { case "(($ac_try" in
4498 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4499 *) ac_try_echo=$ac_try;;
4501 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4502 $as_echo "$ac_try_echo"; } >&5
4503 (eval "$ac_try") 2>&5
4505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4506 test $ac_status = 0; }; }; then
4509 if test "$cross_compiling" = maybe; then
4512 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4513 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4514 as_fn_error "cannot run C compiled programs.
4515 If you meant to cross compile
, use \
`--host'.
4516 See \`config.log
' for more details." "$LINENO" 5; }
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4521 $as_echo "yes" >&6; }
4523 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4524 ac_clean_files=$ac_clean_files_save
4525 # Check that the compiler produces executables we can run. If not, either
4526 # the compiler is broken, or we cross compile.
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4528 $as_echo_n "checking whether we are cross compiling... " >&6; }
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4530 $as_echo "$cross_compiling" >&6; }
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4533 $as_echo_n "checking for suffix of executables... " >&6; }
4534 if { { ac_try="$ac_link"
4536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4537 *) ac_try_echo=$ac_try;;
4539 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4540 $as_echo "$ac_try_echo"; } >&5
4541 (eval "$ac_link") 2>&5
4543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4544 test $ac_status = 0; }; then :
4545 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4546 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4547 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4549 for ac_file
in conftest.exe conftest conftest.
*; do
4550 test -f "$ac_file" ||
continue
4552 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4553 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4559 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4560 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4561 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4562 See \`config.log' for more details." "$LINENO" 5; }
4564 rm -f conftest
$ac_cv_exeext
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4566 $as_echo "$ac_cv_exeext" >&6; }
4568 rm -f conftest.
$ac_ext
4569 EXEEXT
=$ac_cv_exeext
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4572 $as_echo_n "checking for suffix of object files... " >&6; }
4573 if test "${ac_cv_objext+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
4576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4577 /* end confdefs.h. */
4587 rm -f conftest.o conftest.obj
4588 if { { ac_try
="$ac_compile"
4590 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4591 *) ac_try_echo=$ac_try;;
4593 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4594 $as_echo "$ac_try_echo"; } >&5
4595 (eval "$ac_compile") 2>&5
4597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4598 test $ac_status = 0; }; then :
4599 for ac_file in conftest.o conftest.obj conftest.*; do
4600 test -f "$ac_file" || continue;
4602 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4603 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4608 $as_echo "$as_me: failed program was:" >&5
4609 sed 's/^/| /' conftest.$ac_ext >&5
4611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4612 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4613 as_fn_error "cannot compute suffix of object files
: cannot compile
4614 See \
`config.log' for more details." "$LINENO" 5; }
4616 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4619 $as_echo "$ac_cv_objext" >&6; }
4620 OBJEXT=$ac_cv_objext
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4623 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4624 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628 /* end confdefs.h. */
4641 if ac_fn_c_try_compile "$LINENO"; then :
4646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4647 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4651 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4652 if test $ac_compiler_gnu = yes; then
4657 ac_test_CFLAGS=${CFLAGS+set}
4658 ac_save_CFLAGS=$CFLAGS
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4660 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4661 if test "${ac_cv_prog_cc_g+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
4664 ac_save_c_werror_flag=$ac_c_werror_flag
4665 ac_c_werror_flag=yes
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4679 if ac_fn_c_try_compile "$LINENO"; then :
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684 /* end confdefs.h. */
4694 if ac_fn_c_try_compile "$LINENO"; then :
4697 ac_c_werror_flag=$ac_save_c_werror_flag
4699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700 /* end confdefs.h. */
4710 if ac_fn_c_try_compile "$LINENO"; then :
4713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 ac_c_werror_flag=$ac_save_c_werror_flag
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4721 $as_echo "$ac_cv_prog_cc_g" >&6; }
4722 if test "$ac_test_CFLAGS" = set; then
4723 CFLAGS=$ac_save_CFLAGS
4724 elif test $ac_cv_prog_cc_g = yes; then
4725 if test "$GCC" = yes; then
4731 if test "$GCC" = yes; then
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4738 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4739 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4742 ac_cv_prog_cc_c89=no
4744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4745 /* end confdefs.h. */
4748 #include <sys/types.h>
4749 #include <sys/stat.h>
4750 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4751 struct buf { int x; };
4752 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4753 static char *e (p, i)
4759 static char *f (char * (*g) (char **, int), char **p, ...)
4764 s = g (p, va_arg (v,int));
4769 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4770 function prototypes and stuff, but not '\xHH' hex character constants.
4771 These don't provoke an error unfortunately, instead are silently treated
4772 as 'x'. The following induces an error, until -std is added to get
4773 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4774 array size at least. It's necessary to write '\x00'==0 to get something
4775 that's true only with -std. */
4776 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4778 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4779 inside strings and character constants. */
4781 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4783 int test (int i, double x);
4784 struct s1 {int (*f) (int a);};
4785 struct s2 {int (*f) (double a);};
4786 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4792 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4797 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4798 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4800 CC="$ac_save_CC $ac_arg"
4801 if ac_fn_c_try_compile "$LINENO"; then :
4802 ac_cv_prog_cc_c89=$ac_arg
4804 rm -f core conftest.err conftest.$ac_objext
4805 test "x$ac_cv_prog_cc_c89" != "xno" && break
4807 rm -f conftest.$ac_ext
4812 case "x$ac_cv_prog_cc_c89" in
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4815 $as_echo "none needed" >&6; } ;;
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4818 $as_echo "unsupported" >&6; } ;;
4820 CC="$CC $ac_cv_prog_cc_c89"
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4822 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4824 if test "x$ac_cv_prog_cc_c89" != xno; then :
4829 ac_cpp='$CPP $CPPFLAGS'
4830 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4831 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4832 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4835 ac_cpp='$CXXCPP $CPPFLAGS'
4836 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4837 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4838 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4839 if test -z "$CXX"; then
4840 if test -n "$CCC"; then
4843 if test -n "$ac_tool_prefix"; then
4844 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4846 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4847 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_CXX+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4853 if test -n "$CXX"; then
4854 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4860 test -z "$as_dir" && as_dir=.
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874 if test -n "$CXX"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4876 $as_echo "$CXX" >&6; }
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4883 test -n "$CXX" && break
4886 if test -z "$CXX"; then
4888 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4890 # Extract the first word of "$ac_prog", so it can be a program name with args.
4891 set dummy $ac_prog; ac_word=$2
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4893 $as_echo_n "checking for $ac_word... " >&6; }
4894 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
4897 if test -n "$ac_ct_CXX"; then
4898 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904 test -z "$as_dir" && as_dir=.
4905 for ac_exec_ext in '' $ac_executable_extensions; do
4906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4907 ac_cv_prog_ac_ct_CXX="$ac_prog"
4908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4918 if test -n "$ac_ct_CXX"; then
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4920 $as_echo "$ac_ct_CXX" >&6; }
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923 $as_echo "no" >&6; }
4927 test -n "$ac_ct_CXX" && break
4930 if test "x$ac_ct_CXX" = x; then
4933 case $cross_compiling:$ac_tool_warned in
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4936 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4937 ac_tool_warned=yes ;;
4945 # Provide some information about the compiler.
4946 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4949 for ac_option in --version -v -V -qversion; do
4950 { { ac_try="$ac_compiler $ac_option >&5"
4952 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4953 *) ac_try_echo
=$ac_try;;
4955 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4956 $as_echo "$ac_try_echo"; } >&5
4957 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4959 if test -s conftest.err
; then
4961 ... rest of stderr output deleted ...
4962 10q' conftest.err
>conftest.er1
4963 cat conftest.er1
>&5
4964 rm -f conftest.er1 conftest.err
4966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4967 test $ac_status = 0; }
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4971 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4972 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4973 $as_echo_n "(cached) " >&6
4975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4976 /* end confdefs.h. */
4989 if ac_fn_cxx_try_compile
"$LINENO"; then :
4994 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4995 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4999 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5000 if test $ac_compiler_gnu = yes; then
5005 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5006 ac_save_CXXFLAGS
=$CXXFLAGS
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5008 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5009 if test "${ac_cv_prog_cxx_g+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
5012 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5013 ac_cxx_werror_flag
=yes
5016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5017 /* end confdefs.h. */
5027 if ac_fn_cxx_try_compile
"$LINENO"; then :
5028 ac_cv_prog_cxx_g
=yes
5031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5032 /* end confdefs.h. */
5042 if ac_fn_cxx_try_compile
"$LINENO"; then :
5045 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5048 /* end confdefs.h. */
5058 if ac_fn_cxx_try_compile
"$LINENO"; then :
5059 ac_cv_prog_cxx_g
=yes
5061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5063 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5065 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5066 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5069 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5070 if test "$ac_test_CXXFLAGS" = set; then
5071 CXXFLAGS
=$ac_save_CXXFLAGS
5072 elif test $ac_cv_prog_cxx_g = yes; then
5073 if test "$GXX" = yes; then
5079 if test "$GXX" = yes; then
5086 ac_cpp
='$CPP $CPPFLAGS'
5087 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5088 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5089 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5092 # We must set the default linker to the linker used by gcc for the correct
5093 # operation of libtool. If LD is not defined and we are using gcc, try to
5094 # set the LD default to the ld used by gcc.
5095 if test -z "$LD"; then
5096 if test "$GCC" = yes; then
5099 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5101 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
5103 case $gcc_prog_ld in
5104 # Accept absolute paths.
5105 [\\/]* |
[A-Za-z
]:[\\/]*)
5106 LD
="$gcc_prog_ld" ;;
5111 # Check whether -static-libstdc++ -static-libgcc is supported.
5113 if test "$GCC" = yes; then
5114 saved_LDFLAGS
="$LDFLAGS"
5116 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5118 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5120 ac_cpp
='$CXXCPP $CPPFLAGS'
5121 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5122 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5123 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5127 /* end confdefs.h. */
5129 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5130 #error -static-libstdc++ not implemented
5134 if ac_fn_cxx_try_link
"$LINENO"; then :
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5136 $as_echo "yes" >&6; }; have_static_libs
=yes
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5139 $as_echo "no" >&6; }
5141 rm -f core conftest.err conftest.
$ac_objext \
5142 conftest
$ac_exeext conftest.
$ac_ext
5144 ac_cpp
='$CPP $CPPFLAGS'
5145 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5146 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5147 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5150 LDFLAGS
="$saved_LDFLAGS"
5156 if test -n "$ac_tool_prefix"; then
5157 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5158 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5160 $as_echo_n "checking for $ac_word... " >&6; }
5161 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5162 $as_echo_n "(cached) " >&6
5164 if test -n "$GNATBIND"; then
5165 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
5167 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5171 test -z "$as_dir" && as_dir
=.
5172 for ac_exec_ext
in '' $ac_executable_extensions; do
5173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5174 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
5175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5184 GNATBIND
=$ac_cv_prog_GNATBIND
5185 if test -n "$GNATBIND"; then
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5187 $as_echo "$GNATBIND" >&6; }
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5190 $as_echo "no" >&6; }
5195 if test -z "$ac_cv_prog_GNATBIND"; then
5196 ac_ct_GNATBIND
=$GNATBIND
5197 # Extract the first word of "gnatbind", so it can be a program name with args.
5198 set dummy gnatbind
; ac_word
=$2
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5200 $as_echo_n "checking for $ac_word... " >&6; }
5201 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5202 $as_echo_n "(cached) " >&6
5204 if test -n "$ac_ct_GNATBIND"; then
5205 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
5207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5211 test -z "$as_dir" && as_dir
=.
5212 for ac_exec_ext
in '' $ac_executable_extensions; do
5213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5214 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
5215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5224 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
5225 if test -n "$ac_ct_GNATBIND"; then
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5227 $as_echo "$ac_ct_GNATBIND" >&6; }
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5230 $as_echo "no" >&6; }
5233 if test "x$ac_ct_GNATBIND" = x
; then
5236 case $cross_compiling:$ac_tool_warned in
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5239 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5240 ac_tool_warned
=yes ;;
5242 GNATBIND
=$ac_ct_GNATBIND
5245 GNATBIND
="$ac_cv_prog_GNATBIND"
5248 if test -n "$ac_tool_prefix"; then
5249 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5250 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5252 $as_echo_n "checking for $ac_word... " >&6; }
5253 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5254 $as_echo_n "(cached) " >&6
5256 if test -n "$GNATMAKE"; then
5257 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5259 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5263 test -z "$as_dir" && as_dir
=.
5264 for ac_exec_ext
in '' $ac_executable_extensions; do
5265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5266 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5276 GNATMAKE
=$ac_cv_prog_GNATMAKE
5277 if test -n "$GNATMAKE"; then
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5279 $as_echo "$GNATMAKE" >&6; }
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5282 $as_echo "no" >&6; }
5287 if test -z "$ac_cv_prog_GNATMAKE"; then
5288 ac_ct_GNATMAKE
=$GNATMAKE
5289 # Extract the first word of "gnatmake", so it can be a program name with args.
5290 set dummy gnatmake
; ac_word
=$2
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5292 $as_echo_n "checking for $ac_word... " >&6; }
5293 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5294 $as_echo_n "(cached) " >&6
5296 if test -n "$ac_ct_GNATMAKE"; then
5297 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5303 test -z "$as_dir" && as_dir
=.
5304 for ac_exec_ext
in '' $ac_executable_extensions; do
5305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5306 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5316 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5317 if test -n "$ac_ct_GNATMAKE"; then
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5319 $as_echo "$ac_ct_GNATMAKE" >&6; }
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5322 $as_echo "no" >&6; }
5325 if test "x$ac_ct_GNATMAKE" = x
; then
5328 case $cross_compiling:$ac_tool_warned in
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5331 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5332 ac_tool_warned
=yes ;;
5334 GNATMAKE
=$ac_ct_GNATMAKE
5337 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5341 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5342 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5343 $as_echo_n "(cached) " >&6
5345 cat >conftest.adb
<<EOF
5346 procedure conftest is begin null; end conftest;
5348 acx_cv_cc_gcc_supports_ada
=no
5349 # There is a bug in old released versions of GCC which causes the
5350 # driver to exit successfully when the appropriate language module
5351 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5352 # Therefore we must check for the error message as well as an
5353 # unsuccessful exit.
5354 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5355 # given a .adb file, but produce no object file. So we must check
5356 # if an object file was really produced to guard against this.
5357 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5358 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5359 acx_cv_cc_gcc_supports_ada
=yes
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5364 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5366 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5373 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5374 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5375 $as_echo_n "(cached) " >&6
5379 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5380 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5381 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5384 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5387 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5388 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5391 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5398 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5399 do_compare
="$gcc_cv_prog_cmp_skip"
5403 # Check whether --enable-bootstrap was given.
5404 if test "${enable_bootstrap+set}" = set; then :
5405 enableval
=$enable_bootstrap;
5407 enable_bootstrap
=default
5411 # Issue errors and warnings for invalid/strange bootstrap combinations.
5412 if test -r $srcdir/gcc
/configure
; then
5418 case "$have_compiler:$host:$target:$enable_bootstrap" in
5421 # Default behavior. Enable bootstrap if we have a compiler
5422 # and we are in a native configuration.
5423 yes:$build:$build:default
)
5424 enable_bootstrap
=yes ;;
5427 enable_bootstrap
=no
;;
5429 # We have a compiler and we are in a native configuration, bootstrap is ok
5430 yes:$build:$build:yes)
5433 # Other configurations, but we have a compiler. Assume the user knows
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5437 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5440 # No compiler: if they passed --enable-bootstrap explicitly, fail
5442 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5444 # Fail if wrong command line
5446 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
5450 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5451 # C++98 compiler can still start the bootstrap.
5452 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5453 CXX
="$CXX -std=gnu++98"
5456 # Used for setting $lt_cv_objdir
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5458 $as_echo_n "checking for objdir... " >&6; }
5459 if test "${lt_cv_objdir+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
5462 rm -f .libs
2>/dev
/null
5463 mkdir .libs
2>/dev
/null
5464 if test -d .libs
; then
5467 # MS-DOS does not allow filenames that begin with a dot.
5470 rmdir .libs
2>/dev
/null
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5473 $as_echo "$lt_cv_objdir" >&6; }
5474 objdir
=$lt_cv_objdir
5480 cat >>confdefs.h
<<_ACEOF
5481 #define LT_OBJDIR "$lt_cv_objdir/"
5486 # Check for GMP, MPFR and MPC
5487 gmplibs
="-lmpc -lmpfr -lgmp"
5491 # Specify a location for mpc
5492 # check for this first so it ends up on the link line before mpfr.
5494 # Check whether --with-mpc was given.
5495 if test "${with_mpc+set}" = set; then :
5500 # Check whether --with-mpc-include was given.
5501 if test "${with_mpc_include+set}" = set; then :
5502 withval
=$with_mpc_include;
5506 # Check whether --with-mpc-lib was given.
5507 if test "${with_mpc_lib+set}" = set; then :
5508 withval
=$with_mpc_lib;
5512 if test "x$with_mpc" != x
; then
5513 gmplibs
="-L$with_mpc/lib $gmplibs"
5514 gmpinc
="-I$with_mpc/include $gmpinc"
5516 if test "x$with_mpc_include" != x
; then
5517 gmpinc
="-I$with_mpc_include $gmpinc"
5519 if test "x$with_mpc_lib" != x
; then
5520 gmplibs
="-L$with_mpc_lib $gmplibs"
5522 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5523 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5524 gmpinc
='-I$$s/mpc/src '"$gmpinc"
5525 # Do not test the mpc version. Assume that it is sufficient, since
5526 # it is in the source tree, and the library has not been built yet
5527 # but it would be included on the link line in the version check below
5528 # hence making the test fail.
5532 # Specify a location for mpfr
5533 # check for this first so it ends up on the link line before gmp.
5535 # Check whether --with-mpfr-dir was given.
5536 if test "${with_mpfr_dir+set}" = set; then :
5537 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5538 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5543 # Check whether --with-mpfr was given.
5544 if test "${with_mpfr+set}" = set; then :
5549 # Check whether --with-mpfr-include was given.
5550 if test "${with_mpfr_include+set}" = set; then :
5551 withval
=$with_mpfr_include;
5555 # Check whether --with-mpfr-lib was given.
5556 if test "${with_mpfr_lib+set}" = set; then :
5557 withval
=$with_mpfr_lib;
5561 if test "x$with_mpfr" != x
; then
5562 gmplibs
="-L$with_mpfr/lib $gmplibs"
5563 gmpinc
="-I$with_mpfr/include $gmpinc"
5565 if test "x$with_mpfr_include" != x
; then
5566 gmpinc
="-I$with_mpfr_include $gmpinc"
5568 if test "x$with_mpfr_lib" != x
; then
5569 gmplibs
="-L$with_mpfr_lib $gmplibs"
5571 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5572 # MPFR v3.1.0 moved the sources into a src sub-directory.
5573 if test -d ${srcdir}/mpfr
/src
; then
5574 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5575 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5576 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5578 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5579 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5580 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5582 # Do not test the mpfr version. Assume that it is sufficient, since
5583 # it is in the source tree, and the library has not been built yet
5584 # but it would be included on the link line in the version check below
5585 # hence making the test fail.
5589 # Specify a location for gmp
5591 # Check whether --with-gmp-dir was given.
5592 if test "${with_gmp_dir+set}" = set; then :
5593 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5594 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5599 # Check whether --with-gmp was given.
5600 if test "${with_gmp+set}" = set; then :
5605 # Check whether --with-gmp-include was given.
5606 if test "${with_gmp_include+set}" = set; then :
5607 withval
=$with_gmp_include;
5611 # Check whether --with-gmp-lib was given.
5612 if test "${with_gmp_lib+set}" = set; then :
5613 withval
=$with_gmp_lib;
5618 if test "x$with_gmp" != x
; then
5619 gmplibs
="-L$with_gmp/lib $gmplibs"
5620 gmpinc
="-I$with_gmp/include $gmpinc"
5622 if test "x$with_gmp_include" != x
; then
5623 gmpinc
="-I$with_gmp_include $gmpinc"
5625 if test "x$with_gmp_lib" != x
; then
5626 gmplibs
="-L$with_gmp_lib $gmplibs"
5628 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5629 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5630 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5631 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5632 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5633 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5634 # Do not test the gmp version. Assume that it is sufficient, since
5635 # it is in the source tree, and the library has not been built yet
5636 # but it would be included on the link line in the version check below
5637 # hence making the test fail.
5641 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5643 saved_CFLAGS
="$CFLAGS"
5644 CFLAGS
="$CFLAGS $gmpinc"
5645 # Check for the recommended and required versions of GMP.
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5647 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5650 /* end confdefs.h. */
5656 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5657 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5658 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5666 if ac_fn_c_try_compile
"$LINENO"; then :
5667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5668 /* end confdefs.h. */
5674 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5675 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5676 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5684 if ac_fn_c_try_compile
"$LINENO"; then :
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5686 $as_echo "yes" >&6; }
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5689 $as_echo "buggy but acceptable" >&6; }
5691 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5694 $as_echo "no" >&6; }; have_gmp
=no
5696 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5698 # If we have GMP, check the MPFR version.
5699 if test x
"$have_gmp" = xyes
; then
5700 # Check for the recommended and required versions of MPFR.
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5702 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5704 /* end confdefs.h. */
5711 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5719 if ac_fn_c_try_compile
"$LINENO"; then :
5720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5721 /* end confdefs.h. */
5728 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5736 if ac_fn_c_try_compile
"$LINENO"; then :
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5738 $as_echo "yes" >&6; }
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5741 $as_echo "buggy but acceptable" >&6; }
5743 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5746 $as_echo "no" >&6; }; have_gmp
=no
5748 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5751 # Check for the MPC header version.
5752 if test x
"$have_gmp" = xyes
; then
5753 # Check for the recommended and required versions of MPC.
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5755 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5757 /* end confdefs.h. */
5763 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5771 if ac_fn_c_try_compile
"$LINENO"; then :
5772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5773 /* end confdefs.h. */
5779 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5787 if ac_fn_c_try_compile
"$LINENO"; then :
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5789 $as_echo "yes" >&6; }
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5792 $as_echo "buggy but acceptable" >&6; }
5794 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5797 $as_echo "no" >&6; }; have_gmp
=no
5799 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5802 # Now check the MPFR library.
5803 if test x
"$have_gmp" = xyes
; then
5805 LIBS
="$LIBS $gmplibs"
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5807 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5808 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5809 /* end confdefs.h. */
5821 mpfr_atan2 (n, n, x, GMP_RNDN);
5822 mpfr_erfc (n, x, GMP_RNDN);
5823 mpfr_subnormalize (x, t, GMP_RNDN);
5827 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5828 mpc_cosh (c, c, MPC_RNDNN);
5829 mpc_pow (c, c, c, MPC_RNDNN);
5830 mpc_acosh (c, c, MPC_RNDNN);
5837 if ac_fn_c_try_link
"$LINENO"; then :
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5839 $as_echo "yes" >&6; }
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 $as_echo "no" >&6; }; have_gmp
=no
5844 rm -f core conftest.err conftest.
$ac_objext \
5845 conftest
$ac_exeext conftest.
$ac_ext
5849 CFLAGS
="$saved_CFLAGS"
5851 # The library versions listed in the error message below should match
5852 # the HARD-minimums enforced above.
5853 if test x
$have_gmp != xyes
; then
5854 as_fn_error
"Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5855 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5856 their locations. Source code for these libraries can be found at
5857 their respective hosting sites as well as at
5858 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5859 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5860 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5861 make sure that you have installed both the libraries and the header
5862 files. They may be located in separate packages." "$LINENO" 5
5866 # Flags needed for both GMP, MPFR and/or MPC.
5874 # Libraries to use for stage1 or when not bootstrapping.
5876 # Check whether --with-stage1-libs was given.
5877 if test "${with_stage1_libs+set}" = set; then :
5878 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5881 stage1_libs
=$withval
5889 # Linker flags to use for stage1 or when not bootstrapping.
5891 # Check whether --with-stage1-ldflags was given.
5892 if test "${with_stage1_ldflags+set}" = set; then :
5893 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5896 stage1_ldflags
=$withval
5900 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5901 # if supported. But if the user explicitly specified the libraries to use,
5902 # trust that they are doing what they want.
5903 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5904 stage1_ldflags
="-static-libstdc++ -static-libgcc"
5910 # Libraries to use for stage2 and later builds.
5912 # Check whether --with-boot-libs was given.
5913 if test "${with_boot_libs+set}" = set; then :
5914 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5917 poststage1_libs
=$withval
5925 # Linker flags to use for stage2 and later builds.
5927 # Check whether --with-boot-ldflags was given.
5928 if test "${with_boot_ldflags+set}" = set; then :
5929 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5932 poststage1_ldflags
=$withval
5936 # In stages 2 and 3, default to linking libstdc++ and libgcc
5937 # statically. But if the user explicitly specified the libraries to
5938 # use, trust that they are doing what they want.
5939 if test "$poststage1_libs" = ""; then
5940 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
5946 # GCC GRAPHITE dependency isl.
5947 # Basic setup is inlined here, actual checks are in config/isl.m4
5950 # Check whether --with-isl was given.
5951 if test "${with_isl+set}" = set; then :
5956 # Treat --without-isl as a request to disable
5957 # GRAPHITE support and skip all following checks.
5958 if test "x$with_isl" != "xno"; then
5962 # Check whether --with-isl-include was given.
5963 if test "${with_isl_include+set}" = set; then :
5964 withval
=$with_isl_include;
5968 # Check whether --with-isl-lib was given.
5969 if test "${with_isl_lib+set}" = set; then :
5970 withval
=$with_isl_lib;
5974 # Check whether --enable-isl-version-check was given.
5975 if test "${enable_isl_version_check+set}" = set; then :
5976 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
5978 ENABLE_ISL_CHECK
=yes
5982 # Initialize isllibs and islinc.
5991 isllibs
="-L$with_isl/lib"
5992 islinc
="-I$with_isl/include"
5995 if test "x${with_isl_include}" != x
; then
5996 islinc
="-I$with_isl_include"
5998 if test "x${with_isl_lib}" != x
; then
5999 isllibs
="-L$with_isl_lib"
6001 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
6002 && test -d ${srcdir}/isl
; then
6003 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
6004 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
6007 $as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
6010 isllibs
="${isllibs} -lisl"
6014 if test "${ENABLE_ISL_CHECK}" = yes ; then
6015 _isl_saved_CFLAGS
=$CFLAGS
6016 _isl_saved_LDFLAGS
=$LDFLAGS
6017 _isl_saved_LIBS
=$LIBS
6019 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
6020 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
6021 LIBS
="${_isl_saved_LIBS} -lisl -lgmp"
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 (or deprecated 0.14)" >&5
6024 $as_echo_n "checking for isl 0.15 (or deprecated 0.14)... " >&6; }
6025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6026 /* end confdefs.h. */
6027 #include <isl/ctx.h>
6031 isl_ctx_get_max_operations (isl_ctx_alloc ());
6036 if ac_fn_c_try_link
"$LINENO"; then :
6041 rm -f core conftest.err conftest.
$ac_objext \
6042 conftest
$ac_exeext conftest.
$ac_ext
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6044 $as_echo "$gcc_cv_isl" >&6; }
6046 if test "${gcc_cv_isl}" = no
; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: recommended isl version is 0.15, minimum required isl version 0.14 is deprecated" >&5
6048 $as_echo "recommended isl version is 0.15, minimum required isl version 0.14 is deprecated" >&6; }
6051 CFLAGS
=$_isl_saved_CFLAGS
6052 LDFLAGS
=$_isl_saved_LDFLAGS
6053 LIBS
=$_isl_saved_LIBS
6061 if test "x${with_isl}" = xno
; then
6062 graphite_requested
=no
6063 elif test "x${with_isl}" != x \
6064 ||
test "x${with_isl_include}" != x \
6065 ||
test "x${with_isl_lib}" != x
; then
6066 graphite_requested
=yes
6068 graphite_requested
=no
6073 if test "${gcc_cv_isl}" = no
; then
6078 if test "${graphite_requested}" = yes \
6079 && test "x${isllibs}" = x \
6080 && test "x${islinc}" = x
; then
6082 as_fn_error
"Unable to find a usable isl. See config.log for details." "$LINENO" 5
6088 # If the isl check failed, disable builds of in-tree variant of isl
6089 if test "x$with_isl" = xno ||
6090 test "x$gcc_cv_isl" = xno
; then
6091 noconfigdirs
="$noconfigdirs isl"
6098 # Check for LTO support.
6099 # Check whether --enable-lto was given.
6100 if test "${enable_lto+set}" = set; then :
6101 enableval
=$enable_lto; enable_lto
=$enableval
6103 enable_lto
=yes; default_enable_lto
=yes
6112 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
6113 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
6114 alpha
*-dec-osf* |
*-interix* | hppa
[12]*-*-hpux* | \
6123 if test $target_elf = yes; then :
6124 # ELF platforms build the lto-plugin always.
6125 build_lto_plugin
=yes
6128 if test x
"$default_enable_lto" = x
"yes" ; then
6130 *-apple-darwin9* |
*-cygwin* |
*-mingw* |
*djgpp
*) ;;
6131 # On other non-ELF platforms, LTO has yet to be validated.
6135 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6136 # It would also be nice to check the binutils support, but we don't
6137 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6138 # warn during gcc/ subconfigure; unless you're bootstrapping with
6139 # -flto it won't be needed until after installation anyway.
6141 *-cygwin* |
*-mingw* |
*-apple-darwin* |
*djgpp
*) ;;
6142 *) if test x
"$enable_lto" = x
"yes"; then
6143 as_fn_error
"LTO support is not enabled for this target." "$LINENO" 5
6148 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6149 # Build it unless LTO was explicitly disabled.
6151 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
6158 # Check whether --enable-linker-plugin-configure-flags was given.
6159 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6160 enableval
=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags
=$enableval
6162 extra_linker_plugin_configure_flags
=
6166 # Check whether --enable-linker-plugin-flags was given.
6167 if test "${enable_linker_plugin_flags+set}" = set; then :
6168 enableval
=$enable_linker_plugin_flags; extra_linker_plugin_flags
=$enableval
6170 extra_linker_plugin_flags
=
6176 # By default, C and C++ are the only stage 1 languages.
6177 stage1_languages
=,c
,
6179 # Target libraries that we bootstrap.
6180 bootstrap_target_libs
=,target-libgcc
,
6182 # Figure out what language subdirectories are present.
6183 # Look if the user specified --enable-languages="..."; if not, use
6184 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6186 # NB: embedded tabs in this IF block -- do not untabify
6187 if test -d ${srcdir}/gcc
; then
6188 if test x
"${enable_languages+set}" != xset
; then
6189 if test x
"${LANGUAGES+set}" = xset
; then
6190 enable_languages
="${LANGUAGES}"
6191 echo configure.ac
: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
6193 enable_languages
=all
6196 if test x
"${enable_languages}" = x ||
6197 test x
"${enable_languages}" = xyes
;
6199 echo configure.ac
: --enable-languages needs
at least one language argument
1>&2
6203 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6205 # 'f95' is the old name for the 'fortran' language. We issue a warning
6206 # and make the substitution.
6207 case ,${enable_languages}, in
6209 echo configure.ac
: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
6210 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6214 # If bootstrapping, C++ must be enabled.
6215 case ",$enable_languages,:$enable_bootstrap" in
6218 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
6219 enable_languages
="${enable_languages},c++"
6221 as_fn_error
"bootstrapping requires c++ sources" "$LINENO" 5
6226 # First scan to see if an enabled language requires some other language.
6227 # We assume that a given config-lang.in will list all the language
6228 # front ends it requires, even if some are required indirectly.
6229 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6230 case ${lang_frag} in
6232 # The odd quoting in the next line works around
6233 # an apparent bug in bash 1.12 on linux.
6234 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6236 # From the config-lang.in, get $language, $lang_requires, and
6237 # $lang_requires_boot_languages.
6240 lang_requires_boot_languages
=
6242 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
6243 case ,${enable_languages}, in
6247 echo " \`$other' language required by \`$language'; enabling" 1>&2
6248 enable_languages
="${enable_languages},${other}"
6252 for other
in ${lang_requires_boot_languages} ; do
6253 if test "$other" != "c"; then
6254 case ,${enable_stage1_languages}, in
6258 case ,${enable_languages}, in
6260 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6261 enable_stage1_languages
="$enable_stage1_languages,${other}"
6272 new_enable_languages
=,c
,
6274 # If LTO is enabled, add the LTO front end.
6275 if test "$enable_lto" = "yes" ; then
6276 case ,${enable_languages}, in
6278 *) enable_languages
="${enable_languages},lto" ;;
6280 if test "${build_lto_plugin}" = "yes" ; then
6281 configdirs
="$configdirs lto-plugin"
6285 # If we're building an offloading compiler, add the LTO front end.
6286 if test x
"$enable_as_accelerator_for" != x
; then
6287 case ,${enable_languages}, in
6289 *) enable_languages
="${enable_languages},lto" ;;
6293 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6294 potential_languages
=,c
,
6296 enabled_target_libs
=
6297 disabled_target_libs
=
6299 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6300 case ${lang_frag} in
6302 # The odd quoting in the next line works around
6303 # an apparent bug in bash 1.12 on linux.
6304 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6306 # From the config-lang.in, get $language, $target_libs,
6307 # $lang_dirs, $boot_language, and $build_by_default
6313 build_by_default
=yes
6315 if test x
${language} = x
; then
6316 echo "${lang_frag} doesn't set \$language." 1>&2
6320 if test "$language" = "c++"; then
6325 case ,${enable_languages}, in
6327 # Language was explicitly selected; include it
6328 # unless it is C, which is enabled by default.
6329 if test "$language" != "c"; then
6334 # 'all' was selected, select it if it is a default language
6335 if test "$language" != "c"; then
6336 add_this_lang
=${build_by_default}
6341 # Disable languages that need other directories if these aren't available.
6342 for i
in $subdir_requires; do
6343 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6344 case ,${enable_languages}, in
6346 # Specifically requested language; tell them.
6347 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6351 add_this_lang
=unsupported
6356 # Disable Ada if no preexisting GNAT is available.
6357 case ,${enable_languages},:${language}:${have_gnat} in
6358 *,${language},*:ada
:no
)
6359 # Specifically requested language; tell them.
6360 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
6364 add_this_lang
=unsupported
6368 # Disable a language that is unsupported by the target.
6369 case " $unsupported_languages " in
6371 add_this_lang
=unsupported
6375 case $add_this_lang in
6377 # Remove language-dependent dirs.
6378 disabled_target_libs
="$disabled_target_libs $target_libs"
6379 noconfigdirs
="$noconfigdirs $lang_dirs"
6382 # Remove language-dependent dirs; still show language as supported.
6383 disabled_target_libs
="$disabled_target_libs $target_libs"
6384 noconfigdirs
="$noconfigdirs $lang_dirs"
6385 potential_languages
="${potential_languages}${language},"
6388 new_enable_languages
="${new_enable_languages}${language},"
6389 potential_languages
="${potential_languages}${language},"
6390 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
6391 enabled_target_libs
="$enabled_target_libs $target_libs"
6392 case "${boot_language}:,$enable_stage1_languages," in
6393 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
6394 # Add to (comma-separated) list of stage 1 languages.
6395 case ",$stage1_languages," in
6396 *,$language,* |
,yes, |
,all
,) ;;
6397 *) stage1_languages
="${stage1_languages}${language}," ;;
6399 # We need to bootstrap any supporting libraries.
6400 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
6409 # Add target libraries which are only needed for disabled languages
6411 if test -n "$disabled_target_libs"; then
6412 for dir
in $disabled_target_libs; do
6413 case " $enabled_target_libs " in
6415 *) noconfigdirs
="$noconfigdirs $dir" ;;
6420 # Check whether --enable-stage1-languages was given.
6421 if test "${enable_stage1_languages+set}" = set; then :
6422 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6424 # Set it to something that will have no effect in the loop below
6425 enable_stage1_languages
=c
;;
6427 enable_stage1_languages
=`echo $new_enable_languages | \
6428 sed -e "s/^,//" -e "s/,$//" ` ;;
6430 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
6431 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6434 # Add "good" languages from enable_stage1_languages to stage1_languages,
6435 # while "bad" languages go in missing_languages. Leave no duplicates.
6436 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6437 case $potential_languages in
6439 case $stage1_languages in
6441 *) stage1_languages
="$stage1_languages$i," ;;
6444 case $missing_languages in
6446 *) missing_languages
="$missing_languages$i," ;;
6453 # Remove leading/trailing commas that were added for simplicity
6454 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6455 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6456 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6457 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6459 if test "x$missing_languages" != x
; then
6461 The following requested languages could not be built: ${missing_languages}
6462 Supported languages are: ${potential_languages}" "$LINENO" 5
6464 if test "x$new_enable_languages" != "x$enable_languages"; then
6465 echo The following languages will be built
: ${new_enable_languages}
6466 enable_languages
="$new_enable_languages"
6470 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6473 # Handle --disable-<component> generically.
6474 for dir
in $configdirs $build_configdirs $target_configdirs ; do
6475 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6476 varname
=`echo $dirname | sed -e s/+/_/g`
6477 if eval test x\
${enable_${varname}} "=" xno
; then
6478 noconfigdirs
="$noconfigdirs $dir"
6482 # Check for Boehm's garbage collector
6483 # Check whether --enable-objc-gc was given.
6484 if test "${enable_objc_gc+set}" = set; then :
6485 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6486 *,objc
,*:*:yes:*target-boehm-gc
*)
6487 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6493 # Make sure we only build Boehm's garbage collector if required.
6494 case ,${enable_languages},:${enable_objc_gc} in
6496 # Keep target-boehm-gc if requested for Objective-C.
6499 # Otherwise remove target-boehm-gc depending on target-libjava.
6500 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
6501 noconfigdirs
="$noconfigdirs target-boehm-gc"
6506 # Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
6507 case ,${enable_languages}, in
6509 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6510 case "${noconfigdirs}" in
6511 *target-libstdc
++-v3*)
6512 noconfigdirs
="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6518 noconfigdirs
="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
6522 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6523 # $build_configdirs and $target_configdirs.
6524 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6527 for dir
in .
$skipdirs $noconfigdirs ; do
6528 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6529 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6530 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6531 if test -r $srcdir/$dirname/configure
; then
6532 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6535 notsupp
="$notsupp $dir"
6539 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6540 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6541 if test -r $srcdir/$dirname/configure
; then
6542 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6545 notsupp
="$notsupp $dir"
6549 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6550 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6551 if test -r $srcdir/$dirname/configure
; then
6552 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6555 notsupp
="$notsupp $dir"
6561 # Quietly strip out all directories which aren't configurable in this tree.
6562 # This relies on all configurable subdirectories being autoconfiscated, which
6564 build_configdirs_all
="$build_configdirs"
6566 for i
in ${build_configdirs_all} ; do
6567 j
=`echo $i | sed -e s/build-//g`
6568 if test -f ${srcdir}/$j/configure
; then
6569 build_configdirs
="${build_configdirs} $i"
6573 configdirs_all
="$configdirs"
6575 for i
in ${configdirs_all} ; do
6576 if test -f ${srcdir}/$i/configure
; then
6577 configdirs
="${configdirs} $i"
6581 target_configdirs_all
="$target_configdirs"
6583 for i
in ${target_configdirs_all} ; do
6584 j
=`echo $i | sed -e s/target-//g`
6585 if test -f ${srcdir}/$j/configure
; then
6586 target_configdirs
="${target_configdirs} $i"
6590 # Exclude target-zlib if target-libjava isn't built.
6591 case ${target_configdirs} in
6595 target_configdirs
="`echo ${target_configdirs} | sed -e 's/target-zlib//'`"
6599 # libiberty-linker-plugin is special: it doesn't have its own source directory,
6600 # so we have to add it after the preceding checks.
6601 if test x
"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6603 case " $configdirs " in
6605 # If we can build libiberty, we can also build libiberty-linker-plugin.
6606 configdirs
="$configdirs libiberty-linker-plugin"
6607 extra_linker_plugin_configure_flags
="$extra_linker_plugin_configure_flags \
6608 --with-libiberty=../libiberty-linker-plugin";;
6610 as_fn_error
"libiberty missing" "$LINENO" 5;;
6614 # Sometimes we have special requirements for the host libiberty.
6615 extra_host_libiberty_configure_flags
=
6616 extra_host_zlib_configure_flags
=
6617 case " $configdirs " in
6618 *" lto-plugin "* |
*" libcc1 "*)
6619 # When these are to be built as shared libraries, the same applies to
6621 extra_host_libiberty_configure_flags
=--enable-shared
6624 # When bfd is to be built as a shared library, the same applies to
6626 if test "$enable_shared" = "yes"; then
6627 extra_host_zlib_configure_flags
=--enable-host-shared
6634 # Produce a warning message for the subdirs we can't configure.
6635 # This isn't especially interesting in the Cygnus tree, but in the individual
6636 # FSF releases, it's important to let people know when their machine isn't
6637 # supported by the one or two programs in a package.
6639 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6640 # If $appdirs is non-empty, at least one of those directories must still
6641 # be configured, or we error out. (E.g., if the gas release supports a
6642 # specified target in some subdirs but not the gas subdir, we shouldn't
6643 # pretend that all is well.)
6644 if test -n "$appdirs" ; then
6645 for dir
in $appdirs ; do
6646 if test -r $dir/Makefile.
in ; then
6647 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6651 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6657 if test -n "$appdirs" ; then
6658 echo "*** This configuration is not supported by this package." 1>&2
6662 # Okay, some application will build, or we don't care to check. Still
6663 # notify of subdirs not getting built.
6664 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6665 echo " ${notsupp}" 1>&2
6666 echo " (Any other directories should still work fine.)" 1>&2
6674 # To find our prefix, in gcc_cv_tool_prefix.
6676 # The user is always right.
6677 if test "${PATH_SEPARATOR+set}" != set; then
6678 echo "#! /bin/sh" >conf$$.sh
6679 echo "exit 0" >>conf$$.sh
6681 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6691 if test "x$exec_prefix" = xNONE
; then
6692 if test "x$prefix" = xNONE
; then
6693 gcc_cv_tool_prefix
=$ac_default_prefix
6695 gcc_cv_tool_prefix
=$prefix
6698 gcc_cv_tool_prefix
=$exec_prefix
6701 # If there is no compiler in the tree, use the PATH only. In any
6702 # case, if there is no compiler in the tree nobody should use
6703 # AS_FOR_TARGET and LD_FOR_TARGET.
6704 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6705 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6706 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6707 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6708 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6709 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6710 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6711 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6716 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6717 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6725 # Check whether --with-build-sysroot was given.
6726 if test "${with_build_sysroot+set}" = set; then :
6727 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6728 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6731 SYSROOT_CFLAGS_FOR_TARGET
=
6737 # Check whether --with-debug-prefix-map was given.
6738 if test "${with_debug_prefix_map+set}" = set; then :
6739 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6740 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6741 for debug_map
in $withval; do
6742 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6746 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6751 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6752 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6753 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6754 # We want to ensure that TARGET libraries (which we know are built with
6755 # gcc) are built with "-O2 -g", so include those options when setting
6756 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6757 if test "x$CFLAGS_FOR_TARGET" = x
; then
6758 if test "x${is_cross_compiler}" = xyes
; then
6759 CFLAGS_FOR_TARGET
="-g -O2"
6761 CFLAGS_FOR_TARGET
=$CFLAGS
6764 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
6767 *" -g "* |
*" -g3 "*) ;;
6768 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
6774 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6775 if test "x${is_cross_compiler}" = xyes
; then
6776 CXXFLAGS_FOR_TARGET
="-g -O2"
6778 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6779 case " $CXXFLAGS " in
6781 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
6783 case " $CXXFLAGS " in
6784 *" -g "* |
*" -g3 "*) ;;
6785 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
6793 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6794 # the named directory are copied to $(tooldir)/sys-include.
6795 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6796 if test x
${is_cross_compiler} = xno
; then
6797 echo 1>&2 '***' --with-headers is only supported when cross compiling
6800 if test x
"${with_headers}" != xyes
; then
6801 x
=${gcc_cv_tool_prefix}
6802 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6806 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6807 # the name directories are copied to $(tooldir)/lib. Multiple directories
6809 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6810 if test x
${is_cross_compiler} = xno
; then
6811 echo 1>&2 '***' --with-libs is only supported when cross compiling
6814 if test x
"${with_libs}" != xyes
; then
6815 # Copy the libraries in reverse order, so that files in the first named
6816 # library override files in subsequent libraries.
6817 x
=${gcc_cv_tool_prefix}
6818 for l
in ${with_libs}; do
6819 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6824 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6826 # This is done by determining whether or not the appropriate directory
6827 # is available, and by checking whether or not specific configurations
6828 # have requested that this magic not happen.
6830 # The command line options always override the explicit settings in
6831 # configure.ac, and the settings in configure.ac override this magic.
6833 # If the default for a toolchain is to use GNU as and ld, and you don't
6834 # want to do that, then you should use the --without-gnu-as and
6835 # --without-gnu-ld options for the configure script. Similarly, if
6836 # the default is to use the included zlib and you don't want to do that,
6837 # you should use the --with-system-zlib option for the configure script.
6839 if test x
${use_gnu_as} = x
&&
6840 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6842 extra_host_args
="$extra_host_args --with-gnu-as"
6845 if test x
${use_gnu_ld} = x
&&
6846 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6848 extra_host_args
="$extra_host_args --with-gnu-ld"
6851 if test x
${use_included_zlib} = x
&&
6852 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
6855 with_system_zlib
=yes
6856 extra_host_args
="$extra_host_args --with-system-zlib"
6859 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6860 # can detect this case.
6862 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6864 extra_host_args
="$extra_host_args --with-newlib"
6867 # Handle ${copy_dirs}
6868 set fnord
${copy_dirs}
6870 while test $# != 0 ; do
6871 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6874 echo Copying
$1 to
$2
6876 # Use the install script to create the directory and all required
6877 # parent directories.
6878 if test -d $2 ; then
6882 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6885 # Copy the directory, assuming we have tar.
6886 # FIXME: Should we use B in the second tar? Not all systems support it.
6887 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6889 # It is the responsibility of the user to correctly adjust all
6890 # symlinks. If somebody can figure out how to handle them correctly
6891 # here, feel free to add the code.
6898 # Determine a target-dependent exec_prefix that the installed
6899 # gcc will search in. Keep this list sorted by triplet, with
6900 # the *-*-osname triplets last.
6903 i
[34567]86-pc-msdosdjgpp*)
6904 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6909 md_exec_prefix
=/usr
/ccs
/bin
6913 extra_arflags_for_target
=
6914 extra_nmflags_for_target
=
6915 extra_ranlibflags_for_target
=
6916 target_makefile_frag
=/dev
/null
6919 target_makefile_frag
="config/mt-spu"
6921 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
6922 target_makefile_frag
="config/mt-sde"
6924 mipsisa
*-*-elfoabi*)
6925 target_makefile_frag
="config/mt-mips-elfoabi"
6927 mips
*-*-*linux
* | mips
*-*-gnu*)
6928 target_makefile_frag
="config/mt-mips-gnu"
6931 target_makefile_frag
="config/mt-nios2-elf"
6933 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6934 target_makefile_frag
="config/mt-gnu"
6936 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6937 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6938 # commands to handle both 32-bit and 64-bit objects. These flags are
6939 # harmless if we're using GNU nm or ar.
6940 extra_arflags_for_target
=" -X32_64"
6941 extra_nmflags_for_target
=" -B -X32_64"
6945 alphaieee_frag
=/dev
/null
6948 # This just makes sure to use the -mieee option to build target libs.
6949 # This should probably be set individually by each library.
6950 alphaieee_frag
="config/mt-alphaieee"
6954 # If --enable-target-optspace always use -Os instead of -O2 to build
6955 # the target libraries, similarly if it is not specified, use -Os
6956 # on selected platforms.
6957 ospace_frag
=/dev
/null
6958 case "${enable_target_optspace}:${target}" in
6960 ospace_frag
="config/mt-ospace"
6963 ospace_frag
="config/mt-d30v"
6965 :m32r-
* |
:d10v-
* |
:fr30-
* |
:i?
86*-*-elfiamcu)
6966 ospace_frag
="config/mt-ospace"
6971 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6975 # Some systems (e.g., one of the i386-aix systems the gas testers are
6976 # using) don't handle "\$" correctly, so don't use it here.
6977 tooldir
='${exec_prefix}'/${target_noncanonical}
6978 build_tooldir
=${tooldir}
6980 # Create a .gdbinit file which runs the one in srcdir
6981 # and tells GDB to look there for source files.
6983 if test -r ${srcdir}/.gdbinit
; then
6986 *) cat > .
/.gdbinit
<<EOF
6990 source ${srcdir}/.gdbinit
6996 # Make sure that the compiler is able to generate an executable. If it
6997 # can't, we are probably in trouble. We don't care whether we can run the
6998 # executable--we might be using a cross compiler--we only care whether it
6999 # can be created. At this point the main configure script has set CC.
7001 echo "int main () { return 0; }" > conftest.c
7002 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7003 if test $?
= 0 ; then
7004 if test -s conftest ||
test -s conftest.exe
; then
7010 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7011 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7018 # Decide which environment variable is used to find dynamic libraries.
7020 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
7021 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
7022 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
7023 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
7026 # On systems where the dynamic library environment variable is PATH,
7027 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7028 # built executables to PATH.
7029 if test "$RPATH_ENVVAR" = PATH
; then
7030 GCC_SHLIB_SUBDIR
=/shlib
7035 # Adjust the toplevel makefile according to whether bootstrap was selected.
7036 case $enable_bootstrap in
7038 bootstrap_suffix
=bootstrap
7039 BUILD_CONFIG
=bootstrap-debug
7042 bootstrap_suffix
=no-bootstrap
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7048 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7051 # Check whether --with-build-config was given.
7052 if test "${with_build_config+set}" = set; then :
7053 withval
=$with_build_config; case $with_build_config in
7054 yes) with_build_config
= ;;
7055 no
) with_build_config
= BUILD_CONFIG
= ;;
7060 if test "x${with_build_config}" != x
; then
7061 BUILD_CONFIG
=$with_build_config
7063 case $BUILD_CONFIG in
7065 if echo "int f (void) { return 0; }" > conftest.c
&&
7066 ${CC} -c conftest.c
&&
7067 mv conftest.o conftest.o.g0
&&
7068 ${CC} -c -g conftest.c
&&
7069 mv conftest.o conftest.o.g
&&
7070 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
7075 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7080 $as_echo "$BUILD_CONFIG" >&6; }
7083 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7085 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
7086 # Check whether --enable-vtable-verify was given.
7087 if test "${enable_vtable_verify+set}" = set; then :
7088 enableval
=$enable_vtable_verify; case "$enableval" in
7089 yes) enable_vtable_verify
=yes ;;
7090 no
) enable_vtable_verify
=no
;;
7091 *) enable_vtable_verify
=no
;;
7094 enable_vtable_verify
=no
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7098 $as_echo "$enable_vtable_verify" >&6; }
7100 # Record target_configdirs and the configure arguments for target and
7101 # build configuration in Makefile.
7102 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7103 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7104 bootstrap_fixincludes
=no
7106 # If we are building libgomp, bootstrap it.
7107 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
7108 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
7111 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7112 # or bootstrap-ubsan, bootstrap it.
7113 if echo " ${target_configdirs} " |
grep " libsanitizer " > /dev
/null
2>&1; then
7114 case "$BUILD_CONFIG" in
7115 *bootstrap-asan
* |
*bootstrap-ubsan
* )
7116 bootstrap_target_libs
=${bootstrap_target_libs}target-libsanitizer
,
7117 bootstrap_fixincludes
=yes
7122 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
7123 if echo " ${target_configdirs} " |
grep " libvtv " > /dev
/null
2>&1 &&
7124 test "$enable_vtable_verify" != no
; then
7125 bootstrap_target_libs
=${bootstrap_target_libs}target-libvtv
,
7128 # If we are building libmpx, bootstrap it.
7129 if echo " ${target_configdirs} " |
grep " libmpx " > /dev
/null
2>&1; then
7130 bootstrap_target_libs
=${bootstrap_target_libs}target-libmpx
,
7133 # Determine whether gdb needs tk/tcl or not.
7134 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7135 # and in that case we want gdb to be built without tk. Ugh!
7136 # In fact I believe gdb is the *only* package directly dependent on tk,
7137 # so we should be able to put the 'maybe's in unconditionally and
7138 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7139 # 100% sure that that's safe though.
7141 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7142 case "$enable_gdbtk" in
7146 GDB_TK
="${gdb_tk}" ;;
7148 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7149 # distro. Eventually someone will fix this and move Insight, nee
7150 # gdbtk to a separate directory.
7151 if test -d ${srcdir}/gdb
/gdbtk
; then
7158 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7159 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7161 # Strip out unwanted targets.
7163 # While at that, we remove Makefiles if we were started for recursive
7164 # configuration, so that the top-level Makefile reconfigures them,
7165 # like we used to do when configure itself was recursive.
7167 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7168 # but now we're fixing up the Makefile ourselves with the additional
7169 # commands passed to AC_CONFIG_FILES. Use separate variables
7170 # extrasub-{build,host,target} not because there is any reason to split
7171 # the substitutions up that way, but only to remain below the limit of
7172 # 99 commands in a script, for HP-UX sed.
7173 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7175 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7176 yes:yes:*\ gold\
*:*,c
++,*) ;;
7177 yes:yes:*\ gold\
*:*)
7178 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7183 for module
in ${build_configdirs} ; do
7184 if test -z "${no_recursion}" \
7185 && test -f ${build_subdir}/${module}/Makefile
; then
7186 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7187 rm -f ${build_subdir}/${module}/Makefile
7189 extrasub_build
="$extrasub_build
7190 /^@if build-$module\$/d
7191 /^@endif build-$module\$/d
7192 /^@if build-$module-$bootstrap_suffix\$/d
7193 /^@endif build-$module-$bootstrap_suffix\$/d"
7196 for module
in ${configdirs} ; do
7197 if test -z "${no_recursion}"; then
7198 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
7199 if test -f ${file}; then
7200 echo 1>&2 "*** removing ${file} to force reconfigure"
7205 case ${module},${bootstrap_fixincludes} in
7206 fixincludes
,no
) host_bootstrap_suffix
=no-bootstrap
;;
7207 *) host_bootstrap_suffix
=$bootstrap_suffix ;;
7209 extrasub_host
="$extrasub_host
7211 /^@endif $module\$/d
7212 /^@if $module-$host_bootstrap_suffix\$/d
7213 /^@endif $module-$host_bootstrap_suffix\$/d"
7216 for module
in ${target_configdirs} ; do
7217 if test -z "${no_recursion}" \
7218 && test -f ${target_subdir}/${module}/Makefile
; then
7219 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7220 rm -f ${target_subdir}/${module}/Makefile
7223 # We only bootstrap target libraries listed in bootstrap_target_libs.
7224 case $bootstrap_target_libs in
7225 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
7226 *) target_bootstrap_suffix
=no-bootstrap
;;
7229 extrasub_target
="$extrasub_target
7230 /^@if target-$module\$/d
7231 /^@endif target-$module\$/d
7232 /^@if target-$module-$target_bootstrap_suffix\$/d
7233 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7236 # Do the final fixup along with target modules.
7237 extrasub_target
="$extrasub_target
7238 /^@if /,/^@endif /d"
7240 # Create the serialization dependencies. This uses a temporary file.
7242 # Check whether --enable-serial-configure was given.
7243 if test "${enable_serial_configure+set}" = set; then :
7244 enableval
=$enable_serial_configure;
7248 case ${enable_serial_configure} in
7250 enable_serial_build_configure
=yes
7251 enable_serial_host_configure
=yes
7252 enable_serial_target_configure
=yes
7256 # These force 'configure's to be done one at a time, to avoid problems
7257 # with contention over a shared config.cache.
7259 echo '# serdep.tmp' > serdep.tmp
7261 test "x${enable_serial_build_configure}" = xyes
&&
7262 for item
in ${build_configdirs} ; do
7265 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
7270 test "x${enable_serial_host_configure}" = xyes
&&
7271 for item
in ${configdirs} ; do
7274 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
7279 test "x${enable_serial_target_configure}" = xyes
&&
7280 for item
in ${target_configdirs} ; do
7283 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
7287 serialization_dependencies
=serdep.tmp
7290 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7291 # target, nonopt, and variable assignments. These are the ones we
7292 # might not want to pass down to subconfigures. The exception being
7293 # --cache-file=/dev/null, which is used to turn off the use of cache
7294 # files altogether, and which should be passed on to subconfigures.
7295 # Also strip program-prefix, program-suffix, and program-transform-name,
7296 # so that we can pass down a consistent program-transform-name.
7301 eval "set -- $ac_configure_args"
7304 if test X
"$skip_next" = X
"yes"; then
7308 if test X
"$keep_next" = X
"yes"; then
7311 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7313 baseargs
="$baseargs '$ac_arg'"
7314 tbaseargs
="$tbaseargs '$ac_arg'"
7319 # Handle separated arguments. Based on the logic generated by
7322 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
7323 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
7324 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
7325 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
7339 --with-* |
--without-*)
7340 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7344 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
7347 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
7356 mpc | mpfr | gmp | isl
)
7357 # If we're processing --with-$lib, --with-$lib-include or
7358 # --with-$lib-lib, for one of the libs above, and target is
7359 # different from host, don't pass the current argument to any
7360 # target library's configure.
7361 if test x
$is_cross_compiler = xyes
; then
7370 --cache-file=/dev
/null | \
7371 -cache-file=/dev
/null
)
7372 # Handled here to avoid the test to skip args below.
7373 baseargs
="$baseargs '$ac_arg'"
7374 tbaseargs
="$tbaseargs '$ac_arg'"
7375 # Assert: $separate_arg should always be no.
7376 keep_next
=$separate_arg
7392 -program-prefix* | \
7393 -program-suffix* | \
7394 -program-transform-name* )
7395 skip_next
=$separate_arg
7399 # An option. Add it.
7402 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7404 baseargs
="$baseargs '$ac_arg'"
7405 if test X
"$skip_targ" = Xno
; then
7406 tbaseargs
="$tbaseargs '$ac_arg'"
7408 keep_next
=$separate_arg
7411 # Either a variable assignment, or a nonopt (triplet). Don't
7412 # pass it down; let the Makefile handle this.
7417 # Remove the initial space we just introduced and, as these will be
7418 # expanded by make, quote '$'.
7419 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7421 # Add in --program-transform-name, after --program-prefix and
7422 # --program-suffix have been applied to it. Autoconf has already
7423 # doubled dollar signs and backslashes in program_transform_name; we want
7424 # the backslashes un-doubled, and then the entire thing wrapped in single
7425 # quotes, because this will be expanded first by make and then by the shell.
7426 # Also, because we want to override the logic in subdir configure scripts to
7427 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7428 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7429 ${program_transform_name}
7431 gcc_transform_name
=`cat conftestsed.out`
7432 rm -f conftestsed.out
7433 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
7434 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7435 if test "$silent" = yes; then
7436 baseargs
="$baseargs --silent"
7437 tbaseargs
="$tbaseargs --silent"
7439 baseargs
="$baseargs --disable-option-checking"
7440 tbaseargs
="$tbaseargs --disable-option-checking"
7442 # Record and document user additions to sub configure arguments.
7447 # For the build-side libraries, we just need to pretend we're native,
7448 # and not use the same cache file. Multilibs are neither needed nor
7449 # desired. We can't even use the same cache file for all build-side
7450 # libraries, as they're compiled differently; some with C, some with
7451 # C++ or with different feature-enabling options.
7452 build_configargs
="$build_configargs --cache-file=./config.cache ${baseargs}"
7454 # For host modules, accept cache file option, or specification as blank.
7455 case "${cache_file}" in
7457 cache_file_option
="" ;;
7458 /* |
[A-Za-z
]:[\\/]* ) # absolute path
7459 cache_file_option
="--cache-file=${cache_file}" ;;
7461 cache_file_option
="--cache-file=../${cache_file}" ;;
7464 # Host dirs don't like to share a cache file either, horribly enough.
7465 # This seems to be due to autoconf 2.5x stupidity.
7466 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7468 target_configargs
="$target_configargs ${tbaseargs}"
7470 # Passing a --with-cross-host argument lets the target libraries know
7471 # whether they are being built with a cross-compiler or being built
7472 # native. However, it would be better to use other mechanisms to make the
7473 # sorts of decisions they want to make on this basis. Please consider
7474 # this option to be deprecated. FIXME.
7475 if test x
${is_cross_compiler} = xyes
; then
7476 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
7479 # Special user-friendly check for native x86_64-linux build, if
7480 # multilib is not explicitly enabled.
7481 case "$target:$have_compiler:$host:$target:$enable_multilib" in
7482 x86_64-
*linux
*:yes:$build:$build:)
7483 # Make sure we have a development environment that handles 32-bit
7485 echo "int main () { return 0; }" > conftest.c
7486 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7487 if test $?
= 0 ; then
7488 if test -s conftest ||
test -s conftest.exe
; then
7493 if test x
${dev64} != xyes
; then
7494 as_fn_error
"I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
7499 # Default to --enable-multilib.
7500 if test x
${enable_multilib} = x
; then
7501 target_configargs
="--enable-multilib ${target_configargs}"
7504 # Pass --with-newlib if appropriate. Note that target_configdirs has
7505 # changed from the earlier setting of with_newlib.
7506 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
7507 target_configargs
="--with-newlib ${target_configargs}"
7510 # Different target subdirs use different values of certain variables
7511 # (notably CXX). Worse, multilibs use *lots* of different values.
7512 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7513 # it doesn't automatically accept command-line overrides of them.
7514 # This means it's not safe for target subdirs to share a cache file,
7515 # which is disgusting, but there you have it. Hopefully this can be
7516 # fixed in future. It's still worthwhile to use a cache file for each
7517 # directory. I think.
7519 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7520 # We need to pass --target, as newer autoconf's requires consistency
7521 # for target_alias and gcc doesn't manage it consistently.
7522 target_configargs
="--cache-file=./config.cache ${target_configargs}"
7525 case " $target_configdirs " in
7527 case " $target_configargs " in
7528 *" --with-newlib "*)
7531 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7535 # If we're not building GCC, don't discard standard headers.
7536 if test -d ${srcdir}/gcc
; then
7537 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
7539 if test "${build}" != "${host}"; then
7540 # On Canadian crosses, CC_FOR_TARGET will have already been set
7541 # by `configure', so we won't have an opportunity to add -Bgcc/
7542 # to it. This is right: we don't want to search that directory
7543 # for binaries, but we want the header files in there, so add
7545 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7547 # Someone might think of using the pre-installed headers on
7548 # Canadian crosses, in case the installed compiler is not fully
7549 # compatible with the compiler being built. In this case, it
7550 # would be better to flag an error than risking having
7551 # incompatible object files being constructed. We can't
7552 # guarantee that an error will be flagged, but let's hope the
7553 # compiler will do it, when presented with incompatible header
7558 case "${target}-${is_cross_compiler}" in
7559 i
[3456789]86-*-linux*-no)
7560 # Here host == target, so we don't need to build gcc,
7561 # so we don't want to discard standard headers.
7562 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7565 # If we're building newlib, use its generic headers last, but search
7566 # for any libc-related directories first (so make it the last -B
7568 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7570 # If we're building libgloss, find the startup file, simulator library
7571 # and linker script.
7572 case " $target_configdirs " in
7574 # Look for startup file, simulator library and maybe linker script.
7575 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7576 # Look for libnosys.a in case the target needs it.
7577 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7578 # Most targets have the linker script in the source directory.
7579 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7590 x86_64-
*mingw
* |
*-w64-mingw*)
7591 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7592 # however, use a symlink named 'mingw' in ${prefix} .
7593 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7596 # MinGW can't be handled as Cygwin above since it does not use newlib.
7597 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'
7601 # Allow the user to override the flags for
7602 # our build compiler if desired.
7603 if test x
"${build}" = x
"${host}" ; then
7604 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
7605 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7606 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7609 # On Canadian crosses, we'll be searching the right directories for
7610 # the previously-installed cross compiler, so don't bother to add
7611 # flags for directories within the install tree of the compiler
7612 # being built; programs in there won't even run.
7613 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7614 # Search for pre-installed headers if nothing else fits.
7615 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7618 if test "x
${use_gnu_ld}" = x &&
7619 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7620 # Arrange for us to find uninstalled linker scripts.
7621 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7624 # Search for other target-specific linker scripts and such.
7627 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7631 # Makefile fragments.
7632 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7634 eval fragval=\$$frag
7635 if test $fragval != /dev/null; then
7636 eval $frag=${srcdir}/$fragval
7644 # Miscellanea: directories, flags, etc.
7653 # Build module lists & subconfigure args.
7657 # Host module lists & subconfigure args.
7662 # Target module lists & subconfigure args.
7684 # Generate default definitions for YACC, M4, LEX and other programs that run
7685 # on the build machine. These are used if the Makefile can't locate these
7686 # programs in objdir.
7687 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7689 for ac_prog in 'bison -y' byacc yacc
7691 # Extract the first word of "$ac_prog", so it can be a program name with args.
7692 set dummy $ac_prog; ac_word=$2
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7694 $as_echo_n "checking
for $ac_word...
" >&6; }
7695 if test "${ac_cv_prog_YACC+set}" = set; then :
7696 $as_echo_n "(cached
) " >&6
7698 if test -n "$YACC"; then
7699 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7705 test -z "$as_dir" && as_dir=.
7706 for ac_exec_ext in '' $ac_executable_extensions; do
7707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7708 ac_cv_prog_YACC="$ac_prog"
7709 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7718 YACC=$ac_cv_prog_YACC
7719 if test -n "$YACC"; then
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7721 $as_echo "$YACC" >&6; }
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7724 $as_echo "no
" >&6; }
7728 test -n "$YACC" && break
7730 test -n "$YACC" || YACC="$MISSING bison
-y"
7732 case " $build_configdirs " in
7733 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7736 for ac_prog in bison
7738 # Extract the first word of "$ac_prog", so it can be a program name with args.
7739 set dummy $ac_prog; ac_word=$2
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7741 $as_echo_n "checking
for $ac_word...
" >&6; }
7742 if test "${ac_cv_prog_BISON+set}" = set; then :
7743 $as_echo_n "(cached
) " >&6
7745 if test -n "$BISON"; then
7746 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7752 test -z "$as_dir" && as_dir=.
7753 for ac_exec_ext in '' $ac_executable_extensions; do
7754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7755 ac_cv_prog_BISON="$ac_prog"
7756 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7765 BISON=$ac_cv_prog_BISON
7766 if test -n "$BISON"; then
7767 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7768 $as_echo "$BISON" >&6; }
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7771 $as_echo "no
" >&6; }
7775 test -n "$BISON" && break
7777 test -n "$BISON" || BISON="$MISSING bison
"
7779 case " $build_configdirs " in
7780 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7783 for ac_prog in gm4 gnum4 m4
7785 # Extract the first word of "$ac_prog", so it can be a program name with args.
7786 set dummy $ac_prog; ac_word=$2
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7788 $as_echo_n "checking
for $ac_word...
" >&6; }
7789 if test "${ac_cv_prog_M4+set}" = set; then :
7790 $as_echo_n "(cached
) " >&6
7792 if test -n "$M4"; then
7793 ac_cv_prog_M4="$M4" # Let the user override the test.
7795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7799 test -z "$as_dir" && as_dir=.
7800 for ac_exec_ext in '' $ac_executable_extensions; do
7801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7802 ac_cv_prog_M4="$ac_prog"
7803 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7813 if test -n "$M4"; then
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7815 $as_echo "$M4" >&6; }
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7818 $as_echo "no
" >&6; }
7822 test -n "$M4" && break
7824 test -n "$M4" || M4="$MISSING m4"
7826 case " $build_configdirs " in
7827 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7830 for ac_prog in flex lex
7832 # Extract the first word of "$ac_prog", so it can be a program name with args.
7833 set dummy $ac_prog; ac_word=$2
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7835 $as_echo_n "checking
for $ac_word...
" >&6; }
7836 if test "${ac_cv_prog_LEX+set}" = set; then :
7837 $as_echo_n "(cached
) " >&6
7839 if test -n "$LEX"; then
7840 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7846 test -z "$as_dir" && as_dir=.
7847 for ac_exec_ext in '' $ac_executable_extensions; do
7848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7849 ac_cv_prog_LEX="$ac_prog"
7850 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7860 if test -n "$LEX"; then
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7862 $as_echo "$LEX" >&6; }
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7865 $as_echo "no
" >&6; }
7869 test -n "$LEX" && break
7871 test -n "$LEX" || LEX="$MISSING flex
"
7873 case " $build_configdirs " in
7874 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7875 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7880 # Extract the first word of "$ac_prog", so it can be a program name with args.
7881 set dummy $ac_prog; ac_word=$2
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7883 $as_echo_n "checking
for $ac_word...
" >&6; }
7884 if test "${ac_cv_prog_FLEX+set}" = set; then :
7885 $as_echo_n "(cached
) " >&6
7887 if test -n "$FLEX"; then
7888 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7894 test -z "$as_dir" && as_dir=.
7895 for ac_exec_ext in '' $ac_executable_extensions; do
7896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7897 ac_cv_prog_FLEX="$ac_prog"
7898 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7907 FLEX=$ac_cv_prog_FLEX
7908 if test -n "$FLEX"; then
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7910 $as_echo "$FLEX" >&6; }
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7913 $as_echo "no
" >&6; }
7917 test -n "$FLEX" && break
7919 test -n "$FLEX" || FLEX="$MISSING flex
"
7921 case " $build_configdirs " in
7922 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7925 for ac_prog in makeinfo
7927 # Extract the first word of "$ac_prog", so it can be a program name with args.
7928 set dummy $ac_prog; ac_word=$2
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7930 $as_echo_n "checking
for $ac_word...
" >&6; }
7931 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7932 $as_echo_n "(cached
) " >&6
7934 if test -n "$MAKEINFO"; then
7935 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7941 test -z "$as_dir" && as_dir=.
7942 for ac_exec_ext in '' $ac_executable_extensions; do
7943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7944 ac_cv_prog_MAKEINFO="$ac_prog"
7945 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7954 MAKEINFO=$ac_cv_prog_MAKEINFO
7955 if test -n "$MAKEINFO"; then
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7957 $as_echo "$MAKEINFO" >&6; }
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7960 $as_echo "no
" >&6; }
7964 test -n "$MAKEINFO" && break
7966 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7968 case " $build_configdirs " in
7969 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7972 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7973 # higher, else we use the "missing
" dummy.
7974 if ${MAKEINFO} --version \
7975 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7978 MAKEINFO="$MISSING makeinfo
"
7984 # FIXME: expect and dejagnu may become build tools?
7986 for ac_prog in expect
7988 # Extract the first word of "$ac_prog", so it can be a program name with args.
7989 set dummy $ac_prog; ac_word=$2
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7991 $as_echo_n "checking
for $ac_word...
" >&6; }
7992 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7993 $as_echo_n "(cached
) " >&6
7995 if test -n "$EXPECT"; then
7996 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8002 test -z "$as_dir" && as_dir=.
8003 for ac_exec_ext in '' $ac_executable_extensions; do
8004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8005 ac_cv_prog_EXPECT="$ac_prog"
8006 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8015 EXPECT=$ac_cv_prog_EXPECT
8016 if test -n "$EXPECT"; then
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
8018 $as_echo "$EXPECT" >&6; }
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8021 $as_echo "no
" >&6; }
8025 test -n "$EXPECT" && break
8027 test -n "$EXPECT" || EXPECT="expect
"
8029 case " $configdirs " in
8031 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8035 for ac_prog in runtest
8037 # Extract the first word of "$ac_prog", so it can be a program name with args.
8038 set dummy $ac_prog; ac_word=$2
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8040 $as_echo_n "checking
for $ac_word...
" >&6; }
8041 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8042 $as_echo_n "(cached
) " >&6
8044 if test -n "$RUNTEST"; then
8045 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8051 test -z "$as_dir" && as_dir=.
8052 for ac_exec_ext in '' $ac_executable_extensions; do
8053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8054 ac_cv_prog_RUNTEST="$ac_prog"
8055 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8064 RUNTEST=$ac_cv_prog_RUNTEST
8065 if test -n "$RUNTEST"; then
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
8067 $as_echo "$RUNTEST" >&6; }
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8070 $as_echo "no
" >&6; }
8074 test -n "$RUNTEST" && break
8076 test -n "$RUNTEST" || RUNTEST="runtest
"
8078 case " $configdirs " in
8080 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8087 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8088 ncn_target_tool_prefix=
8089 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8093 if test -n "$AR"; then
8095 elif test -n "$ac_cv_prog_AR"; then
8099 if test -n "$ac_cv_prog_AR"; then
8100 for ncn_progname in ar; do
8101 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8102 set dummy ${ncn_progname}; ac_word=$2
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8104 $as_echo_n "checking
for $ac_word...
" >&6; }
8105 if test "${ac_cv_prog_AR+set}" = set; then :
8106 $as_echo_n "(cached
) " >&6
8108 if test -n "$AR"; then
8109 ac_cv_prog_AR="$AR" # Let the user override the test.
8111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8115 test -z "$as_dir" && as_dir=.
8116 for ac_exec_ext in '' $ac_executable_extensions; do
8117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8118 ac_cv_prog_AR="${ncn_progname}"
8119 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8129 if test -n "$AR"; then
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8131 $as_echo "$AR" >&6; }
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8134 $as_echo "no
" >&6; }
8141 for ncn_progname in ar; do
8142 if test -n "$ncn_tool_prefix"; then
8143 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8144 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8146 $as_echo_n "checking
for $ac_word...
" >&6; }
8147 if test "${ac_cv_prog_AR+set}" = set; then :
8148 $as_echo_n "(cached
) " >&6
8150 if test -n "$AR"; then
8151 ac_cv_prog_AR="$AR" # Let the user override the test.
8153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8157 test -z "$as_dir" && as_dir=.
8158 for ac_exec_ext in '' $ac_executable_extensions; do
8159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8160 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8161 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8171 if test -n "$AR"; then
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8173 $as_echo "$AR" >&6; }
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8176 $as_echo "no
" >&6; }
8181 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8183 set dummy ${ncn_progname}; ac_word=$2
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8185 $as_echo_n "checking
for $ac_word...
" >&6; }
8186 if test "${ac_cv_prog_AR+set}" = set; then :
8187 $as_echo_n "(cached
) " >&6
8189 if test -n "$AR"; then
8190 ac_cv_prog_AR="$AR" # Let the user override the test.
8192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8196 test -z "$as_dir" && as_dir=.
8197 for ac_exec_ext in '' $ac_executable_extensions; do
8198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8199 ac_cv_prog_AR="${ncn_progname}"
8200 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8210 if test -n "$AR"; then
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8212 $as_echo "$AR" >&6; }
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8215 $as_echo "no
" >&6; }
8220 test -n "$ac_cv_prog_AR" && break
8223 if test -z "$ac_cv_prog_AR" ; then
8225 if test $build = $host ; then
8228 AR="${ncn_tool_prefix}$2"
8234 if test -n "$AS"; then
8236 elif test -n "$ac_cv_prog_AS"; then
8240 if test -n "$ac_cv_prog_AS"; then
8241 for ncn_progname in as; do
8242 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8243 set dummy ${ncn_progname}; ac_word=$2
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8245 $as_echo_n "checking
for $ac_word...
" >&6; }
8246 if test "${ac_cv_prog_AS+set}" = set; then :
8247 $as_echo_n "(cached
) " >&6
8249 if test -n "$AS"; then
8250 ac_cv_prog_AS="$AS" # Let the user override the test.
8252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8256 test -z "$as_dir" && as_dir=.
8257 for ac_exec_ext in '' $ac_executable_extensions; do
8258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8259 ac_cv_prog_AS="${ncn_progname}"
8260 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8270 if test -n "$AS"; then
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8272 $as_echo "$AS" >&6; }
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8275 $as_echo "no
" >&6; }
8282 for ncn_progname in as; do
8283 if test -n "$ncn_tool_prefix"; then
8284 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8285 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8287 $as_echo_n "checking
for $ac_word...
" >&6; }
8288 if test "${ac_cv_prog_AS+set}" = set; then :
8289 $as_echo_n "(cached
) " >&6
8291 if test -n "$AS"; then
8292 ac_cv_prog_AS="$AS" # Let the user override the test.
8294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8298 test -z "$as_dir" && as_dir=.
8299 for ac_exec_ext in '' $ac_executable_extensions; do
8300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8301 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8302 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8312 if test -n "$AS"; then
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8314 $as_echo "$AS" >&6; }
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8317 $as_echo "no
" >&6; }
8322 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8324 set dummy ${ncn_progname}; ac_word=$2
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8326 $as_echo_n "checking
for $ac_word...
" >&6; }
8327 if test "${ac_cv_prog_AS+set}" = set; then :
8328 $as_echo_n "(cached
) " >&6
8330 if test -n "$AS"; then
8331 ac_cv_prog_AS="$AS" # Let the user override the test.
8333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8337 test -z "$as_dir" && as_dir=.
8338 for ac_exec_ext in '' $ac_executable_extensions; do
8339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8340 ac_cv_prog_AS="${ncn_progname}"
8341 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8351 if test -n "$AS"; then
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8353 $as_echo "$AS" >&6; }
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8356 $as_echo "no
" >&6; }
8361 test -n "$ac_cv_prog_AS" && break
8364 if test -z "$ac_cv_prog_AS" ; then
8366 if test $build = $host ; then
8369 AS="${ncn_tool_prefix}$2"
8375 if test -n "$DLLTOOL"; then
8376 ac_cv_prog_DLLTOOL=$DLLTOOL
8377 elif test -n "$ac_cv_prog_DLLTOOL"; then
8378 DLLTOOL=$ac_cv_prog_DLLTOOL
8381 if test -n "$ac_cv_prog_DLLTOOL"; then
8382 for ncn_progname in dlltool; do
8383 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8384 set dummy ${ncn_progname}; ac_word=$2
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8386 $as_echo_n "checking
for $ac_word...
" >&6; }
8387 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8388 $as_echo_n "(cached
) " >&6
8390 if test -n "$DLLTOOL"; then
8391 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8397 test -z "$as_dir" && as_dir=.
8398 for ac_exec_ext in '' $ac_executable_extensions; do
8399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8400 ac_cv_prog_DLLTOOL="${ncn_progname}"
8401 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8410 DLLTOOL=$ac_cv_prog_DLLTOOL
8411 if test -n "$DLLTOOL"; then
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8413 $as_echo "$DLLTOOL" >&6; }
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8416 $as_echo "no
" >&6; }
8423 for ncn_progname in dlltool; do
8424 if test -n "$ncn_tool_prefix"; then
8425 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8426 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8428 $as_echo_n "checking
for $ac_word...
" >&6; }
8429 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8430 $as_echo_n "(cached
) " >&6
8432 if test -n "$DLLTOOL"; then
8433 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8439 test -z "$as_dir" && as_dir=.
8440 for ac_exec_ext in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8443 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8452 DLLTOOL=$ac_cv_prog_DLLTOOL
8453 if test -n "$DLLTOOL"; then
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8455 $as_echo "$DLLTOOL" >&6; }
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8458 $as_echo "no
" >&6; }
8463 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8465 set dummy ${ncn_progname}; ac_word=$2
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8467 $as_echo_n "checking
for $ac_word...
" >&6; }
8468 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8469 $as_echo_n "(cached
) " >&6
8471 if test -n "$DLLTOOL"; then
8472 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8478 test -z "$as_dir" && as_dir=.
8479 for ac_exec_ext in '' $ac_executable_extensions; do
8480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8481 ac_cv_prog_DLLTOOL="${ncn_progname}"
8482 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8491 DLLTOOL=$ac_cv_prog_DLLTOOL
8492 if test -n "$DLLTOOL"; then
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8494 $as_echo "$DLLTOOL" >&6; }
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8497 $as_echo "no
" >&6; }
8502 test -n "$ac_cv_prog_DLLTOOL" && break
8505 if test -z "$ac_cv_prog_DLLTOOL" ; then
8507 if test $build = $host ; then
8510 DLLTOOL="${ncn_tool_prefix}$2"
8516 if test -n "$LD"; then
8518 elif test -n "$ac_cv_prog_LD"; then
8522 if test -n "$ac_cv_prog_LD"; then
8523 for ncn_progname in ld; do
8524 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8525 set dummy ${ncn_progname}; ac_word=$2
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8527 $as_echo_n "checking
for $ac_word...
" >&6; }
8528 if test "${ac_cv_prog_LD+set}" = set; then :
8529 $as_echo_n "(cached
) " >&6
8531 if test -n "$LD"; then
8532 ac_cv_prog_LD="$LD" # Let the user override the test.
8534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8538 test -z "$as_dir" && as_dir=.
8539 for ac_exec_ext in '' $ac_executable_extensions; do
8540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8541 ac_cv_prog_LD="${ncn_progname}"
8542 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8552 if test -n "$LD"; then
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8554 $as_echo "$LD" >&6; }
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8557 $as_echo "no
" >&6; }
8564 for ncn_progname in ld; do
8565 if test -n "$ncn_tool_prefix"; then
8566 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8567 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8569 $as_echo_n "checking
for $ac_word...
" >&6; }
8570 if test "${ac_cv_prog_LD+set}" = set; then :
8571 $as_echo_n "(cached
) " >&6
8573 if test -n "$LD"; then
8574 ac_cv_prog_LD="$LD" # Let the user override the test.
8576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8580 test -z "$as_dir" && as_dir=.
8581 for ac_exec_ext in '' $ac_executable_extensions; do
8582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8583 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8584 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8594 if test -n "$LD"; then
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8596 $as_echo "$LD" >&6; }
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8599 $as_echo "no
" >&6; }
8604 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8606 set dummy ${ncn_progname}; ac_word=$2
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8608 $as_echo_n "checking
for $ac_word...
" >&6; }
8609 if test "${ac_cv_prog_LD+set}" = set; then :
8610 $as_echo_n "(cached
) " >&6
8612 if test -n "$LD"; then
8613 ac_cv_prog_LD="$LD" # Let the user override the test.
8615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8619 test -z "$as_dir" && as_dir=.
8620 for ac_exec_ext in '' $ac_executable_extensions; do
8621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8622 ac_cv_prog_LD="${ncn_progname}"
8623 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8633 if test -n "$LD"; then
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8635 $as_echo "$LD" >&6; }
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8638 $as_echo "no
" >&6; }
8643 test -n "$ac_cv_prog_LD" && break
8646 if test -z "$ac_cv_prog_LD" ; then
8648 if test $build = $host ; then
8651 LD="${ncn_tool_prefix}$2"
8657 if test -n "$LIPO"; then
8658 ac_cv_prog_LIPO=$LIPO
8659 elif test -n "$ac_cv_prog_LIPO"; then
8660 LIPO=$ac_cv_prog_LIPO
8663 if test -n "$ac_cv_prog_LIPO"; then
8664 for ncn_progname in lipo; do
8665 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8666 set dummy ${ncn_progname}; ac_word=$2
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8668 $as_echo_n "checking
for $ac_word...
" >&6; }
8669 if test "${ac_cv_prog_LIPO+set}" = set; then :
8670 $as_echo_n "(cached
) " >&6
8672 if test -n "$LIPO"; then
8673 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8679 test -z "$as_dir" && as_dir=.
8680 for ac_exec_ext in '' $ac_executable_extensions; do
8681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8682 ac_cv_prog_LIPO="${ncn_progname}"
8683 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8692 LIPO=$ac_cv_prog_LIPO
8693 if test -n "$LIPO"; then
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8695 $as_echo "$LIPO" >&6; }
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8698 $as_echo "no
" >&6; }
8705 for ncn_progname in lipo; do
8706 if test -n "$ncn_tool_prefix"; then
8707 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8708 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8710 $as_echo_n "checking
for $ac_word...
" >&6; }
8711 if test "${ac_cv_prog_LIPO+set}" = set; then :
8712 $as_echo_n "(cached
) " >&6
8714 if test -n "$LIPO"; then
8715 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8721 test -z "$as_dir" && as_dir=.
8722 for ac_exec_ext in '' $ac_executable_extensions; do
8723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8724 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8725 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8734 LIPO=$ac_cv_prog_LIPO
8735 if test -n "$LIPO"; then
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8737 $as_echo "$LIPO" >&6; }
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8740 $as_echo "no
" >&6; }
8745 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8747 set dummy ${ncn_progname}; ac_word=$2
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8749 $as_echo_n "checking
for $ac_word...
" >&6; }
8750 if test "${ac_cv_prog_LIPO+set}" = set; then :
8751 $as_echo_n "(cached
) " >&6
8753 if test -n "$LIPO"; then
8754 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8760 test -z "$as_dir" && as_dir=.
8761 for ac_exec_ext in '' $ac_executable_extensions; do
8762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8763 ac_cv_prog_LIPO="${ncn_progname}"
8764 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8773 LIPO=$ac_cv_prog_LIPO
8774 if test -n "$LIPO"; then
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8776 $as_echo "$LIPO" >&6; }
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8779 $as_echo "no
" >&6; }
8784 test -n "$ac_cv_prog_LIPO" && break
8787 if test -z "$ac_cv_prog_LIPO" ; then
8789 if test $build = $host ; then
8792 LIPO="${ncn_tool_prefix}$2"
8798 if test -n "$NM"; then
8800 elif test -n "$ac_cv_prog_NM"; then
8804 if test -n "$ac_cv_prog_NM"; then
8805 for ncn_progname in nm; do
8806 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8807 set dummy ${ncn_progname}; ac_word=$2
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8809 $as_echo_n "checking
for $ac_word...
" >&6; }
8810 if test "${ac_cv_prog_NM+set}" = set; then :
8811 $as_echo_n "(cached
) " >&6
8813 if test -n "$NM"; then
8814 ac_cv_prog_NM="$NM" # Let the user override the test.
8816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8820 test -z "$as_dir" && as_dir=.
8821 for ac_exec_ext in '' $ac_executable_extensions; do
8822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8823 ac_cv_prog_NM="${ncn_progname}"
8824 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8834 if test -n "$NM"; then
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8836 $as_echo "$NM" >&6; }
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8839 $as_echo "no
" >&6; }
8846 for ncn_progname in nm; do
8847 if test -n "$ncn_tool_prefix"; then
8848 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8849 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8851 $as_echo_n "checking
for $ac_word...
" >&6; }
8852 if test "${ac_cv_prog_NM+set}" = set; then :
8853 $as_echo_n "(cached
) " >&6
8855 if test -n "$NM"; then
8856 ac_cv_prog_NM="$NM" # Let the user override the test.
8858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8862 test -z "$as_dir" && as_dir=.
8863 for ac_exec_ext in '' $ac_executable_extensions; do
8864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8865 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8866 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8876 if test -n "$NM"; then
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8878 $as_echo "$NM" >&6; }
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8881 $as_echo "no
" >&6; }
8886 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8888 set dummy ${ncn_progname}; ac_word=$2
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8890 $as_echo_n "checking
for $ac_word...
" >&6; }
8891 if test "${ac_cv_prog_NM+set}" = set; then :
8892 $as_echo_n "(cached
) " >&6
8894 if test -n "$NM"; then
8895 ac_cv_prog_NM="$NM" # Let the user override the test.
8897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8901 test -z "$as_dir" && as_dir=.
8902 for ac_exec_ext in '' $ac_executable_extensions; do
8903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8904 ac_cv_prog_NM="${ncn_progname}"
8905 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8915 if test -n "$NM"; then
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8917 $as_echo "$NM" >&6; }
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8920 $as_echo "no
" >&6; }
8925 test -n "$ac_cv_prog_NM" && break
8928 if test -z "$ac_cv_prog_NM" ; then
8930 if test $build = $host ; then
8933 NM="${ncn_tool_prefix}$2"
8939 if test -n "$RANLIB"; then
8940 ac_cv_prog_RANLIB=$RANLIB
8941 elif test -n "$ac_cv_prog_RANLIB"; then
8942 RANLIB=$ac_cv_prog_RANLIB
8945 if test -n "$ac_cv_prog_RANLIB"; then
8946 for ncn_progname in ranlib; do
8947 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8948 set dummy ${ncn_progname}; ac_word=$2
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8950 $as_echo_n "checking
for $ac_word...
" >&6; }
8951 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8952 $as_echo_n "(cached
) " >&6
8954 if test -n "$RANLIB"; then
8955 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8961 test -z "$as_dir" && as_dir=.
8962 for ac_exec_ext in '' $ac_executable_extensions; do
8963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8964 ac_cv_prog_RANLIB="${ncn_progname}"
8965 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8974 RANLIB=$ac_cv_prog_RANLIB
8975 if test -n "$RANLIB"; then
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8977 $as_echo "$RANLIB" >&6; }
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8980 $as_echo "no
" >&6; }
8987 for ncn_progname in ranlib; do
8988 if test -n "$ncn_tool_prefix"; then
8989 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8990 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8992 $as_echo_n "checking
for $ac_word...
" >&6; }
8993 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8994 $as_echo_n "(cached
) " >&6
8996 if test -n "$RANLIB"; then
8997 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9003 test -z "$as_dir" && as_dir=.
9004 for ac_exec_ext in '' $ac_executable_extensions; do
9005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9006 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
9007 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9016 RANLIB=$ac_cv_prog_RANLIB
9017 if test -n "$RANLIB"; then
9018 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
9019 $as_echo "$RANLIB" >&6; }
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9022 $as_echo "no
" >&6; }
9027 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9029 set dummy ${ncn_progname}; ac_word=$2
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9031 $as_echo_n "checking
for $ac_word...
" >&6; }
9032 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9033 $as_echo_n "(cached
) " >&6
9035 if test -n "$RANLIB"; then
9036 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9042 test -z "$as_dir" && as_dir=.
9043 for ac_exec_ext in '' $ac_executable_extensions; do
9044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9045 ac_cv_prog_RANLIB="${ncn_progname}"
9046 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9055 RANLIB=$ac_cv_prog_RANLIB
9056 if test -n "$RANLIB"; then
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
9058 $as_echo "$RANLIB" >&6; }
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9061 $as_echo "no
" >&6; }
9066 test -n "$ac_cv_prog_RANLIB" && break
9069 if test -z "$ac_cv_prog_RANLIB" ; then
9075 if test -n "$STRIP"; then
9076 ac_cv_prog_STRIP=$STRIP
9077 elif test -n "$ac_cv_prog_STRIP"; then
9078 STRIP=$ac_cv_prog_STRIP
9081 if test -n "$ac_cv_prog_STRIP"; then
9082 for ncn_progname in strip; do
9083 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9084 set dummy ${ncn_progname}; ac_word=$2
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9086 $as_echo_n "checking
for $ac_word...
" >&6; }
9087 if test "${ac_cv_prog_STRIP+set}" = set; then :
9088 $as_echo_n "(cached
) " >&6
9090 if test -n "$STRIP"; then
9091 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9097 test -z "$as_dir" && as_dir=.
9098 for ac_exec_ext in '' $ac_executable_extensions; do
9099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9100 ac_cv_prog_STRIP="${ncn_progname}"
9101 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9110 STRIP=$ac_cv_prog_STRIP
9111 if test -n "$STRIP"; then
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9113 $as_echo "$STRIP" >&6; }
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9116 $as_echo "no
" >&6; }
9123 for ncn_progname in strip; do
9124 if test -n "$ncn_tool_prefix"; then
9125 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9126 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9128 $as_echo_n "checking
for $ac_word...
" >&6; }
9129 if test "${ac_cv_prog_STRIP+set}" = set; then :
9130 $as_echo_n "(cached
) " >&6
9132 if test -n "$STRIP"; then
9133 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9139 test -z "$as_dir" && as_dir=.
9140 for ac_exec_ext in '' $ac_executable_extensions; do
9141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9142 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9143 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9152 STRIP=$ac_cv_prog_STRIP
9153 if test -n "$STRIP"; then
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9155 $as_echo "$STRIP" >&6; }
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9158 $as_echo "no
" >&6; }
9163 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9164 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9165 set dummy ${ncn_progname}; ac_word=$2
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9167 $as_echo_n "checking
for $ac_word...
" >&6; }
9168 if test "${ac_cv_prog_STRIP+set}" = set; then :
9169 $as_echo_n "(cached
) " >&6
9171 if test -n "$STRIP"; then
9172 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9178 test -z "$as_dir" && as_dir=.
9179 for ac_exec_ext in '' $ac_executable_extensions; do
9180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9181 ac_cv_prog_STRIP="${ncn_progname}"
9182 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9191 STRIP=$ac_cv_prog_STRIP
9192 if test -n "$STRIP"; then
9193 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9194 $as_echo "$STRIP" >&6; }
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9197 $as_echo "no
" >&6; }
9202 test -n "$ac_cv_prog_STRIP" && break
9205 if test -z "$ac_cv_prog_STRIP" ; then
9211 if test -n "$WINDRES"; then
9212 ac_cv_prog_WINDRES=$WINDRES
9213 elif test -n "$ac_cv_prog_WINDRES"; then
9214 WINDRES=$ac_cv_prog_WINDRES
9217 if test -n "$ac_cv_prog_WINDRES"; then
9218 for ncn_progname in windres; do
9219 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9220 set dummy ${ncn_progname}; ac_word=$2
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9222 $as_echo_n "checking
for $ac_word...
" >&6; }
9223 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9224 $as_echo_n "(cached
) " >&6
9226 if test -n "$WINDRES"; then
9227 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9233 test -z "$as_dir" && as_dir=.
9234 for ac_exec_ext in '' $ac_executable_extensions; do
9235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9236 ac_cv_prog_WINDRES="${ncn_progname}"
9237 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9246 WINDRES=$ac_cv_prog_WINDRES
9247 if test -n "$WINDRES"; then
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9249 $as_echo "$WINDRES" >&6; }
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9252 $as_echo "no
" >&6; }
9259 for ncn_progname in windres; do
9260 if test -n "$ncn_tool_prefix"; then
9261 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9262 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9264 $as_echo_n "checking
for $ac_word...
" >&6; }
9265 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9266 $as_echo_n "(cached
) " >&6
9268 if test -n "$WINDRES"; then
9269 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9275 test -z "$as_dir" && as_dir=.
9276 for ac_exec_ext in '' $ac_executable_extensions; do
9277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9278 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9279 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9288 WINDRES=$ac_cv_prog_WINDRES
9289 if test -n "$WINDRES"; then
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9291 $as_echo "$WINDRES" >&6; }
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9294 $as_echo "no
" >&6; }
9299 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9301 set dummy ${ncn_progname}; ac_word=$2
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9303 $as_echo_n "checking
for $ac_word...
" >&6; }
9304 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9305 $as_echo_n "(cached
) " >&6
9307 if test -n "$WINDRES"; then
9308 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9314 test -z "$as_dir" && as_dir=.
9315 for ac_exec_ext in '' $ac_executable_extensions; do
9316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9317 ac_cv_prog_WINDRES="${ncn_progname}"
9318 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9327 WINDRES=$ac_cv_prog_WINDRES
9328 if test -n "$WINDRES"; then
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9330 $as_echo "$WINDRES" >&6; }
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9333 $as_echo "no
" >&6; }
9338 test -n "$ac_cv_prog_WINDRES" && break
9341 if test -z "$ac_cv_prog_WINDRES" ; then
9343 if test $build = $host ; then
9346 WINDRES="${ncn_tool_prefix}$2"
9352 if test -n "$WINDMC"; then
9353 ac_cv_prog_WINDMC=$WINDMC
9354 elif test -n "$ac_cv_prog_WINDMC"; then
9355 WINDMC=$ac_cv_prog_WINDMC
9358 if test -n "$ac_cv_prog_WINDMC"; then
9359 for ncn_progname in windmc; do
9360 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9361 set dummy ${ncn_progname}; ac_word=$2
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9363 $as_echo_n "checking
for $ac_word...
" >&6; }
9364 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9365 $as_echo_n "(cached
) " >&6
9367 if test -n "$WINDMC"; then
9368 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9374 test -z "$as_dir" && as_dir=.
9375 for ac_exec_ext in '' $ac_executable_extensions; do
9376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9377 ac_cv_prog_WINDMC="${ncn_progname}"
9378 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9387 WINDMC=$ac_cv_prog_WINDMC
9388 if test -n "$WINDMC"; then
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9390 $as_echo "$WINDMC" >&6; }
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9393 $as_echo "no
" >&6; }
9400 for ncn_progname in windmc; do
9401 if test -n "$ncn_tool_prefix"; then
9402 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9403 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9405 $as_echo_n "checking
for $ac_word...
" >&6; }
9406 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9407 $as_echo_n "(cached
) " >&6
9409 if test -n "$WINDMC"; then
9410 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9416 test -z "$as_dir" && as_dir=.
9417 for ac_exec_ext in '' $ac_executable_extensions; do
9418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9419 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9420 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9429 WINDMC=$ac_cv_prog_WINDMC
9430 if test -n "$WINDMC"; then
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9432 $as_echo "$WINDMC" >&6; }
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9435 $as_echo "no
" >&6; }
9440 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9441 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9442 set dummy ${ncn_progname}; ac_word=$2
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9444 $as_echo_n "checking
for $ac_word...
" >&6; }
9445 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9446 $as_echo_n "(cached
) " >&6
9448 if test -n "$WINDMC"; then
9449 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9455 test -z "$as_dir" && as_dir=.
9456 for ac_exec_ext in '' $ac_executable_extensions; do
9457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9458 ac_cv_prog_WINDMC="${ncn_progname}"
9459 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9468 WINDMC=$ac_cv_prog_WINDMC
9469 if test -n "$WINDMC"; then
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9471 $as_echo "$WINDMC" >&6; }
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9474 $as_echo "no
" >&6; }
9479 test -n "$ac_cv_prog_WINDMC" && break
9482 if test -z "$ac_cv_prog_WINDMC" ; then
9484 if test $build = $host ; then
9487 WINDMC="${ncn_tool_prefix}$2"
9493 if test -n "$OBJCOPY"; then
9494 ac_cv_prog_OBJCOPY=$OBJCOPY
9495 elif test -n "$ac_cv_prog_OBJCOPY"; then
9496 OBJCOPY=$ac_cv_prog_OBJCOPY
9499 if test -n "$ac_cv_prog_OBJCOPY"; then
9500 for ncn_progname in objcopy; do
9501 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9502 set dummy ${ncn_progname}; ac_word=$2
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9504 $as_echo_n "checking
for $ac_word...
" >&6; }
9505 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9506 $as_echo_n "(cached
) " >&6
9508 if test -n "$OBJCOPY"; then
9509 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9515 test -z "$as_dir" && as_dir=.
9516 for ac_exec_ext in '' $ac_executable_extensions; do
9517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9518 ac_cv_prog_OBJCOPY="${ncn_progname}"
9519 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9528 OBJCOPY=$ac_cv_prog_OBJCOPY
9529 if test -n "$OBJCOPY"; then
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9531 $as_echo "$OBJCOPY" >&6; }
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9534 $as_echo "no
" >&6; }
9541 for ncn_progname in objcopy; do
9542 if test -n "$ncn_tool_prefix"; then
9543 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9544 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9546 $as_echo_n "checking
for $ac_word...
" >&6; }
9547 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9548 $as_echo_n "(cached
) " >&6
9550 if test -n "$OBJCOPY"; then
9551 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9557 test -z "$as_dir" && as_dir=.
9558 for ac_exec_ext in '' $ac_executable_extensions; do
9559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9560 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9561 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9570 OBJCOPY=$ac_cv_prog_OBJCOPY
9571 if test -n "$OBJCOPY"; then
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9573 $as_echo "$OBJCOPY" >&6; }
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9576 $as_echo "no
" >&6; }
9581 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9583 set dummy ${ncn_progname}; ac_word=$2
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9585 $as_echo_n "checking
for $ac_word...
" >&6; }
9586 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9587 $as_echo_n "(cached
) " >&6
9589 if test -n "$OBJCOPY"; then
9590 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9596 test -z "$as_dir" && as_dir=.
9597 for ac_exec_ext in '' $ac_executable_extensions; do
9598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9599 ac_cv_prog_OBJCOPY="${ncn_progname}"
9600 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9609 OBJCOPY=$ac_cv_prog_OBJCOPY
9610 if test -n "$OBJCOPY"; then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9612 $as_echo "$OBJCOPY" >&6; }
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9615 $as_echo "no
" >&6; }
9620 test -n "$ac_cv_prog_OBJCOPY" && break
9623 if test -z "$ac_cv_prog_OBJCOPY" ; then
9625 if test $build = $host ; then
9628 OBJCOPY="${ncn_tool_prefix}$2"
9634 if test -n "$OBJDUMP"; then
9635 ac_cv_prog_OBJDUMP=$OBJDUMP
9636 elif test -n "$ac_cv_prog_OBJDUMP"; then
9637 OBJDUMP=$ac_cv_prog_OBJDUMP
9640 if test -n "$ac_cv_prog_OBJDUMP"; then
9641 for ncn_progname in objdump; do
9642 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9643 set dummy ${ncn_progname}; ac_word=$2
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9645 $as_echo_n "checking
for $ac_word...
" >&6; }
9646 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9647 $as_echo_n "(cached
) " >&6
9649 if test -n "$OBJDUMP"; then
9650 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9656 test -z "$as_dir" && as_dir=.
9657 for ac_exec_ext in '' $ac_executable_extensions; do
9658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9659 ac_cv_prog_OBJDUMP="${ncn_progname}"
9660 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9669 OBJDUMP=$ac_cv_prog_OBJDUMP
9670 if test -n "$OBJDUMP"; then
9671 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9672 $as_echo "$OBJDUMP" >&6; }
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9675 $as_echo "no
" >&6; }
9682 for ncn_progname in objdump; do
9683 if test -n "$ncn_tool_prefix"; then
9684 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9685 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9687 $as_echo_n "checking
for $ac_word...
" >&6; }
9688 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9689 $as_echo_n "(cached
) " >&6
9691 if test -n "$OBJDUMP"; then
9692 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9698 test -z "$as_dir" && as_dir=.
9699 for ac_exec_ext in '' $ac_executable_extensions; do
9700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9701 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9702 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9711 OBJDUMP=$ac_cv_prog_OBJDUMP
9712 if test -n "$OBJDUMP"; then
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9714 $as_echo "$OBJDUMP" >&6; }
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9717 $as_echo "no
" >&6; }
9722 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9723 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9724 set dummy ${ncn_progname}; ac_word=$2
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9726 $as_echo_n "checking
for $ac_word...
" >&6; }
9727 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9728 $as_echo_n "(cached
) " >&6
9730 if test -n "$OBJDUMP"; then
9731 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9737 test -z "$as_dir" && as_dir=.
9738 for ac_exec_ext in '' $ac_executable_extensions; do
9739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9740 ac_cv_prog_OBJDUMP="${ncn_progname}"
9741 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9750 OBJDUMP=$ac_cv_prog_OBJDUMP
9751 if test -n "$OBJDUMP"; then
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9753 $as_echo "$OBJDUMP" >&6; }
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9756 $as_echo "no
" >&6; }
9761 test -n "$ac_cv_prog_OBJDUMP" && break
9764 if test -z "$ac_cv_prog_OBJDUMP" ; then
9766 if test $build = $host ; then
9769 OBJDUMP="${ncn_tool_prefix}$2"
9775 if test -n "$READELF"; then
9776 ac_cv_prog_READELF=$READELF
9777 elif test -n "$ac_cv_prog_READELF"; then
9778 READELF=$ac_cv_prog_READELF
9781 if test -n "$ac_cv_prog_READELF"; then
9782 for ncn_progname in readelf; do
9783 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9784 set dummy ${ncn_progname}; ac_word=$2
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9786 $as_echo_n "checking
for $ac_word...
" >&6; }
9787 if test "${ac_cv_prog_READELF+set}" = set; then :
9788 $as_echo_n "(cached
) " >&6
9790 if test -n "$READELF"; then
9791 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9797 test -z "$as_dir" && as_dir=.
9798 for ac_exec_ext in '' $ac_executable_extensions; do
9799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9800 ac_cv_prog_READELF="${ncn_progname}"
9801 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9810 READELF=$ac_cv_prog_READELF
9811 if test -n "$READELF"; then
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9813 $as_echo "$READELF" >&6; }
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9816 $as_echo "no
" >&6; }
9823 for ncn_progname in readelf; do
9824 if test -n "$ncn_tool_prefix"; then
9825 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9826 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9828 $as_echo_n "checking
for $ac_word...
" >&6; }
9829 if test "${ac_cv_prog_READELF+set}" = set; then :
9830 $as_echo_n "(cached
) " >&6
9832 if test -n "$READELF"; then
9833 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9839 test -z "$as_dir" && as_dir=.
9840 for ac_exec_ext in '' $ac_executable_extensions; do
9841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9842 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9843 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9852 READELF=$ac_cv_prog_READELF
9853 if test -n "$READELF"; then
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9855 $as_echo "$READELF" >&6; }
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9858 $as_echo "no
" >&6; }
9863 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
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_READELF+set}" = set; then :
9869 $as_echo_n "(cached
) " >&6
9871 if test -n "$READELF"; then
9872 ac_cv_prog_READELF="$READELF" # 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_READELF="${ncn_progname}"
9882 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9891 READELF=$ac_cv_prog_READELF
9892 if test -n "$READELF"; then
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9894 $as_echo "$READELF" >&6; }
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9897 $as_echo "no
" >&6; }
9902 test -n "$ac_cv_prog_READELF" && break
9905 if test -z "$ac_cv_prog_READELF" ; then
9907 if test $build = $host ; then
9910 READELF="${ncn_tool_prefix}$2"
9921 # Check whether --with-build-time-tools was given.
9922 if test "${with_build_time_tools+set}" = set; then :
9923 withval=$with_build_time_tools; case x"$withval" in
9926 with_build_time_tools=
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9928 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9932 with_build_time_tools=
9938 if test -n "$CC_FOR_TARGET"; then
9939 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9940 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9941 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9944 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9945 for ncn_progname in cc gcc; do
9946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9947 set dummy ${ncn_progname}; ac_word=$2
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9949 $as_echo_n "checking
for $ac_word...
" >&6; }
9950 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9951 $as_echo_n "(cached
) " >&6
9953 if test -n "$CC_FOR_TARGET"; then
9954 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9960 test -z "$as_dir" && as_dir=.
9961 for ac_exec_ext in '' $ac_executable_extensions; do
9962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9963 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9964 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9973 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9974 if test -n "$CC_FOR_TARGET"; then
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9976 $as_echo "$CC_FOR_TARGET" >&6; }
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9979 $as_echo "no
" >&6; }
9986 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9987 for ncn_progname in cc gcc; do
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9989 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9990 if test -x $with_build_time_tools/${ncn_progname}; then
9991 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9993 $as_echo "yes" >&6; }
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9997 $as_echo "no
" >&6; }
10002 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10003 for ncn_progname in cc gcc; do
10004 if test -n "$ncn_target_tool_prefix"; then
10005 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10006 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10008 $as_echo_n "checking
for $ac_word...
" >&6; }
10009 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10010 $as_echo_n "(cached
) " >&6
10012 if test -n "$CC_FOR_TARGET"; then
10013 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10016 for as_dir in $PATH
10019 test -z "$as_dir" && as_dir=.
10020 for ac_exec_ext in '' $ac_executable_extensions; do
10021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10022 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10023 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10032 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10033 if test -n "$CC_FOR_TARGET"; then
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
10035 $as_echo "$CC_FOR_TARGET" >&6; }
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10038 $as_echo "no
" >&6; }
10043 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10044 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10045 set dummy ${ncn_progname}; ac_word=$2
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10047 $as_echo_n "checking
for $ac_word...
" >&6; }
10048 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10049 $as_echo_n "(cached
) " >&6
10051 if test -n "$CC_FOR_TARGET"; then
10052 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10055 for as_dir in $PATH
10058 test -z "$as_dir" && as_dir=.
10059 for ac_exec_ext in '' $ac_executable_extensions; do
10060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10061 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10062 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10071 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10072 if test -n "$CC_FOR_TARGET"; then
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
10074 $as_echo "$CC_FOR_TARGET" >&6; }
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10077 $as_echo "no
" >&6; }
10082 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10086 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10088 if test $build = $target ; then
10091 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10094 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10099 if test -n "$CXX_FOR_TARGET"; then
10100 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10101 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10102 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10105 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10106 for ncn_progname in c++ g++ cxx gxx; do
10107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10108 set dummy ${ncn_progname}; ac_word=$2
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10110 $as_echo_n "checking
for $ac_word...
" >&6; }
10111 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10112 $as_echo_n "(cached
) " >&6
10114 if test -n "$CXX_FOR_TARGET"; then
10115 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10118 for as_dir in $PATH
10121 test -z "$as_dir" && as_dir=.
10122 for ac_exec_ext in '' $ac_executable_extensions; do
10123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10124 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10125 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10134 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10135 if test -n "$CXX_FOR_TARGET"; then
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10137 $as_echo "$CXX_FOR_TARGET" >&6; }
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10140 $as_echo "no
" >&6; }
10147 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10148 for ncn_progname in c++ g++ cxx gxx; do
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10150 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10151 if test -x $with_build_time_tools/${ncn_progname}; then
10152 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10154 $as_echo "yes" >&6; }
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10158 $as_echo "no
" >&6; }
10163 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10164 for ncn_progname in c++ g++ cxx gxx; do
10165 if test -n "$ncn_target_tool_prefix"; then
10166 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10167 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10169 $as_echo_n "checking
for $ac_word...
" >&6; }
10170 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10171 $as_echo_n "(cached
) " >&6
10173 if test -n "$CXX_FOR_TARGET"; then
10174 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10177 for as_dir in $PATH
10180 test -z "$as_dir" && as_dir=.
10181 for ac_exec_ext in '' $ac_executable_extensions; do
10182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10183 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10184 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10193 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10194 if test -n "$CXX_FOR_TARGET"; then
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10196 $as_echo "$CXX_FOR_TARGET" >&6; }
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10199 $as_echo "no
" >&6; }
10204 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10206 set dummy ${ncn_progname}; ac_word=$2
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10208 $as_echo_n "checking
for $ac_word...
" >&6; }
10209 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10210 $as_echo_n "(cached
) " >&6
10212 if test -n "$CXX_FOR_TARGET"; then
10213 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10216 for as_dir in $PATH
10219 test -z "$as_dir" && as_dir=.
10220 for ac_exec_ext in '' $ac_executable_extensions; do
10221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10222 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10223 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10232 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10233 if test -n "$CXX_FOR_TARGET"; then
10234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10235 $as_echo "$CXX_FOR_TARGET" >&6; }
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10238 $as_echo "no
" >&6; }
10243 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10247 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10248 set dummy c++ g++ cxx gxx
10249 if test $build = $target ; then
10250 CXX_FOR_TARGET="$2"
10252 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10255 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10260 if test -n "$GCC_FOR_TARGET"; then
10261 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10262 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10263 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10266 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10267 for ncn_progname in gcc; do
10268 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10269 set dummy ${ncn_progname}; ac_word=$2
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10271 $as_echo_n "checking
for $ac_word...
" >&6; }
10272 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10273 $as_echo_n "(cached
) " >&6
10275 if test -n "$GCC_FOR_TARGET"; then
10276 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10279 for as_dir in $PATH
10282 test -z "$as_dir" && as_dir=.
10283 for ac_exec_ext in '' $ac_executable_extensions; do
10284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10285 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10286 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10295 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10296 if test -n "$GCC_FOR_TARGET"; then
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10298 $as_echo "$GCC_FOR_TARGET" >&6; }
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10301 $as_echo "no
" >&6; }
10308 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10309 for ncn_progname in gcc; do
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10311 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10312 if test -x $with_build_time_tools/${ncn_progname}; then
10313 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10315 $as_echo "yes" >&6; }
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10319 $as_echo "no
" >&6; }
10324 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10325 for ncn_progname in gcc; do
10326 if test -n "$ncn_target_tool_prefix"; then
10327 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10328 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10330 $as_echo_n "checking
for $ac_word...
" >&6; }
10331 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10332 $as_echo_n "(cached
) " >&6
10334 if test -n "$GCC_FOR_TARGET"; then
10335 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10338 for as_dir in $PATH
10341 test -z "$as_dir" && as_dir=.
10342 for ac_exec_ext in '' $ac_executable_extensions; do
10343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10344 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10345 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10354 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10355 if test -n "$GCC_FOR_TARGET"; then
10356 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10357 $as_echo "$GCC_FOR_TARGET" >&6; }
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10360 $as_echo "no
" >&6; }
10365 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10366 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10367 set dummy ${ncn_progname}; ac_word=$2
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10369 $as_echo_n "checking
for $ac_word...
" >&6; }
10370 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10371 $as_echo_n "(cached
) " >&6
10373 if test -n "$GCC_FOR_TARGET"; then
10374 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10377 for as_dir in $PATH
10380 test -z "$as_dir" && as_dir=.
10381 for ac_exec_ext in '' $ac_executable_extensions; do
10382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10383 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10384 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10393 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10394 if test -n "$GCC_FOR_TARGET"; then
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10396 $as_echo "$GCC_FOR_TARGET" >&6; }
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10399 $as_echo "no
" >&6; }
10404 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10408 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10409 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10411 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10416 if test -n "$GCJ_FOR_TARGET"; then
10417 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10418 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10419 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10422 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10423 for ncn_progname in gcj; do
10424 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10425 set dummy ${ncn_progname}; ac_word=$2
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10427 $as_echo_n "checking
for $ac_word...
" >&6; }
10428 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10429 $as_echo_n "(cached
) " >&6
10431 if test -n "$GCJ_FOR_TARGET"; then
10432 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10435 for as_dir in $PATH
10438 test -z "$as_dir" && as_dir=.
10439 for ac_exec_ext in '' $ac_executable_extensions; do
10440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10441 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10442 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10451 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10452 if test -n "$GCJ_FOR_TARGET"; then
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10454 $as_echo "$GCJ_FOR_TARGET" >&6; }
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10457 $as_echo "no
" >&6; }
10464 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10465 for ncn_progname in gcj; do
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10467 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10468 if test -x $with_build_time_tools/${ncn_progname}; then
10469 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10471 $as_echo "yes" >&6; }
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10475 $as_echo "no
" >&6; }
10480 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10481 for ncn_progname in gcj; do
10482 if test -n "$ncn_target_tool_prefix"; then
10483 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10484 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10486 $as_echo_n "checking
for $ac_word...
" >&6; }
10487 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10488 $as_echo_n "(cached
) " >&6
10490 if test -n "$GCJ_FOR_TARGET"; then
10491 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10494 for as_dir in $PATH
10497 test -z "$as_dir" && as_dir=.
10498 for ac_exec_ext in '' $ac_executable_extensions; do
10499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10500 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10501 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10510 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10511 if test -n "$GCJ_FOR_TARGET"; then
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10513 $as_echo "$GCJ_FOR_TARGET" >&6; }
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10516 $as_echo "no
" >&6; }
10521 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10523 set dummy ${ncn_progname}; ac_word=$2
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10525 $as_echo_n "checking
for $ac_word...
" >&6; }
10526 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10527 $as_echo_n "(cached
) " >&6
10529 if test -n "$GCJ_FOR_TARGET"; then
10530 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10533 for as_dir in $PATH
10536 test -z "$as_dir" && as_dir=.
10537 for ac_exec_ext in '' $ac_executable_extensions; do
10538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10539 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10540 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10549 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10550 if test -n "$GCJ_FOR_TARGET"; then
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10552 $as_echo "$GCJ_FOR_TARGET" >&6; }
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10555 $as_echo "no
" >&6; }
10560 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10564 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10566 if test $build = $target ; then
10567 GCJ_FOR_TARGET="$2"
10569 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10572 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10577 if test -n "$GFORTRAN_FOR_TARGET"; then
10578 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10579 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10580 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10583 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10584 for ncn_progname in gfortran; do
10585 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10586 set dummy ${ncn_progname}; ac_word=$2
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10588 $as_echo_n "checking
for $ac_word...
" >&6; }
10589 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10590 $as_echo_n "(cached
) " >&6
10592 if test -n "$GFORTRAN_FOR_TARGET"; then
10593 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10596 for as_dir in $PATH
10599 test -z "$as_dir" && as_dir=.
10600 for ac_exec_ext in '' $ac_executable_extensions; do
10601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10602 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10603 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10612 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10613 if test -n "$GFORTRAN_FOR_TARGET"; then
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10615 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10618 $as_echo "no
" >&6; }
10625 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10626 for ncn_progname in gfortran; do
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10628 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10629 if test -x $with_build_time_tools/${ncn_progname}; then
10630 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10632 $as_echo "yes" >&6; }
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10636 $as_echo "no
" >&6; }
10641 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10642 for ncn_progname in gfortran; do
10643 if test -n "$ncn_target_tool_prefix"; then
10644 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10645 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10647 $as_echo_n "checking
for $ac_word...
" >&6; }
10648 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10649 $as_echo_n "(cached
) " >&6
10651 if test -n "$GFORTRAN_FOR_TARGET"; then
10652 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10655 for as_dir in $PATH
10658 test -z "$as_dir" && as_dir=.
10659 for ac_exec_ext in '' $ac_executable_extensions; do
10660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10661 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10662 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10671 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10672 if test -n "$GFORTRAN_FOR_TARGET"; then
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10674 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10677 $as_echo "no
" >&6; }
10682 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10683 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10684 set dummy ${ncn_progname}; ac_word=$2
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10686 $as_echo_n "checking
for $ac_word...
" >&6; }
10687 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10688 $as_echo_n "(cached
) " >&6
10690 if test -n "$GFORTRAN_FOR_TARGET"; then
10691 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10694 for as_dir in $PATH
10697 test -z "$as_dir" && as_dir=.
10698 for ac_exec_ext in '' $ac_executable_extensions; do
10699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10700 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10701 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10710 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10711 if test -n "$GFORTRAN_FOR_TARGET"; then
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10713 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10716 $as_echo "no
" >&6; }
10721 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10725 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10727 if test $build = $target ; then
10728 GFORTRAN_FOR_TARGET="$2"
10730 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10733 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10738 if test -n "$GOC_FOR_TARGET"; then
10739 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10740 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10741 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10744 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10745 for ncn_progname in gccgo; do
10746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10747 set dummy ${ncn_progname}; ac_word=$2
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10749 $as_echo_n "checking
for $ac_word...
" >&6; }
10750 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10751 $as_echo_n "(cached
) " >&6
10753 if test -n "$GOC_FOR_TARGET"; then
10754 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10757 for as_dir in $PATH
10760 test -z "$as_dir" && as_dir=.
10761 for ac_exec_ext in '' $ac_executable_extensions; do
10762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10763 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10764 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10773 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10774 if test -n "$GOC_FOR_TARGET"; then
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10776 $as_echo "$GOC_FOR_TARGET" >&6; }
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10779 $as_echo "no
" >&6; }
10786 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10787 for ncn_progname in gccgo; do
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10789 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10790 if test -x $with_build_time_tools/${ncn_progname}; then
10791 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10793 $as_echo "yes" >&6; }
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10797 $as_echo "no
" >&6; }
10802 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10803 for ncn_progname in gccgo; do
10804 if test -n "$ncn_target_tool_prefix"; then
10805 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10806 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10808 $as_echo_n "checking
for $ac_word...
" >&6; }
10809 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10810 $as_echo_n "(cached
) " >&6
10812 if test -n "$GOC_FOR_TARGET"; then
10813 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10816 for as_dir in $PATH
10819 test -z "$as_dir" && as_dir=.
10820 for ac_exec_ext in '' $ac_executable_extensions; do
10821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10822 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10823 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10832 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10833 if test -n "$GOC_FOR_TARGET"; then
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10835 $as_echo "$GOC_FOR_TARGET" >&6; }
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10838 $as_echo "no
" >&6; }
10843 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10844 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10845 set dummy ${ncn_progname}; ac_word=$2
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10847 $as_echo_n "checking
for $ac_word...
" >&6; }
10848 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10849 $as_echo_n "(cached
) " >&6
10851 if test -n "$GOC_FOR_TARGET"; then
10852 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10855 for as_dir in $PATH
10858 test -z "$as_dir" && as_dir=.
10859 for ac_exec_ext in '' $ac_executable_extensions; do
10860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10861 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10862 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10871 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10872 if test -n "$GOC_FOR_TARGET"; then
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10874 $as_echo "$GOC_FOR_TARGET" >&6; }
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10877 $as_echo "no
" >&6; }
10882 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10886 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10888 if test $build = $target ; then
10889 GOC_FOR_TARGET="$2"
10891 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10894 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10899 cat > conftest.c << \EOF
10904 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10905 have_gcc_for_target=yes
10907 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10908 have_gcc_for_target=no
10915 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10916 if test -n "$with_build_time_tools"; then
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10918 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10919 if test -x $with_build_time_tools/ar; then
10920 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10921 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10923 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10926 $as_echo "no
" >&6; }
10928 elif test $build != $host && test $have_gcc_for_target = yes; then
10929 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10930 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10931 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10934 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10935 # Extract the first word of "ar", so it can be a program name with args.
10936 set dummy ar; ac_word=$2
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10938 $as_echo_n "checking
for $ac_word...
" >&6; }
10939 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10940 $as_echo_n "(cached
) " >&6
10942 case $AR_FOR_TARGET in
10944 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10948 for as_dir in $gcc_cv_tool_dirs
10951 test -z "$as_dir" && as_dir=.
10952 for ac_exec_ext in '' $ac_executable_extensions; do
10953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10954 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10955 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10965 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10966 if test -n "$AR_FOR_TARGET"; then
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10968 $as_echo "$AR_FOR_TARGET" >&6; }
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10971 $as_echo "no
" >&6; }
10976 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10979 if test -n "$AR_FOR_TARGET"; then
10980 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10981 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10982 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10985 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10986 for ncn_progname in ar; do
10987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10988 set dummy ${ncn_progname}; ac_word=$2
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10990 $as_echo_n "checking
for $ac_word...
" >&6; }
10991 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10992 $as_echo_n "(cached
) " >&6
10994 if test -n "$AR_FOR_TARGET"; then
10995 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10998 for as_dir in $PATH
11001 test -z "$as_dir" && as_dir=.
11002 for ac_exec_ext in '' $ac_executable_extensions; do
11003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11004 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11005 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11014 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11015 if test -n "$AR_FOR_TARGET"; then
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11017 $as_echo "$AR_FOR_TARGET" >&6; }
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11020 $as_echo "no
" >&6; }
11027 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
11028 for ncn_progname in ar; do
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11030 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11031 if test -x $with_build_time_tools/${ncn_progname}; then
11032 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11034 $as_echo "yes" >&6; }
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11038 $as_echo "no
" >&6; }
11043 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11044 for ncn_progname in ar; do
11045 if test -n "$ncn_target_tool_prefix"; then
11046 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11047 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11049 $as_echo_n "checking
for $ac_word...
" >&6; }
11050 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11051 $as_echo_n "(cached
) " >&6
11053 if test -n "$AR_FOR_TARGET"; then
11054 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11057 for as_dir in $PATH
11060 test -z "$as_dir" && as_dir=.
11061 for ac_exec_ext in '' $ac_executable_extensions; do
11062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11063 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11064 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11073 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11074 if test -n "$AR_FOR_TARGET"; then
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11076 $as_echo "$AR_FOR_TARGET" >&6; }
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11079 $as_echo "no
" >&6; }
11084 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11086 set dummy ${ncn_progname}; ac_word=$2
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11088 $as_echo_n "checking
for $ac_word...
" >&6; }
11089 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11090 $as_echo_n "(cached
) " >&6
11092 if test -n "$AR_FOR_TARGET"; then
11093 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11096 for as_dir in $PATH
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_prog_AR_FOR_TARGET="${ncn_progname}"
11103 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11112 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11113 if test -n "$AR_FOR_TARGET"; then
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11115 $as_echo "$AR_FOR_TARGET" >&6; }
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11118 $as_echo "no
" >&6; }
11123 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11127 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11129 if test $build = $target ; then
11132 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11135 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11139 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11145 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11146 if test -n "$with_build_time_tools"; then
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
11148 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
11149 if test -x $with_build_time_tools/as; then
11150 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11151 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
11153 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11156 $as_echo "no
" >&6; }
11158 elif test $build != $host && test $have_gcc_for_target = yes; then
11159 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11160 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11161 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11164 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11165 # Extract the first word of "as
", so it can be a program name with args.
11166 set dummy as; ac_word=$2
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11168 $as_echo_n "checking
for $ac_word...
" >&6; }
11169 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11170 $as_echo_n "(cached
) " >&6
11172 case $AS_FOR_TARGET in
11174 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11178 for as_dir in $gcc_cv_tool_dirs
11181 test -z "$as_dir" && as_dir=.
11182 for ac_exec_ext in '' $ac_executable_extensions; do
11183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11184 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11185 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11195 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11196 if test -n "$AS_FOR_TARGET"; then
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11198 $as_echo "$AS_FOR_TARGET" >&6; }
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11201 $as_echo "no
" >&6; }
11206 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11209 if test -n "$AS_FOR_TARGET"; then
11210 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11211 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11212 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11215 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11216 for ncn_progname in as; do
11217 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11218 set dummy ${ncn_progname}; ac_word=$2
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11220 $as_echo_n "checking
for $ac_word...
" >&6; }
11221 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11222 $as_echo_n "(cached
) " >&6
11224 if test -n "$AS_FOR_TARGET"; then
11225 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11228 for as_dir in $PATH
11231 test -z "$as_dir" && as_dir=.
11232 for ac_exec_ext in '' $ac_executable_extensions; do
11233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11234 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11235 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11244 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11245 if test -n "$AS_FOR_TARGET"; then
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11247 $as_echo "$AS_FOR_TARGET" >&6; }
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11250 $as_echo "no
" >&6; }
11257 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11258 for ncn_progname in as; do
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11260 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11261 if test -x $with_build_time_tools/${ncn_progname}; then
11262 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11264 $as_echo "yes" >&6; }
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11268 $as_echo "no
" >&6; }
11273 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11274 for ncn_progname in as; do
11275 if test -n "$ncn_target_tool_prefix"; then
11276 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11277 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11279 $as_echo_n "checking
for $ac_word...
" >&6; }
11280 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11281 $as_echo_n "(cached
) " >&6
11283 if test -n "$AS_FOR_TARGET"; then
11284 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11287 for as_dir in $PATH
11290 test -z "$as_dir" && as_dir=.
11291 for ac_exec_ext in '' $ac_executable_extensions; do
11292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11293 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11294 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11303 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11304 if test -n "$AS_FOR_TARGET"; then
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11306 $as_echo "$AS_FOR_TARGET" >&6; }
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11309 $as_echo "no
" >&6; }
11314 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11315 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11316 set dummy ${ncn_progname}; ac_word=$2
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11318 $as_echo_n "checking
for $ac_word...
" >&6; }
11319 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11320 $as_echo_n "(cached
) " >&6
11322 if test -n "$AS_FOR_TARGET"; then
11323 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11326 for as_dir in $PATH
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_prog_AS_FOR_TARGET="${ncn_progname}"
11333 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11342 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11343 if test -n "$AS_FOR_TARGET"; then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11345 $as_echo "$AS_FOR_TARGET" >&6; }
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11348 $as_echo "no
" >&6; }
11353 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11357 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11359 if test $build = $target ; then
11362 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11365 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11369 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11375 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11376 if test -n "$with_build_time_tools"; then
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
11378 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
11379 if test -x $with_build_time_tools/dlltool; then
11380 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11381 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11383 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11386 $as_echo "no
" >&6; }
11388 elif test $build != $host && test $have_gcc_for_target = yes; then
11389 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11390 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11391 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11394 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11395 # Extract the first word of "dlltool
", so it can be a program name with args.
11396 set dummy dlltool; ac_word=$2
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11398 $as_echo_n "checking
for $ac_word...
" >&6; }
11399 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11400 $as_echo_n "(cached
) " >&6
11402 case $DLLTOOL_FOR_TARGET in
11404 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11408 for as_dir in $gcc_cv_tool_dirs
11411 test -z "$as_dir" && as_dir=.
11412 for ac_exec_ext in '' $ac_executable_extensions; do
11413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11414 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11415 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11425 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11426 if test -n "$DLLTOOL_FOR_TARGET"; then
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11428 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11431 $as_echo "no
" >&6; }
11436 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11439 if test -n "$DLLTOOL_FOR_TARGET"; then
11440 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11441 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11442 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11445 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11446 for ncn_progname in dlltool; do
11447 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11448 set dummy ${ncn_progname}; ac_word=$2
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11450 $as_echo_n "checking
for $ac_word...
" >&6; }
11451 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11452 $as_echo_n "(cached
) " >&6
11454 if test -n "$DLLTOOL_FOR_TARGET"; then
11455 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11458 for as_dir in $PATH
11461 test -z "$as_dir" && as_dir=.
11462 for ac_exec_ext in '' $ac_executable_extensions; do
11463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11464 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11465 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11474 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11475 if test -n "$DLLTOOL_FOR_TARGET"; then
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11477 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11480 $as_echo "no
" >&6; }
11487 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11488 for ncn_progname in dlltool; do
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11490 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11491 if test -x $with_build_time_tools/${ncn_progname}; then
11492 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11494 $as_echo "yes" >&6; }
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11498 $as_echo "no
" >&6; }
11503 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11504 for ncn_progname in dlltool; do
11505 if test -n "$ncn_target_tool_prefix"; then
11506 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11507 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11509 $as_echo_n "checking
for $ac_word...
" >&6; }
11510 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11511 $as_echo_n "(cached
) " >&6
11513 if test -n "$DLLTOOL_FOR_TARGET"; then
11514 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11517 for as_dir in $PATH
11520 test -z "$as_dir" && as_dir=.
11521 for ac_exec_ext in '' $ac_executable_extensions; do
11522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11523 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11524 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11533 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11534 if test -n "$DLLTOOL_FOR_TARGET"; then
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11536 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11539 $as_echo "no
" >&6; }
11544 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11546 set dummy ${ncn_progname}; ac_word=$2
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11548 $as_echo_n "checking
for $ac_word...
" >&6; }
11549 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11550 $as_echo_n "(cached
) " >&6
11552 if test -n "$DLLTOOL_FOR_TARGET"; then
11553 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11556 for as_dir in $PATH
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_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11563 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11572 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11573 if test -n "$DLLTOOL_FOR_TARGET"; then
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11575 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11578 $as_echo "no
" >&6; }
11583 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11587 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11589 if test $build = $target ; then
11590 DLLTOOL_FOR_TARGET="$2"
11592 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11595 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11599 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11605 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11606 if test -n "$with_build_time_tools"; then
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
11608 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
11609 if test -x $with_build_time_tools/ld; then
11610 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11611 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
11613 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11616 $as_echo "no
" >&6; }
11618 elif test $build != $host && test $have_gcc_for_target = yes; then
11619 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11620 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11621 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11624 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11625 # Extract the first word of "ld
", so it can be a program name with args.
11626 set dummy ld; ac_word=$2
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11628 $as_echo_n "checking
for $ac_word...
" >&6; }
11629 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11630 $as_echo_n "(cached
) " >&6
11632 case $LD_FOR_TARGET in
11634 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11638 for as_dir in $gcc_cv_tool_dirs
11641 test -z "$as_dir" && as_dir=.
11642 for ac_exec_ext in '' $ac_executable_extensions; do
11643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11644 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11645 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11655 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11656 if test -n "$LD_FOR_TARGET"; then
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11658 $as_echo "$LD_FOR_TARGET" >&6; }
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11661 $as_echo "no
" >&6; }
11666 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11669 if test -n "$LD_FOR_TARGET"; then
11670 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11671 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11672 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11675 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11676 for ncn_progname in ld; do
11677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11678 set dummy ${ncn_progname}; ac_word=$2
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11680 $as_echo_n "checking
for $ac_word...
" >&6; }
11681 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11682 $as_echo_n "(cached
) " >&6
11684 if test -n "$LD_FOR_TARGET"; then
11685 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11688 for as_dir in $PATH
11691 test -z "$as_dir" && as_dir=.
11692 for ac_exec_ext in '' $ac_executable_extensions; do
11693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11694 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11695 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11704 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11705 if test -n "$LD_FOR_TARGET"; then
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11707 $as_echo "$LD_FOR_TARGET" >&6; }
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11710 $as_echo "no
" >&6; }
11717 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11718 for ncn_progname in ld; do
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11720 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11721 if test -x $with_build_time_tools/${ncn_progname}; then
11722 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11724 $as_echo "yes" >&6; }
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11728 $as_echo "no
" >&6; }
11733 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11734 for ncn_progname in ld; do
11735 if test -n "$ncn_target_tool_prefix"; then
11736 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11737 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11739 $as_echo_n "checking
for $ac_word...
" >&6; }
11740 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11741 $as_echo_n "(cached
) " >&6
11743 if test -n "$LD_FOR_TARGET"; then
11744 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11747 for as_dir in $PATH
11750 test -z "$as_dir" && as_dir=.
11751 for ac_exec_ext in '' $ac_executable_extensions; do
11752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11753 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11754 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11763 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11764 if test -n "$LD_FOR_TARGET"; then
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11766 $as_echo "$LD_FOR_TARGET" >&6; }
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11769 $as_echo "no
" >&6; }
11774 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11775 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11776 set dummy ${ncn_progname}; ac_word=$2
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11778 $as_echo_n "checking
for $ac_word...
" >&6; }
11779 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11780 $as_echo_n "(cached
) " >&6
11782 if test -n "$LD_FOR_TARGET"; then
11783 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11786 for as_dir in $PATH
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_prog_LD_FOR_TARGET="${ncn_progname}"
11793 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11802 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11803 if test -n "$LD_FOR_TARGET"; then
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11805 $as_echo "$LD_FOR_TARGET" >&6; }
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11808 $as_echo "no
" >&6; }
11813 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11817 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11819 if test $build = $target ; then
11822 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11825 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11829 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11835 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11836 if test -n "$with_build_time_tools"; then
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
11838 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
11839 if test -x $with_build_time_tools/lipo; then
11840 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11841 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
11843 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11846 $as_echo "no
" >&6; }
11848 elif test $build != $host && test $have_gcc_for_target = yes; then
11849 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11850 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11851 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11854 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11855 # Extract the first word of "lipo
", so it can be a program name with args.
11856 set dummy lipo; ac_word=$2
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11858 $as_echo_n "checking
for $ac_word...
" >&6; }
11859 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11860 $as_echo_n "(cached
) " >&6
11862 case $LIPO_FOR_TARGET in
11864 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11868 for as_dir in $gcc_cv_tool_dirs
11871 test -z "$as_dir" && as_dir=.
11872 for ac_exec_ext in '' $ac_executable_extensions; do
11873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11874 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11875 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11885 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11886 if test -n "$LIPO_FOR_TARGET"; then
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11888 $as_echo "$LIPO_FOR_TARGET" >&6; }
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11891 $as_echo "no
" >&6; }
11896 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11899 if test -n "$LIPO_FOR_TARGET"; then
11900 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11901 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11902 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11905 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11906 for ncn_progname in lipo; do
11907 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11908 set dummy ${ncn_progname}; ac_word=$2
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11910 $as_echo_n "checking
for $ac_word...
" >&6; }
11911 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11912 $as_echo_n "(cached
) " >&6
11914 if test -n "$LIPO_FOR_TARGET"; then
11915 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11918 for as_dir in $PATH
11921 test -z "$as_dir" && as_dir=.
11922 for ac_exec_ext in '' $ac_executable_extensions; do
11923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11924 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11925 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11934 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11935 if test -n "$LIPO_FOR_TARGET"; then
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11937 $as_echo "$LIPO_FOR_TARGET" >&6; }
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11940 $as_echo "no
" >&6; }
11947 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11948 for ncn_progname in lipo; do
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11950 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11951 if test -x $with_build_time_tools/${ncn_progname}; then
11952 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11954 $as_echo "yes" >&6; }
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11958 $as_echo "no
" >&6; }
11963 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11964 for ncn_progname in lipo; do
11965 if test -n "$ncn_target_tool_prefix"; then
11966 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11967 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11969 $as_echo_n "checking
for $ac_word...
" >&6; }
11970 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11971 $as_echo_n "(cached
) " >&6
11973 if test -n "$LIPO_FOR_TARGET"; then
11974 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11977 for as_dir in $PATH
11980 test -z "$as_dir" && as_dir=.
11981 for ac_exec_ext in '' $ac_executable_extensions; do
11982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11983 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11984 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11993 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11994 if test -n "$LIPO_FOR_TARGET"; then
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11996 $as_echo "$LIPO_FOR_TARGET" >&6; }
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11999 $as_echo "no
" >&6; }
12004 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12006 set dummy ${ncn_progname}; ac_word=$2
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12008 $as_echo_n "checking
for $ac_word...
" >&6; }
12009 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12010 $as_echo_n "(cached
) " >&6
12012 if test -n "$LIPO_FOR_TARGET"; then
12013 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12016 for as_dir in $PATH
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_prog_LIPO_FOR_TARGET="${ncn_progname}"
12023 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12032 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12033 if test -n "$LIPO_FOR_TARGET"; then
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
12035 $as_echo "$LIPO_FOR_TARGET" >&6; }
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12038 $as_echo "no
" >&6; }
12043 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12047 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12049 if test $build = $target ; then
12050 LIPO_FOR_TARGET="$2"
12052 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12055 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
12059 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12065 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12066 if test -n "$with_build_time_tools"; then
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
12068 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
12069 if test -x $with_build_time_tools/nm; then
12070 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12071 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
12073 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12076 $as_echo "no
" >&6; }
12078 elif test $build != $host && test $have_gcc_for_target = yes; then
12079 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12080 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12081 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12084 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12085 # Extract the first word of "nm
", so it can be a program name with args.
12086 set dummy nm; ac_word=$2
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12088 $as_echo_n "checking
for $ac_word...
" >&6; }
12089 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12090 $as_echo_n "(cached
) " >&6
12092 case $NM_FOR_TARGET in
12094 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12098 for as_dir in $gcc_cv_tool_dirs
12101 test -z "$as_dir" && as_dir=.
12102 for ac_exec_ext in '' $ac_executable_extensions; do
12103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12104 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12105 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12115 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12116 if test -n "$NM_FOR_TARGET"; then
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12118 $as_echo "$NM_FOR_TARGET" >&6; }
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12121 $as_echo "no
" >&6; }
12126 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12129 if test -n "$NM_FOR_TARGET"; then
12130 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12131 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12132 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12135 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12136 for ncn_progname in nm; do
12137 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12138 set dummy ${ncn_progname}; ac_word=$2
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12140 $as_echo_n "checking
for $ac_word...
" >&6; }
12141 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12142 $as_echo_n "(cached
) " >&6
12144 if test -n "$NM_FOR_TARGET"; then
12145 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12148 for as_dir in $PATH
12151 test -z "$as_dir" && as_dir=.
12152 for ac_exec_ext in '' $ac_executable_extensions; do
12153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12154 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12155 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12164 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12165 if test -n "$NM_FOR_TARGET"; then
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12167 $as_echo "$NM_FOR_TARGET" >&6; }
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12170 $as_echo "no
" >&6; }
12177 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12178 for ncn_progname in nm; do
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12180 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12181 if test -x $with_build_time_tools/${ncn_progname}; then
12182 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12184 $as_echo "yes" >&6; }
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12188 $as_echo "no
" >&6; }
12193 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12194 for ncn_progname in nm; do
12195 if test -n "$ncn_target_tool_prefix"; then
12196 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12197 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12199 $as_echo_n "checking
for $ac_word...
" >&6; }
12200 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12201 $as_echo_n "(cached
) " >&6
12203 if test -n "$NM_FOR_TARGET"; then
12204 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12207 for as_dir in $PATH
12210 test -z "$as_dir" && as_dir=.
12211 for ac_exec_ext in '' $ac_executable_extensions; do
12212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12213 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12214 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12223 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12224 if test -n "$NM_FOR_TARGET"; then
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12226 $as_echo "$NM_FOR_TARGET" >&6; }
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12229 $as_echo "no
" >&6; }
12234 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12236 set dummy ${ncn_progname}; ac_word=$2
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12238 $as_echo_n "checking
for $ac_word...
" >&6; }
12239 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12240 $as_echo_n "(cached
) " >&6
12242 if test -n "$NM_FOR_TARGET"; then
12243 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246 for as_dir in $PATH
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_prog_NM_FOR_TARGET="${ncn_progname}"
12253 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12262 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12263 if test -n "$NM_FOR_TARGET"; then
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12265 $as_echo "$NM_FOR_TARGET" >&6; }
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12268 $as_echo "no
" >&6; }
12273 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12277 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12279 if test $build = $target ; then
12282 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12285 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12289 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12295 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12296 if test -n "$with_build_time_tools"; then
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objcopy
in $with_build_time_tools" >&5
12298 $as_echo_n "checking
for objcopy
in $with_build_time_tools...
" >&6; }
12299 if test -x $with_build_time_tools/objcopy; then
12300 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12301 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12303 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12306 $as_echo "no
" >&6; }
12308 elif test $build != $host && test $have_gcc_for_target = yes; then
12309 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12310 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12311 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12314 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12315 # Extract the first word of "objcopy
", so it can be a program name with args.
12316 set dummy objcopy; ac_word=$2
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12318 $as_echo_n "checking
for $ac_word...
" >&6; }
12319 if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12320 $as_echo_n "(cached
) " >&6
12322 case $OBJCOPY_FOR_TARGET in
12324 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12328 for as_dir in $gcc_cv_tool_dirs
12331 test -z "$as_dir" && as_dir=.
12332 for ac_exec_ext in '' $ac_executable_extensions; do
12333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12334 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12335 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12345 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12346 if test -n "$OBJCOPY_FOR_TARGET"; then
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12348 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12351 $as_echo "no
" >&6; }
12356 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12359 if test -n "$OBJCOPY_FOR_TARGET"; then
12360 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12361 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12362 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12365 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12366 for ncn_progname in objcopy; do
12367 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12368 set dummy ${ncn_progname}; ac_word=$2
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12370 $as_echo_n "checking
for $ac_word...
" >&6; }
12371 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12372 $as_echo_n "(cached
) " >&6
12374 if test -n "$OBJCOPY_FOR_TARGET"; then
12375 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12378 for as_dir in $PATH
12381 test -z "$as_dir" && as_dir=.
12382 for ac_exec_ext in '' $ac_executable_extensions; do
12383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12384 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12385 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12394 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12395 if test -n "$OBJCOPY_FOR_TARGET"; then
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12397 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12400 $as_echo "no
" >&6; }
12407 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12408 for ncn_progname in objcopy; do
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12410 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12411 if test -x $with_build_time_tools/${ncn_progname}; then
12412 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12414 $as_echo "yes" >&6; }
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12418 $as_echo "no
" >&6; }
12423 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12424 for ncn_progname in objcopy; do
12425 if test -n "$ncn_target_tool_prefix"; then
12426 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12427 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12429 $as_echo_n "checking
for $ac_word...
" >&6; }
12430 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12431 $as_echo_n "(cached
) " >&6
12433 if test -n "$OBJCOPY_FOR_TARGET"; then
12434 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12437 for as_dir in $PATH
12440 test -z "$as_dir" && as_dir=.
12441 for ac_exec_ext in '' $ac_executable_extensions; do
12442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12443 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12444 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12453 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12454 if test -n "$OBJCOPY_FOR_TARGET"; then
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12456 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12459 $as_echo "no
" >&6; }
12464 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12465 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12466 set dummy ${ncn_progname}; ac_word=$2
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12468 $as_echo_n "checking
for $ac_word...
" >&6; }
12469 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12470 $as_echo_n "(cached
) " >&6
12472 if test -n "$OBJCOPY_FOR_TARGET"; then
12473 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12476 for as_dir in $PATH
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_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12483 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12492 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12493 if test -n "$OBJCOPY_FOR_TARGET"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12495 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12498 $as_echo "no
" >&6; }
12503 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12507 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12509 if test $build = $target ; then
12510 OBJCOPY_FOR_TARGET="$2"
12512 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12515 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12519 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12525 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12526 if test -n "$with_build_time_tools"; then
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
12528 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
12529 if test -x $with_build_time_tools/objdump; then
12530 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12531 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12533 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12536 $as_echo "no
" >&6; }
12538 elif test $build != $host && test $have_gcc_for_target = yes; then
12539 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12540 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12541 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12544 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12545 # Extract the first word of "objdump
", so it can be a program name with args.
12546 set dummy objdump; ac_word=$2
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12548 $as_echo_n "checking
for $ac_word...
" >&6; }
12549 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12550 $as_echo_n "(cached
) " >&6
12552 case $OBJDUMP_FOR_TARGET in
12554 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12558 for as_dir in $gcc_cv_tool_dirs
12561 test -z "$as_dir" && as_dir=.
12562 for ac_exec_ext in '' $ac_executable_extensions; do
12563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12564 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12565 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12575 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12576 if test -n "$OBJDUMP_FOR_TARGET"; then
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12578 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12581 $as_echo "no
" >&6; }
12586 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12589 if test -n "$OBJDUMP_FOR_TARGET"; then
12590 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12591 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12592 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12595 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12596 for ncn_progname in objdump; do
12597 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12598 set dummy ${ncn_progname}; ac_word=$2
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12600 $as_echo_n "checking
for $ac_word...
" >&6; }
12601 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12602 $as_echo_n "(cached
) " >&6
12604 if test -n "$OBJDUMP_FOR_TARGET"; then
12605 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12608 for as_dir in $PATH
12611 test -z "$as_dir" && as_dir=.
12612 for ac_exec_ext in '' $ac_executable_extensions; do
12613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12614 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12615 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12624 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12625 if test -n "$OBJDUMP_FOR_TARGET"; then
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12627 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12630 $as_echo "no
" >&6; }
12637 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12638 for ncn_progname in objdump; do
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12640 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12641 if test -x $with_build_time_tools/${ncn_progname}; then
12642 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12644 $as_echo "yes" >&6; }
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12648 $as_echo "no
" >&6; }
12653 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12654 for ncn_progname in objdump; do
12655 if test -n "$ncn_target_tool_prefix"; then
12656 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12657 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12659 $as_echo_n "checking
for $ac_word...
" >&6; }
12660 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12661 $as_echo_n "(cached
) " >&6
12663 if test -n "$OBJDUMP_FOR_TARGET"; then
12664 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12667 for as_dir in $PATH
12670 test -z "$as_dir" && as_dir=.
12671 for ac_exec_ext in '' $ac_executable_extensions; do
12672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12673 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12674 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12683 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12684 if test -n "$OBJDUMP_FOR_TARGET"; then
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12686 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12689 $as_echo "no
" >&6; }
12694 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12695 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12696 set dummy ${ncn_progname}; ac_word=$2
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12698 $as_echo_n "checking
for $ac_word...
" >&6; }
12699 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12700 $as_echo_n "(cached
) " >&6
12702 if test -n "$OBJDUMP_FOR_TARGET"; then
12703 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12706 for as_dir in $PATH
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_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12713 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12722 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12723 if test -n "$OBJDUMP_FOR_TARGET"; then
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12725 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12728 $as_echo "no
" >&6; }
12733 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12737 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12739 if test $build = $target ; then
12740 OBJDUMP_FOR_TARGET="$2"
12742 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12745 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12749 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12755 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12756 if test -n "$with_build_time_tools"; then
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
12758 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
12759 if test -x $with_build_time_tools/ranlib; then
12760 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12761 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12763 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12766 $as_echo "no
" >&6; }
12768 elif test $build != $host && test $have_gcc_for_target = yes; then
12769 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12770 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12771 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12774 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12775 # Extract the first word of "ranlib
", so it can be a program name with args.
12776 set dummy ranlib; ac_word=$2
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12778 $as_echo_n "checking
for $ac_word...
" >&6; }
12779 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12780 $as_echo_n "(cached
) " >&6
12782 case $RANLIB_FOR_TARGET in
12784 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12788 for as_dir in $gcc_cv_tool_dirs
12791 test -z "$as_dir" && as_dir=.
12792 for ac_exec_ext in '' $ac_executable_extensions; do
12793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12794 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12795 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12805 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12806 if test -n "$RANLIB_FOR_TARGET"; then
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12808 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12811 $as_echo "no
" >&6; }
12816 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12819 if test -n "$RANLIB_FOR_TARGET"; then
12820 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12821 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12822 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12825 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12826 for ncn_progname in ranlib; do
12827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12828 set dummy ${ncn_progname}; ac_word=$2
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12830 $as_echo_n "checking
for $ac_word...
" >&6; }
12831 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12832 $as_echo_n "(cached
) " >&6
12834 if test -n "$RANLIB_FOR_TARGET"; then
12835 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12838 for as_dir in $PATH
12841 test -z "$as_dir" && as_dir=.
12842 for ac_exec_ext in '' $ac_executable_extensions; do
12843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12844 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12845 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12854 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12855 if test -n "$RANLIB_FOR_TARGET"; then
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12857 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12860 $as_echo "no
" >&6; }
12867 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12868 for ncn_progname in ranlib; do
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12870 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12871 if test -x $with_build_time_tools/${ncn_progname}; then
12872 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12874 $as_echo "yes" >&6; }
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12878 $as_echo "no
" >&6; }
12883 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12884 for ncn_progname in ranlib; do
12885 if test -n "$ncn_target_tool_prefix"; then
12886 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12887 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12889 $as_echo_n "checking
for $ac_word...
" >&6; }
12890 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12891 $as_echo_n "(cached
) " >&6
12893 if test -n "$RANLIB_FOR_TARGET"; then
12894 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12897 for as_dir in $PATH
12900 test -z "$as_dir" && as_dir=.
12901 for ac_exec_ext in '' $ac_executable_extensions; do
12902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12903 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12904 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12913 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12914 if test -n "$RANLIB_FOR_TARGET"; then
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12916 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12919 $as_echo "no
" >&6; }
12924 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12925 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12926 set dummy ${ncn_progname}; ac_word=$2
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12928 $as_echo_n "checking
for $ac_word...
" >&6; }
12929 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12930 $as_echo_n "(cached
) " >&6
12932 if test -n "$RANLIB_FOR_TARGET"; then
12933 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12936 for as_dir in $PATH
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_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12943 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12952 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12953 if test -n "$RANLIB_FOR_TARGET"; then
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12955 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12958 $as_echo "no
" >&6; }
12963 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12967 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12969 if test $build = $target ; then
12970 RANLIB_FOR_TARGET="$2"
12972 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12975 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12979 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12985 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12986 if test -n "$with_build_time_tools"; then
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
12988 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
12989 if test -x $with_build_time_tools/readelf; then
12990 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12991 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
12993 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12996 $as_echo "no
" >&6; }
12998 elif test $build != $host && test $have_gcc_for_target = yes; then
12999 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
13000 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
13001 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13004 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13005 # Extract the first word of "readelf
", so it can be a program name with args.
13006 set dummy readelf; ac_word=$2
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13008 $as_echo_n "checking
for $ac_word...
" >&6; }
13009 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
13010 $as_echo_n "(cached
) " >&6
13012 case $READELF_FOR_TARGET in
13014 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
13017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13018 for as_dir in $gcc_cv_tool_dirs
13021 test -z "$as_dir" && as_dir=.
13022 for ac_exec_ext in '' $ac_executable_extensions; do
13023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13024 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13025 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13035 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13036 if test -n "$READELF_FOR_TARGET"; then
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13038 $as_echo "$READELF_FOR_TARGET" >&6; }
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13041 $as_echo "no
" >&6; }
13046 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13049 if test -n "$READELF_FOR_TARGET"; then
13050 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13051 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13052 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13055 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13056 for ncn_progname in readelf; do
13057 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13058 set dummy ${ncn_progname}; ac_word=$2
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13060 $as_echo_n "checking
for $ac_word...
" >&6; }
13061 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13062 $as_echo_n "(cached
) " >&6
13064 if test -n "$READELF_FOR_TARGET"; then
13065 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13068 for as_dir in $PATH
13071 test -z "$as_dir" && as_dir=.
13072 for ac_exec_ext in '' $ac_executable_extensions; do
13073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13074 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13075 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13084 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13085 if test -n "$READELF_FOR_TARGET"; then
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13087 $as_echo "$READELF_FOR_TARGET" >&6; }
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13090 $as_echo "no
" >&6; }
13097 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13098 for ncn_progname in readelf; do
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13100 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13101 if test -x $with_build_time_tools/${ncn_progname}; then
13102 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13104 $as_echo "yes" >&6; }
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13108 $as_echo "no
" >&6; }
13113 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13114 for ncn_progname in readelf; do
13115 if test -n "$ncn_target_tool_prefix"; then
13116 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13117 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13119 $as_echo_n "checking
for $ac_word...
" >&6; }
13120 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13121 $as_echo_n "(cached
) " >&6
13123 if test -n "$READELF_FOR_TARGET"; then
13124 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13127 for as_dir in $PATH
13130 test -z "$as_dir" && as_dir=.
13131 for ac_exec_ext in '' $ac_executable_extensions; do
13132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13133 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13134 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13143 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13144 if test -n "$READELF_FOR_TARGET"; then
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13146 $as_echo "$READELF_FOR_TARGET" >&6; }
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13149 $as_echo "no
" >&6; }
13154 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13156 set dummy ${ncn_progname}; ac_word=$2
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13158 $as_echo_n "checking
for $ac_word...
" >&6; }
13159 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13160 $as_echo_n "(cached
) " >&6
13162 if test -n "$READELF_FOR_TARGET"; then
13163 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13166 for as_dir in $PATH
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_prog_READELF_FOR_TARGET="${ncn_progname}"
13173 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13182 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13183 if test -n "$READELF_FOR_TARGET"; then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13185 $as_echo "$READELF_FOR_TARGET" >&6; }
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13188 $as_echo "no
" >&6; }
13193 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13197 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13199 if test $build = $target ; then
13200 READELF_FOR_TARGET="$2"
13202 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13205 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13209 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13215 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13216 if test -n "$with_build_time_tools"; then
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
13218 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
13219 if test -x $with_build_time_tools/strip; then
13220 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13221 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
13223 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13226 $as_echo "no
" >&6; }
13228 elif test $build != $host && test $have_gcc_for_target = yes; then
13229 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
13230 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13231 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13234 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13235 # Extract the first word of "strip
", so it can be a program name with args.
13236 set dummy strip; ac_word=$2
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13238 $as_echo_n "checking
for $ac_word...
" >&6; }
13239 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13240 $as_echo_n "(cached
) " >&6
13242 case $STRIP_FOR_TARGET in
13244 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13248 for as_dir in $gcc_cv_tool_dirs
13251 test -z "$as_dir" && as_dir=.
13252 for ac_exec_ext in '' $ac_executable_extensions; do
13253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13254 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13255 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13265 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13266 if test -n "$STRIP_FOR_TARGET"; then
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13268 $as_echo "$STRIP_FOR_TARGET" >&6; }
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13271 $as_echo "no
" >&6; }
13276 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13279 if test -n "$STRIP_FOR_TARGET"; then
13280 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13281 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13282 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13285 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13286 for ncn_progname in strip; do
13287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13288 set dummy ${ncn_progname}; ac_word=$2
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13290 $as_echo_n "checking
for $ac_word...
" >&6; }
13291 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13292 $as_echo_n "(cached
) " >&6
13294 if test -n "$STRIP_FOR_TARGET"; then
13295 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13298 for as_dir in $PATH
13301 test -z "$as_dir" && as_dir=.
13302 for ac_exec_ext in '' $ac_executable_extensions; do
13303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13304 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13305 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13314 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13315 if test -n "$STRIP_FOR_TARGET"; then
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13317 $as_echo "$STRIP_FOR_TARGET" >&6; }
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13320 $as_echo "no
" >&6; }
13327 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13328 for ncn_progname in strip; do
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13330 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13331 if test -x $with_build_time_tools/${ncn_progname}; then
13332 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13334 $as_echo "yes" >&6; }
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13338 $as_echo "no
" >&6; }
13343 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13344 for ncn_progname in strip; do
13345 if test -n "$ncn_target_tool_prefix"; then
13346 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13347 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13349 $as_echo_n "checking
for $ac_word...
" >&6; }
13350 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13351 $as_echo_n "(cached
) " >&6
13353 if test -n "$STRIP_FOR_TARGET"; then
13354 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13357 for as_dir in $PATH
13360 test -z "$as_dir" && as_dir=.
13361 for ac_exec_ext in '' $ac_executable_extensions; do
13362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13363 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13364 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13373 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13374 if test -n "$STRIP_FOR_TARGET"; then
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13376 $as_echo "$STRIP_FOR_TARGET" >&6; }
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13379 $as_echo "no
" >&6; }
13384 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13386 set dummy ${ncn_progname}; ac_word=$2
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13388 $as_echo_n "checking
for $ac_word...
" >&6; }
13389 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13390 $as_echo_n "(cached
) " >&6
13392 if test -n "$STRIP_FOR_TARGET"; then
13393 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13396 for as_dir in $PATH
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_prog_STRIP_FOR_TARGET="${ncn_progname}"
13403 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13412 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13413 if test -n "$STRIP_FOR_TARGET"; then
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13415 $as_echo "$STRIP_FOR_TARGET" >&6; }
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13418 $as_echo "no
" >&6; }
13423 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13427 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13429 if test $build = $target ; then
13430 STRIP_FOR_TARGET="$2"
13432 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13435 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13439 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13445 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13446 if test -n "$with_build_time_tools"; then
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
13448 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
13449 if test -x $with_build_time_tools/windres; then
13450 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13451 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13453 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13456 $as_echo "no
" >&6; }
13458 elif test $build != $host && test $have_gcc_for_target = yes; then
13459 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13460 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13461 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13464 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13465 # Extract the first word of "windres
", so it can be a program name with args.
13466 set dummy windres; ac_word=$2
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13468 $as_echo_n "checking
for $ac_word...
" >&6; }
13469 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13470 $as_echo_n "(cached
) " >&6
13472 case $WINDRES_FOR_TARGET in
13474 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13478 for as_dir in $gcc_cv_tool_dirs
13481 test -z "$as_dir" && as_dir=.
13482 for ac_exec_ext in '' $ac_executable_extensions; do
13483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13484 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13485 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13495 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13496 if test -n "$WINDRES_FOR_TARGET"; then
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13498 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13501 $as_echo "no
" >&6; }
13506 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13509 if test -n "$WINDRES_FOR_TARGET"; then
13510 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13511 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13512 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13515 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13516 for ncn_progname in windres; do
13517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13518 set dummy ${ncn_progname}; ac_word=$2
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13520 $as_echo_n "checking
for $ac_word...
" >&6; }
13521 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13522 $as_echo_n "(cached
) " >&6
13524 if test -n "$WINDRES_FOR_TARGET"; then
13525 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13528 for as_dir in $PATH
13531 test -z "$as_dir" && as_dir=.
13532 for ac_exec_ext in '' $ac_executable_extensions; do
13533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13534 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13535 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13544 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13545 if test -n "$WINDRES_FOR_TARGET"; then
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13547 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13550 $as_echo "no
" >&6; }
13557 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13558 for ncn_progname in windres; do
13559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13560 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13561 if test -x $with_build_time_tools/${ncn_progname}; then
13562 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13564 $as_echo "yes" >&6; }
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13568 $as_echo "no
" >&6; }
13573 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13574 for ncn_progname in windres; do
13575 if test -n "$ncn_target_tool_prefix"; then
13576 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13577 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13579 $as_echo_n "checking
for $ac_word...
" >&6; }
13580 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13581 $as_echo_n "(cached
) " >&6
13583 if test -n "$WINDRES_FOR_TARGET"; then
13584 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13587 for as_dir in $PATH
13590 test -z "$as_dir" && as_dir=.
13591 for ac_exec_ext in '' $ac_executable_extensions; do
13592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13593 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13594 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13603 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13604 if test -n "$WINDRES_FOR_TARGET"; then
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13606 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13609 $as_echo "no
" >&6; }
13614 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13615 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13616 set dummy ${ncn_progname}; ac_word=$2
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13618 $as_echo_n "checking
for $ac_word...
" >&6; }
13619 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13620 $as_echo_n "(cached
) " >&6
13622 if test -n "$WINDRES_FOR_TARGET"; then
13623 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13626 for as_dir in $PATH
13629 test -z "$as_dir" && as_dir=.
13630 for ac_exec_ext in '' $ac_executable_extensions; do
13631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13632 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13633 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13642 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13643 if test -n "$WINDRES_FOR_TARGET"; then
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13645 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13648 $as_echo "no
" >&6; }
13653 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13657 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13659 if test $build = $target ; then
13660 WINDRES_FOR_TARGET="$2"
13662 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13665 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13669 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13675 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13676 if test -n "$with_build_time_tools"; then
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
13678 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
13679 if test -x $with_build_time_tools/windmc; then
13680 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13681 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13683 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13686 $as_echo "no
" >&6; }
13688 elif test $build != $host && test $have_gcc_for_target = yes; then
13689 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13690 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13691 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13694 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13695 # Extract the first word of "windmc
", so it can be a program name with args.
13696 set dummy windmc; ac_word=$2
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13698 $as_echo_n "checking
for $ac_word...
" >&6; }
13699 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13700 $as_echo_n "(cached
) " >&6
13702 case $WINDMC_FOR_TARGET in
13704 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13708 for as_dir in $gcc_cv_tool_dirs
13711 test -z "$as_dir" && as_dir=.
13712 for ac_exec_ext in '' $ac_executable_extensions; do
13713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13714 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13715 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13725 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13726 if test -n "$WINDMC_FOR_TARGET"; then
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13728 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13731 $as_echo "no
" >&6; }
13736 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13739 if test -n "$WINDMC_FOR_TARGET"; then
13740 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13741 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13742 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13745 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13746 for ncn_progname in windmc; do
13747 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13748 set dummy ${ncn_progname}; ac_word=$2
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13750 $as_echo_n "checking
for $ac_word...
" >&6; }
13751 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13752 $as_echo_n "(cached
) " >&6
13754 if test -n "$WINDMC_FOR_TARGET"; then
13755 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13758 for as_dir in $PATH
13761 test -z "$as_dir" && as_dir=.
13762 for ac_exec_ext in '' $ac_executable_extensions; do
13763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13764 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13765 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13774 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13775 if test -n "$WINDMC_FOR_TARGET"; then
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13777 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13780 $as_echo "no
" >&6; }
13787 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13788 for ncn_progname in windmc; do
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13790 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13791 if test -x $with_build_time_tools/${ncn_progname}; then
13792 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13794 $as_echo "yes" >&6; }
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13798 $as_echo "no
" >&6; }
13803 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13804 for ncn_progname in windmc; do
13805 if test -n "$ncn_target_tool_prefix"; then
13806 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13807 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13809 $as_echo_n "checking
for $ac_word...
" >&6; }
13810 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13811 $as_echo_n "(cached
) " >&6
13813 if test -n "$WINDMC_FOR_TARGET"; then
13814 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13817 for as_dir in $PATH
13820 test -z "$as_dir" && as_dir=.
13821 for ac_exec_ext in '' $ac_executable_extensions; do
13822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13823 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13824 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13833 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13834 if test -n "$WINDMC_FOR_TARGET"; then
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13836 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13839 $as_echo "no
" >&6; }
13844 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13846 set dummy ${ncn_progname}; ac_word=$2
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13848 $as_echo_n "checking
for $ac_word...
" >&6; }
13849 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13850 $as_echo_n "(cached
) " >&6
13852 if test -n "$WINDMC_FOR_TARGET"; then
13853 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13856 for as_dir in $PATH
13859 test -z "$as_dir" && as_dir=.
13860 for ac_exec_ext in '' $ac_executable_extensions; do
13861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13862 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13872 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13873 if test -n "$WINDMC_FOR_TARGET"; then
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13875 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13878 $as_echo "no
" >&6; }
13883 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13887 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13889 if test $build = $target ; then
13890 WINDMC_FOR_TARGET="$2"
13892 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13895 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13899 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13903 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
13906 $as_echo_n "checking where to
find the target
ar...
" >&6; }
13907 if test "x
${build}" != "x
${host}" ; then
13908 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13909 # We already found the complete path
13910 ac_dir=`dirname $AR_FOR_TARGET`
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13912 $as_echo "pre-installed
in $ac_dir" >&6; }
13914 # Canadian cross, just use what we found
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13916 $as_echo "pre-installed
" >&6; }
13920 case " ${configdirs} " in
13925 if test $ok = yes; then
13926 # An in-tree tool is available and we can use it
13927 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13929 $as_echo "just compiled
" >&6; }
13930 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13931 # We already found the complete path
13932 ac_dir=`dirname $AR_FOR_TARGET`
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13934 $as_echo "pre-installed
in $ac_dir" >&6; }
13935 elif test "x
$target" = "x
$host"; then
13936 # We can use an host tool
13937 AR_FOR_TARGET='$(AR)'
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13939 $as_echo "host tool
" >&6; }
13941 # We need a cross tool
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13943 $as_echo "pre-installed
" >&6; }
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
13948 $as_echo_n "checking where to
find the target as...
" >&6; }
13949 if test "x
${build}" != "x
${host}" ; then
13950 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13951 # We already found the complete path
13952 ac_dir=`dirname $AS_FOR_TARGET`
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13954 $as_echo "pre-installed
in $ac_dir" >&6; }
13956 # Canadian cross, just use what we found
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13958 $as_echo "pre-installed
" >&6; }
13962 case " ${configdirs} " in
13967 if test $ok = yes; then
13968 # An in-tree tool is available and we can use it
13969 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13971 $as_echo "just compiled
" >&6; }
13972 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13973 # We already found the complete path
13974 ac_dir=`dirname $AS_FOR_TARGET`
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13976 $as_echo "pre-installed
in $ac_dir" >&6; }
13977 elif test "x
$target" = "x
$host"; then
13978 # We can use an host tool
13979 AS_FOR_TARGET='$(AS)'
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13981 $as_echo "host tool
" >&6; }
13983 # We need a cross tool
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13985 $as_echo "pre-installed
" >&6; }
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
13990 $as_echo_n "checking where to
find the target cc...
" >&6; }
13991 if test "x
${build}" != "x
${host}" ; then
13992 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13993 # We already found the complete path
13994 ac_dir=`dirname $CC_FOR_TARGET`
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13996 $as_echo "pre-installed
in $ac_dir" >&6; }
13998 # Canadian cross, just use what we found
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14000 $as_echo "pre-installed
" >&6; }
14004 case " ${configdirs} " in
14009 if test $ok = yes; then
14010 # An in-tree tool is available and we can use it
14011 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14012 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14013 $as_echo "just compiled
" >&6; }
14014 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
14015 # We already found the complete path
14016 ac_dir=`dirname $CC_FOR_TARGET`
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14018 $as_echo "pre-installed
in $ac_dir" >&6; }
14019 elif test "x
$target" = "x
$host"; then
14020 # We can use an host tool
14021 CC_FOR_TARGET='$(CC)'
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14023 $as_echo "host tool
" >&6; }
14025 # We need a cross tool
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14027 $as_echo "pre-installed
" >&6; }
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
14032 $as_echo_n "checking where to
find the target c
++...
" >&6; }
14033 if test "x
${build}" != "x
${host}" ; then
14034 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
14035 # We already found the complete path
14036 ac_dir=`dirname $CXX_FOR_TARGET`
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14038 $as_echo "pre-installed
in $ac_dir" >&6; }
14040 # Canadian cross, just use what we found
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14042 $as_echo "pre-installed
" >&6; }
14046 case " ${configdirs} " in
14050 case ,${enable_languages}, in
14054 if test $ok = yes; then
14055 # An in-tree tool is available and we can use it
14056 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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14058 $as_echo "just compiled
" >&6; }
14059 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
14060 # We already found the complete path
14061 ac_dir=`dirname $CXX_FOR_TARGET`
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14063 $as_echo "pre-installed
in $ac_dir" >&6; }
14064 elif test "x
$target" = "x
$host"; then
14065 # We can use an host tool
14066 CXX_FOR_TARGET='$(CXX)'
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14068 $as_echo "host tool
" >&6; }
14070 # We need a cross tool
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14072 $as_echo "pre-installed
" >&6; }
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
14077 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
14078 if test "x
${build}" != "x
${host}" ; then
14079 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
14080 # We already found the complete path
14081 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14083 $as_echo "pre-installed
in $ac_dir" >&6; }
14085 # Canadian cross, just use what we found
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14087 $as_echo "pre-installed
" >&6; }
14091 case " ${configdirs} " in
14095 case ,${enable_languages}, in
14099 if test $ok = yes; then
14100 # An in-tree tool is available and we can use it
14101 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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14103 $as_echo "just compiled
" >&6; }
14104 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
14105 # We already found the complete path
14106 ac_dir=`dirname $RAW_CXX_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; }
14109 elif test "x
$target" = "x
$host"; then
14110 # We can use an host tool
14111 RAW_CXX_FOR_TARGET='$(CXX)'
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14113 $as_echo "host tool
" >&6; }
14115 # We need a cross tool
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14117 $as_echo "pre-installed
" >&6; }
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
14122 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
14123 if test "x
${build}" != "x
${host}" ; then
14124 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
14125 # We already found the complete path
14126 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14128 $as_echo "pre-installed
in $ac_dir" >&6; }
14130 # Canadian cross, just use what we found
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14132 $as_echo "pre-installed
" >&6; }
14136 case " ${configdirs} " in
14141 if test $ok = yes; then
14142 # An in-tree tool is available and we can use it
14143 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14145 $as_echo "just compiled
" >&6; }
14146 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
14147 # We already found the complete path
14148 ac_dir=`dirname $DLLTOOL_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; }
14151 elif test "x
$target" = "x
$host"; then
14152 # We can use an host tool
14153 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14155 $as_echo "host tool
" >&6; }
14157 # We need a cross tool
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14159 $as_echo "pre-installed
" >&6; }
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
14164 $as_echo_n "checking where to
find the target gcc...
" >&6; }
14165 if test "x
${build}" != "x
${host}" ; then
14166 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
14167 # We already found the complete path
14168 ac_dir=`dirname $GCC_FOR_TARGET`
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14170 $as_echo "pre-installed
in $ac_dir" >&6; }
14172 # Canadian cross, just use what we found
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14174 $as_echo "pre-installed
" >&6; }
14178 case " ${configdirs} " in
14183 if test $ok = yes; then
14184 # An in-tree tool is available and we can use it
14185 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14187 $as_echo "just compiled
" >&6; }
14188 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
14189 # We already found the complete path
14190 ac_dir=`dirname $GCC_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; }
14193 elif test "x
$target" = "x
$host"; then
14194 # We can use an host tool
14195 GCC_FOR_TARGET='$()'
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14197 $as_echo "host tool
" >&6; }
14199 # We need a cross tool
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14201 $as_echo "pre-installed
" >&6; }
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcj
" >&5
14206 $as_echo_n "checking where to
find the target gcj...
" >&6; }
14207 if test "x
${build}" != "x
${host}" ; then
14208 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
14209 # We already found the complete path
14210 ac_dir=`dirname $GCJ_FOR_TARGET`
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14212 $as_echo "pre-installed
in $ac_dir" >&6; }
14214 # Canadian cross, just use what we found
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14216 $as_echo "pre-installed
" >&6; }
14220 case " ${configdirs} " in
14224 case ,${enable_languages}, in
14228 if test $ok = yes; then
14229 # An in-tree tool is available and we can use it
14230 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14232 $as_echo "just compiled
" >&6; }
14233 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
14234 # We already found the complete path
14235 ac_dir=`dirname $GCJ_FOR_TARGET`
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14237 $as_echo "pre-installed
in $ac_dir" >&6; }
14238 elif test "x
$target" = "x
$host"; then
14239 # We can use an host tool
14240 GCJ_FOR_TARGET='$(GCJ)'
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14242 $as_echo "host tool
" >&6; }
14244 # We need a cross tool
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14246 $as_echo "pre-installed
" >&6; }
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
14251 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
14252 if test "x
${build}" != "x
${host}" ; then
14253 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
14254 # We already found the complete path
14255 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14257 $as_echo "pre-installed
in $ac_dir" >&6; }
14259 # Canadian cross, just use what we found
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14261 $as_echo "pre-installed
" >&6; }
14265 case " ${configdirs} " in
14269 case ,${enable_languages}, in
14273 if test $ok = yes; then
14274 # An in-tree tool is available and we can use it
14275 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14277 $as_echo "just compiled
" >&6; }
14278 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
14279 # We already found the complete path
14280 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14282 $as_echo "pre-installed
in $ac_dir" >&6; }
14283 elif test "x
$target" = "x
$host"; then
14284 # We can use an host tool
14285 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14287 $as_echo "host tool
" >&6; }
14289 # We need a cross tool
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14291 $as_echo "pre-installed
" >&6; }
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
14296 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
14297 if test "x
${build}" != "x
${host}" ; then
14298 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
14299 # We already found the complete path
14300 ac_dir=`dirname $GOC_FOR_TARGET`
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14302 $as_echo "pre-installed
in $ac_dir" >&6; }
14304 # Canadian cross, just use what we found
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14306 $as_echo "pre-installed
" >&6; }
14310 case " ${configdirs} " in
14314 case ,${enable_languages}, in
14318 if test $ok = yes; then
14319 # An in-tree tool is available and we can use it
14320 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14322 $as_echo "just compiled
" >&6; }
14323 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
14324 # We already found the complete path
14325 ac_dir=`dirname $GOC_FOR_TARGET`
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14327 $as_echo "pre-installed
in $ac_dir" >&6; }
14328 elif test "x
$target" = "x
$host"; then
14329 # We can use an host tool
14330 GOC_FOR_TARGET='$(GOC)'
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14332 $as_echo "host tool
" >&6; }
14334 # We need a cross tool
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14336 $as_echo "pre-installed
" >&6; }
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
14341 $as_echo_n "checking where to
find the target ld...
" >&6; }
14342 if test "x
${build}" != "x
${host}" ; then
14343 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14344 # We already found the complete path
14345 ac_dir=`dirname $LD_FOR_TARGET`
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14347 $as_echo "pre-installed
in $ac_dir" >&6; }
14349 # Canadian cross, just use what we found
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14351 $as_echo "pre-installed
" >&6; }
14355 case " ${configdirs} " in
14360 if test $ok = yes; then
14361 # An in-tree tool is available and we can use it
14362 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14364 $as_echo "just compiled
" >&6; }
14365 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14366 # We already found the complete path
14367 ac_dir=`dirname $LD_FOR_TARGET`
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14369 $as_echo "pre-installed
in $ac_dir" >&6; }
14370 elif test "x
$target" = "x
$host"; then
14371 # We can use an host tool
14372 LD_FOR_TARGET='$(LD)'
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14374 $as_echo "host tool
" >&6; }
14376 # We need a cross tool
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14378 $as_echo "pre-installed
" >&6; }
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
14383 $as_echo_n "checking where to
find the target lipo...
" >&6; }
14384 if test "x
${build}" != "x
${host}" ; then
14385 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14386 # We already found the complete path
14387 ac_dir=`dirname $LIPO_FOR_TARGET`
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14389 $as_echo "pre-installed
in $ac_dir" >&6; }
14391 # Canadian cross, just use what we found
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14393 $as_echo "pre-installed
" >&6; }
14396 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14397 # We already found the complete path
14398 ac_dir=`dirname $LIPO_FOR_TARGET`
14399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14400 $as_echo "pre-installed
in $ac_dir" >&6; }
14401 elif test "x
$target" = "x
$host"; then
14402 # We can use an host tool
14403 LIPO_FOR_TARGET='$(LIPO)'
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14405 $as_echo "host tool
" >&6; }
14407 # We need a cross tool
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14409 $as_echo "pre-installed
" >&6; }
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
14414 $as_echo_n "checking where to
find the target nm...
" >&6; }
14415 if test "x
${build}" != "x
${host}" ; then
14416 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14417 # We already found the complete path
14418 ac_dir=`dirname $NM_FOR_TARGET`
14419 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14420 $as_echo "pre-installed
in $ac_dir" >&6; }
14422 # Canadian cross, just use what we found
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14424 $as_echo "pre-installed
" >&6; }
14428 case " ${configdirs} " in
14433 if test $ok = yes; then
14434 # An in-tree tool is available and we can use it
14435 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14437 $as_echo "just compiled
" >&6; }
14438 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14439 # We already found the complete path
14440 ac_dir=`dirname $NM_FOR_TARGET`
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14442 $as_echo "pre-installed
in $ac_dir" >&6; }
14443 elif test "x
$target" = "x
$host"; then
14444 # We can use an host tool
14445 NM_FOR_TARGET='$(NM)'
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14447 $as_echo "host tool
" >&6; }
14449 # We need a cross tool
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14451 $as_echo "pre-installed
" >&6; }
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objcopy
" >&5
14456 $as_echo_n "checking where to
find the target objcopy...
" >&6; }
14457 if test "x
${build}" != "x
${host}" ; then
14458 if expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
14459 # We already found the complete path
14460 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14462 $as_echo "pre-installed
in $ac_dir" >&6; }
14464 # Canadian cross, just use what we found
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14466 $as_echo "pre-installed
" >&6; }
14470 case " ${configdirs} " in
14475 if test $ok = yes; then
14476 # An in-tree tool is available and we can use it
14477 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14479 $as_echo "just compiled
" >&6; }
14480 elif expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
14481 # We already found the complete path
14482 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14484 $as_echo "pre-installed
in $ac_dir" >&6; }
14485 elif test "x
$target" = "x
$host"; then
14486 # We can use an host tool
14487 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14489 $as_echo "host tool
" >&6; }
14491 # We need a cross tool
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14493 $as_echo "pre-installed
" >&6; }
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
14498 $as_echo_n "checking where to
find the target objdump...
" >&6; }
14499 if test "x
${build}" != "x
${host}" ; then
14500 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14501 # We already found the complete path
14502 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14503 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14504 $as_echo "pre-installed
in $ac_dir" >&6; }
14506 # Canadian cross, just use what we found
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14508 $as_echo "pre-installed
" >&6; }
14512 case " ${configdirs} " in
14517 if test $ok = yes; then
14518 # An in-tree tool is available and we can use it
14519 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14521 $as_echo "just compiled
" >&6; }
14522 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14523 # We already found the complete path
14524 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14525 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14526 $as_echo "pre-installed
in $ac_dir" >&6; }
14527 elif test "x
$target" = "x
$host"; then
14528 # We can use an host tool
14529 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14531 $as_echo "host tool
" >&6; }
14533 # We need a cross tool
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14535 $as_echo "pre-installed
" >&6; }
14539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
14540 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
14541 if test "x
${build}" != "x
${host}" ; then
14542 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14543 # We already found the complete path
14544 ac_dir=`dirname $RANLIB_FOR_TARGET`
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14546 $as_echo "pre-installed
in $ac_dir" >&6; }
14548 # Canadian cross, just use what we found
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14550 $as_echo "pre-installed
" >&6; }
14554 case " ${configdirs} " in
14559 if test $ok = yes; then
14560 # An in-tree tool is available and we can use it
14561 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14563 $as_echo "just compiled
" >&6; }
14564 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14565 # We already found the complete path
14566 ac_dir=`dirname $RANLIB_FOR_TARGET`
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14568 $as_echo "pre-installed
in $ac_dir" >&6; }
14569 elif test "x
$target" = "x
$host"; then
14570 # We can use an host tool
14571 RANLIB_FOR_TARGET='$(RANLIB)'
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14573 $as_echo "host tool
" >&6; }
14575 # We need a cross tool
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14577 $as_echo "pre-installed
" >&6; }
14581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
14582 $as_echo_n "checking where to
find the target readelf...
" >&6; }
14583 if test "x
${build}" != "x
${host}" ; then
14584 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14585 # We already found the complete path
14586 ac_dir=`dirname $READELF_FOR_TARGET`
14587 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14588 $as_echo "pre-installed
in $ac_dir" >&6; }
14590 # Canadian cross, just use what we found
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14592 $as_echo "pre-installed
" >&6; }
14596 case " ${configdirs} " in
14601 if test $ok = yes; then
14602 # An in-tree tool is available and we can use it
14603 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14605 $as_echo "just compiled
" >&6; }
14606 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14607 # We already found the complete path
14608 ac_dir=`dirname $READELF_FOR_TARGET`
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14610 $as_echo "pre-installed
in $ac_dir" >&6; }
14611 elif test "x
$target" = "x
$host"; then
14612 # We can use an host tool
14613 READELF_FOR_TARGET='$(READELF)'
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14615 $as_echo "host tool
" >&6; }
14617 # We need a cross tool
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14619 $as_echo "pre-installed
" >&6; }
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
14624 $as_echo_n "checking where to
find the target strip...
" >&6; }
14625 if test "x
${build}" != "x
${host}" ; then
14626 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14627 # We already found the complete path
14628 ac_dir=`dirname $STRIP_FOR_TARGET`
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14630 $as_echo "pre-installed
in $ac_dir" >&6; }
14632 # Canadian cross, just use what we found
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14634 $as_echo "pre-installed
" >&6; }
14638 case " ${configdirs} " in
14643 if test $ok = yes; then
14644 # An in-tree tool is available and we can use it
14645 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14647 $as_echo "just compiled
" >&6; }
14648 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14649 # We already found the complete path
14650 ac_dir=`dirname $STRIP_FOR_TARGET`
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14652 $as_echo "pre-installed
in $ac_dir" >&6; }
14653 elif test "x
$target" = "x
$host"; then
14654 # We can use an host tool
14655 STRIP_FOR_TARGET='$(STRIP)'
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14657 $as_echo "host tool
" >&6; }
14659 # We need a cross tool
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14661 $as_echo "pre-installed
" >&6; }
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
14666 $as_echo_n "checking where to
find the target windres...
" >&6; }
14667 if test "x
${build}" != "x
${host}" ; then
14668 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14669 # We already found the complete path
14670 ac_dir=`dirname $WINDRES_FOR_TARGET`
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14672 $as_echo "pre-installed
in $ac_dir" >&6; }
14674 # Canadian cross, just use what we found
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14676 $as_echo "pre-installed
" >&6; }
14680 case " ${configdirs} " in
14685 if test $ok = yes; then
14686 # An in-tree tool is available and we can use it
14687 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14689 $as_echo "just compiled
" >&6; }
14690 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14691 # We already found the complete path
14692 ac_dir=`dirname $WINDRES_FOR_TARGET`
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14694 $as_echo "pre-installed
in $ac_dir" >&6; }
14695 elif test "x
$target" = "x
$host"; then
14696 # We can use an host tool
14697 WINDRES_FOR_TARGET='$(WINDRES)'
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14699 $as_echo "host tool
" >&6; }
14701 # We need a cross tool
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14703 $as_echo "pre-installed
" >&6; }
14707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
14708 $as_echo_n "checking where to
find the target windmc...
" >&6; }
14709 if test "x
${build}" != "x
${host}" ; then
14710 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14711 # We already found the complete path
14712 ac_dir=`dirname $WINDMC_FOR_TARGET`
14713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14714 $as_echo "pre-installed
in $ac_dir" >&6; }
14716 # Canadian cross, just use what we found
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14718 $as_echo "pre-installed
" >&6; }
14722 case " ${configdirs} " in
14727 if test $ok = yes; then
14728 # An in-tree tool is available and we can use it
14729 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14731 $as_echo "just compiled
" >&6; }
14732 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14733 # We already found the complete path
14734 ac_dir=`dirname $WINDMC_FOR_TARGET`
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14736 $as_echo "pre-installed
in $ac_dir" >&6; }
14737 elif test "x
$target" = "x
$host"; then
14738 # We can use an host tool
14739 WINDMC_FOR_TARGET='$(WINDMC)'
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14741 $as_echo "host tool
" >&6; }
14743 # We need a cross tool
14744 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14745 $as_echo "pre-installed
" >&6; }
14753 # Certain tools may need extra flags.
14754 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14755 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14756 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14758 # When building target libraries, except in a Canadian cross, we use
14759 # the same toolchain as the compiler we just built.
14760 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14761 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14762 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14763 if test $host = $build; then
14764 case " $configdirs " in
14766 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14767 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14768 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
14778 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
14779 # Check whether --enable-maintainer-mode was given.
14780 if test "${enable_maintainer_mode+set}" = set; then :
14781 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14783 USE_MAINTAINER_MODE=no
14786 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
14787 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14790 if test "$USE_MAINTAINER_MODE" = yes; then
14791 MAINTAINER_MODE_TRUE=
14792 MAINTAINER_MODE_FALSE='#'
14794 MAINTAINER_MODE_TRUE='#'
14795 MAINTAINER_MODE_FALSE=
14797 MAINT=$MAINTAINER_MODE_TRUE
14799 # ---------------------
14800 # GCC bootstrap support
14801 # ---------------------
14803 # Stage specific cflags for build.
14808 yes) stage1_cflags="-g -Wa,-J" ;;
14809 *) stage1_cflags="-g -J" ;;
14815 # Enable --enable-checking in stage1 of the compiler.
14816 # Check whether --enable-stage1-checking was given.
14817 if test "${enable_stage1_checking+set}" = set; then :
14818 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14820 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
14821 # For --disable-checking or implicit --enable-checking=release, avoid
14822 # setting --enable-checking=gc in the default stage1 checking for LTO
14823 # bootstraps. See PR62077.
14824 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types
14825 case $BUILD_CONFIG in
14827 if test "x
$enable_checking" = x && \
14828 test -d ${srcdir}/gcc && \
14829 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14830 stage1_checking=--enable-checking=yes,types
14832 *) stage1_checking=--enable-checking=yes,types;;
14835 stage1_checking=--enable-checking=$enable_checking,types
14841 # Enable -Werror in bootstrap stage2 and later.
14842 # Check whether --enable-werror was given.
14843 if test "${enable_werror+set}" = set; then :
14844 enableval=$enable_werror;
14846 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14853 case ${enable_werror} in
14854 yes) stage2_werror_flag="--enable-werror-always" ;;
14855 *) stage2_werror_flag="" ;;
14859 # Enable --enable-host-shared.
14860 # Check whether --enable-host-shared was given.
14861 if test "${enable_host_shared+set}" = set; then :
14862 enableval=$enable_host_shared; host_shared=$enableval
14869 # PR jit/64780: Require the user to explicitly specify
14870 # --enable-host-shared if the jit is enabled, hinting
14871 # that they might want to do a separate configure/build of
14872 # the jit, to avoid users from slowing down the rest of the
14873 # compiler by enabling the jit.
14874 if test ${host_shared} = "no
" ; then
14875 case "${enable_languages}" in
14878 Enabling language
\"jit
\" requires
--enable-host-shared.
14880 --enable-host-shared typically slows the rest of the compiler down by
14881 a few
%, so you must explicitly
enable it.
14883 If you want to build both the jit and the regular compiler
, it is often
14884 best to
do this via two separate configure
/builds
, in separate
14885 directories
, to avoid imposing the performance cost of
14886 --enable-host-shared on the regular compiler.
" "$LINENO" 5
14893 # Specify what files to not compare during bootstrap.
14895 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
14897 hppa*64*-*-hpux*) ;;
14898 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
14899 powerpc*-ibm-aix*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/* |
*libgomp
*\$
(objext
)" ;;
14903 ac_config_files="$ac_config_files Makefile
"
14905 cat >confcache <<\_ACEOF
14906 # This file is a shell script that caches the results of configure
14907 # tests run on this system so they can be shared between configure
14908 # scripts and configure runs, see configure's option --config-cache.
14909 # It is not useful on other systems. If it contains results you don't
14910 # want to keep, you may remove or edit it.
14912 # config.status only pays attention to the cache file if you give it
14913 # the --recheck option to rerun configure.
14915 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14916 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14917 # following values.
14921 # The following way of writing the cache mishandles newlines in values,
14922 # but we know of no workaround that is simple, portable, and efficient.
14923 # So, we kill variables containing newlines.
14924 # Ultrix sh set writes to stderr and can't be redirected directly,
14925 # and sets the high bit in the cache file unless we assign to the vars.
14927 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14928 eval ac_val=\$$ac_var
14932 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
14933 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
14936 _ | IFS | as_nl) ;; #(
14937 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14938 *) { eval $ac_var=; unset $ac_var;} ;;
14944 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14945 *${as_nl}ac_space=\ *)
14946 # `set' does not quote correctly, so add quotes: double-quote
14947 # substitution turns \\\\ into \\, and sed turns \\ into \.
14950 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
14953 # `set' quotes correctly as required by POSIX, so do not add quotes.
14954 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
14963 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14965 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14967 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14968 if test -w "$cache_file"; then
14969 test "x
$cache_file" != "x
/dev
/null
" &&
14970 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
14971 $as_echo "$as_me: updating cache
$cache_file" >&6;}
14972 cat confcache >$cache_file
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
14975 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
14980 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
14981 # Let make expand exec_prefix.
14982 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
14984 # Transform confdefs.h into DEFS.
14985 # Protect against shell expansion while executing Makefile rules.
14986 # Protect against Makefile macro expansion.
14988 # If the first sed substitution is executed (which looks for macros that
14989 # take arguments), then branch to the quote section. Otherwise,
14990 # look for a macro that doesn't take arguments.
15000 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
15002 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
15006 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
15019 DEFS=`sed -n "$ac_script" confdefs.h`
15024 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15025 # 1. Remove the extension, and $U if already installed.
15026 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
15027 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15028 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15029 # will be set to the directory where LIBOBJS objects are built.
15030 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15031 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
15033 LIBOBJS=$ac_libobjs
15035 LTLIBOBJS=$ac_ltlibobjs
15039 : ${CONFIG_STATUS=./config.status}
15041 ac_clean_files_save=$ac_clean_files
15042 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15043 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15044 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15046 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15048 # Generated by $as_me.
15049 # Run this file to recreate the current configuration.
15050 # Compiler output produced by configure, useful for debugging
15051 # configure, is in config.log if it exists.
15054 ac_cs_recheck=false
15057 SHELL=\${CONFIG_SHELL-$SHELL}
15060 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15061 ## -------------------- ##
15062 ## M4sh Initialization. ##
15063 ## -------------------- ##
15065 # Be more Bourne compatible
15066 DUALCASE=1; export DUALCASE # for MKS sh
15067 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15070 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15071 # is contrary to our usage. Disable this feature.
15072 alias -g '${1+"$@"}'='"$@"'
15073 setopt NO_GLOB_SUBST
15075 case `(set -o) 2>/dev/null` in #(
15087 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15088 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15089 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
15090 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15091 # Prefer a ksh shell builtin over an external printf program on Solaris,
15092 # but without wasting forks for bash or zsh.
15093 if test -z "$BASH_VERSION$ZSH_VERSION" \
15094 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
15095 as_echo
='print -r --'
15096 as_echo_n
='print -rn --'
15097 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
15098 as_echo
='printf %s\n'
15099 as_echo_n
='printf %s'
15101 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15102 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
15103 as_echo_n
='/usr/ucb/echo -n'
15105 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
15106 as_echo_n_body
='eval
15110 expr "X$arg" : "X\\(.*\\)$as_nl";
15111 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15113 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15115 export as_echo_n_body
15116 as_echo_n
='sh -c $as_echo_n_body as_echo'
15118 export as_echo_body
15119 as_echo
='sh -c $as_echo_body as_echo'
15122 # The user is always right.
15123 if test "${PATH_SEPARATOR+set}" != set; then
15125 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
15126 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
15133 # We need space, tab and new line, in precisely that order. Quoting is
15134 # there to prevent editors from complaining about space-tab.
15135 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15136 # splitting by setting IFS to empty value.)
15139 # Find who we are. Look in the path if we contain no directory separator.
15141 *[\\/]* ) as_myself
=$0 ;;
15142 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15143 for as_dir
in $PATH
15146 test -z "$as_dir" && as_dir
=.
15147 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
15153 # We did not find ourselves, most probably we were run as `sh COMMAND'
15154 # in which case we are not to be found in the path.
15155 if test "x$as_myself" = x
; then
15158 if test ! -f "$as_myself"; then
15159 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15163 # Unset variables that we do not need and which cause bugs (e.g. in
15164 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15165 # suppresses any "Segmentation fault" message there. '((' could
15166 # trigger a bug in pdksh 5.2.14.
15167 for as_var
in BASH_ENV ENV MAIL MAILPATH
15168 do eval test x\
${$as_var+set} = xset \
15169 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15182 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15185 # as_fn_error ERROR [LINENO LOG_FD]
15186 # ---------------------------------
15187 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15188 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15189 # script with status $?, using 1 if that was 0.
15192 as_status
=$?
; test $as_status -eq 0 && as_status
=1
15194 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15195 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15197 $as_echo "$as_me: error: $1" >&2
15198 as_fn_exit
$as_status
15202 # as_fn_set_status STATUS
15203 # -----------------------
15204 # Set $? to STATUS, without forking.
15205 as_fn_set_status
()
15208 } # as_fn_set_status
15210 # as_fn_exit STATUS
15211 # -----------------
15212 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15216 as_fn_set_status
$1
15222 # Portably unset VAR.
15225 { eval $1=; unset $1;}
15227 as_unset
=as_fn_unset
15228 # as_fn_append VAR VALUE
15229 # ----------------------
15230 # Append the text in VALUE to the end of the definition contained in VAR. Take
15231 # advantage of any shell optimizations that allow amortized linear growth over
15232 # repeated appends, instead of the typical quadratic growth present in naive
15234 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15235 eval 'as_fn_append ()
15246 # as_fn_arith ARG...
15247 # ------------------
15248 # Perform arithmetic evaluation on the ARGs, and store the result in the
15249 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15250 # must be portable across $(()) and expr.
15251 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15252 eval 'as_fn_arith ()
15259 as_val
=`expr "$@" || test $? -eq 1`
15264 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15265 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15271 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15272 as_basename
=basename
15277 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15283 as_me
=`$as_basename -- "$0" ||
15284 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15285 X"$0" : 'X\(//\)$' \| \
15286 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15288 sed '/^.*\/\([^/][^/]*\)\/*$/{
15302 # Avoid depending upon Character Ranges.
15303 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15304 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15305 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15306 as_cr_digits
='0123456789'
15307 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15309 ECHO_C
= ECHO_N
= ECHO_T
=
15310 case `echo -n x` in #(((((
15312 case `echo 'xy\c'` in
15313 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15315 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15322 rm -f conf$$ conf$$.exe conf$$.
file
15323 if test -d conf$$.dir
; then
15324 rm -f conf$$.dir
/conf$$.
file
15327 mkdir conf$$.dir
2>/dev
/null
15329 if (echo >conf$$.
file) 2>/dev
/null
; then
15330 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15332 # ... but there are two gotchas:
15333 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15334 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15335 # In both cases, we have to default to `cp -p'.
15336 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15338 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15346 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15347 rmdir conf$$.dir
2>/dev
/null
15352 # Create "$as_dir" as a directory, including parents if necessary.
15357 -*) as_dir
=.
/$as_dir;;
15359 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15363 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15364 *) as_qdir
=$as_dir;;
15366 as_dirs
="'$as_qdir' $as_dirs"
15367 as_dir
=`$as_dirname -- "$as_dir" ||
15368 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15369 X"$as_dir" : 'X\(//\)[^/]' \| \
15370 X"$as_dir" : 'X\(//\)$' \| \
15371 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15372 $as_echo X"$as_dir" |
15373 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15377 /^X\(\/\/\)[^/].*/{
15390 test -d "$as_dir" && break
15392 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15393 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
15397 if mkdir
-p .
2>/dev
/null
; then
15398 as_mkdir_p
='mkdir -p "$as_dir"'
15400 test -d .
/-p && rmdir .
/-p
15404 if test -x / >/dev
/null
2>&1; then
15405 as_test_x
='test -x'
15407 if ls -dL / >/dev
/null
2>&1; then
15414 if test -d "$1"; then
15420 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15421 ???[sx]*):;;*)false;;esac;fi
15425 as_executable_p
=$as_test_x
15427 # Sed expression to map a string onto a valid CPP name.
15428 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15430 # Sed expression to map a string onto a valid variable name.
15431 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15435 ## ----------------------------------- ##
15436 ## Main body of $CONFIG_STATUS script. ##
15437 ## ----------------------------------- ##
15439 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15441 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15442 # Save the log message, to keep $0 and so on meaningful, and to
15443 # report actual input values of CONFIG_FILES etc. instead of their
15444 # values after options handling.
15446 This file was extended by $as_me, which was
15447 generated by GNU Autoconf 2.64. Invocation command line was
15449 CONFIG_FILES = $CONFIG_FILES
15450 CONFIG_HEADERS = $CONFIG_HEADERS
15451 CONFIG_LINKS = $CONFIG_LINKS
15452 CONFIG_COMMANDS = $CONFIG_COMMANDS
15455 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15460 case $ac_config_files in *"
15461 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15466 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15467 # Files that config.status was made for.
15468 config_files="$ac_config_files"
15472 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15474 \`$as_me' instantiates files and other configuration actions
15475 from templates according to the current configuration. Unless the files
15476 and actions are specified as TAGs, all are instantiated by default.
15478 Usage: $0 [OPTION]... [TAG]...
15480 -h, --help print this help, then exit
15481 -V, --version print version number and configuration settings, then exit
15482 -q, --quiet, --silent
15483 do not print progress messages
15484 -d, --debug don't remove temporary files
15485 --recheck update $as_me by reconfiguring in the same conditions
15486 --file=FILE[:TEMPLATE]
15487 instantiate the configuration file FILE
15489 Configuration files:
15492 Report bugs to the package provider."
15495 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15498 configured by $0, generated by GNU Autoconf 2.64,
15499 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15501 Copyright (C) 2009 Free Software Foundation, Inc.
15502 This config.status script is free software; the Free Software Foundation
15503 gives unlimited permission to copy, distribute and modify it."
15509 test -n "\$AWK" || AWK=awk
15512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15513 # The default lists apply if the user does not specify any file.
15519 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15520 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15531 # Handling of the options.
15532 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15534 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15535 $as_echo "$ac_cs_version"; exit ;;
15536 --debug |
--debu |
--deb |
--de |
--d |
-d )
15538 --file |
--fil |
--fi |
--f )
15541 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15543 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15544 ac_need_defaults
=false
;;
15545 --he |
--h |
--help |
--hel |
-h )
15546 $as_echo "$ac_cs_usage"; exit ;;
15547 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15548 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15551 # This is an error.
15552 -*) as_fn_error
"unrecognized option: \`$1'
15553 Try \`$0 --help' for more information." ;;
15555 *) as_fn_append ac_config_targets
" $1"
15556 ac_need_defaults
=false
;;
15562 ac_configure_extra_args
=
15564 if $ac_cs_silent; then
15566 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15570 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15571 if \$ac_cs_recheck; then
15572 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15574 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15575 CONFIG_SHELL='$SHELL'
15576 export CONFIG_SHELL
15581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15585 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15586 ## Running $as_me. ##
15592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15596 extrasub_build="$extrasub_build"
15597 extrasub_host="$extrasub_host"
15598 extrasub_target="$extrasub_target"
15602 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15604 # Handling of arguments.
15605 for ac_config_target
in $ac_config_targets
15607 case $ac_config_target in
15608 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15610 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15615 # If the user did not use the arguments to specify the items to instantiate,
15616 # then the envvar interface is used. Set only those that are not.
15617 # We use the long form for the default assignment because of an extremely
15618 # bizarre bug on SunOS 4.1.3.
15619 if $ac_need_defaults; then
15620 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15623 # Have a temporary directory for convenience. Make it in the build tree
15624 # simply because there is no reason against having it here, and in addition,
15625 # creating and moving files from /tmp can sometimes cause problems.
15626 # Hook for its removal unless debugging.
15627 # Note that there is a small window in which the directory will not be cleaned:
15628 # after its creation but before its name has been assigned to `$tmp'.
15632 trap 'exit_status=$?
15633 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15635 trap 'as_fn_exit 1' 1 2 13 15
15637 # Create a (secure) tmp directory for tmp files.
15640 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15641 test -n "$tmp" && test -d "$tmp"
15644 tmp
=.
/conf$$
-$RANDOM
15645 (umask 077 && mkdir
"$tmp")
15646 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
15648 # Set up the scripts for CONFIG_FILES section.
15649 # No need to generate them if there are no CONFIG_FILES.
15650 # This happens for instance with `./config.status config.h'.
15651 if test -n "$CONFIG_FILES"; then
15653 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
15654 ac_cs_awk_getline
=:
15655 ac_cs_awk_pipe_init
=
15656 ac_cs_awk_read_file
='
15657 while ((getline aline < (F[key])) > 0)
15660 ac_cs_awk_pipe_fini
=
15662 ac_cs_awk_getline
=false
15663 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
15664 ac_cs_awk_read_file
='
15666 print "cat " F[key] " &&"
15667 '$ac_cs_awk_pipe_init
15668 # The final `:' finishes the AND list.
15669 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
15671 ac_cr
=`echo X | tr X '\015'`
15672 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15673 # But we know of no other shell where ac_cr would be empty at this
15674 # point, so we can use a bashism as a fallback.
15675 if test "x$ac_cr" = x
; then
15676 eval ac_cr
=\$
\'\\r
\'
15678 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15679 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15682 ac_cs_awk_cr
=$ac_cr
15685 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15688 # Create commands to substitute file output variables.
15690 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15691 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15692 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
15695 } >conf$
$files.sh
&&
15696 . .
/conf$
$files.sh ||
15697 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
15698 rm -f conf$
$files.sh
15701 echo "cat >conf$$subs.awk <<_ACEOF" &&
15702 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15704 } >conf$$subs.sh ||
15705 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15706 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15708 for ac_last_try in false false false false false :; do
15709 . ./conf$$subs.sh ||
15710 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15712 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15713 if test $ac_delim_n = $ac_delim_num; then
15715 elif $ac_last_try; then
15716 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15718 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15721 rm -f conf$$subs.sh
15723 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15724 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
15728 s/^/S["/; s
/!.
*/"]=/
15738 s/\(.\{148\}\).*/\1/
15740 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15745 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15752 s/\(.\{148\}\).*/\1/
15754 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15758 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15763 ' <conf$$subs.awk | sed '
15768 ' >>$CONFIG_STATUS || ac_write_fail=1
15769 rm -f conf$$subs.awk
15770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15772 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
15773 for (key in S) S_is_set[key] = 1
15775 \$ac_cs_awk_pipe_init
15779 nfields = split(line, field, "@
")
15781 len = length(field[1])
15782 for (i = 2; i < nfields; i++) {
15784 keylen = length(key)
15785 if (S_is_set[key]) {
15787 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15788 len += length(value) + length(field[++i])
15793 if (nfields == 3 && !substed) {
15795 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15796 \$ac_cs_awk_read_file
15802 \$ac_cs_awk_pipe_fini
15805 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15806 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15807 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15810 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
15811 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
15814 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15815 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
15816 # trailing colons and then remove the whole line if VPATH becomes empty
15817 # (actually we leave an empty line to preserve line numbers).
15818 if test "x
$srcdir" = x.; then
15819 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15820 s/:*\$(srcdir):*/:/
15821 s/:*\${srcdir}:*/:/
15823 s/^\([^=]*=[ ]*\):*/\1/
15829 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15830 fi # test -n "$CONFIG_FILES"
15833 eval set X " :F
$CONFIG_FILES "
15838 :[FHLC]) ac_mode=$ac_tag; continue;;
15840 case $ac_mode$ac_tag in
15842 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
15843 :[FH]-) ac_tag=-:-;;
15844 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15861 -) ac_f="$tmp/stdin";;
15862 *) # Look for the file first in the build tree, then in the source tree
15863 # (if the path is not absolute). The absolute path cannot be DOS-style,
15864 # because $ac_f cannot contain `:'.
15868 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15870 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15872 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
15873 as_fn_append ac_file_inputs " '$ac_f'"
15876 # Let's still pretend it is `configure' which instantiates (i.e., don't
15877 # use $as_me), people would be surprised to read:
15878 # /* config.h. Generated by config.status. */
15879 configure_input='Generated from '`
15880 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15882 if test x"$ac_file" != x-; then
15883 configure_input="$ac_file.
$configure_input"
15884 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
15885 $as_echo "$as_me: creating
$ac_file" >&6;}
15887 # Neutralize special characters interpreted by sed in replacement strings.
15888 case $configure_input in #(
15889 *\&* | *\|* | *\\* )
15890 ac_sed_conf_input=`$as_echo "$configure_input" |
15891 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15892 *) ac_sed_conf_input=$configure_input;;
15896 *:-:* | *:-) cat >"$tmp/stdin
" \
15897 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
15902 ac_dir=`$as_dirname -- "$ac_file" ||
15903 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15904 X"$ac_file" : 'X\(//\)[^/]' \| \
15905 X"$ac_file" : 'X\(//\)$' \| \
15906 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15907 $as_echo X"$ac_file" |
15908 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15912 /^X\(\/\/\)[^/].*/{
15925 as_dir="$ac_dir"; as_fn_mkdir_p
15929 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15931 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15932 # A "..
" for each directory in $ac_dir_suffix.
15933 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15934 case $ac_top_builddir_sub in
15935 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15936 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15939 ac_abs_top_builddir=$ac_pwd
15940 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15941 # for backward compatibility:
15942 ac_top_builddir=$ac_top_build_prefix
15945 .) # We are building in place.
15947 ac_top_srcdir=$ac_top_builddir_sub
15948 ac_abs_top_srcdir=$ac_pwd ;;
15949 [\\/]* | ?:[\\/]* ) # Absolute name.
15950 ac_srcdir=$srcdir$ac_dir_suffix;
15951 ac_top_srcdir=$srcdir
15952 ac_abs_top_srcdir=$srcdir ;;
15953 *) # Relative name.
15954 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15955 ac_top_srcdir=$ac_top_build_prefix$srcdir
15956 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15958 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15968 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15969 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15973 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15974 # If the template does not know about datarootdir, expand it.
15975 # FIXME: This hack should be removed a few years after 2.60.
15976 ac_datarootdir_hack=; ac_datarootdir_seen=
15987 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
15988 *datarootdir*) ac_datarootdir_seen=yes;;
15989 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
15991 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
15993 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15994 ac_datarootdir_hack='
15995 s&@datadir@&$datadir&g
15996 s&@docdir@&$docdir&g
15997 s&@infodir@&$infodir&g
15998 s&@localedir@&$localedir&g
15999 s&@mandir@&$mandir&g
16000 s&\\\${datarootdir}&$datarootdir&g' ;;
16004 # Neutralize VPATH when `$srcdir' = `.'.
16005 # Shell code in configure.ac might set extrasub.
16006 # FIXME: do we really want to maintain this feature?
16007 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16008 ac_sed_extra="$ac_vpsub
16011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16013 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16014 s|@configure_input@|
$ac_sed_conf_input|
;t t
16015 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16016 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16017 s
&@srcdir@
&$ac_srcdir&;t t
16018 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16019 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16020 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16021 s
&@builddir@
&$ac_builddir&;t t
16022 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16023 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16024 s
&@INSTALL@
&$ac_INSTALL&;t t
16025 $ac_datarootdir_hack
16027 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16028 if $ac_cs_awk_getline; then
16029 $AWK -f "$tmp/subs.
awk"
16031 $AWK -f "$tmp/subs.
awk" | $SHELL
16033 || as_fn_error "could not create
$ac_file" "$LINENO" 5
16035 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16036 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
16037 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
16038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16039 which seems to be undefined. Please make sure it is defined." >&5
16040 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16041 which seems to be undefined. Please make sure it is defined." >&2;}
16045 -) cat "$tmp/out" && rm -f "$tmp/out";;
16046 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16048 || as_fn_error "could not create $ac_file" "$LINENO" 5
16056 case $ac_file$ac_mode in
16057 "Makefile":F) sed "$extrasub_build" Makefile |
16058 sed "$extrasub_host" |
16059 sed "$extrasub_target" > mf$$
16060 mv -f mf$$ Makefile ;;
16068 ac_clean_files=$ac_clean_files_save
16070 test $ac_write_fail = 0 ||
16071 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16074 # configure is writing to config.log, and then calls config.status.
16075 # config.status does its own redirection, appending to config.log.
16076 # Unfortunately, on DOS this fails, as config.log is still kept open
16077 # by configure, so config.status won't be able to
write to it
; its
16078 # output is simply discarded. So we exec the FD to /dev/null,
16079 # effectively closing config.log, so it can be properly (re)opened and
16080 # appended to by config.status. When coming back to configure, we
16081 # need to make the FD available again.
16082 if test "$no_create" != yes; then
16084 ac_config_status_args
=
16085 test "$silent" = yes &&
16086 ac_config_status_args
="$ac_config_status_args --quiet"
16088 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
16090 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16091 # would make configure fail if this is the last instruction.
16092 $ac_cs_success || as_fn_exit $?
16094 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
16095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16096 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}