2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev
/null
; then :
205 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
208 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
210 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
213 test -z "$as_dir" && as_dir
=.
217 for as_base
in sh bash ksh sh5
; do
218 # Try only shells that exist, to save several forks.
219 as_shell
=$as_dir/$as_base
220 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
222 CONFIG_SHELL
=$as_shell as_have_required
=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
231 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
233 CONFIG_SHELL
=$SHELL as_have_required
=yes
238 if test "x$CONFIG_SHELL" != x
; then :
240 # We cannot yet assume a decent shell, so we have to provide a
241 # neutralization value for shells without unset; and this also
242 # works around shells that cannot unset nonexistent variables.
243 # Preserve -v and -x to the replacement shell.
246 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
248 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254 # Admittedly, this is quite paranoid, since all the known shells bail
255 # out after a failed `exec'.
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 if test x
$as_have_required = xno
; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x
${ZSH_VERSION+set} = xset
; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268 $0: including any error possibly output before this
269 $0: message. Then install a modern shell, or manually run
270 $0: the script under such a shell if you do have one."
276 SHELL
=${CONFIG_SHELL-/bin/sh}
278 # Unset more variables known to interfere with behavior of common tools.
279 CLICOLOR_FORCE
= GREP_OPTIONS
=
280 unset CLICOLOR_FORCE GREP_OPTIONS
282 ## --------------------- ##
283 ## M4sh Shell Functions. ##
284 ## --------------------- ##
287 # Portably unset VAR.
290 { eval $1=; unset $1;}
294 # as_fn_set_status STATUS
295 # -----------------------
296 # Set $? to STATUS, without forking.
304 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
314 # Create "$as_dir" as a directory, including parents if necessary.
319 -*) as_dir
=.
/$as_dir;;
321 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
325 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 as_dirs
="'$as_qdir' $as_dirs"
329 as_dir
=`$as_dirname -- "$as_dir" ||
330 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334 $as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
352 test -d "$as_dir" && break
354 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
355 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p
()
365 test -f "$1" && test -x "$1"
366 } # as_fn_executable_p
367 # as_fn_append VAR VALUE
368 # ----------------------
369 # Append the text in VALUE to the end of the definition contained in VAR. Take
370 # advantage of any shell optimizations that allow amortized linear growth over
371 # repeated appends, instead of the typical quadratic growth present in naive
373 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
374 eval 'as_fn_append ()
387 # Perform arithmetic evaluation on the ARGs, and store the result in the
388 # global $as_val. Take advantage of shells that can avoid forks. The arguments
389 # must be portable across $(()) and expr.
390 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
398 as_val
=`expr "$@" || test $? -eq 1`
403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
404 # ----------------------------------------
405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
407 # script with STATUS, using 1 if that was 0.
410 as_status
=$1; test $as_status -eq 0 && as_status
=1
412 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
415 $as_echo "$as_me: error: $2" >&2
416 as_fn_exit
$as_status
419 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
426 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
432 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
438 as_me
=`$as_basename -- "$0" ||
439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
457 # Avoid depending upon Character Ranges.
458 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
459 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
461 as_cr_digits
='0123456789'
462 as_cr_alnum
=$as_cr_Letters$as_cr_digits
465 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
466 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 chmod +x
"$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec
=no
; export _as_can_reexec
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
494 # original and so on. Autoconf is especially sensitive to this).
496 # Exit status is that of the last command.
500 ECHO_C
= ECHO_N
= ECHO_T
=
501 case `echo -n x` in #(((((
503 case `echo 'xy\c'` in
504 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
513 rm -f conf$$ conf$$.exe conf$$.
file
514 if test -d conf$$.dir
; then
515 rm -f conf$$.dir
/conf$$.
file
518 mkdir conf$$.dir
2>/dev
/null
520 if (echo >conf$$.
file) 2>/dev
/null
; then
521 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
526 # In both cases, we have to default to `cp -pR'.
527 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
529 elif ln conf$$.
file conf$$
2>/dev
/null
; then
537 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
538 rmdir conf$$.dir
2>/dev
/null
540 if mkdir
-p .
2>/dev
/null
; then
541 as_mkdir_p
='mkdir -p "$as_dir"'
543 test -d .
/-p && rmdir .
/-p
548 as_executable_p
=as_fn_executable_p
550 # Sed expression to map a string onto a valid CPP name.
551 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
553 # Sed expression to map a string onto a valid variable name.
554 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
562 # so uname gets run too.
563 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
568 ac_default_prefix
=/usr
/local
570 ac_config_libobj_dir
=.
577 # Identity of this package.
585 ac_unique_file
="move-if-change"
586 enable_option_checking
=no
587 ac_subst_vars
='LTLIBOBJS
594 MAINTAINER_MODE_FALSE
596 COMPILER_NM_FOR_TARGET
597 COMPILER_LD_FOR_TARGET
598 COMPILER_AS_FOR_TARGET
681 DEBUG_PREFIX_CFLAGS_FOR_TARGET
682 SYSROOT_CFLAGS_FOR_TARGET
684 extra_host_zlib_configure_flags
685 extra_host_libiberty_configure_flags
688 extra_linker_plugin_flags
689 extra_linker_plugin_configure_flags
696 extra_isl_gmp_configure_flags
697 extra_mpc_mpfr_configure_flags
698 extra_mpc_gmp_configure_flags
699 extra_mpfr_configure_flags
717 extra_liboffloadmic_configure_flags
744 TOPLEVEL_CONFIGURE_ARGUMENTS
772 program_transform_name
783 ac_subst_files
='serialization_dependencies
789 enable_option_checking
792 enable_as_accelerator_for
793 enable_offload_targets
794 enable_offload_defaulted
797 enable_compressed_debug_sections
799 enable_libquadmath_support
817 with_static_standard_libraries
824 enable_isl_version_check
826 enable_linker_plugin_configure_flags
827 enable_linker_plugin_flags
829 enable_stage1_languages
832 with_target_bdw_gc_include
833 with_target_bdw_gc_lib
834 with_gcc_major_version_only
836 with_debug_prefix_map
839 enable_serial_configure
840 with_build_time_tools
841 enable_maintainer_mode
842 enable_stage1_checking
845 ac_precious_vars
='build_alias
897 # Initialize some variables set by options.
899 ac_init_version
=false
900 ac_unrecognized_opts
=
902 # The variables have the same names as the options, with
903 # dashes changed to underlines.
911 program_transform_name
=s
,x
,x
,
919 # Installation directory options.
920 # These are left unexpanded so users can "make install exec_prefix=/foo"
921 # and all the variables that are supposed to be based on exec_prefix
922 # by default will actually change.
923 # Use braces instead of parens because sh, perl, etc. also accept them.
924 # (The list follows the same order as the GNU Coding Standards.)
925 bindir
='${exec_prefix}/bin'
926 sbindir
='${exec_prefix}/sbin'
927 libexecdir
='${exec_prefix}/libexec'
928 datarootdir
='${prefix}/share'
929 datadir
='${datarootdir}'
930 sysconfdir
='${prefix}/etc'
931 sharedstatedir
='${prefix}/com'
932 localstatedir
='${prefix}/var'
933 includedir
='${prefix}/include'
934 oldincludedir
='/usr/include'
935 docdir
='${datarootdir}/doc/${PACKAGE}'
936 infodir
='${datarootdir}/info'
941 libdir
='${exec_prefix}/lib'
942 localedir
='${datarootdir}/locale'
943 mandir
='${datarootdir}/man'
949 # If the previous option needs an argument, assign it.
950 if test -n "$ac_prev"; then
951 eval $ac_prev=\
$ac_option
957 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
962 # Accept the important Cygnus configure options, so we can diagnose typos.
964 case $ac_dashdash$ac_option in
968 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
970 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
973 -build |
--build |
--buil |
--bui |
--bu)
974 ac_prev
=build_alias
;;
975 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
976 build_alias
=$ac_optarg ;;
978 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
979 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
980 ac_prev
=cache_file
;;
981 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
982 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
983 cache_file
=$ac_optarg ;;
986 cache_file
=config.cache
;;
988 -datadir |
--datadir |
--datadi |
--datad)
990 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
991 datadir
=$ac_optarg ;;
993 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
994 |
--dataroo |
--dataro |
--datar)
995 ac_prev
=datarootdir
;;
996 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
997 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
998 datarootdir
=$ac_optarg ;;
1000 -disable-* |
--disable-*)
1001 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1002 # Reject names that are not valid shell variable names.
1003 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1004 as_fn_error $?
"invalid feature name: $ac_useropt"
1005 ac_useropt_orig
=$ac_useropt
1006 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1007 case $ac_user_opts in
1009 "enable_
$ac_useropt"
1011 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1012 ac_unrecognized_sep
=', ';;
1014 eval enable_
$ac_useropt=no
;;
1016 -docdir |
--docdir |
--docdi |
--doc |
--do)
1018 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1019 docdir
=$ac_optarg ;;
1021 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1023 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1024 dvidir
=$ac_optarg ;;
1026 -enable-* |
--enable-*)
1027 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1028 # Reject names that are not valid shell variable names.
1029 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1030 as_fn_error $?
"invalid feature name: $ac_useropt"
1031 ac_useropt_orig
=$ac_useropt
1032 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1033 case $ac_user_opts in
1035 "enable_
$ac_useropt"
1037 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1038 ac_unrecognized_sep
=', ';;
1040 eval enable_
$ac_useropt=\
$ac_optarg ;;
1042 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1043 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1044 |
--exec |
--exe |
--ex)
1045 ac_prev
=exec_prefix
;;
1046 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1047 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1048 |
--exec=* |
--exe=* |
--ex=*)
1049 exec_prefix
=$ac_optarg ;;
1051 -gas |
--gas |
--ga |
--g)
1052 # Obsolete; use --with-gas.
1055 -help |
--help |
--hel |
--he |
-h)
1056 ac_init_help
=long
;;
1057 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1058 ac_init_help
=recursive
;;
1059 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1060 ac_init_help
=short
;;
1062 -host |
--host |
--hos |
--ho)
1063 ac_prev
=host_alias
;;
1064 -host=* |
--host=* |
--hos=* |
--ho=*)
1065 host_alias
=$ac_optarg ;;
1067 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1069 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1071 htmldir
=$ac_optarg ;;
1073 -includedir |
--includedir |
--includedi |
--included |
--include \
1074 |
--includ |
--inclu |
--incl |
--inc)
1075 ac_prev
=includedir
;;
1076 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1077 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1078 includedir
=$ac_optarg ;;
1080 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1082 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1083 infodir
=$ac_optarg ;;
1085 -libdir |
--libdir |
--libdi |
--libd)
1087 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1088 libdir
=$ac_optarg ;;
1090 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1091 |
--libexe |
--libex |
--libe)
1092 ac_prev
=libexecdir
;;
1093 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1094 |
--libexe=* |
--libex=* |
--libe=*)
1095 libexecdir
=$ac_optarg ;;
1097 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1098 ac_prev
=localedir
;;
1099 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1100 localedir
=$ac_optarg ;;
1102 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1103 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1104 ac_prev
=localstatedir
;;
1105 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1106 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1107 localstatedir
=$ac_optarg ;;
1109 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1111 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1112 mandir
=$ac_optarg ;;
1114 -nfp |
--nfp |
--nf)
1115 # Obsolete; use --without-fp.
1118 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1119 |
--no-cr |
--no-c |
-n)
1122 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1123 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1126 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1127 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1128 |
--oldin |
--oldi |
--old |
--ol |
--o)
1129 ac_prev
=oldincludedir
;;
1130 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1131 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1132 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1133 oldincludedir
=$ac_optarg ;;
1135 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1137 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1138 prefix
=$ac_optarg ;;
1140 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1141 |
--program-pre |
--program-pr |
--program-p)
1142 ac_prev
=program_prefix
;;
1143 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1144 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1145 program_prefix
=$ac_optarg ;;
1147 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1148 |
--program-suf |
--program-su |
--program-s)
1149 ac_prev
=program_suffix
;;
1150 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1151 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1152 program_suffix
=$ac_optarg ;;
1154 -program-transform-name |
--program-transform-name \
1155 |
--program-transform-nam |
--program-transform-na \
1156 |
--program-transform-n |
--program-transform- \
1157 |
--program-transform |
--program-transfor \
1158 |
--program-transfo |
--program-transf \
1159 |
--program-trans |
--program-tran \
1160 |
--progr-tra |
--program-tr |
--program-t)
1161 ac_prev
=program_transform_name
;;
1162 -program-transform-name=* |
--program-transform-name=* \
1163 |
--program-transform-nam=* |
--program-transform-na=* \
1164 |
--program-transform-n=* |
--program-transform-=* \
1165 |
--program-transform=* |
--program-transfor=* \
1166 |
--program-transfo=* |
--program-transf=* \
1167 |
--program-trans=* |
--program-tran=* \
1168 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1169 program_transform_name
=$ac_optarg ;;
1171 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1173 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1174 pdfdir
=$ac_optarg ;;
1176 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1178 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1181 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1182 |
-silent |
--silent |
--silen |
--sile |
--sil)
1185 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1187 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1189 sbindir
=$ac_optarg ;;
1191 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1192 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1193 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1195 ac_prev
=sharedstatedir
;;
1196 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1197 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1198 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1200 sharedstatedir
=$ac_optarg ;;
1202 -site |
--site |
--sit)
1204 -site=* |
--site=* |
--sit=*)
1207 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1209 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1210 srcdir
=$ac_optarg ;;
1212 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1213 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1214 ac_prev
=sysconfdir
;;
1215 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1216 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1217 sysconfdir
=$ac_optarg ;;
1219 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1220 ac_prev
=target_alias
;;
1221 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1222 target_alias
=$ac_optarg ;;
1224 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1227 -version |
--version |
--versio |
--versi |
--vers |
-V)
1228 ac_init_version
=: ;;
1231 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1232 # Reject names that are not valid shell variable names.
1233 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1234 as_fn_error $?
"invalid package name: $ac_useropt"
1235 ac_useropt_orig
=$ac_useropt
1236 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1237 case $ac_user_opts in
1241 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1242 ac_unrecognized_sep
=', ';;
1244 eval with_
$ac_useropt=\
$ac_optarg ;;
1246 -without-* |
--without-*)
1247 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1248 # Reject names that are not valid shell variable names.
1249 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1250 as_fn_error $?
"invalid package name: $ac_useropt"
1251 ac_useropt_orig
=$ac_useropt
1252 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1253 case $ac_user_opts in
1257 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1258 ac_unrecognized_sep
=', ';;
1260 eval with_
$ac_useropt=no
;;
1263 # Obsolete; use --with-x.
1266 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1267 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1268 ac_prev
=x_includes
;;
1269 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1270 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1271 x_includes
=$ac_optarg ;;
1273 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1274 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1275 ac_prev
=x_libraries
;;
1276 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1277 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1278 x_libraries
=$ac_optarg ;;
1280 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1281 Try \`$0 --help' for more information"
1285 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1286 # Reject names that are not valid shell variable names.
1287 case $ac_envvar in #(
1288 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1289 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1291 eval $ac_envvar=\
$ac_optarg
1292 export $ac_envvar ;;
1295 # FIXME: should be removed in autoconf 3.0.
1296 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1297 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1298 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1299 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1305 if test -n "$ac_prev"; then
1306 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1307 as_fn_error $?
"missing argument to $ac_option"
1310 if test -n "$ac_unrecognized_opts"; then
1311 case $enable_option_checking in
1313 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1314 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1318 # Check all directory arguments for consistency.
1319 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1320 datadir sysconfdir sharedstatedir localstatedir includedir \
1321 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1322 libdir localedir mandir
1324 eval ac_val
=\$
$ac_var
1325 # Remove trailing slashes.
1328 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1329 eval $ac_var=\
$ac_val;;
1331 # Be sure to have absolute directory names.
1333 [\\/$
]* | ?
:[\\/]* ) continue;;
1334 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1336 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1339 # There might be people who depend on the old broken behavior: `$host'
1340 # used to hold the argument of --host etc.
1341 # FIXME: To remove some day.
1344 target
=$target_alias
1346 # FIXME: To remove some day.
1347 if test "x$host_alias" != x
; then
1348 if test "x$build_alias" = x
; then
1349 cross_compiling
=maybe
1350 elif test "x$build_alias" != "x$host_alias"; then
1356 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1358 test "$silent" = yes && exec 6>/dev
/null
1361 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1362 ac_ls_di
=`ls -di .` &&
1363 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1364 as_fn_error $?
"working directory cannot be determined"
1365 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1366 as_fn_error $?
"pwd does not report name of working directory"
1369 # Find the source files, if location was not specified.
1370 if test -z "$srcdir"; then
1371 ac_srcdir_defaulted
=yes
1372 # Try the directory containing this script, then the parent directory.
1373 ac_confdir
=`$as_dirname -- "$as_myself" ||
1374 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1375 X"$as_myself" : 'X\(//\)[^/]' \| \
1376 X"$as_myself" : 'X\(//\)$' \| \
1377 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1378 $as_echo X"$as_myself" |
1379 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1397 if test ! -r "$srcdir/$ac_unique_file"; then
1401 ac_srcdir_defaulted
=no
1403 if test ! -r "$srcdir/$ac_unique_file"; then
1404 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1405 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1407 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1409 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1411 # When building in place, set srcdir=.
1412 if test "$ac_abs_confdir" = "$ac_pwd"; then
1415 # Remove unnecessary trailing slashes from srcdir.
1416 # Double slashes in file names in object file debugging info
1417 # mess up M-x gdb in Emacs.
1419 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1423 as_fn_error $?
"path to source, $srcdir, contains spaces"
1426 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1428 for ac_var
in $ac_precious_vars; do
1429 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1430 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1431 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1432 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1436 # Report the --help message.
1438 if test "$ac_init_help" = "long"; then
1439 # Omit some internal or obsolete options to make the list less imposing.
1440 # This message is too long to be a string in the A/UX 3.1 sh.
1442 \`configure' configures this package to adapt to many kinds of systems.
1444 Usage: $0 [OPTION]... [VAR=VALUE]...
1446 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1447 VAR=VALUE. See below for descriptions of some of the useful variables.
1449 Defaults for the options are specified in brackets.
1452 -h, --help display this help and exit
1453 --help=short display options specific to this package
1454 --help=recursive display the short help of all the included packages
1455 -V, --version display version information and exit
1456 -q, --quiet, --silent do not print \`checking ...' messages
1457 --cache-file=FILE cache test results in FILE [disabled]
1458 -C, --config-cache alias for \`--cache-file=config.cache'
1459 -n, --no-create do not create output files
1460 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1462 Installation directories:
1463 --prefix=PREFIX install architecture-independent files in PREFIX
1464 [$ac_default_prefix]
1465 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1468 By default, \`make install' will install all the files in
1469 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1470 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1471 for instance \`--prefix=\$HOME'.
1473 For better control, use the options below.
1475 Fine tuning of the installation directories:
1476 --bindir=DIR user executables [EPREFIX/bin]
1477 --sbindir=DIR system admin executables [EPREFIX/sbin]
1478 --libexecdir=DIR program executables [EPREFIX/libexec]
1479 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1480 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1481 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1482 --libdir=DIR object code libraries [EPREFIX/lib]
1483 --includedir=DIR C header files [PREFIX/include]
1484 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1485 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1486 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1487 --infodir=DIR info documentation [DATAROOTDIR/info]
1488 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1489 --mandir=DIR man documentation [DATAROOTDIR/man]
1490 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1491 --htmldir=DIR html documentation [DOCDIR]
1492 --dvidir=DIR dvi documentation [DOCDIR]
1493 --pdfdir=DIR pdf documentation [DOCDIR]
1494 --psdir=DIR ps documentation [DOCDIR]
1500 --program-prefix=PREFIX prepend PREFIX to installed program names
1501 --program-suffix=SUFFIX append SUFFIX to installed program names
1502 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1505 --build=BUILD configure
for building on BUILD
[guessed
]
1506 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1507 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1511 if test -n "$ac_init_help"; then
1516 --disable-option-checking ignore unrecognized
--enable/--with options
1517 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1518 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1519 --enable-as-accelerator-for=ARG
1520 build as offload target compiler. Specify offload
1522 --enable-offload-targets=LIST
1523 enable offloading to devices from comma-separated
1524 LIST of TARGET
[=DIR
]. Use optional path to
find
1525 offload target compiler during the build
1526 --enable-offload-defaulted
1527 If enabled
, configured but not installed offload compilers and
1528 libgomp plugins are silently ignored. Useful
for distribution
1529 compilers where those are
in separate optional packages.
1531 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1532 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1533 --enable-compressed-debug-sections={all
,gas
,gold
,ld
,none
}
1534 Enable compressed debug sections
for gas
, gold or ld
1536 --disable-libquadmath do not build libquadmath directory
1537 --disable-libquadmath-support
1538 disable libquadmath support
for Fortran
1539 --enable-libada build libada directory
1540 --enable-libssp build libssp directory
1541 --disable-libstdcxx do not build libstdc
++-v3 directory
1542 --enable-liboffloadmic=ARG
1543 build liboffloadmic
[ARG
={no
,host,target
}]
1544 --enable-bootstrap enable bootstrapping
[yes if native build
]
1545 --disable-isl-version-check
1546 disable check
for isl version
1547 --enable-lto enable link
time optimization support
1548 --enable-linker-plugin-configure-flags=FLAGS
1549 additional flags
for configuring linker plugins
1551 --enable-linker-plugin-flags=FLAGS
1552 additional flags
for configuring and building linker
1554 --enable-host-shared build
host code as shared libraries
1555 --enable-stage1-languages[=all
]
1556 choose additional languages to build during stage1.
1557 Mostly useful
for compiler development
1558 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1560 --enable-vtable-verify Enable vtable verification feature
1561 --enable-serial-[{host,target,build}-]configure
1562 force sequential configuration of sub-packages for
1563 the host, target or build machine, or all
1565 --enable-maintainer-mode
1566 enable make rules and dependencies not useful (and
1567 sometimes confusing) to the casual installer
1568 --enable-stage1-checking[=all]
1569 choose additional checking for stage1 of the
1571 --enable-werror enable -Werror in bootstrap stage2 and later
1574 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1575 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1576 --with-build-libsubdir=DIR Directory where to find libraries for build system
1577 --with-system-zlib use installed libz
1578 --with-mpc=PATH specify prefix directory for installed MPC package.
1579 Equivalent to --with-mpc-include=PATH/include plus
1580 --with-mpc-lib=PATH/lib
1581 --with-mpc-include=PATH specify directory for installed MPC include files
1582 --with-mpc-lib=PATH specify directory for the installed MPC library
1583 --with-mpfr-dir=PATH this option has been REMOVED
1584 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1585 Equivalent to --with-mpfr-include=PATH/include plus
1586 --with-mpfr-lib=PATH/lib
1587 --with-mpfr-include=PATH
1588 specify directory for installed MPFR include files
1589 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1590 --with-gmp-dir=PATH this option has been REMOVED
1591 --with-gmp=PATH specify prefix directory for the installed GMP
1592 package. Equivalent to
1593 --with-gmp-include=PATH/include plus
1594 --with-gmp-lib=PATH/lib
1595 --with-gmp-include=PATH specify directory for installed GMP include files
1596 --with-gmp-lib=PATH specify directory for the installed GMP library
1597 --with-stage1-libs=LIBS libraries for stage1
1598 --with-static-standard-libraries
1599 use -static-libstdc++ and -static-libgcc
1601 --with-stage1-ldflags=FLAGS
1602 linker flags for stage1
1603 --with-boot-libs=LIBS libraries for stage2 and later
1604 --with-boot-ldflags=FLAGS
1605 linker flags for stage2 and later
1606 --with-isl=PATH Specify prefix directory for the installed isl
1607 package. Equivalent to
1608 --with-isl-include=PATH/include plus
1609 --with-isl-lib=PATH/lib
1610 --with-isl-include=PATH Specify directory for installed isl include files
1611 --with-isl-lib=PATH Specify the directory for the installed isl library
1612 --with-target-bdw-gc=PATHLIST
1613 specify prefix directory for installed bdw-gc
1614 package. Equivalent to
1615 --with-target-bdw-gc-include=PATH/include plus
1616 --with-target-bdw-gc-lib=PATH/lib
1617 --with-target-bdw-gc-include=PATHLIST
1618 specify directories for installed bdw-gc include
1620 --with-target-bdw-gc-lib=PATHLIST
1621 specify directories for installed bdw-gc library
1622 --with-gcc-major-version-only
1623 use only GCC major number in filesystem paths
1624 --with-build-sysroot=SYSROOT
1625 use sysroot as the system root during the build
1626 --with-debug-prefix-map='A
=B C
=D ...
'
1627 map A to B, C to D ... in debug information
1628 --with-build-config='NAME NAME2...
'
1629 use config/NAME.mk build configuration
1630 --with-build-time-tools=PATH
1631 use given path to find target tools during the build
1633 Some influential environment variables:
1634 CC C compiler command
1635 CFLAGS C compiler flags
1636 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1637 nonstandard directory <lib dir>
1638 LIBS libraries to pass to the linker, e.g. -l<library>
1639 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1640 you have headers in a nonstandard directory <include dir>
1641 CXX C++ compiler command
1642 CXXFLAGS C++ compiler flags
1644 additional configure arguments for build directories
1646 additional configure arguments for host directories
1648 additional configure arguments for target directories
1651 DLLTOOL DLLTOOL for the host
1652 DSYMUTIL DSYMUTIL for the host
1654 LIPO LIPO for the host
1656 RANLIB RANLIB for the host
1657 STRIP STRIP for the host
1658 WINDRES WINDRES for the host
1659 WINDMC WINDMC for the host
1660 OBJCOPY OBJCOPY for the host
1661 OBJDUMP OBJDUMP for the host
1662 OTOOL OTOOL for the host
1663 READELF READELF for the host
1671 GFORTRAN for the target
1681 DLLTOOL for the target
1683 DSYMUTIL for the target
1691 OBJCOPY for the target
1693 OBJDUMP for the target
1695 OTOOL for the target
1697 RANLIB for the target
1699 READELF for the target
1701 STRIP for the target
1703 WINDRES for the target
1705 WINDMC for the target
1707 Use these variables to override the choices made by `configure' or to
help
1708 it to
find libraries and programs with nonstandard names
/locations.
1710 Report bugs to the package provider.
1715 if test "$ac_init_help" = "recursive"; then
1716 # If there are subdirs, report their specific --help.
1717 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1718 test -d "$ac_dir" ||
1719 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1724 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1726 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1727 # A ".." for each directory in $ac_dir_suffix.
1728 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1729 case $ac_top_builddir_sub in
1730 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1731 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1734 ac_abs_top_builddir
=$ac_pwd
1735 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1736 # for backward compatibility:
1737 ac_top_builddir
=$ac_top_build_prefix
1740 .
) # We are building in place.
1742 ac_top_srcdir
=$ac_top_builddir_sub
1743 ac_abs_top_srcdir
=$ac_pwd ;;
1744 [\\/]* | ?
:[\\/]* ) # Absolute name.
1745 ac_srcdir
=$srcdir$ac_dir_suffix;
1746 ac_top_srcdir
=$srcdir
1747 ac_abs_top_srcdir
=$srcdir ;;
1749 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1750 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1751 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1753 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1755 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1756 # Check for guested configure.
1757 if test -f "$ac_srcdir/configure.gnu"; then
1759 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1760 elif test -f "$ac_srcdir/configure"; then
1762 $SHELL "$ac_srcdir/configure" --help=recursive
1764 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1766 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1770 test -n "$ac_init_help" && exit $ac_status
1771 if $ac_init_version; then
1774 generated by GNU Autoconf
2.69
1776 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1777 This configure
script is free software
; the Free Software Foundation
1778 gives unlimited permission to copy
, distribute and modify it.
1783 ## ------------------------ ##
1784 ## Autoconf initialization. ##
1785 ## ------------------------ ##
1787 # ac_fn_c_try_compile LINENO
1788 # --------------------------
1789 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1790 ac_fn_c_try_compile
()
1792 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1793 rm -f conftest.
$ac_objext
1794 if { { ac_try
="$ac_compile"
1796 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1797 *) ac_try_echo=$ac_try;;
1799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_compile") 2>conftest.err
1803 if test -s conftest.err; then
1804 grep -v '^ *+' conftest.err >conftest.er1
1805 cat conftest.er1 >&5
1806 mv -f conftest.er1 conftest.err
1808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1809 test $ac_status = 0; } && {
1810 test -z "$ac_c_werror_flag" ||
1811 test ! -s conftest.err
1812 } && test -s conftest.$ac_objext; then :
1815 $as_echo "$as_me: failed program was:" >&5
1816 sed 's/^/| /' conftest.$ac_ext >&5
1820 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1821 as_fn_set_status $ac_retval
1823 } # ac_fn_c_try_compile
1825 # ac_fn_cxx_try_compile LINENO
1826 # ----------------------------
1827 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1828 ac_fn_cxx_try_compile ()
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831 rm -f conftest.$ac_objext
1832 if { { ac_try="$ac_compile"
1834 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1835 *) ac_try_echo
=$ac_try;;
1837 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1838 $as_echo "$ac_try_echo"; } >&5
1839 (eval "$ac_compile") 2>conftest.err
1841 if test -s conftest.err
; then
1842 grep -v '^ *+' conftest.err
>conftest.er1
1843 cat conftest.er1
>&5
1844 mv -f conftest.er1 conftest.err
1846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1847 test $ac_status = 0; } && {
1848 test -z "$ac_cxx_werror_flag" ||
1849 test ! -s conftest.err
1850 } && test -s conftest.
$ac_objext; then :
1853 $as_echo "$as_me: failed program was:" >&5
1854 sed 's/^/| /' conftest.
$ac_ext >&5
1858 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1859 as_fn_set_status
$ac_retval
1861 } # ac_fn_cxx_try_compile
1863 # ac_fn_cxx_try_link LINENO
1864 # -------------------------
1865 # Try to link conftest.$ac_ext, and return whether this succeeded.
1866 ac_fn_cxx_try_link
()
1868 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1869 rm -f conftest.
$ac_objext conftest
$ac_exeext
1870 if { { ac_try
="$ac_link"
1872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1873 *) ac_try_echo=$ac_try;;
1875 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1876 $as_echo "$ac_try_echo"; } >&5
1877 (eval "$ac_link") 2>conftest.err
1879 if test -s conftest.err; then
1880 grep -v '^ *+' conftest.err >conftest.er1
1881 cat conftest.er1 >&5
1882 mv -f conftest.er1 conftest.err
1884 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1885 test $ac_status = 0; } && {
1886 test -z "$ac_cxx_werror_flag" ||
1887 test ! -s conftest.err
1888 } && test -s conftest$ac_exeext && {
1889 test "$cross_compiling" = yes ||
1890 test -x conftest$ac_exeext
1894 $as_echo "$as_me: failed program was:" >&5
1895 sed 's/^/| /' conftest.$ac_ext >&5
1899 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1900 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1901 # interfere with the next link command; also delete a directory that is
1902 # left behind by Apple's compiler. We do this before executing the actions.
1903 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1904 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1905 as_fn_set_status $ac_retval
1907 } # ac_fn_cxx_try_link
1909 # ac_fn_c_try_link LINENO
1910 # -----------------------
1911 # Try to link conftest.$ac_ext, and return whether this succeeded.
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 rm -f conftest.$ac_objext conftest$ac_exeext
1916 if { { ac_try="$ac_link"
1918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1919 *) ac_try_echo
=$ac_try;;
1921 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1922 $as_echo "$ac_try_echo"; } >&5
1923 (eval "$ac_link") 2>conftest.err
1925 if test -s conftest.err
; then
1926 grep -v '^ *+' conftest.err
>conftest.er1
1927 cat conftest.er1
>&5
1928 mv -f conftest.er1 conftest.err
1930 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1931 test $ac_status = 0; } && {
1932 test -z "$ac_c_werror_flag" ||
1933 test ! -s conftest.err
1934 } && test -s conftest
$ac_exeext && {
1935 test "$cross_compiling" = yes ||
1936 test -x conftest
$ac_exeext
1940 $as_echo "$as_me: failed program was:" >&5
1941 sed 's/^/| /' conftest.
$ac_ext >&5
1945 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1946 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1947 # interfere with the next link command; also delete a directory that is
1948 # left behind by Apple's compiler. We do this before executing the actions.
1949 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1950 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1951 as_fn_set_status
$ac_retval
1953 } # ac_fn_c_try_link
1954 cat >config.log
<<_ACEOF
1955 This file contains any messages produced by compilers while
1956 running configure, to aid debugging if configure makes a mistake.
1958 It was created by $as_me, which was
1959 generated by GNU Autoconf 2.69. Invocation command line was
1971 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1972 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1973 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1974 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1975 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1977 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1978 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1980 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1981 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1982 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1983 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1984 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1985 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1986 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1990 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1994 test -z "$as_dir" && as_dir
=.
1995 $as_echo "PATH: $as_dir"
2011 # Keep a trace of the command line.
2012 # Strip out --no-create and --no-recursion so they do not pile up.
2013 # Strip out --silent because we don't want to record it for future runs.
2014 # Also quote any args containing shell meta-characters.
2015 # Make two passes to allow for proper duplicate-argument suppression.
2019 ac_must_keep_next
=false
2025 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2026 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2027 |
-silent |
--silent |
--silen |
--sile |
--sil)
2030 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2033 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2035 as_fn_append ac_configure_args1
" '$ac_arg'"
2036 if test $ac_must_keep_next = true
; then
2037 ac_must_keep_next
=false
# Got value, back to normal.
2040 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2041 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2042 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2043 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2044 case "$ac_configure_args0 " in
2045 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2048 -* ) ac_must_keep_next
=true
;;
2051 as_fn_append ac_configure_args
" '$ac_arg'"
2056 { ac_configure_args0
=; unset ac_configure_args0
;}
2057 { ac_configure_args1
=; unset ac_configure_args1
;}
2059 # When interrupted or exit'd, cleanup temporary files, and complete
2060 # config.log. We remove comments because anyway the quotes in there
2061 # would cause problems or look ugly.
2062 # WARNING: Use '\'' to represent an apostrophe within the trap.
2063 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2064 trap 'exit_status=$?
2065 # Save into config.log some information that might help in debugging.
2069 $as_echo "## ---------------- ##
2070 ## Cache variables. ##
2071 ## ---------------- ##"
2073 # The following way of writing the cache mishandles newlines in values,
2075 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2076 eval ac_val=\$$ac_var
2080 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2081 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2084 _ | IFS | as_nl) ;; #(
2085 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2086 *) { eval $ac_var=; unset $ac_var;} ;;
2091 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2092 *${as_nl}ac_space=\ *)
2094 "s/'\''/'\''\\\\'\'''\''/g;
2095 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2098 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2105 $as_echo "## ----------------- ##
2106 ## Output variables. ##
2107 ## ----------------- ##"
2109 for ac_var in $ac_subst_vars
2111 eval ac_val=\$$ac_var
2113 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2115 $as_echo "$ac_var='\''$ac_val'\''"
2119 if test -n "$ac_subst_files"; then
2120 $as_echo "## ------------------- ##
2121 ## File substitutions. ##
2122 ## ------------------- ##"
2124 for ac_var
in $ac_subst_files
2126 eval ac_val
=\$
$ac_var
2128 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2130 $as_echo "$ac_var='\''$ac_val'\''"
2135 if test -s confdefs.h; then
2136 $as_echo "## ----------- ##
2143 test "$ac_signal" != 0 &&
2144 $as_echo "$as_me: caught signal $ac_signal"
2145 $as_echo "$as_me: exit $exit_status"
2147 rm -f core *.core core.conftest.* &&
2148 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2151 for ac_signal
in 1 2 13 15; do
2152 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2156 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2157 rm -f -r conftest
* confdefs.h
2159 $as_echo "/* confdefs.h */" > confdefs.h
2161 # Predefined preprocessor variables.
2163 cat >>confdefs.h
<<_ACEOF
2164 #define PACKAGE_NAME "$PACKAGE_NAME"
2167 cat >>confdefs.h
<<_ACEOF
2168 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2171 cat >>confdefs.h
<<_ACEOF
2172 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2175 cat >>confdefs.h
<<_ACEOF
2176 #define PACKAGE_STRING "$PACKAGE_STRING"
2179 cat >>confdefs.h
<<_ACEOF
2180 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2183 cat >>confdefs.h
<<_ACEOF
2184 #define PACKAGE_URL "$PACKAGE_URL"
2188 # Let the site file select an alternate cache file if it wants to.
2189 # Prefer an explicitly selected file to automatically selected ones.
2192 if test -n "$CONFIG_SITE"; then
2193 # We do not want a PATH search for config.site.
2194 case $CONFIG_SITE in #((
2195 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2196 */*) ac_site_file1
=$CONFIG_SITE;;
2197 *) ac_site_file1
=.
/$CONFIG_SITE;;
2199 elif test "x$prefix" != xNONE
; then
2200 ac_site_file1
=$prefix/share
/config.site
2201 ac_site_file2
=$prefix/etc
/config.site
2203 ac_site_file1
=$ac_default_prefix/share
/config.site
2204 ac_site_file2
=$ac_default_prefix/etc
/config.site
2206 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2208 test "x$ac_site_file" = xNONE
&& continue
2209 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2211 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2212 sed 's/^/| /' "$ac_site_file" >&5
2214 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2215 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2216 as_fn_error $?
"failed to load site script $ac_site_file
2217 See \`config.log' for more details" "$LINENO" 5; }
2221 if test -r "$cache_file"; then
2222 # Some versions of bash will fail to source /dev/null (special files
2223 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2224 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2226 $as_echo "$as_me: loading cache $cache_file" >&6;}
2228 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2229 *) .
"./$cache_file";;
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2234 $as_echo "$as_me: creating cache $cache_file" >&6;}
2238 # Check that the precious variables saved in the cache have kept the same
2240 ac_cache_corrupted
=false
2241 for ac_var
in $ac_precious_vars; do
2242 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2243 eval ac_new_set
=\
$ac_env_${ac_var}_set
2244 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2245 eval ac_new_val
=\
$ac_env_${ac_var}_value
2246 case $ac_old_set,$ac_new_set in
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2249 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2250 ac_cache_corrupted
=: ;;
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2253 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2254 ac_cache_corrupted
=: ;;
2257 if test "x$ac_old_val" != "x$ac_new_val"; then
2258 # differences in whitespace do not lead to failure.
2259 ac_old_val_w
=`echo x $ac_old_val`
2260 ac_new_val_w
=`echo x $ac_new_val`
2261 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2263 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2264 ac_cache_corrupted
=:
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2267 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2268 eval $ac_var=\
$ac_old_val
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2271 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2273 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2276 # Pass precious variables to config.status.
2277 if test "$ac_new_set" = set; then
2279 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2280 *) ac_arg
=$ac_var=$ac_new_val ;;
2282 case " $ac_configure_args " in
2283 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2284 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2288 if $ac_cache_corrupted; then
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2290 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2292 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2293 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2295 ## -------------------- ##
2296 ## Main body of script. ##
2297 ## -------------------- ##
2300 ac_cpp
='$CPP $CPPFLAGS'
2301 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2302 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2303 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2313 # if PWD already has a value, it is probably wrong.
2314 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2316 # Export original configure arguments for use by sub-configures.
2317 # Quote arguments with shell meta charatcers.
2318 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2319 set -- "$progname" "$@"
2323 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2324 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2325 # if the argument is of the form -foo=baz, quote the baz part only
2326 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2329 # Add the quoted argument to the list.
2330 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2332 if test "$silent" = yes; then
2333 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2335 # Remove the initial space we just introduced and, as these will be
2336 # expanded by make, quote '$'.
2337 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2340 # Find the build, host, and target systems.
2342 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2343 if test -f "$ac_dir/install-sh"; then
2345 ac_install_sh
="$ac_aux_dir/install-sh -c"
2347 elif test -f "$ac_dir/install.sh"; then
2349 ac_install_sh
="$ac_aux_dir/install.sh -c"
2351 elif test -f "$ac_dir/shtool"; then
2353 ac_install_sh
="$ac_aux_dir/shtool install -c"
2357 if test -z "$ac_aux_dir"; then
2358 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2361 # These three variables are undocumented and unsupported,
2362 # and are intended to be withdrawn in a future Autoconf release.
2363 # They can cause serious problems if a builder's source tree is in a directory
2364 # whose full name contains unusual characters.
2365 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2366 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2367 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2370 # Make sure we can run config.sub.
2371 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2372 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2375 $as_echo_n "checking build system type... " >&6; }
2376 if ${ac_cv_build+:} false
; then :
2377 $as_echo_n "(cached) " >&6
2379 ac_build_alias
=$build_alias
2380 test "x$ac_build_alias" = x
&&
2381 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2382 test "x$ac_build_alias" = x
&&
2383 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2384 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2385 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2389 $as_echo "$ac_cv_build" >&6; }
2390 case $ac_cv_build in
2392 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2395 ac_save_IFS
=$IFS; IFS
='-'
2401 # Remember, the first character of IFS is used to create $*,
2402 # except with old shells:
2405 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2408 case ${build_alias} in
2409 "") build_noncanonical
=${build} ;;
2410 *) build_noncanonical
=${build_alias} ;;
2415 case ${host_alias} in
2416 "") host_noncanonical
=${build_noncanonical} ;;
2417 *) host_noncanonical
=${host_alias} ;;
2422 case ${target_alias} in
2423 "") target_noncanonical
=${host_noncanonical} ;;
2424 *) target_noncanonical
=${target_alias} ;;
2430 test "$host_noncanonical" = "$target_noncanonical" &&
2431 test "$program_prefix$program_suffix$program_transform_name" = \
2433 program_transform_name
=s
,y
,y
,
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2436 $as_echo_n "checking host system type... " >&6; }
2437 if ${ac_cv_host+:} false
; then :
2438 $as_echo_n "(cached) " >&6
2440 if test "x$host_alias" = x
; then
2441 ac_cv_host
=$ac_cv_build
2443 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2444 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2449 $as_echo "$ac_cv_host" >&6; }
2452 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2455 ac_save_IFS
=$IFS; IFS
='-'
2461 # Remember, the first character of IFS is used to create $*,
2462 # except with old shells:
2465 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2469 $as_echo_n "checking target system type... " >&6; }
2470 if ${ac_cv_target+:} false
; then :
2471 $as_echo_n "(cached) " >&6
2473 if test "x$target_alias" = x
; then
2474 ac_cv_target
=$ac_cv_host
2476 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2477 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2482 $as_echo "$ac_cv_target" >&6; }
2483 case $ac_cv_target in
2485 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2487 target
=$ac_cv_target
2488 ac_save_IFS
=$IFS; IFS
='-'
2494 # Remember, the first character of IFS is used to create $*,
2495 # except with old shells:
2498 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2501 # The aliases save the names the user supplied, while $host etc.
2502 # will get canonicalized.
2503 test -n "$target_alias" &&
2504 test "$program_prefix$program_suffix$program_transform_name" = \
2506 program_prefix
=${target_alias}-
2508 test "$program_prefix" != NONE
&&
2509 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2510 # Use a double $ so make ignores it.
2511 test "$program_suffix" != NONE
&&
2512 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2513 # Double any \ or $.
2514 # By default was `s,x,x', remove it if useless.
2515 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2516 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2520 # Get 'install' or 'install-sh' and its variants.
2521 # Find a good install program. We prefer a C program (faster),
2522 # so one script is as good as another. But avoid the broken or
2523 # incompatible versions:
2524 # SysV /etc/install, /usr/sbin/install
2525 # SunOS /usr/etc/install
2526 # IRIX /sbin/install
2528 # AmigaOS /C/install, which installs bootblocks on floppy discs
2529 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2530 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2531 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2532 # OS/2's system install, which has a completely different semantic
2533 # ./install, which can be erroneously created by make from ./install.sh.
2534 # Reject install programs that cannot install multiple files.
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2536 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2537 if test -z "$INSTALL"; then
2538 if ${ac_cv_path_install+:} false
; then :
2539 $as_echo_n "(cached) " >&6
2541 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2545 test -z "$as_dir" && as_dir
=.
2546 # Account for people who put trailing slashes in PATH elements.
2547 case $as_dir/ in #((
2548 .
/ | .
// |
/[cC
]/* | \
2549 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2550 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2553 # OSF1 and SCO ODT 3.0 have their own names for install.
2554 # Don't use installbsd from OSF since it installs stuff as root
2556 for ac_prog
in ginstall scoinst
install; do
2557 for ac_exec_ext
in '' $ac_executable_extensions; do
2558 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2559 if test $ac_prog = install &&
2560 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2561 # AIX install. It has an incompatible calling convention.
2563 elif test $ac_prog = install &&
2564 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2565 # program-specific install script used by HP pwplus--don't use.
2568 rm -rf conftest.one conftest.two conftest.dir
2569 echo one
> conftest.one
2570 echo two
> conftest.two
2572 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2573 test -s conftest.one
&& test -s conftest.two
&&
2574 test -s conftest.dir
/conftest.one
&&
2575 test -s conftest.dir
/conftest.two
2577 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2590 rm -rf conftest.one conftest.two conftest.dir
2593 if test "${ac_cv_path_install+set}" = set; then
2594 INSTALL
=$ac_cv_path_install
2596 # As a last resort, use the slow shell script. Don't cache a
2597 # value for INSTALL within a source directory, because that will
2598 # break other packages using the cache if that directory is
2599 # removed, or if the value is a relative name.
2600 INSTALL
=$ac_install_sh
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2604 $as_echo "$INSTALL" >&6; }
2606 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2607 # It thinks the first close brace ends the variable substitution.
2608 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2610 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2612 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2615 $as_echo_n "checking whether ln works... " >&6; }
2616 if ${acx_cv_prog_LN+:} false
; then :
2617 $as_echo_n "(cached) " >&6
2619 rm -f conftestdata_t
2620 echo >conftestdata_f
2621 if ln conftestdata_f conftestdata_t
2>/dev
/null
2627 rm -f conftestdata_f conftestdata_t
2630 if test $acx_cv_prog_LN = no
; then
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2633 $as_echo "no, using $LN" >&6; }
2635 LN
="$acx_cv_prog_LN"
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2637 $as_echo "yes" >&6; }
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2641 $as_echo_n "checking whether ln -s works... " >&6; }
2643 if test "$LN_S" = "ln -s"; then
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2645 $as_echo "yes" >&6; }
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2648 $as_echo "no, using $LN_S" >&6; }
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2652 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2653 if ${ac_cv_path_SED+:} false
; then :
2654 $as_echo_n "(cached) " >&6
2656 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2657 for ac_i
in 1 2 3 4 5 6 7; do
2658 ac_script
="$ac_script$as_nl$ac_script"
2660 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2661 { ac_script
=; unset ac_script
;}
2662 if test -z "$SED"; then
2663 ac_path_SED_found
=false
2664 # Loop through the user's path and test for each of PROGNAME-LIST
2665 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2669 test -z "$as_dir" && as_dir
=.
2670 for ac_prog
in sed gsed
; do
2671 for ac_exec_ext
in '' $ac_executable_extensions; do
2672 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2673 as_fn_executable_p
"$ac_path_SED" ||
continue
2674 # Check for GNU ac_path_SED and select it if it is found.
2675 # Check for GNU $ac_path_SED
2676 case `"$ac_path_SED" --version 2>&1` in
2678 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2681 $as_echo_n 0123456789 >"conftest.in"
2684 cat "conftest.in" "conftest.in" >"conftest.tmp"
2685 mv "conftest.tmp" "conftest.in"
2686 cp "conftest.in" "conftest.nl"
2687 $as_echo '' >> "conftest.nl"
2688 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2689 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2690 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2691 if test $ac_count -gt ${ac_path_SED_max-0}; then
2692 # Best one so far, save it but keep looking for a better one
2693 ac_cv_path_SED
="$ac_path_SED"
2694 ac_path_SED_max
=$ac_count
2696 # 10*(2^10) chars as input seems more than enough
2697 test $ac_count -gt 10 && break
2699 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2702 $ac_path_SED_found && break 3
2707 if test -z "$ac_cv_path_SED"; then
2708 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2716 $as_echo "$ac_cv_path_SED" >&6; }
2717 SED
="$ac_cv_path_SED"
2720 for ac_prog
in gawk mawk nawk
awk
2722 # Extract the first word of "$ac_prog", so it can be a program name with args.
2723 set dummy
$ac_prog; ac_word
=$2
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2725 $as_echo_n "checking for $ac_word... " >&6; }
2726 if ${ac_cv_prog_AWK+:} false
; then :
2727 $as_echo_n "(cached) " >&6
2729 if test -n "$AWK"; then
2730 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2736 test -z "$as_dir" && as_dir
=.
2737 for ac_exec_ext
in '' $ac_executable_extensions; do
2738 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2739 ac_cv_prog_AWK
="$ac_prog"
2740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2750 if test -n "$AWK"; then
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2752 $as_echo "$AWK" >&6; }
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2755 $as_echo "no" >&6; }
2759 test -n "$AWK" && break
2763 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2765 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2767 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2768 INSTALL
="${srcpwd}/install-sh -c"
2771 # Set srcdir to "." if that's what it is.
2772 # This is important for multilib support.
2774 if test "${pwd}" = "${srcpwd}" ; then
2782 ### To add a new directory to the tree, first choose whether it is a target
2783 ### or a host dependent tool. Then put it into the appropriate list
2784 ### (library or tools, host or target), doing a dependency sort.
2786 # Subdirs will be configured in the order listed in build_configdirs,
2787 # configdirs, or target_configdirs; see the serialization section below.
2789 # Dependency sorting is only needed when *configuration* must be done in
2790 # a particular order. In all cases a dependency should be specified in
2791 # the Makefile, whether or not it's implicitly specified here.
2793 # Double entries in build_configdirs, configdirs, or target_configdirs may
2794 # cause circular dependencies and break everything horribly.
2796 # these library is used by various programs built for the build
2799 build_libs
="build-libiberty build-libcpp"
2801 # these tools are built for the build environment
2802 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2804 # these libraries are used by various programs built for the host environment
2806 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libcody libdecnumber gmp mpfr mpc isl libelf libiconv libctf"
2808 # these tools are built for the host environment
2809 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2810 # know that we are building the simulator.
2811 # binutils, gas and ld appear in that order because it makes sense to run
2812 # "make check" in that particular order.
2813 # If --enable-gold is used, "gold" may replace "ld".
2814 host_tools
="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools c++tools"
2816 # these libraries are built for the target environment, and are built after
2817 # the host libraries and the host tools (which may be a cross compiler)
2818 # Note that libiberty is not a target library.
2819 target_libraries
="target-libgcc \
2820 target-libbacktrace \
2824 target-liboffloadmic \
2827 target-libstdc++-v3 \
2828 target-libsanitizer \
2831 target-libquadmath \
2832 target-libgfortran \
2840 # these tools are built using the target libraries, and are intended to
2841 # run only in the target environment
2843 # note: any program that *uses* libraries that are in the "target_libraries"
2844 # list belongs in this list.
2846 target_tools
="target-rda"
2848 ################################################################################
2850 ## All tools belong in one of the four categories, and are assigned above
2851 ## We assign ${configdirs} this way to remove all embedded newlines. This
2852 ## is important because configure will choke if they ever get through.
2853 ## ${configdirs} is directories we build using the host tools.
2854 ## ${target_configdirs} is directories we build using the target tools.
2855 configdirs
=`echo ${host_libs} ${host_tools}`
2856 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2857 build_configdirs
=`echo ${build_libs} ${build_tools}`
2861 ################################################################################
2863 srcname
="gnu development package"
2865 # This gets set non-empty for some net releases of packages.
2868 # Define is_cross_compiler to save on calls to 'test'.
2870 if test x
"${host}" = x
"${target}" ; then
2871 is_cross_compiler
=no
2873 is_cross_compiler
=yes
2876 # Find the build and target subdir names.
2878 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2879 # have matching libraries, they should use host libraries: Makefile.tpl
2880 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2881 # However, they still use the build modules, because the corresponding
2882 # host modules (e.g. bison) are only built for the host when bootstrap
2884 # - build_subdir is where we find build modules, and never changes.
2885 # - build_libsubdir is where we find build libraries, and can be overridden.
2887 # Prefix 'build-' so this never conflicts with target_subdir.
2888 build_subdir
="build-${build_noncanonical}"
2890 # Check whether --with-build-libsubdir was given.
2891 if test "${with_build_libsubdir+set}" = set; then :
2892 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2894 build_libsubdir
="$build_subdir"
2897 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2898 if ( test $srcdir = .
&& test -d gcc
) \
2899 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2900 host_subdir
="host-${host_noncanonical}"
2905 target_subdir
=${target_noncanonical}
2907 # Be sure to cover against remnants of an in-tree build.
2908 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2909 as_fn_error $?
"building out of tree but $srcdir contains host-${host_noncanonical}.
2910 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2913 # Skipdirs are removed silently.
2915 # Noconfigdirs are removed loudly.
2919 # Make sure we don't let GNU ld be added if we didn't want it.
2920 if test x
$with_gnu_ld = xno
; then
2922 noconfigdirs
="$noconfigdirs ld gold"
2926 # Make sure we don't let GNU as be added if we didn't want it.
2927 if test x
$with_gnu_as = xno
; then
2929 noconfigdirs
="$noconfigdirs gas"
2934 # Check whether --with-system-zlib was given.
2935 if test "${with_system_zlib+set}" = set; then :
2936 withval
=$with_system_zlib;
2939 # Make sure we don't let ZLIB be added if we didn't want it.
2940 if test x
$with_system_zlib = xyes
; then
2941 use_included_zlib
=no
2942 noconfigdirs
="$noconfigdirs zlib"
2945 # some tools are so dependent upon X11 that if we're not building with X,
2946 # it's not even worth trying to configure, much less build, that tool.
2949 yes |
"") ;; # the default value for this tree is that X11 is available
2951 skipdirs
="${skipdirs} tk itcl libgui"
2952 # We won't be able to build gdbtk without X.
2955 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2958 # Some are only suitable for cross toolchains.
2959 # Remove these if host=target.
2960 cross_only
="target-libgloss target-newlib target-opcodes"
2962 case $is_cross_compiler in
2963 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2966 # If both --with-headers and --with-libs are specified, default to
2968 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2969 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2970 if test x
"${with_newlib}" = x
; then
2975 # Recognize --with-newlib/--without-newlib.
2976 case ${with_newlib} in
2977 no
) skipdirs
="${skipdirs} target-newlib" ;;
2978 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2981 # Check whether --enable-as-accelerator-for was given.
2982 if test "${enable_as_accelerator_for+set}" = set; then :
2983 enableval
=$enable_as_accelerator_for;
2987 # Check whether --enable-offload-targets was given.
2988 if test "${enable_offload_targets+set}" = set; then :
2989 enableval
=$enable_offload_targets;
2990 if test x
"$enable_offload_targets" = x
; then
2991 as_fn_error $?
"no offload targets specified" "$LINENO" 5
2995 enable_offload_targets
=
2999 # Check whether --enable-offload-defaulted was given.
3000 if test "${enable_offload_defaulted+set}" = set; then :
3001 enableval
=$enable_offload_defaulted; enable_offload_defaulted
=$enableval
3003 enable_offload_defaulted
=
3007 # Handle --enable-gold, --enable-ld.
3008 # --disable-gold [--enable-ld]
3009 # Build only ld. Default option.
3010 # --enable-gold [--enable-ld]
3011 # Build both gold and ld. Install gold as "ld.gold", install ld
3012 # as "ld.bfd" and "ld".
3013 # --enable-gold=default [--enable-ld]
3014 # Build both gold and ld. Install gold as "ld.gold" and "ld",
3015 # install ld as "ld.bfd".
3016 # --enable-gold[=default] --disable-ld
3017 # Build only gold, which is then installed as both "ld.gold" and "ld".
3018 # --enable-gold --enable-ld=default
3019 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
3021 # In other words, ld is default
3022 # --enable-gold=default --enable-ld=default
3026 # Check whether --enable-gold was given.
3027 if test "${enable_gold+set}" = set; then :
3028 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
3033 case "${ENABLE_GOLD}" in
3035 # Check for ELF target.
3038 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
3039 |
*-*-linux* |
*-*-gnu* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
3040 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
3041 |
*-*-solaris2* |
*-*-nto* |
*-*-nacl*)
3043 *-*-linux*aout
* |
*-*-linux*oldld
*)
3051 if test "$is_elf" = "yes"; then
3052 # Check for target supported by gold.
3054 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* \
3055 | aarch64
*-*-* | tilegx
*-*-* | mips
*-*-* | s390
*-*-*)
3056 configdirs
="$configdirs gold"
3057 if test x
${ENABLE_GOLD} = xdefault
; then
3068 as_fn_error $?
"invalid --enable-gold argument" "$LINENO" 5
3072 # Check whether --enable-ld was given.
3073 if test "${enable_ld+set}" = set; then :
3074 enableval
=$enable_ld; ENABLE_LD
=$enableval
3080 case "${ENABLE_LD}" in
3082 if test x
${default_ld} != x
; then
3083 as_fn_error $?
"either gold or ld can be the default ld" "$LINENO" 5
3089 if test x
${ENABLE_GOLD} != xyes
; then
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3091 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3093 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3096 as_fn_error $?
"invalid --enable-ld argument" "$LINENO" 5
3101 # Decide the default method for compressing debug sections.
3102 # Provide a configure time option to override our default.
3103 # Check whether --enable-compressed_debug_sections was given.
3104 if test "${enable_compressed_debug_sections+set}" = set; then :
3105 enableval
=$enable_compressed_debug_sections;
3106 if test x
"$enable_compressed_debug_sections" = xyes
; then
3107 as_fn_error $?
"no program with compressed debug sections specified" "$LINENO" 5
3111 enable_compressed_debug_sections
=
3115 # Configure extra directories which are host specific
3119 configdirs
="$configdirs libtermcap" ;;
3122 # A target can indicate whether a language isn't supported for some reason.
3123 # Only spaces may be used in this macro; not newlines or tabs.
3124 unsupported_languages
=
3126 # Remove more programs from consideration, based on the host or
3127 # target this usually means that a port of the program doesn't
3131 i
[3456789]86-*-msdosdjgpp*)
3132 noconfigdirs
="$noconfigdirs tcl tk itcl"
3137 # Check whether --enable-libquadmath was given.
3138 if test "${enable_libquadmath+set}" = set; then :
3139 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3141 ENABLE_LIBQUADMATH
=yes
3144 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3145 noconfigdirs
="$noconfigdirs target-libquadmath"
3149 # Check whether --enable-libquadmath-support was given.
3150 if test "${enable_libquadmath_support+set}" = set; then :
3151 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3153 ENABLE_LIBQUADMATH_SUPPORT
=yes
3156 enable_libquadmath_support
=
3157 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3158 enable_libquadmath_support
=no
3162 # Check whether --enable-libada was given.
3163 if test "${enable_libada+set}" = set; then :
3164 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3169 if test "${ENABLE_LIBADA}" != "yes" ; then
3170 noconfigdirs
="$noconfigdirs gnattools"
3173 # Check whether --enable-libssp was given.
3174 if test "${enable_libssp+set}" = set; then :
3175 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3181 # Check whether --enable-libstdcxx was given.
3182 if test "${enable_libstdcxx+set}" = set; then :
3183 enableval
=$enable_libstdcxx; ENABLE_LIBSTDCXX
=$enableval
3185 ENABLE_LIBSTDCXX
=default
3188 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3189 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3192 # If this is accelerator compiler and its target is intelmic we enable
3193 # target liboffloadmic by default. If this is compiler with offloading
3194 # for intelmic we enable host liboffloadmic by default. Otherwise
3195 # liboffloadmic is disabled by default.
3196 # Check whether --enable-liboffloadmic was given.
3197 if test "${enable_liboffloadmic+set}" = set; then :
3198 enableval
=$enable_liboffloadmic; case "$enableval" in
3200 enable_liboffloadmic
=$enableval ;;
3202 as_fn_error $?
"--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3205 if test x
"$enable_as_accelerator_for" != x
; then
3207 *-intelmic-* |
*-intelmicemul-*)
3208 enable_liboffloadmic
=target
3209 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=target"
3212 enable_liboffloadmic
=no
3216 case "${enable_offload_targets}" in
3217 *-intelmic-* |
*-intelmicemul-*)
3218 enable_liboffloadmic
=host
3219 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=host"
3222 enable_liboffloadmic
=no
3230 # Enable libgomp by default on hosted POSIX systems, and a few others.
3231 if test x
$enable_libgomp = x
; then
3233 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3235 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3237 *-*-solaris2* |
*-*-hpux11*)
3239 *-*-darwin* |
*-*-aix*)
3241 nvptx
*-*-* | amdgcn
*-*-*)
3244 noconfigdirs
="$noconfigdirs target-libgomp"
3249 # Disable libatomic on unsupported systems.
3250 if test -d ${srcdir}/libatomic
; then
3251 if test x
$enable_libatomic = x
; then
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3253 $as_echo_n "checking for libatomic support... " >&6; }
3254 if (srcdir
=${srcdir}/libatomic
; \
3255 .
${srcdir}/configure.tgt
; \
3256 test -n "$UNSUPPORTED")
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3259 $as_echo "no" >&6; }
3260 noconfigdirs
="$noconfigdirs target-libatomic"
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3263 $as_echo "yes" >&6; }
3268 # Disable liboffloadmic on unsupported systems.
3269 if test -d ${srcdir}/liboffloadmic
; then
3270 if test x
$enable_liboffloadmic != xno
; then
3271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3272 $as_echo_n "checking for liboffloadmic support... " >&6; }
3273 if (srcdir
=${srcdir}/liboffloadmic
; \
3274 .
${srcdir}/configure.tgt
; \
3275 test -n "$UNSUPPORTED")
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3278 $as_echo "no" >&6; }
3279 noconfigdirs
="$noconfigdirs target-liboffloadmic"
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3282 $as_echo "yes" >&6; }
3287 # Disable libitm on unsupported systems.
3288 if test -d ${srcdir}/libitm
; then
3289 if test x
$enable_libitm = x
; then
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3291 $as_echo_n "checking for libitm support... " >&6; }
3292 if (srcdir
=${srcdir}/libitm
; \
3293 .
${srcdir}/configure.tgt
; \
3294 test -n "$UNSUPPORTED")
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3297 $as_echo "no" >&6; }
3298 noconfigdirs
="$noconfigdirs target-libitm"
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3301 $as_echo "yes" >&6; }
3306 # Disable libsanitizer on unsupported systems.
3307 if test -d ${srcdir}/libsanitizer
; then
3308 if test x
$enable_libsanitizer = x
; then
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3310 $as_echo_n "checking for libsanitizer support... " >&6; }
3311 if (srcdir
=${srcdir}/libsanitizer
; \
3312 .
${srcdir}/configure.tgt
; \
3313 test -n "$UNSUPPORTED")
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3316 $as_echo "no" >&6; }
3317 noconfigdirs
="$noconfigdirs target-libsanitizer"
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3320 $as_echo "yes" >&6; }
3325 # Disable libvtv on unsupported systems.
3326 if test -d ${srcdir}/libvtv
; then
3327 if test x
$enable_libvtv = x
; then
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3329 $as_echo_n "checking for libvtv support... " >&6; }
3330 if (srcdir
=${srcdir}/libvtv
; \
3331 .
${srcdir}/configure.tgt
; \
3332 test "$VTV_SUPPORTED" != "yes")
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3335 $as_echo "no" >&6; }
3336 noconfigdirs
="$noconfigdirs target-libvtv"
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3339 $as_echo "yes" >&6; }
3344 # Disable libquadmath for some systems.
3347 noconfigdirs
="$noconfigdirs target-libquadmath"
3349 # libquadmath is unused on AIX and libquadmath build process use of
3350 # LD_LIBRARY_PATH can break AIX bootstrap.
3351 powerpc-
*-aix* | rs6000-
*-aix*)
3352 noconfigdirs
="$noconfigdirs target-libquadmath"
3356 # Disable libssp for some systems.
3359 # No hosted I/O support.
3360 noconfigdirs
="$noconfigdirs target-libssp"
3363 noconfigdirs
="$noconfigdirs target-libssp"
3365 powerpc-
*-aix* | rs6000-
*-aix*)
3366 noconfigdirs
="$noconfigdirs target-libssp"
3369 # No hosted I/O support.
3370 noconfigdirs
="$noconfigdirs target-libssp"
3373 # libssp uses a misaligned load to trigger a fault, but the RL78
3374 # doesn't fault for those - instead, it gives a build-time error
3375 # for explicit misaligned loads.
3376 noconfigdirs
="$noconfigdirs target-libssp"
3379 # No hosted I/O support.
3380 noconfigdirs
="$noconfigdirs target-libssp"
3384 # Disable libstdc++-v3 for some systems.
3385 # Allow user to override this if they pass --enable-libstdc++-v3
3386 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3389 # VxWorks uses the Dinkumware C++ library.
3390 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3393 # Not ported/fails to build when using newlib.
3394 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3397 # the C++ libraries don't build on top of CE's C libraries
3398 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3401 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3404 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3407 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3412 # Disable C++ on systems where it is known to not work.
3413 # For testing, you can override this with --enable-languages=c++.
3414 case ,${enable_languages}, in
3420 unsupported_languages
="$unsupported_languages c++"
3426 # Disable Objc on systems where it is known to not work.
3427 # For testing, you can override this with --enable-languages=objc.
3428 case ,${enable_languages}, in
3434 unsupported_languages
="$unsupported_languages objc"
3440 # Disable D on systems where it is known to not work.
3441 # For testing, you can override this with --enable-languages=d.
3442 case ,${enable_languages}, in
3448 unsupported_languages
="$unsupported_languages d"
3454 # Disable libphobos on unsupported systems.
3455 # For testing, you can override this with --enable-libphobos.
3456 if test -d ${srcdir}/libphobos
; then
3457 if test x
$enable_libphobos = x
; then
3458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libphobos support" >&5
3459 $as_echo_n "checking for libphobos support... " >&6; }
3460 if (srcdir
=${srcdir}/libphobos
; \
3461 .
${srcdir}/configure.tgt
; \
3462 test "$LIBPHOBOS_SUPPORTED" != "yes")
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3465 $as_echo "no" >&6; }
3466 noconfigdirs
="$noconfigdirs target-libphobos"
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3469 $as_echo "yes" >&6; }
3474 # Disable Fortran for some systems.
3477 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3478 unsupported_languages
="$unsupported_languages fortran"
3481 unsupported_languages
="$unsupported_languages fortran"
3485 # Disable libffi for some systems.
3489 i
[3456789]86-*-darwin*)
3491 x86_64-
*-darwin[912]*)
3494 noconfigdirs
="$noconfigdirs target-libffi"
3497 noconfigdirs
="$noconfigdirs target-libffi"
3500 noconfigdirs
="$noconfigdirs target-libffi"
3503 noconfigdirs
="$noconfigdirs target-libffi"
3506 noconfigdirs
="$noconfigdirs target-libffi"
3509 noconfigdirs
="$noconfigdirs target-libffi"
3512 noconfigdirs
="$noconfigdirs target-libffi"
3514 aarch64
*-*-freebsd*)
3515 noconfigdirs
="$noconfigdirs target-libffi"
3518 noconfigdirs
="$noconfigdirs target-libffi"
3521 noconfigdirs
="$noconfigdirs target-libffi"
3524 noconfigdirs
="$noconfigdirs target-libffi"
3527 noconfigdirs
="$noconfigdirs target-libffi"
3530 noconfigdirs
="$noconfigdirs target-libffi"
3532 cris-
*-* | crisv32-
*-*)
3536 *) # See PR46792 regarding target-libffi.
3537 noconfigdirs
="$noconfigdirs target-libffi";;
3541 noconfigdirs
="$noconfigdirs target-libffi"
3546 noconfigdirs
="$noconfigdirs target-libffi"
3549 noconfigdirs
="$noconfigdirs target-libffi"
3551 i
[3456789]86-w64-mingw*)
3552 noconfigdirs
="$noconfigdirs target-libffi"
3554 i
[3456789]86-*-mingw*)
3555 noconfigdirs
="$noconfigdirs target-libffi"
3558 noconfigdirs
="$noconfigdirs target-libffi"
3561 noconfigdirs
="$noconfigdirs target-libffi"
3568 noconfigdirs
="$noconfigdirs target-libffi"
3571 noconfigdirs
="$noconfigdirs target-libffi"
3575 # Disable the go frontend on systems where it is known to not work. Please keep
3576 # this in sync with contrib/config-list.mk.
3578 *-*-darwin* |
*-*-cygwin* |
*-*-mingw* | bpf-
* )
3579 unsupported_languages
="$unsupported_languages go"
3583 # Only allow gdbserver on some systems.
3584 if test -d ${srcdir}/gdbserver
; then
3585 if test x
$enable_gdbserver = x
; then
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdbserver support" >&5
3587 $as_echo_n "checking for gdbserver support... " >&6; }
3588 if (srcdir
=${srcdir}/gdbserver
; \
3589 .
${srcdir}/configure.srv
; \
3590 test -n "$UNSUPPORTED")
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3593 $as_echo "no" >&6; }
3594 noconfigdirs
="$noconfigdirs gdbserver"
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3597 $as_echo "yes" >&6; }
3602 # Disable libgo for some systems where it is known to not work.
3603 # For testing, you can easily override this with --enable-libgo.
3604 if test x
$enable_libgo = x
; then
3608 noconfigdirs
="$noconfigdirs target-libgo"
3610 *-*-cygwin* |
*-*-mingw*)
3611 noconfigdirs
="$noconfigdirs target-libgo"
3614 noconfigdirs
="$noconfigdirs target-libgo"
3619 # Default libgloss CPU subdirectory.
3620 libgloss_dir
="$target_cpu"
3623 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3627 libgloss_dir
=aarch64
3632 cris-
*-* | crisv32-
*-*)
3641 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3642 libgloss_dir
=m68hc11
3644 m68
*-*-* | fido-
*-*)
3661 # Disable newlib and libgloss for various target OSes.
3664 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3666 i
[3456789]86-*-linux*)
3667 # This section makes it possible to build newlib natively on linux.
3668 # If we are using a cross compiler then don't configure newlib.
3669 if test x
${is_cross_compiler} != xno
; then
3670 noconfigdirs
="$noconfigdirs target-newlib"
3672 noconfigdirs
="$noconfigdirs target-libgloss"
3673 # If we are not using a cross compiler, do configure newlib.
3674 # Note however, that newlib will only be configured in this situation
3675 # if the --with-newlib option has been given, because otherwise
3676 # 'target-newlib' will appear in skipdirs.
3678 i
[3456789]86-*-rdos*)
3679 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3681 sh
*-*-pe|mips
*-*-pe|arm-wince-pe
)
3682 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3685 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3688 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3691 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3694 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3697 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3700 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3703 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3705 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3706 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3709 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3712 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3715 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3718 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3721 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3724 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3727 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3735 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3736 noconfigdirs
="$noconfigdirs sim target-rda"
3741 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3742 noconfigdirs
="$noconfigdirs sim target-rda"
3745 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3746 noconfigdirs
="$noconfigdirs sim target-rda"
3748 i
[3456789]86-*-darwin*)
3749 noconfigdirs
="$noconfigdirs ld gprof"
3750 noconfigdirs
="$noconfigdirs sim target-rda"
3752 x86_64-
*-darwin[912]*)
3753 noconfigdirs
="$noconfigdirs ld gas gprof"
3754 noconfigdirs
="$noconfigdirs sim target-rda"
3757 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3758 noconfigdirs
="$noconfigdirs sim target-rda"
3763 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3764 && ! test -d ${srcdir}/gmp \
3765 && test -f /usr
/local
/include
/gmp.h
; then
3770 # Remove unsupported stuff on all kaOS configurations.
3771 noconfigdirs
="$noconfigdirs target-libgloss"
3778 noconfigdirs
="$noconfigdirs target-libgloss"
3781 noconfigdirs
="$noconfigdirs target-libgloss"
3783 # The tpf target doesn't support gdb yet.
3785 noconfigdirs
="$noconfigdirs gdb tcl tk libgui itcl"
3788 noconfigdirs
="$noconfigdirs target-rda"
3793 # ld works, but does not support shared libraries.
3794 # gas doesn't generate exception information.
3795 noconfigdirs
="$noconfigdirs gas ld"
3798 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3801 # newlib is not 64 bit ready
3802 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3805 noconfigdirs
="$noconfigdirs target-libobjc target-libbacktrace"
3807 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3808 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3811 noconfigdirs
="$noconfigdirs sim"
3814 noconfigdirs
="$noconfigdirs target-libgloss"
3817 noconfigdirs
="$noconfigdirs ld target-libgloss"
3820 if test x
${with_avrlibc} != xno
; then
3821 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3824 c4x-
*-* | tic4x-
*-*)
3825 noconfigdirs
="$noconfigdirs target-libgloss"
3828 noconfigdirs
="$noconfigdirs target-libgloss gdb"
3831 noconfigdirs
="$noconfigdirs target-libgloss"
3834 noconfigdirs
="$noconfigdirs gdb"
3837 noconfigdirs
="$noconfigdirs gdb"
3840 noconfigdirs
="$noconfigdirs target-rda gprof"
3843 noconfigdirs
="$noconfigdirs"
3846 noconfigdirs
="$noconfigdirs target-libgloss"
3849 noconfigdirs
="$noconfigdirs target-libgloss"
3851 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3854 noconfigdirs
="$noconfigdirs gdb"
3857 noconfigdirs
="$noconfigdirs gdb ld"
3865 hppa
*-*-openbsd* | \
3871 noconfigdirs
="$noconfigdirs ld"
3874 noconfigdirs
="$noconfigdirs gdb"
3877 # No gdb support yet.
3878 noconfigdirs
="$noconfigdirs readline libgui itcl gdb"
3881 # No ld support yet.
3882 noconfigdirs
="$noconfigdirs gdb libgui itcl ld"
3885 # No ld support yet.
3886 noconfigdirs
="$noconfigdirs libgui itcl ld"
3888 i
[3456789]86-w64-mingw*)
3890 i
[3456789]86-*-mingw*)
3891 target_configdirs
="$target_configdirs target-winsup"
3894 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3895 noconfigdirs
="$noconfigdirs target-libgloss"
3896 # always build newlib if winsup directory is present.
3897 if test -d "$srcdir/winsup/cygwin"; then
3898 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3899 elif test -d "$srcdir/newlib"; then
3900 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3904 noconfigdirs
="$noconfigdirs target-libgloss"
3906 i
[3456789]86-*-sco3.2v5
*)
3907 # The linker does not yet know about weak symbols in COFF,
3908 # and is not configured to handle mixed ELF and COFF.
3909 noconfigdirs
="$noconfigdirs ld target-libgloss"
3911 i
[3456789]86-*-sco*)
3912 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3914 i
[3456789]86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
3915 noconfigdirs
="$noconfigdirs target-libgloss"
3917 i
[3456789]86-*-sysv4*)
3918 noconfigdirs
="$noconfigdirs target-libgloss"
3920 i
[3456789]86-*-beos*)
3921 noconfigdirs
="$noconfigdirs gdb"
3923 i
[3456789]86-*-rdos*)
3924 noconfigdirs
="$noconfigdirs gdb"
3927 noconfigdirs
="$noconfigdirs gdb"
3930 noconfigdirs
="$noconfigdirs sim"
3933 noconfigdirs
="$noconfigdirs ld gas gdb gprof sim"
3934 noconfigdirs
="$noconfigdirs $target_libraries"
3937 noconfigdirs
="$noconfigdirs gdb gprof"
3940 # copied from rs6000-*-* entry
3941 noconfigdirs
="$noconfigdirs gprof"
3943 powerpc
*-*-winnt* | powerpc
*-*-pe*)
3944 target_configdirs
="$target_configdirs target-winsup"
3945 noconfigdirs
="$noconfigdirs gdb tcl tk target-libgloss itcl"
3946 # always build newlib.
3947 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3949 # This is temporary until we can link against shared libraries
3950 powerpcle-
*-solaris*)
3951 noconfigdirs
="$noconfigdirs gdb sim tcl tk itcl"
3954 noconfigdirs
="$noconfigdirs gdb"
3957 noconfigdirs
="$noconfigdirs gprof"
3960 noconfigdirs
="$noconfigdirs gprof"
3963 noconfigdirs
="$noconfigdirs gprof"
3966 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss"
3969 noconfigdirs
="$noconfigdirs gprof"
3971 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
3972 if test x
$with_newlib = xyes
; then
3973 noconfigdirs
="$noconfigdirs gprof"
3977 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3980 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3983 noconfigdirs
="$noconfigdirs ld gas gprof target-libgloss"
3987 mips
*-*-ultrix* | mips
*-*-osf* | mips
*-*-ecoff* | mips
*-*-pe* \
3988 | mips
*-*-irix* | mips
*-*-lnews* | mips
*-*-riscos*)
3989 noconfigdirs
="$noconfigdirs ld gas gprof"
3992 noconfigdirs
="$noconfigdirs gprof"
3995 noconfigdirs
="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
4002 noconfigdirs
="$noconfigdirs target-libgloss" ;;
4006 if test x
${is_cross_compiler} = xno
; then
4011 noconfigdirs
="$noconfigdirs sim"
4013 tilepro
*-*-* | tilegx
*-*-*)
4014 noconfigdirs
="$noconfigdirs sim"
4017 noconfigdirs
="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
4020 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
4023 noconfigdirs
="$noconfigdirs ld"
4027 # If we aren't building newlib, then don't build libgloss, since libgloss
4028 # depends upon some newlib header files.
4029 case "${noconfigdirs}" in
4030 *target-libgloss
*) ;;
4031 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
4034 # Work in distributions that contain no compiler tools, like Autoconf.
4035 host_makefile_frag
=/dev
/null
4036 if test -d ${srcdir}/config
; then
4038 i
[3456789]86-*-msdosdjgpp*)
4039 host_makefile_frag
="config/mh-djgpp"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
4044 $as_echo_n "checking to see if cat works as expected... " >&6; }
4045 echo a
>cygwin-cat-check
4046 if test `cat cygwin-cat-check` = a
; then
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4049 $as_echo "yes" >&6; }
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4053 $as_echo "no" >&6; }
4054 as_fn_error $?
"The cat command does not ignore carriage return characters.
4055 Please either mount the build directory in binary mode or run the following
4056 commands before running any configure script:
4062 host_makefile_frag
="config/mh-cygwin"
4065 host_makefile_frag
="config/mh-mingw"
4068 host_makefile_frag
="config/mh-alpha-linux"
4071 host_makefile_frag
="config/mh-pa-hpux10"
4074 host_makefile_frag
="config/mh-pa"
4077 host_makefile_frag
="config/mh-pa"
4079 i?
86-*-darwin[89]* | i?
86-*-darwin1[0-7]* | powerpc
*-*-darwin*)
4080 host_makefile_frag
="config/mh-darwin"
4083 host_makefile_frag
="config/mh-ppc-aix"
4086 host_makefile_frag
="config/mh-ppc-aix"
4091 if test "${build}" != "${host}" ; then
4092 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
4093 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
4094 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
4095 CPP_FOR_BUILD
="${CPP_FOR_BUILD-\$(CPP)}"
4096 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
4097 DSYMUTIL_FOR_BUILD
=${DSYMUTIL_FOR_BUILD-dsymutil}
4098 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
4099 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
4100 GDC_FOR_BUILD
=${GDC_FOR_BUILD-gdc}
4101 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
4102 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
4103 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
4104 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
4105 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
4106 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
4108 AR_FOR_BUILD
="\$(AR)"
4109 AS_FOR_BUILD
="\$(AS)"
4110 CC_FOR_BUILD
="\$(CC)"
4111 CXX_FOR_BUILD
="\$(CXX)"
4112 DSYMUTIL_FOR_BUILD
="\$(DSYMUTIL)"
4113 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
4114 GOC_FOR_BUILD
="\$(GOC)"
4115 GDC_FOR_BUILD
="\$(GDC)"
4116 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
4117 LD_FOR_BUILD
="\$(LD)"
4118 NM_FOR_BUILD
="\$(NM)"
4119 RANLIB_FOR_BUILD
="\$(RANLIB)"
4120 WINDRES_FOR_BUILD
="\$(WINDRES)"
4121 WINDMC_FOR_BUILD
="\$(WINDMC)"
4125 ac_cpp
='$CPP $CPPFLAGS'
4126 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4127 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4128 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4129 if test -n "$ac_tool_prefix"; then
4130 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4131 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4133 $as_echo_n "checking for $ac_word... " >&6; }
4134 if ${ac_cv_prog_CC+:} false
; then :
4135 $as_echo_n "(cached) " >&6
4137 if test -n "$CC"; then
4138 ac_cv_prog_CC
="$CC" # Let the user override the test.
4140 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4144 test -z "$as_dir" && as_dir
=.
4145 for ac_exec_ext
in '' $ac_executable_extensions; do
4146 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4147 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4158 if test -n "$CC"; then
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4160 $as_echo "$CC" >&6; }
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163 $as_echo "no" >&6; }
4168 if test -z "$ac_cv_prog_CC"; then
4170 # Extract the first word of "gcc", so it can be a program name with args.
4171 set dummy gcc
; ac_word
=$2
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173 $as_echo_n "checking for $ac_word... " >&6; }
4174 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4175 $as_echo_n "(cached) " >&6
4177 if test -n "$ac_ct_CC"; then
4178 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4180 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4184 test -z "$as_dir" && as_dir
=.
4185 for ac_exec_ext
in '' $ac_executable_extensions; do
4186 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4187 ac_cv_prog_ac_ct_CC
="gcc"
4188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4197 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4198 if test -n "$ac_ct_CC"; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4200 $as_echo "$ac_ct_CC" >&6; }
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203 $as_echo "no" >&6; }
4206 if test "x$ac_ct_CC" = x
; then
4209 case $cross_compiling:$ac_tool_warned in
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4212 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4213 ac_tool_warned
=yes ;;
4221 if test -z "$CC"; then
4222 if test -n "$ac_tool_prefix"; then
4223 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4224 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4226 $as_echo_n "checking for $ac_word... " >&6; }
4227 if ${ac_cv_prog_CC+:} false
; then :
4228 $as_echo_n "(cached) " >&6
4230 if test -n "$CC"; then
4231 ac_cv_prog_CC
="$CC" # Let the user override the test.
4233 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4237 test -z "$as_dir" && as_dir
=.
4238 for ac_exec_ext
in '' $ac_executable_extensions; do
4239 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4240 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 if test -n "$CC"; then
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4253 $as_echo "$CC" >&6; }
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4256 $as_echo "no" >&6; }
4262 if test -z "$CC"; then
4263 # Extract the first word of "cc", so it can be a program name with args.
4264 set dummy cc
; ac_word
=$2
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4266 $as_echo_n "checking for $ac_word... " >&6; }
4267 if ${ac_cv_prog_CC+:} false
; then :
4268 $as_echo_n "(cached) " >&6
4270 if test -n "$CC"; then
4271 ac_cv_prog_CC
="$CC" # Let the user override the test.
4274 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4278 test -z "$as_dir" && as_dir
=.
4279 for ac_exec_ext
in '' $ac_executable_extensions; do
4280 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4281 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4282 ac_prog_rejected
=yes
4286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4293 if test $ac_prog_rejected = yes; then
4294 # We found a bogon in the path, so make sure we never use it.
4295 set dummy
$ac_cv_prog_CC
4297 if test $# != 0; then
4298 # We chose a different compiler from the bogus one.
4299 # However, it has the same basename, so the bogon will be chosen
4300 # first if we set CC to just the basename; use the full file name.
4302 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4308 if test -n "$CC"; then
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4310 $as_echo "$CC" >&6; }
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4313 $as_echo "no" >&6; }
4318 if test -z "$CC"; then
4319 if test -n "$ac_tool_prefix"; then
4320 for ac_prog
in cl.exe
4322 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4323 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4325 $as_echo_n "checking for $ac_word... " >&6; }
4326 if ${ac_cv_prog_CC+:} false
; then :
4327 $as_echo_n "(cached) " >&6
4329 if test -n "$CC"; then
4330 ac_cv_prog_CC
="$CC" # Let the user override the test.
4332 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4336 test -z "$as_dir" && as_dir
=.
4337 for ac_exec_ext
in '' $ac_executable_extensions; do
4338 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4339 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4350 if test -n "$CC"; then
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4352 $as_echo "$CC" >&6; }
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4355 $as_echo "no" >&6; }
4359 test -n "$CC" && break
4362 if test -z "$CC"; then
4364 for ac_prog
in cl.exe
4366 # Extract the first word of "$ac_prog", so it can be a program name with args.
4367 set dummy
$ac_prog; ac_word
=$2
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4369 $as_echo_n "checking for $ac_word... " >&6; }
4370 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4371 $as_echo_n "(cached) " >&6
4373 if test -n "$ac_ct_CC"; then
4374 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4376 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4380 test -z "$as_dir" && as_dir
=.
4381 for ac_exec_ext
in '' $ac_executable_extensions; do
4382 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4383 ac_cv_prog_ac_ct_CC
="$ac_prog"
4384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4393 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4394 if test -n "$ac_ct_CC"; then
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4396 $as_echo "$ac_ct_CC" >&6; }
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4399 $as_echo "no" >&6; }
4403 test -n "$ac_ct_CC" && break
4406 if test "x$ac_ct_CC" = x
; then
4409 case $cross_compiling:$ac_tool_warned in
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4412 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4413 ac_tool_warned
=yes ;;
4422 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4423 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4424 as_fn_error $?
"no acceptable C compiler found in \$PATH
4425 See \`config.log' for more details" "$LINENO" 5; }
4427 # Provide some information about the compiler.
4428 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4431 for ac_option
in --version -v -V -qversion; do
4432 { { ac_try
="$ac_compiler $ac_option >&5"
4434 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4435 *) ac_try_echo=$ac_try;;
4437 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4438 $as_echo "$ac_try_echo"; } >&5
4439 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4441 if test -s conftest.err; then
4443 ... rest of stderr output deleted ...
4444 10q' conftest.err >conftest.er1
4445 cat conftest.er1 >&5
4447 rm -f conftest.er1 conftest.err
4448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4449 test $ac_status = 0; }
4452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4453 /* end confdefs.h. */
4463 ac_clean_files_save=$ac_clean_files
4464 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4465 # Try to create an executable without -o first, disregard a.out.
4466 # It will help us diagnose broken compilers, and finding out an intuition
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4469 $as_echo_n "checking whether the C compiler works... " >&6; }
4470 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4472 # The possible output files:
4473 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4476 for ac_file in $ac_files
4479 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4480 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4485 if { { ac_try="$ac_link_default"
4487 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4488 *) ac_try_echo
=$ac_try;;
4490 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4491 $as_echo "$ac_try_echo"; } >&5
4492 (eval "$ac_link_default") 2>&5
4494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4495 test $ac_status = 0; }; then :
4496 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4497 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4498 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4499 # so that the user can short-circuit this test for compilers unknown to
4501 for ac_file
in $ac_files ''
4503 test -f "$ac_file" ||
continue
4505 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4508 # We found the default executable, but exeext='' is most
4512 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4514 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4516 # We set ac_cv_exeext here because the later test for it is not
4517 # safe: cross compilers may not add the suffix if given an `-o'
4518 # argument, so we may need to know it at that point already.
4519 # Even if this section looks crufty: it has the advantage of
4526 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4531 if test -z "$ac_file"; then :
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4533 $as_echo "no" >&6; }
4534 $as_echo "$as_me: failed program was:" >&5
4535 sed 's/^/| /' conftest.
$ac_ext >&5
4537 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4538 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4539 as_fn_error
77 "C compiler cannot create executables
4540 See \`config.log' for more details" "$LINENO" 5; }
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4543 $as_echo "yes" >&6; }
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4546 $as_echo_n "checking for C compiler default output file name... " >&6; }
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4548 $as_echo "$ac_file" >&6; }
4549 ac_exeext
=$ac_cv_exeext
4551 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4552 ac_clean_files
=$ac_clean_files_save
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4554 $as_echo_n "checking for suffix of executables... " >&6; }
4555 if { { ac_try
="$ac_link"
4557 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4558 *) ac_try_echo=$ac_try;;
4560 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4561 $as_echo "$ac_try_echo"; } >&5
4562 (eval "$ac_link") 2>&5
4564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4565 test $ac_status = 0; }; then :
4566 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4567 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4568 # work properly (i.e., refer to `conftest.exe'), while it won't with
4570 for ac_file
in conftest.exe conftest conftest.
*; do
4571 test -f "$ac_file" ||
continue
4573 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4574 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4580 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4581 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4582 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4583 See \`config.log' for more details" "$LINENO" 5; }
4585 rm -f conftest conftest
$ac_cv_exeext
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4587 $as_echo "$ac_cv_exeext" >&6; }
4589 rm -f conftest.
$ac_ext
4590 EXEEXT
=$ac_cv_exeext
4592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4593 /* end confdefs.h. */
4598 FILE *f = fopen ("conftest.out", "w");
4599 return ferror (f) || fclose (f) != 0;
4605 ac_clean_files
="$ac_clean_files conftest.out"
4606 # Check that the compiler produces executables we can run. If not, either
4607 # the compiler is broken, or we cross compile.
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4609 $as_echo_n "checking whether we are cross compiling... " >&6; }
4610 if test "$cross_compiling" != yes; then
4611 { { ac_try
="$ac_link"
4613 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4614 *) ac_try_echo=$ac_try;;
4616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4617 $as_echo "$ac_try_echo"; } >&5
4618 (eval "$ac_link") 2>&5
4620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4621 test $ac_status = 0; }
4622 if { ac_try='./conftest$ac_cv_exeext'
4623 { { case "(($ac_try" in
4624 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4625 *) ac_try_echo
=$ac_try;;
4627 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4628 $as_echo "$ac_try_echo"; } >&5
4629 (eval "$ac_try") 2>&5
4631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4632 test $ac_status = 0; }; }; then
4635 if test "$cross_compiling" = maybe
; then
4638 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4639 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4640 as_fn_error $?
"cannot run C compiled programs.
4641 If you meant to cross compile, use \`--host'.
4642 See \`config.log' for more details" "$LINENO" 5; }
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4647 $as_echo "$cross_compiling" >&6; }
4649 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4650 ac_clean_files
=$ac_clean_files_save
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4652 $as_echo_n "checking for suffix of object files... " >&6; }
4653 if ${ac_cv_objext+:} false
; then :
4654 $as_echo_n "(cached) " >&6
4656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4657 /* end confdefs.h. */
4667 rm -f conftest.o conftest.obj
4668 if { { ac_try
="$ac_compile"
4670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4673 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4674 $as_echo "$ac_try_echo"; } >&5
4675 (eval "$ac_compile") 2>&5
4677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4678 test $ac_status = 0; }; then :
4679 for ac_file in conftest.o conftest.obj conftest.*; do
4680 test -f "$ac_file" || continue;
4682 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4683 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4688 $as_echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4691 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4692 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4693 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4694 See \
`config.log' for more details" "$LINENO" 5; }
4696 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4699 $as_echo "$ac_cv_objext" >&6; }
4700 OBJEXT=$ac_cv_objext
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4703 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4704 if ${ac_cv_c_compiler_gnu+:} false; then :
4705 $as_echo_n "(cached) " >&6
4707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4708 /* end confdefs.h. */
4721 if ac_fn_c_try_compile "$LINENO"; then :
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4727 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4731 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4732 if test $ac_compiler_gnu = yes; then
4737 ac_test_CFLAGS=${CFLAGS+set}
4738 ac_save_CFLAGS=$CFLAGS
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4740 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4741 if ${ac_cv_prog_cc_g+:} false; then :
4742 $as_echo_n "(cached) " >&6
4744 ac_save_c_werror_flag=$ac_c_werror_flag
4745 ac_c_werror_flag=yes
4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749 /* end confdefs.h. */
4759 if ac_fn_c_try_compile "$LINENO"; then :
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4774 if ac_fn_c_try_compile "$LINENO"; then :
4777 ac_c_werror_flag=$ac_save_c_werror_flag
4779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4780 /* end confdefs.h. */
4790 if ac_fn_c_try_compile "$LINENO"; then :
4793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4798 ac_c_werror_flag=$ac_save_c_werror_flag
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4801 $as_echo "$ac_cv_prog_cc_g" >&6; }
4802 if test "$ac_test_CFLAGS" = set; then
4803 CFLAGS=$ac_save_CFLAGS
4804 elif test $ac_cv_prog_cc_g = yes; then
4805 if test "$GCC" = yes; then
4811 if test "$GCC" = yes; then
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4818 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4819 if ${ac_cv_prog_cc_c89+:} false; then :
4820 $as_echo_n "(cached) " >&6
4822 ac_cv_prog_cc_c89=no
4824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4825 /* end confdefs.h. */
4829 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4830 struct buf { int x; };
4831 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4832 static char *e (p, i)
4838 static char *f (char * (*g) (char **, int), char **p, ...)
4843 s = g (p, va_arg (v,int));
4848 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4849 function prototypes and stuff, but not '\xHH' hex character constants.
4850 These don't provoke an error unfortunately, instead are silently treated
4851 as 'x'. The following induces an error, until -std is added to get
4852 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4853 array size at least. It's necessary to write '\x00'==0 to get something
4854 that's true only with -std. */
4855 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4857 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4858 inside strings and character constants. */
4860 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4862 int test (int i, double x);
4863 struct s1 {int (*f) (int a);};
4864 struct s2 {int (*f) (double a);};
4865 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4871 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4876 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4877 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4879 CC="$ac_save_CC $ac_arg"
4880 if ac_fn_c_try_compile "$LINENO"; then :
4881 ac_cv_prog_cc_c89=$ac_arg
4883 rm -f core conftest.err conftest.$ac_objext
4884 test "x$ac_cv_prog_cc_c89" != "xno" && break
4886 rm -f conftest.$ac_ext
4891 case "x$ac_cv_prog_cc_c89" in
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4894 $as_echo "none needed" >&6; } ;;
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4897 $as_echo "unsupported" >&6; } ;;
4899 CC="$CC $ac_cv_prog_cc_c89"
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4901 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4903 if test "x$ac_cv_prog_cc_c89" != xno; then :
4908 ac_cpp='$CPP $CPPFLAGS'
4909 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4910 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4911 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
4914 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
4915 if ${ac_cv_prog_cc_c99+:} false; then :
4916 $as_echo_n "(cached) " >&6
4918 ac_cv_prog_cc_c99=no
4920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4921 /* end confdefs.h. */
4923 #include <stdbool.h>
4928 // Check varargs macros. These examples are taken from C99 6.10.3.5.
4929 #define debug(...) fprintf (stderr, __VA_ARGS__)
4930 #define showlist(...) puts (#__VA_ARGS__)
4931 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
4933 test_varargs_macros (void)
4938 debug ("X = %d\n", x);
4939 showlist (The first, second, and third items.);
4940 report (x>y, "x is %d but y is %d", x, y);
4943 // Check long long types.
4944 #define BIG64 18446744073709551615ull
4945 #define BIG32 4294967295ul
4946 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4948 your preprocessor is broken;
4952 your preprocessor is broken;
4954 static long long int bignum = -9223372036854775807LL;
4955 static unsigned long long int ubignum = BIG64;
4957 struct incomplete_array
4965 const wchar_t *name;
4969 typedef const char *ccp;
4972 test_restrict (ccp restrict text)
4974 // See if C++-style comments work.
4975 // Iterate through items via the restricted pointer.
4976 // Also check for declarations in for loops.
4977 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
4982 // Check varargs and va_copy.
4984 test_varargs (const char *format, ...)
4987 va_start (args, format);
4989 va_copy (args_copy, args);
5000 str = va_arg (args_copy, const char *);
5003 number = va_arg (args_copy, int);
5006 fnumber = va_arg (args_copy, double);
5021 _Bool success = false;
5024 if (test_restrict ("String literal") == 0)
5026 char *restrict newvar = "Another string";
5029 test_varargs ("s, d' f .", "string", 65, 34.234);
5030 test_varargs_macros ();
5032 // Check flexible array members.
5033 struct incomplete_array *ia =
5034 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
5036 for (int i = 0; i < ia->datasize; ++i)
5037 ia->data[i] = i * 1.234;
5039 // Check named initializers.
5040 struct named_init ni = {
5042 .name = L"Test wide string",
5043 .average = 543.34343,
5048 int dynamic_array[ni.number];
5049 dynamic_array[ni.number - 1] = 543;
5051 // work around unused variable warnings
5052 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
5053 || dynamic_array[ni.number - 1] != 543);
5059 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
5061 CC="$ac_save_CC $ac_arg"
5062 if ac_fn_c_try_compile "$LINENO"; then :
5063 ac_cv_prog_cc_c99=$ac_arg
5065 rm -f core conftest.err conftest.$ac_objext
5066 test "x$ac_cv_prog_cc_c99" != "xno" && break
5068 rm -f conftest.$ac_ext
5073 case "x$ac_cv_prog_cc_c99" in
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5076 $as_echo "none needed" >&6; } ;;
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5079 $as_echo "unsupported" >&6; } ;;
5081 CC="$CC $ac_cv_prog_cc_c99"
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
5083 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
5085 if test "x$ac_cv_prog_cc_c99" != xno; then :
5091 ac_cpp='$CXXCPP $CPPFLAGS'
5092 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5093 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5094 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5095 if test -z "$CXX"; then
5096 if test -n "$CCC"; then
5099 if test -n "$ac_tool_prefix"; then
5100 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5102 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5103 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5105 $as_echo_n "checking for $ac_word... " >&6; }
5106 if ${ac_cv_prog_CXX+:} false; then :
5107 $as_echo_n "(cached) " >&6
5109 if test -n "$CXX"; then
5110 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5116 test -z "$as_dir" && as_dir=.
5117 for ac_exec_ext in '' $ac_executable_extensions; do
5118 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5119 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130 if test -n "$CXX"; then
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5132 $as_echo "$CXX" >&6; }
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5135 $as_echo "no" >&6; }
5139 test -n "$CXX" && break
5142 if test -z "$CXX"; then
5144 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5146 # Extract the first word of "$ac_prog", so it can be a program name with args.
5147 set dummy $ac_prog; ac_word=$2
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5149 $as_echo_n "checking for $ac_word... " >&6; }
5150 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5151 $as_echo_n "(cached) " >&6
5153 if test -n "$ac_ct_CXX"; then
5154 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5160 test -z "$as_dir" && as_dir=.
5161 for ac_exec_ext in '' $ac_executable_extensions; do
5162 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5163 ac_cv_prog_ac_ct_CXX="$ac_prog"
5164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5173 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5174 if test -n "$ac_ct_CXX"; then
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5176 $as_echo "$ac_ct_CXX" >&6; }
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5179 $as_echo "no" >&6; }
5183 test -n "$ac_ct_CXX" && break
5186 if test "x$ac_ct_CXX" = x; then
5189 case $cross_compiling:$ac_tool_warned in
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5192 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5193 ac_tool_warned=yes ;;
5201 # Provide some information about the compiler.
5202 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5205 for ac_option in --version -v -V -qversion; do
5206 { { ac_try="$ac_compiler $ac_option >&5"
5208 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5209 *) ac_try_echo
=$ac_try;;
5211 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5212 $as_echo "$ac_try_echo"; } >&5
5213 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5215 if test -s conftest.err
; then
5217 ... rest of stderr output deleted ...
5218 10q' conftest.err
>conftest.er1
5219 cat conftest.er1
>&5
5221 rm -f conftest.er1 conftest.err
5222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5223 test $ac_status = 0; }
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5227 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5228 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5229 $as_echo_n "(cached) " >&6
5231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5232 /* end confdefs.h. */
5245 if ac_fn_cxx_try_compile
"$LINENO"; then :
5250 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5251 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5255 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5256 if test $ac_compiler_gnu = yes; then
5261 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5262 ac_save_CXXFLAGS
=$CXXFLAGS
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5264 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5265 if ${ac_cv_prog_cxx_g+:} false
; then :
5266 $as_echo_n "(cached) " >&6
5268 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5269 ac_cxx_werror_flag
=yes
5272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5273 /* end confdefs.h. */
5283 if ac_fn_cxx_try_compile
"$LINENO"; then :
5284 ac_cv_prog_cxx_g
=yes
5287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5288 /* end confdefs.h. */
5298 if ac_fn_cxx_try_compile
"$LINENO"; then :
5301 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5304 /* end confdefs.h. */
5314 if ac_fn_cxx_try_compile
"$LINENO"; then :
5315 ac_cv_prog_cxx_g
=yes
5317 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5319 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5321 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5322 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5325 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5326 if test "$ac_test_CXXFLAGS" = set; then
5327 CXXFLAGS
=$ac_save_CXXFLAGS
5328 elif test $ac_cv_prog_cxx_g = yes; then
5329 if test "$GXX" = yes; then
5335 if test "$GXX" = yes; then
5342 ac_cpp
='$CPP $CPPFLAGS'
5343 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5344 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5345 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5348 # We must set the default linker to the linker used by gcc for the correct
5349 # operation of libtool. If LD is not defined and we are using gcc, try to
5350 # set the LD default to the ld used by gcc.
5351 if test -z "$LD"; then
5352 if test "$GCC" = yes; then
5355 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5357 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
5359 case $gcc_prog_ld in
5360 # Accept absolute paths.
5361 [\\/]* |
[A-Za-z
]:[\\/]*)
5362 LD
="$gcc_prog_ld" ;;
5367 # Check whether -static-libstdc++ -static-libgcc is supported.
5369 if test "$GCC" = yes; then
5370 saved_LDFLAGS
="$LDFLAGS"
5372 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5374 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5376 ac_cpp
='$CXXCPP $CPPFLAGS'
5377 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5378 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5379 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5383 /* end confdefs.h. */
5385 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5386 #error -static-libstdc++ not implemented
5390 if ac_fn_cxx_try_link
"$LINENO"; then :
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5392 $as_echo "yes" >&6; }; have_static_libs
=yes
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5395 $as_echo "no" >&6; }
5397 rm -f core conftest.err conftest.
$ac_objext \
5398 conftest
$ac_exeext conftest.
$ac_ext
5400 ac_cpp
='$CPP $CPPFLAGS'
5401 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5402 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5403 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5406 LDFLAGS
="$saved_LDFLAGS"
5412 if test -n "$ac_tool_prefix"; then
5413 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5414 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5416 $as_echo_n "checking for $ac_word... " >&6; }
5417 if ${ac_cv_prog_GNATBIND+:} false
; then :
5418 $as_echo_n "(cached) " >&6
5420 if test -n "$GNATBIND"; then
5421 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
5423 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5427 test -z "$as_dir" && as_dir
=.
5428 for ac_exec_ext
in '' $ac_executable_extensions; do
5429 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5430 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
5431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5440 GNATBIND
=$ac_cv_prog_GNATBIND
5441 if test -n "$GNATBIND"; then
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5443 $as_echo "$GNATBIND" >&6; }
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5446 $as_echo "no" >&6; }
5451 if test -z "$ac_cv_prog_GNATBIND"; then
5452 ac_ct_GNATBIND
=$GNATBIND
5453 # Extract the first word of "gnatbind", so it can be a program name with args.
5454 set dummy gnatbind
; ac_word
=$2
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5456 $as_echo_n "checking for $ac_word... " >&6; }
5457 if ${ac_cv_prog_ac_ct_GNATBIND+:} false
; then :
5458 $as_echo_n "(cached) " >&6
5460 if test -n "$ac_ct_GNATBIND"; then
5461 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
5463 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5467 test -z "$as_dir" && as_dir
=.
5468 for ac_exec_ext
in '' $ac_executable_extensions; do
5469 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5470 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
5471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5480 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
5481 if test -n "$ac_ct_GNATBIND"; then
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5483 $as_echo "$ac_ct_GNATBIND" >&6; }
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5486 $as_echo "no" >&6; }
5489 if test "x$ac_ct_GNATBIND" = x
; then
5492 case $cross_compiling:$ac_tool_warned in
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5496 ac_tool_warned
=yes ;;
5498 GNATBIND
=$ac_ct_GNATBIND
5501 GNATBIND
="$ac_cv_prog_GNATBIND"
5504 if test -n "$ac_tool_prefix"; then
5505 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5506 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5508 $as_echo_n "checking for $ac_word... " >&6; }
5509 if ${ac_cv_prog_GNATMAKE+:} false
; then :
5510 $as_echo_n "(cached) " >&6
5512 if test -n "$GNATMAKE"; then
5513 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5519 test -z "$as_dir" && as_dir
=.
5520 for ac_exec_ext
in '' $ac_executable_extensions; do
5521 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5522 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 GNATMAKE
=$ac_cv_prog_GNATMAKE
5533 if test -n "$GNATMAKE"; then
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5535 $as_echo "$GNATMAKE" >&6; }
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5538 $as_echo "no" >&6; }
5543 if test -z "$ac_cv_prog_GNATMAKE"; then
5544 ac_ct_GNATMAKE
=$GNATMAKE
5545 # Extract the first word of "gnatmake", so it can be a program name with args.
5546 set dummy gnatmake
; ac_word
=$2
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5548 $as_echo_n "checking for $ac_word... " >&6; }
5549 if ${ac_cv_prog_ac_ct_GNATMAKE+:} false
; then :
5550 $as_echo_n "(cached) " >&6
5552 if test -n "$ac_ct_GNATMAKE"; then
5553 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5555 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5559 test -z "$as_dir" && as_dir
=.
5560 for ac_exec_ext
in '' $ac_executable_extensions; do
5561 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5562 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5572 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5573 if test -n "$ac_ct_GNATMAKE"; then
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5575 $as_echo "$ac_ct_GNATMAKE" >&6; }
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5578 $as_echo "no" >&6; }
5581 if test "x$ac_ct_GNATMAKE" = x
; then
5584 case $cross_compiling:$ac_tool_warned in
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5587 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5588 ac_tool_warned
=yes ;;
5590 GNATMAKE
=$ac_ct_GNATMAKE
5593 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5597 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5598 if ${acx_cv_cc_gcc_supports_ada+:} false
; then :
5599 $as_echo_n "(cached) " >&6
5601 cat >conftest.adb
<<EOF
5602 procedure conftest is begin null; end conftest;
5604 acx_cv_cc_gcc_supports_ada
=no
5605 # There is a bug in old released versions of GCC which causes the
5606 # driver to exit successfully when the appropriate language module
5607 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5608 # Therefore we must check for the error message as well as an
5609 # unsuccessful exit.
5610 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5611 # given a .adb file, but produce no object file. So we must check
5612 # if an object file was really produced to guard against this.
5613 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5614 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5615 acx_cv_cc_gcc_supports_ada
=yes
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5620 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5622 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5629 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5630 if ${gcc_cv_prog_cmp_skip+:} false
; then :
5631 $as_echo_n "(cached) " >&6
5635 gcc_cv_prog_cmp_skip
='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5636 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5637 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5640 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5643 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5644 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5647 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5654 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5655 do_compare
="$gcc_cv_prog_cmp_skip"
5659 # Check whether --enable-bootstrap was given.
5660 if test "${enable_bootstrap+set}" = set; then :
5661 enableval
=$enable_bootstrap;
5663 enable_bootstrap
=default
5667 # Issue errors and warnings for invalid/strange bootstrap combinations.
5668 if test -r $srcdir/gcc
/configure
; then
5674 case "$have_compiler:$host:$target:$enable_bootstrap" in
5677 # Default behavior. Enable bootstrap if we have a compiler
5678 # and we are in a native configuration.
5679 yes:$build:$build:default
)
5680 enable_bootstrap
=yes ;;
5683 enable_bootstrap
=no
;;
5685 # We have a compiler and we are in a native configuration, bootstrap is ok
5686 yes:$build:$build:yes)
5689 # Other configurations, but we have a compiler. Assume the user knows
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5693 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5696 # No compiler: if they passed --enable-bootstrap explicitly, fail
5698 as_fn_error $?
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5700 # Fail if wrong command line
5702 as_fn_error $?
"invalid option for --enable-bootstrap" "$LINENO" 5
5706 # When bootstrapping with GCC, build stage 1 in C++11 mode to ensure that a
5707 # C++11 compiler can still start the bootstrap. Otherwise, if building GCC,
5708 # require C++11 (or higher).
5709 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5710 CXX
="$CXX -std=c++11"
5711 elif test "$have_compiler" = yes; then
5712 ax_cxx_compile_alternatives
="11 0x" ax_cxx_compile_cxx11_required
=true
5714 ac_cpp
='$CXXCPP $CPPFLAGS'
5715 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5716 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5717 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
5721 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
5722 if ${ax_cv_cxx_compile_cxx11+:} false
; then :
5723 $as_echo_n "(cached) " >&6
5725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5726 /* end confdefs.h. */
5729 // If the compiler admits that it is not ready for C++11, why torture it?
5730 // Hopefully, this will speed up the test.
5734 #error "This is not a C++ compiler"
5736 #elif __cplusplus < 201103L
5738 #error "This is not a C++11 compiler"
5745 namespace test_static_assert
5748 template <typename T>
5751 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5756 namespace test_final_override
5765 struct Derived : public Base
5767 virtual ~Derived() override {}
5768 virtual void f() override {}
5773 namespace test_double_right_angle_brackets
5776 template < typename T >
5779 typedef check<void> single_type;
5780 typedef check<check<void>> double_type;
5781 typedef check<check<check<void>>> triple_type;
5782 typedef check<check<check<check<void>>>> quadruple_type;
5786 namespace test_decltype
5799 namespace test_type_deduction
5802 template < typename T1, typename T2 >
5805 static const bool value = false;
5808 template < typename T >
5809 struct is_same<T, T>
5811 static const bool value = true;
5814 template < typename T1, typename T2 >
5816 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5822 test(const int c, volatile int v)
5824 static_assert(is_same<int, decltype(0)>::value == true, "");
5825 static_assert(is_same<int, decltype(c)>::value == false, "");
5826 static_assert(is_same<int, decltype(v)>::value == false, "");
5829 auto sumi = ac + av + 'x';
5830 auto sumf = ac + av + 1.0;
5831 static_assert(is_same<int, decltype(ac)>::value == true, "");
5832 static_assert(is_same<int, decltype(av)>::value == true, "");
5833 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5834 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5835 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5836 return (sumf > 0.0) ? sumi : add(c, v);
5841 namespace test_noexcept
5844 int f() { return 0; }
5845 int g() noexcept { return 0; }
5847 static_assert(noexcept(f()) == false, "");
5848 static_assert(noexcept(g()) == true, "");
5852 namespace test_constexpr
5855 template < typename CharT >
5856 unsigned long constexpr
5857 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5859 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5862 template < typename CharT >
5863 unsigned long constexpr
5864 strlen_c(const CharT *const s) noexcept
5866 return strlen_c_r(s, 0UL);
5869 static_assert(strlen_c("") == 0UL, "");
5870 static_assert(strlen_c("1") == 1UL, "");
5871 static_assert(strlen_c("example") == 7UL, "");
5872 static_assert(strlen_c("another\0example") == 7UL, "");
5876 namespace test_rvalue_references
5882 static constexpr int value = N;
5885 answer<1> f(int&) { return answer<1>(); }
5886 answer<2> f(const int&) { return answer<2>(); }
5887 answer<3> f(int&&) { return answer<3>(); }
5894 static_assert(decltype(f(i))::value == 1, "");
5895 static_assert(decltype(f(c))::value == 2, "");
5896 static_assert(decltype(f(0))::value == 3, "");
5901 namespace test_uniform_initialization
5906 static const int zero {};
5907 static const int one {1};
5910 static_assert(test::zero == 0, "");
5911 static_assert(test::one == 1, "");
5915 namespace test_lambdas
5921 auto lambda1 = [](){};
5922 auto lambda2 = lambda1;
5930 auto a = [](int i, int j){ return i + j; }(1, 2);
5931 auto b = []() -> int { return '0'; }();
5932 auto c = [=](){ return a + b; }();
5933 auto d = [&](){ return c; }();
5934 auto e = [a, &b](int x) mutable {
5935 const auto identity = [](int y){ return y; };
5936 for (auto i = 0; i < a; ++i)
5938 return x + identity(a + b);
5940 return a + b + c + d + e;
5946 const auto nullary = [](){ return 0; };
5947 const auto unary = [](int x){ return x; };
5948 using nullary_t = decltype(nullary);
5949 using unary_t = decltype(unary);
5950 const auto higher1st = [](nullary_t f){ return f(); };
5951 const auto higher2nd = [unary](nullary_t f1){
5952 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5954 return higher1st(nullary) + higher2nd(nullary)(unary);
5959 namespace test_variadic_templates
5965 template <int N0, int... N1toN>
5966 struct sum<N0, N1toN...>
5968 static constexpr auto value = N0 + sum<N1toN...>::value;
5974 static constexpr auto value = 0;
5977 static_assert(sum<>::value == 0, "");
5978 static_assert(sum<1>::value == 1, "");
5979 static_assert(sum<23>::value == 23, "");
5980 static_assert(sum<1, 2>::value == 3, "");
5981 static_assert(sum<5, 5, 11>::value == 21, "");
5982 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5986 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5987 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5989 namespace test_template_alias_sfinae
5994 template<typename T>
5995 using member = typename T::member_type;
5997 template<typename T>
6000 template<typename T>
6001 void func(member<T>*) {}
6005 void test() { func<foo>(0); }
6009 } // namespace cxx11
6011 #endif // __cplusplus >= 201103L
6016 if ac_fn_cxx_try_compile
"$LINENO"; then :
6017 ax_cv_cxx_compile_cxx11
=yes
6019 ax_cv_cxx_compile_cxx11
=no
6021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
6024 $as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
6025 if test x
$ax_cv_cxx_compile_cxx11 = xyes
; then
6029 if test x
$ac_success = xno
; then
6030 for alternative
in ${ax_cxx_compile_alternatives}; do
6031 switch
="-std=gnu++${alternative}"
6032 cachevar
=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
6034 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
6035 if eval \
${$cachevar+:} false
; then :
6036 $as_echo_n "(cached) " >&6
6040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6041 /* end confdefs.h. */
6044 // If the compiler admits that it is not ready for C++11, why torture it?
6045 // Hopefully, this will speed up the test.
6049 #error "This is not a C++ compiler"
6051 #elif __cplusplus < 201103L
6053 #error "This is not a C++11 compiler"
6060 namespace test_static_assert
6063 template <typename T>
6066 static_assert(sizeof(int) <= sizeof(T), "not big enough");
6071 namespace test_final_override
6080 struct Derived : public Base
6082 virtual ~Derived() override {}
6083 virtual void f() override {}
6088 namespace test_double_right_angle_brackets
6091 template < typename T >
6094 typedef check<void> single_type;
6095 typedef check<check<void>> double_type;
6096 typedef check<check<check<void>>> triple_type;
6097 typedef check<check<check<check<void>>>> quadruple_type;
6101 namespace test_decltype
6114 namespace test_type_deduction
6117 template < typename T1, typename T2 >
6120 static const bool value = false;
6123 template < typename T >
6124 struct is_same<T, T>
6126 static const bool value = true;
6129 template < typename T1, typename T2 >
6131 add(T1 a1, T2 a2) -> decltype(a1 + a2)
6137 test(const int c, volatile int v)
6139 static_assert(is_same<int, decltype(0)>::value == true, "");
6140 static_assert(is_same<int, decltype(c)>::value == false, "");
6141 static_assert(is_same<int, decltype(v)>::value == false, "");
6144 auto sumi = ac + av + 'x';
6145 auto sumf = ac + av + 1.0;
6146 static_assert(is_same<int, decltype(ac)>::value == true, "");
6147 static_assert(is_same<int, decltype(av)>::value == true, "");
6148 static_assert(is_same<int, decltype(sumi)>::value == true, "");
6149 static_assert(is_same<int, decltype(sumf)>::value == false, "");
6150 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
6151 return (sumf > 0.0) ? sumi : add(c, v);
6156 namespace test_noexcept
6159 int f() { return 0; }
6160 int g() noexcept { return 0; }
6162 static_assert(noexcept(f()) == false, "");
6163 static_assert(noexcept(g()) == true, "");
6167 namespace test_constexpr
6170 template < typename CharT >
6171 unsigned long constexpr
6172 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6174 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
6177 template < typename CharT >
6178 unsigned long constexpr
6179 strlen_c(const CharT *const s) noexcept
6181 return strlen_c_r(s, 0UL);
6184 static_assert(strlen_c("") == 0UL, "");
6185 static_assert(strlen_c("1") == 1UL, "");
6186 static_assert(strlen_c("example") == 7UL, "");
6187 static_assert(strlen_c("another\0example") == 7UL, "");
6191 namespace test_rvalue_references
6197 static constexpr int value = N;
6200 answer<1> f(int&) { return answer<1>(); }
6201 answer<2> f(const int&) { return answer<2>(); }
6202 answer<3> f(int&&) { return answer<3>(); }
6209 static_assert(decltype(f(i))::value == 1, "");
6210 static_assert(decltype(f(c))::value == 2, "");
6211 static_assert(decltype(f(0))::value == 3, "");
6216 namespace test_uniform_initialization
6221 static const int zero {};
6222 static const int one {1};
6225 static_assert(test::zero == 0, "");
6226 static_assert(test::one == 1, "");
6230 namespace test_lambdas
6236 auto lambda1 = [](){};
6237 auto lambda2 = lambda1;
6245 auto a = [](int i, int j){ return i + j; }(1, 2);
6246 auto b = []() -> int { return '0'; }();
6247 auto c = [=](){ return a + b; }();
6248 auto d = [&](){ return c; }();
6249 auto e = [a, &b](int x) mutable {
6250 const auto identity = [](int y){ return y; };
6251 for (auto i = 0; i < a; ++i)
6253 return x + identity(a + b);
6255 return a + b + c + d + e;
6261 const auto nullary = [](){ return 0; };
6262 const auto unary = [](int x){ return x; };
6263 using nullary_t = decltype(nullary);
6264 using unary_t = decltype(unary);
6265 const auto higher1st = [](nullary_t f){ return f(); };
6266 const auto higher2nd = [unary](nullary_t f1){
6267 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
6269 return higher1st(nullary) + higher2nd(nullary)(unary);
6274 namespace test_variadic_templates
6280 template <int N0, int... N1toN>
6281 struct sum<N0, N1toN...>
6283 static constexpr auto value = N0 + sum<N1toN...>::value;
6289 static constexpr auto value = 0;
6292 static_assert(sum<>::value == 0, "");
6293 static_assert(sum<1>::value == 1, "");
6294 static_assert(sum<23>::value == 23, "");
6295 static_assert(sum<1, 2>::value == 3, "");
6296 static_assert(sum<5, 5, 11>::value == 21, "");
6297 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6301 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6302 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6304 namespace test_template_alias_sfinae
6309 template<typename T>
6310 using member = typename T::member_type;
6312 template<typename T>
6315 template<typename T>
6316 void func(member<T>*) {}
6320 void test() { func<foo>(0); }
6324 } // namespace cxx11
6326 #endif // __cplusplus >= 201103L
6331 if ac_fn_cxx_try_compile
"$LINENO"; then :
6336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6339 eval ac_res
=\$
$cachevar
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6341 $as_echo "$ac_res" >&6; }
6342 if eval test x\$
$cachevar = xyes
; then
6344 if test -n "$CXXCPP" ; then
6345 CXXCPP
="$CXXCPP $switch"
6353 if test x
$ac_success = xno
; then
6354 for alternative
in ${ax_cxx_compile_alternatives}; do
6355 for switch
in -std=c
++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
6356 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_
$switch" | $as_tr_sh`
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
$CXX supports C
++11 features with
$switch" >&5
6358 $as_echo_n "checking whether
$CXX supports C
++11 features with
$switch...
" >&6; }
6359 if eval \${$cachevar+:} false; then :
6360 $as_echo_n "(cached
) " >&6
6364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6365 /* end confdefs.h. */
6368 // If the compiler admits that it is not ready for C++11, why torture it?
6369 // Hopefully, this will speed up the test.
6373 #error "This is not a C
++ compiler
"
6375 #elif __cplusplus < 201103L
6377 #error "This is not a C
++11 compiler
"
6384 namespace test_static_assert
6387 template <typename T>
6390 static_assert(sizeof(int) <= sizeof(T), "not big enough
");
6395 namespace test_final_override
6404 struct Derived : public Base
6406 virtual ~Derived() override {}
6407 virtual void f() override {}
6412 namespace test_double_right_angle_brackets
6415 template < typename T >
6418 typedef check<void> single_type;
6419 typedef check<check<void>> double_type;
6420 typedef check<check<check<void>>> triple_type;
6421 typedef check<check<check<check<void>>>> quadruple_type;
6425 namespace test_decltype
6438 namespace test_type_deduction
6441 template < typename T1, typename T2 >
6444 static const bool value = false;
6447 template < typename T >
6448 struct is_same<T, T>
6450 static const bool value = true;
6453 template < typename T1, typename T2 >
6455 add(T1 a1, T2 a2) -> decltype(a1 + a2)
6461 test(const int c, volatile int v)
6463 static_assert(is_same<int, decltype(0)>::value == true, "");
6464 static_assert(is_same<int, decltype(c)>::value == false, "");
6465 static_assert(is_same<int, decltype(v)>::value == false, "");
6468 auto sumi = ac + av + 'x';
6469 auto sumf = ac + av + 1.0;
6470 static_assert(is_same<int, decltype(ac)>::value == true, "");
6471 static_assert(is_same<int, decltype(av)>::value == true, "");
6472 static_assert(is_same<int, decltype(sumi)>::value == true, "");
6473 static_assert(is_same<int, decltype(sumf)>::value == false, "");
6474 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
6475 return (sumf > 0.0) ? sumi : add(c, v);
6480 namespace test_noexcept
6483 int f() { return 0; }
6484 int g() noexcept { return 0; }
6486 static_assert(noexcept(f()) == false, "");
6487 static_assert(noexcept(g()) == true, "");
6491 namespace test_constexpr
6494 template < typename CharT >
6495 unsigned long constexpr
6496 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6498 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
6501 template < typename CharT >
6502 unsigned long constexpr
6503 strlen_c(const CharT *const s) noexcept
6505 return strlen_c_r(s, 0UL);
6508 static_assert(strlen_c("") == 0UL, "");
6509 static_assert(strlen_c("1") == 1UL, "");
6510 static_assert(strlen_c("example
") == 7UL, "");
6511 static_assert(strlen_c("another\
0example
") == 7UL, "");
6515 namespace test_rvalue_references
6521 static constexpr int value = N;
6524 answer<1> f(int&) { return answer<1>(); }
6525 answer<2> f(const int&) { return answer<2>(); }
6526 answer<3> f(int&&) { return answer<3>(); }
6533 static_assert(decltype(f(i))::value == 1, "");
6534 static_assert(decltype(f(c))::value == 2, "");
6535 static_assert(decltype(f(0))::value == 3, "");
6540 namespace test_uniform_initialization
6545 static const int zero {};
6546 static const int one {1};
6549 static_assert(test::zero == 0, "");
6550 static_assert(test::one == 1, "");
6554 namespace test_lambdas
6560 auto lambda1 = [](){};
6561 auto lambda2 = lambda1;
6569 auto a = [](int i, int j){ return i + j; }(1, 2);
6570 auto b = []() -> int { return '0'; }();
6571 auto c = [=](){ return a + b; }();
6572 auto d = [&](){ return c; }();
6573 auto e = [a, &b](int x) mutable {
6574 const auto identity = [](int y){ return y; };
6575 for (auto i = 0; i < a; ++i)
6577 return x + identity(a + b);
6579 return a + b + c + d + e;
6585 const auto nullary = [](){ return 0; };
6586 const auto unary = [](int x){ return x; };
6587 using nullary_t = decltype(nullary);
6588 using unary_t = decltype(unary);
6589 const auto higher1st = [](nullary_t f){ return f(); };
6590 const auto higher2nd = [unary](nullary_t f1){
6591 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
6593 return higher1st(nullary) + higher2nd(nullary)(unary);
6598 namespace test_variadic_templates
6604 template <int N0, int... N1toN>
6605 struct sum<N0, N1toN...>
6607 static constexpr auto value = N0 + sum<N1toN...>::value;
6613 static constexpr auto value = 0;
6616 static_assert(sum<>::value == 0, "");
6617 static_assert(sum<1>::value == 1, "");
6618 static_assert(sum<23>::value == 23, "");
6619 static_assert(sum<1, 2>::value == 3, "");
6620 static_assert(sum<5, 5, 11>::value == 21, "");
6621 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6625 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6626 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6628 namespace test_template_alias_sfinae
6633 template<typename T>
6634 using member = typename T::member_type;
6636 template<typename T>
6639 template<typename T>
6640 void func(member<T>*) {}
6644 void test() { func<foo>(0); }
6648 } // namespace cxx11
6650 #endif // __cplusplus >= 201103L
6655 if ac_fn_cxx_try_compile "$LINENO"; then :
6660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6663 eval ac_res=\$$cachevar
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_res" >&5
6665 $as_echo "$ac_res" >&6; }
6666 if eval test x\$$cachevar = xyes; then
6668 if test -n "$CXXCPP" ; then
6669 CXXCPP="$CXXCPP $switch"
6675 if test x$ac_success = xyes; then
6682 ac_cpp='$CPP $CPPFLAGS'
6683 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6684 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6685 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6687 if test x$ax_cxx_compile_cxx11_required = xtrue; then
6688 if test x$ac_success = xno; then
6689 as_fn_error $? "*** A compiler with support
for C
++11 language features is required.
" "$LINENO" 5
6692 if test x$ac_success = xno; then
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C
++11 support was found
" >&5
6695 $as_echo "$as_me: No compiler with C
++11 support was found
" >&6;}
6699 $as_echo "#define HAVE_CXX11 1" >>confdefs.h
6705 if test "${build}" != "${host}"; then
6706 ax_cxx_compile_alternatives
="11 0x" ax_cxx_compile_cxx11_required
=true
6708 ac_cpp
='$CXXCPP $CPPFLAGS'
6709 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6710 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6711 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
6713 ax_cv_cxx_compile_cxx11_orig_cxx
="$CXX"
6714 ax_cv_cxx_compile_cxx11_orig_cxxflags
="$CXXFLAGS"
6715 ax_cv_cxx_compile_cxx11_orig_cppflags
="$CPPFLAGS"
6716 CXX
="$CXX_FOR_BUILD"
6717 CXXFLAGS
="$CXXFLAGS_FOR_BUILD"
6718 CPPFLAGS
="$CPPFLAGS_FOR_BUILD"
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
6720 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
6721 if ${ax_cv_cxx_compile_cxx11_FOR_BUILD+:} false
; then :
6722 $as_echo_n "(cached) " >&6
6724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6725 /* end confdefs.h. */
6728 // If the compiler admits that it is not ready for C++11, why torture it?
6729 // Hopefully, this will speed up the test.
6733 #error "This is not a C++ compiler"
6735 #elif __cplusplus < 201103L
6737 #error "This is not a C++11 compiler"
6744 namespace test_static_assert
6747 template <typename T>
6750 static_assert(sizeof(int) <= sizeof(T), "not big enough");
6755 namespace test_final_override
6764 struct Derived : public Base
6766 virtual ~Derived() override {}
6767 virtual void f() override {}
6772 namespace test_double_right_angle_brackets
6775 template < typename T >
6778 typedef check<void> single_type;
6779 typedef check<check<void>> double_type;
6780 typedef check<check<check<void>>> triple_type;
6781 typedef check<check<check<check<void>>>> quadruple_type;
6785 namespace test_decltype
6798 namespace test_type_deduction
6801 template < typename T1, typename T2 >
6804 static const bool value = false;
6807 template < typename T >
6808 struct is_same<T, T>
6810 static const bool value = true;
6813 template < typename T1, typename T2 >
6815 add(T1 a1, T2 a2) -> decltype(a1 + a2)
6821 test(const int c, volatile int v)
6823 static_assert(is_same<int, decltype(0)>::value == true, "");
6824 static_assert(is_same<int, decltype(c)>::value == false, "");
6825 static_assert(is_same<int, decltype(v)>::value == false, "");
6828 auto sumi = ac + av + 'x';
6829 auto sumf = ac + av + 1.0;
6830 static_assert(is_same<int, decltype(ac)>::value == true, "");
6831 static_assert(is_same<int, decltype(av)>::value == true, "");
6832 static_assert(is_same<int, decltype(sumi)>::value == true, "");
6833 static_assert(is_same<int, decltype(sumf)>::value == false, "");
6834 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
6835 return (sumf > 0.0) ? sumi : add(c, v);
6840 namespace test_noexcept
6843 int f() { return 0; }
6844 int g() noexcept { return 0; }
6846 static_assert(noexcept(f()) == false, "");
6847 static_assert(noexcept(g()) == true, "");
6851 namespace test_constexpr
6854 template < typename CharT >
6855 unsigned long constexpr
6856 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6858 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
6861 template < typename CharT >
6862 unsigned long constexpr
6863 strlen_c(const CharT *const s) noexcept
6865 return strlen_c_r(s, 0UL);
6868 static_assert(strlen_c("") == 0UL, "");
6869 static_assert(strlen_c("1") == 1UL, "");
6870 static_assert(strlen_c("example") == 7UL, "");
6871 static_assert(strlen_c("another\0example") == 7UL, "");
6875 namespace test_rvalue_references
6881 static constexpr int value = N;
6884 answer<1> f(int&) { return answer<1>(); }
6885 answer<2> f(const int&) { return answer<2>(); }
6886 answer<3> f(int&&) { return answer<3>(); }
6893 static_assert(decltype(f(i))::value == 1, "");
6894 static_assert(decltype(f(c))::value == 2, "");
6895 static_assert(decltype(f(0))::value == 3, "");
6900 namespace test_uniform_initialization
6905 static const int zero {};
6906 static const int one {1};
6909 static_assert(test::zero == 0, "");
6910 static_assert(test::one == 1, "");
6914 namespace test_lambdas
6920 auto lambda1 = [](){};
6921 auto lambda2 = lambda1;
6929 auto a = [](int i, int j){ return i + j; }(1, 2);
6930 auto b = []() -> int { return '0'; }();
6931 auto c = [=](){ return a + b; }();
6932 auto d = [&](){ return c; }();
6933 auto e = [a, &b](int x) mutable {
6934 const auto identity = [](int y){ return y; };
6935 for (auto i = 0; i < a; ++i)
6937 return x + identity(a + b);
6939 return a + b + c + d + e;
6945 const auto nullary = [](){ return 0; };
6946 const auto unary = [](int x){ return x; };
6947 using nullary_t = decltype(nullary);
6948 using unary_t = decltype(unary);
6949 const auto higher1st = [](nullary_t f){ return f(); };
6950 const auto higher2nd = [unary](nullary_t f1){
6951 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
6953 return higher1st(nullary) + higher2nd(nullary)(unary);
6958 namespace test_variadic_templates
6964 template <int N0, int... N1toN>
6965 struct sum<N0, N1toN...>
6967 static constexpr auto value = N0 + sum<N1toN...>::value;
6973 static constexpr auto value = 0;
6976 static_assert(sum<>::value == 0, "");
6977 static_assert(sum<1>::value == 1, "");
6978 static_assert(sum<23>::value == 23, "");
6979 static_assert(sum<1, 2>::value == 3, "");
6980 static_assert(sum<5, 5, 11>::value == 21, "");
6981 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6985 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6986 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6988 namespace test_template_alias_sfinae
6993 template<typename T>
6994 using member = typename T::member_type;
6996 template<typename T>
6999 template<typename T>
7000 void func(member<T>*) {}
7004 void test() { func<foo>(0); }
7008 } // namespace cxx11
7010 #endif // __cplusplus >= 201103L
7015 if ac_fn_cxx_try_compile
"$LINENO"; then :
7016 ax_cv_cxx_compile_cxx11_FOR_BUILD
=yes
7018 ax_cv_cxx_compile_cxx11_FOR_BUILD
=no
7020 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11_FOR_BUILD" >&5
7023 $as_echo "$ax_cv_cxx_compile_cxx11_FOR_BUILD" >&6; }
7024 if test x
$ax_cv_cxx_compile_cxx11_FOR_BUILD = xyes
; then
7028 if test x
$ac_success = xno
; then
7029 for alternative
in ${ax_cxx_compile_alternatives}; do
7030 switch
="-std=gnu++${alternative}"
7031 cachevar
=`$as_echo "ax_cv_cxx_compile_cxx11_FOR_BUILD_$switch" | $as_tr_sh`
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
7033 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
7034 if eval \
${$cachevar+:} false
; then :
7035 $as_echo_n "(cached) " >&6
7039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7040 /* end confdefs.h. */
7043 // If the compiler admits that it is not ready for C++11, why torture it?
7044 // Hopefully, this will speed up the test.
7048 #error "This is not a C++ compiler"
7050 #elif __cplusplus < 201103L
7052 #error "This is not a C++11 compiler"
7059 namespace test_static_assert
7062 template <typename T>
7065 static_assert(sizeof(int) <= sizeof(T), "not big enough");
7070 namespace test_final_override
7079 struct Derived : public Base
7081 virtual ~Derived() override {}
7082 virtual void f() override {}
7087 namespace test_double_right_angle_brackets
7090 template < typename T >
7093 typedef check<void> single_type;
7094 typedef check<check<void>> double_type;
7095 typedef check<check<check<void>>> triple_type;
7096 typedef check<check<check<check<void>>>> quadruple_type;
7100 namespace test_decltype
7113 namespace test_type_deduction
7116 template < typename T1, typename T2 >
7119 static const bool value = false;
7122 template < typename T >
7123 struct is_same<T, T>
7125 static const bool value = true;
7128 template < typename T1, typename T2 >
7130 add(T1 a1, T2 a2) -> decltype(a1 + a2)
7136 test(const int c, volatile int v)
7138 static_assert(is_same<int, decltype(0)>::value == true, "");
7139 static_assert(is_same<int, decltype(c)>::value == false, "");
7140 static_assert(is_same<int, decltype(v)>::value == false, "");
7143 auto sumi = ac + av + 'x';
7144 auto sumf = ac + av + 1.0;
7145 static_assert(is_same<int, decltype(ac)>::value == true, "");
7146 static_assert(is_same<int, decltype(av)>::value == true, "");
7147 static_assert(is_same<int, decltype(sumi)>::value == true, "");
7148 static_assert(is_same<int, decltype(sumf)>::value == false, "");
7149 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
7150 return (sumf > 0.0) ? sumi : add(c, v);
7155 namespace test_noexcept
7158 int f() { return 0; }
7159 int g() noexcept { return 0; }
7161 static_assert(noexcept(f()) == false, "");
7162 static_assert(noexcept(g()) == true, "");
7166 namespace test_constexpr
7169 template < typename CharT >
7170 unsigned long constexpr
7171 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
7173 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
7176 template < typename CharT >
7177 unsigned long constexpr
7178 strlen_c(const CharT *const s) noexcept
7180 return strlen_c_r(s, 0UL);
7183 static_assert(strlen_c("") == 0UL, "");
7184 static_assert(strlen_c("1") == 1UL, "");
7185 static_assert(strlen_c("example") == 7UL, "");
7186 static_assert(strlen_c("another\0example") == 7UL, "");
7190 namespace test_rvalue_references
7196 static constexpr int value = N;
7199 answer<1> f(int&) { return answer<1>(); }
7200 answer<2> f(const int&) { return answer<2>(); }
7201 answer<3> f(int&&) { return answer<3>(); }
7208 static_assert(decltype(f(i))::value == 1, "");
7209 static_assert(decltype(f(c))::value == 2, "");
7210 static_assert(decltype(f(0))::value == 3, "");
7215 namespace test_uniform_initialization
7220 static const int zero {};
7221 static const int one {1};
7224 static_assert(test::zero == 0, "");
7225 static_assert(test::one == 1, "");
7229 namespace test_lambdas
7235 auto lambda1 = [](){};
7236 auto lambda2 = lambda1;
7244 auto a = [](int i, int j){ return i + j; }(1, 2);
7245 auto b = []() -> int { return '0'; }();
7246 auto c = [=](){ return a + b; }();
7247 auto d = [&](){ return c; }();
7248 auto e = [a, &b](int x) mutable {
7249 const auto identity = [](int y){ return y; };
7250 for (auto i = 0; i < a; ++i)
7252 return x + identity(a + b);
7254 return a + b + c + d + e;
7260 const auto nullary = [](){ return 0; };
7261 const auto unary = [](int x){ return x; };
7262 using nullary_t = decltype(nullary);
7263 using unary_t = decltype(unary);
7264 const auto higher1st = [](nullary_t f){ return f(); };
7265 const auto higher2nd = [unary](nullary_t f1){
7266 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
7268 return higher1st(nullary) + higher2nd(nullary)(unary);
7273 namespace test_variadic_templates
7279 template <int N0, int... N1toN>
7280 struct sum<N0, N1toN...>
7282 static constexpr auto value = N0 + sum<N1toN...>::value;
7288 static constexpr auto value = 0;
7291 static_assert(sum<>::value == 0, "");
7292 static_assert(sum<1>::value == 1, "");
7293 static_assert(sum<23>::value == 23, "");
7294 static_assert(sum<1, 2>::value == 3, "");
7295 static_assert(sum<5, 5, 11>::value == 21, "");
7296 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
7300 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7301 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
7303 namespace test_template_alias_sfinae
7308 template<typename T>
7309 using member = typename T::member_type;
7311 template<typename T>
7314 template<typename T>
7315 void func(member<T>*) {}
7319 void test() { func<foo>(0); }
7323 } // namespace cxx11
7325 #endif // __cplusplus >= 201103L
7330 if ac_fn_cxx_try_compile
"$LINENO"; then :
7335 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7338 eval ac_res
=\$
$cachevar
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7340 $as_echo "$ac_res" >&6; }
7341 if eval test x\$
$cachevar = xyes
; then
7343 if test -n "$CXXCPP" ; then
7344 CXXCPP
="$CXXCPP $switch"
7352 if test x
$ac_success = xno
; then
7353 for alternative
in ${ax_cxx_compile_alternatives}; do
7354 for switch
in -std=c
++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
7355 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_FOR_BUILD_
$switch" | $as_tr_sh`
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
$CXX supports C
++11 features with
$switch" >&5
7357 $as_echo_n "checking whether
$CXX supports C
++11 features with
$switch...
" >&6; }
7358 if eval \${$cachevar+:} false; then :
7359 $as_echo_n "(cached
) " >&6
7363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7364 /* end confdefs.h. */
7367 // If the compiler admits that it is not ready for C++11, why torture it?
7368 // Hopefully, this will speed up the test.
7372 #error "This is not a C
++ compiler
"
7374 #elif __cplusplus < 201103L
7376 #error "This is not a C
++11 compiler
"
7383 namespace test_static_assert
7386 template <typename T>
7389 static_assert(sizeof(int) <= sizeof(T), "not big enough
");
7394 namespace test_final_override
7403 struct Derived : public Base
7405 virtual ~Derived() override {}
7406 virtual void f() override {}
7411 namespace test_double_right_angle_brackets
7414 template < typename T >
7417 typedef check<void> single_type;
7418 typedef check<check<void>> double_type;
7419 typedef check<check<check<void>>> triple_type;
7420 typedef check<check<check<check<void>>>> quadruple_type;
7424 namespace test_decltype
7437 namespace test_type_deduction
7440 template < typename T1, typename T2 >
7443 static const bool value = false;
7446 template < typename T >
7447 struct is_same<T, T>
7449 static const bool value = true;
7452 template < typename T1, typename T2 >
7454 add(T1 a1, T2 a2) -> decltype(a1 + a2)
7460 test(const int c, volatile int v)
7462 static_assert(is_same<int, decltype(0)>::value == true, "");
7463 static_assert(is_same<int, decltype(c)>::value == false, "");
7464 static_assert(is_same<int, decltype(v)>::value == false, "");
7467 auto sumi = ac + av + 'x';
7468 auto sumf = ac + av + 1.0;
7469 static_assert(is_same<int, decltype(ac)>::value == true, "");
7470 static_assert(is_same<int, decltype(av)>::value == true, "");
7471 static_assert(is_same<int, decltype(sumi)>::value == true, "");
7472 static_assert(is_same<int, decltype(sumf)>::value == false, "");
7473 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
7474 return (sumf > 0.0) ? sumi : add(c, v);
7479 namespace test_noexcept
7482 int f() { return 0; }
7483 int g() noexcept { return 0; }
7485 static_assert(noexcept(f()) == false, "");
7486 static_assert(noexcept(g()) == true, "");
7490 namespace test_constexpr
7493 template < typename CharT >
7494 unsigned long constexpr
7495 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
7497 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
7500 template < typename CharT >
7501 unsigned long constexpr
7502 strlen_c(const CharT *const s) noexcept
7504 return strlen_c_r(s, 0UL);
7507 static_assert(strlen_c("") == 0UL, "");
7508 static_assert(strlen_c("1") == 1UL, "");
7509 static_assert(strlen_c("example
") == 7UL, "");
7510 static_assert(strlen_c("another\
0example
") == 7UL, "");
7514 namespace test_rvalue_references
7520 static constexpr int value = N;
7523 answer<1> f(int&) { return answer<1>(); }
7524 answer<2> f(const int&) { return answer<2>(); }
7525 answer<3> f(int&&) { return answer<3>(); }
7532 static_assert(decltype(f(i))::value == 1, "");
7533 static_assert(decltype(f(c))::value == 2, "");
7534 static_assert(decltype(f(0))::value == 3, "");
7539 namespace test_uniform_initialization
7544 static const int zero {};
7545 static const int one {1};
7548 static_assert(test::zero == 0, "");
7549 static_assert(test::one == 1, "");
7553 namespace test_lambdas
7559 auto lambda1 = [](){};
7560 auto lambda2 = lambda1;
7568 auto a = [](int i, int j){ return i + j; }(1, 2);
7569 auto b = []() -> int { return '0'; }();
7570 auto c = [=](){ return a + b; }();
7571 auto d = [&](){ return c; }();
7572 auto e = [a, &b](int x) mutable {
7573 const auto identity = [](int y){ return y; };
7574 for (auto i = 0; i < a; ++i)
7576 return x + identity(a + b);
7578 return a + b + c + d + e;
7584 const auto nullary = [](){ return 0; };
7585 const auto unary = [](int x){ return x; };
7586 using nullary_t = decltype(nullary);
7587 using unary_t = decltype(unary);
7588 const auto higher1st = [](nullary_t f){ return f(); };
7589 const auto higher2nd = [unary](nullary_t f1){
7590 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
7592 return higher1st(nullary) + higher2nd(nullary)(unary);
7597 namespace test_variadic_templates
7603 template <int N0, int... N1toN>
7604 struct sum<N0, N1toN...>
7606 static constexpr auto value = N0 + sum<N1toN...>::value;
7612 static constexpr auto value = 0;
7615 static_assert(sum<>::value == 0, "");
7616 static_assert(sum<1>::value == 1, "");
7617 static_assert(sum<23>::value == 23, "");
7618 static_assert(sum<1, 2>::value == 3, "");
7619 static_assert(sum<5, 5, 11>::value == 21, "");
7620 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
7624 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7625 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
7627 namespace test_template_alias_sfinae
7632 template<typename T>
7633 using member = typename T::member_type;
7635 template<typename T>
7638 template<typename T>
7639 void func(member<T>*) {}
7643 void test() { func<foo>(0); }
7647 } // namespace cxx11
7649 #endif // __cplusplus >= 201103L
7654 if ac_fn_cxx_try_compile "$LINENO"; then :
7659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7662 eval ac_res=\$$cachevar
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_res" >&5
7664 $as_echo "$ac_res" >&6; }
7665 if eval test x\$$cachevar = xyes; then
7667 if test -n "$CXXCPP" ; then
7668 CXXCPP="$CXXCPP $switch"
7674 if test x$ac_success = xyes; then
7679 CXX_FOR_BUILD="$CXX"
7680 CXXFLAGS_FOR_BUILD="$CXXFLAGS"
7681 CPPFLAGS_FOR_BUILD="$CPPFLAGS"
7682 CXX="$ax_cv_cxx_compile_cxx11_orig_cxx"
7683 CXXFLAGS="$ax_cv_cxx_compile_cxx11_orig_cxxflags"
7684 CPPFLAGS="$ax_cv_cxx_compile_cxx11_orig_cppflags"
7686 ac_cpp='$CPP $CPPFLAGS'
7687 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7688 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7689 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7691 if test x$ax_cxx_compile_cxx11_required = xtrue; then
7692 if test x$ac_success = xno; then
7693 as_fn_error $? "*** A compiler with support
for C
++11 language features is required.
" "$LINENO" 5
7696 if test x$ac_success = xno; then
7697 HAVE_CXX11_FOR_BUILD=0
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C
++11 support was found
" >&5
7699 $as_echo "$as_me: No compiler with C
++11 support was found
" >&6;}
7701 HAVE_CXX11_FOR_BUILD=1
7703 $as_echo "#define HAVE_CXX11_FOR_BUILD 1" >>confdefs.h
7711 # Used for setting $lt_cv_objdir
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7713 $as_echo_n "checking for objdir... " >&6; }
7714 if ${lt_cv_objdir+:} false
; then :
7715 $as_echo_n "(cached) " >&6
7717 rm -f .libs
2>/dev
/null
7718 mkdir .libs
2>/dev
/null
7719 if test -d .libs
; then
7722 # MS-DOS does not allow filenames that begin with a dot.
7725 rmdir .libs
2>/dev
/null
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7728 $as_echo "$lt_cv_objdir" >&6; }
7729 objdir
=$lt_cv_objdir
7735 cat >>confdefs.h
<<_ACEOF
7736 #define LT_OBJDIR "$lt_cv_objdir/"
7741 # Check for GMP, MPFR and MPC
7742 gmplibs
="-lmpc -lmpfr -lgmp"
7746 # Specify a location for mpc
7747 # check for this first so it ends up on the link line before mpfr.
7749 # Check whether --with-mpc was given.
7750 if test "${with_mpc+set}" = set; then :
7755 # Check whether --with-mpc-include was given.
7756 if test "${with_mpc_include+set}" = set; then :
7757 withval
=$with_mpc_include;
7761 # Check whether --with-mpc-lib was given.
7762 if test "${with_mpc_lib+set}" = set; then :
7763 withval
=$with_mpc_lib;
7767 if test "x$with_mpc" != x
; then
7768 gmplibs
="-L$with_mpc/lib $gmplibs"
7769 gmpinc
="-I$with_mpc/include $gmpinc"
7771 if test "x$with_mpc_include" != x
; then
7772 gmpinc
="-I$with_mpc_include $gmpinc"
7774 if test "x$with_mpc_lib" != x
; then
7775 gmplibs
="-L$with_mpc_lib $gmplibs"
7777 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
7778 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
7779 gmpinc
='-I$$s/mpc/src '"$gmpinc"
7780 # Do not test the mpc version. Assume that it is sufficient, since
7781 # it is in the source tree, and the library has not been built yet
7782 # but it would be included on the link line in the version check below
7783 # hence making the test fail.
7787 # Specify a location for mpfr
7788 # check for this first so it ends up on the link line before gmp.
7790 # Check whether --with-mpfr-dir was given.
7791 if test "${with_mpfr_dir+set}" = set; then :
7792 withval
=$with_mpfr_dir; as_fn_error $?
"The --with-mpfr-dir=PATH option has been removed.
7793 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
7798 # Check whether --with-mpfr was given.
7799 if test "${with_mpfr+set}" = set; then :
7804 # Check whether --with-mpfr-include was given.
7805 if test "${with_mpfr_include+set}" = set; then :
7806 withval
=$with_mpfr_include;
7810 # Check whether --with-mpfr-lib was given.
7811 if test "${with_mpfr_lib+set}" = set; then :
7812 withval
=$with_mpfr_lib;
7816 if test "x$with_mpfr" != x
; then
7817 gmplibs
="-L$with_mpfr/lib $gmplibs"
7818 gmpinc
="-I$with_mpfr/include $gmpinc"
7820 if test "x$with_mpfr_include" != x
; then
7821 gmpinc
="-I$with_mpfr_include $gmpinc"
7823 if test "x$with_mpfr_lib" != x
; then
7824 gmplibs
="-L$with_mpfr_lib $gmplibs"
7826 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
7827 # MPFR v3.1.0 moved the sources into a src sub-directory.
7828 if ! test -d ${srcdir}/mpfr
/src
; then
7829 as_fn_error $?
"Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
7831 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
7832 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
7833 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
7834 # Do not test the mpfr version. Assume that it is sufficient, since
7835 # it is in the source tree, and the library has not been built yet
7836 # but it would be included on the link line in the version check below
7837 # hence making the test fail.
7841 # Specify a location for gmp
7843 # Check whether --with-gmp-dir was given.
7844 if test "${with_gmp_dir+set}" = set; then :
7845 withval
=$with_gmp_dir; as_fn_error $?
"The --with-gmp-dir=PATH option has been removed.
7846 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
7851 # Check whether --with-gmp was given.
7852 if test "${with_gmp+set}" = set; then :
7857 # Check whether --with-gmp-include was given.
7858 if test "${with_gmp_include+set}" = set; then :
7859 withval
=$with_gmp_include;
7863 # Check whether --with-gmp-lib was given.
7864 if test "${with_gmp_lib+set}" = set; then :
7865 withval
=$with_gmp_lib;
7870 if test "x$with_gmp" != x
; then
7871 gmplibs
="-L$with_gmp/lib $gmplibs"
7872 gmpinc
="-I$with_gmp/include $gmpinc"
7874 if test "x$with_gmp_include" != x
; then
7875 gmpinc
="-I$with_gmp_include $gmpinc"
7877 if test "x$with_gmp_lib" != x
; then
7878 gmplibs
="-L$with_gmp_lib $gmplibs"
7880 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
7881 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
7882 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
7883 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7884 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7885 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
7886 # Do not test the gmp version. Assume that it is sufficient, since
7887 # it is in the source tree, and the library has not been built yet
7888 # but it would be included on the link line in the version check below
7889 # hence making the test fail.
7893 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
7895 saved_CFLAGS
="$CFLAGS"
7896 CFLAGS
="$CFLAGS $gmpinc"
7897 # Check for the recommended and required versions of GMP.
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
7899 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
7901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7902 /* end confdefs.h. */
7908 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
7909 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
7910 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
7918 if ac_fn_c_try_compile
"$LINENO"; then :
7919 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7920 /* end confdefs.h. */
7926 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
7927 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
7928 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
7936 if ac_fn_c_try_compile
"$LINENO"; then :
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7938 $as_echo "yes" >&6; }
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
7941 $as_echo "buggy but acceptable" >&6; }
7943 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7946 $as_echo "no" >&6; }; have_gmp
=no
7948 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7950 # If we have GMP, check the MPFR version.
7951 if test x
"$have_gmp" = xyes
; then
7952 # Check for the recommended and required versions of MPFR.
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
7954 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
7955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h. */
7963 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,0)
7971 if ac_fn_c_try_compile
"$LINENO"; then :
7972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7973 /* end confdefs.h. */
7980 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,6)
7988 if ac_fn_c_try_compile
"$LINENO"; then :
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7990 $as_echo "yes" >&6; }
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
7993 $as_echo "buggy but acceptable" >&6; }
7995 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7998 $as_echo "no" >&6; }; have_gmp
=no
8000 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8003 # Check for the MPC header version.
8004 if test x
"$have_gmp" = xyes
; then
8005 # Check for the recommended and required versions of MPC.
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
8007 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
8008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8009 /* end confdefs.h. */
8015 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
8023 if ac_fn_c_try_compile
"$LINENO"; then :
8024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8025 /* end confdefs.h. */
8031 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
8039 if ac_fn_c_try_compile
"$LINENO"; then :
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8041 $as_echo "yes" >&6; }
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
8044 $as_echo "buggy but acceptable" >&6; }
8046 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8049 $as_echo "no" >&6; }; have_gmp
=no
8051 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8054 # Now check the MPFR library.
8055 if test x
"$have_gmp" = xyes
; then
8057 LIBS
="$LIBS $gmplibs"
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
8059 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
8060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8061 /* end confdefs.h. */
8073 mpfr_atan2 (n, n, x, MPFR_RNDN);
8074 mpfr_erfc (n, x, MPFR_RNDN);
8075 mpfr_subnormalize (x, t, MPFR_RNDN);
8079 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
8080 mpc_cosh (c, c, MPC_RNDNN);
8081 mpc_pow (c, c, c, MPC_RNDNN);
8082 mpc_acosh (c, c, MPC_RNDNN);
8089 if ac_fn_c_try_link
"$LINENO"; then :
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8091 $as_echo "yes" >&6; }
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8094 $as_echo "no" >&6; }; have_gmp
=no
8096 rm -f core conftest.err conftest.
$ac_objext \
8097 conftest
$ac_exeext conftest.
$ac_ext
8101 CFLAGS
="$saved_CFLAGS"
8103 # The library versions listed in the error message below should match
8104 # the HARD-minimums enforced above.
8105 if test x
$have_gmp != xyes
; then
8106 as_fn_error $?
"Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
8107 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
8108 their locations. Source code for these libraries can be found at
8109 their respective hosting sites as well as at
8110 https://gcc.gnu.org/pub/gcc/infrastructure/. See also
8111 http://gcc.gnu.org/install/prerequisites.html for additional info. If
8112 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
8113 make sure that you have installed both the libraries and the header
8114 files. They may be located in separate packages." "$LINENO" 5
8118 # Flags needed for both GMP, MPFR and/or MPC.
8126 # Libraries to use for stage1 or when not bootstrapping.
8128 # Check whether --with-stage1-libs was given.
8129 if test "${with_stage1_libs+set}" = set; then :
8130 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
8133 stage1_libs
=$withval
8141 # Whether or not to use -static-libstdc++ and -static-libgcc. The
8142 # default is yes if gcc is being built; no otherwise. The reason for
8143 # this default is that gdb is sometimes linked against GNU Source
8144 # Highlight, which is a shared library that uses C++ exceptions. In
8145 # this case, -static-libstdc++ will cause crashes.
8147 # Check whether --with-static-standard-libraries was given.
8148 if test "${with_static_standard_libraries+set}" = set; then :
8149 withval
=$with_static_standard_libraries;
8151 with_static_standard_libraries
=auto
8154 if test "$with_static_standard_libraries" = auto
; then
8155 with_static_standard_libraries
=$have_compiler
8158 # Linker flags to use for stage1 or when not bootstrapping.
8160 # Check whether --with-stage1-ldflags was given.
8161 if test "${with_stage1_ldflags+set}" = set; then :
8162 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
8165 stage1_ldflags
=$withval
8169 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
8170 # if supported. But if the user explicitly specified the libraries to use,
8171 # trust that they are doing what they want.
8172 if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
8173 -a "$have_static_libs" = yes; then
8174 stage1_ldflags
="-static-libstdc++ -static-libgcc"
8180 # Libraries to use for stage2 and later builds.
8182 # Check whether --with-boot-libs was given.
8183 if test "${with_boot_libs+set}" = set; then :
8184 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
8187 poststage1_libs
=$withval
8195 # Linker flags to use for stage2 and later builds.
8197 # Check whether --with-boot-ldflags was given.
8198 if test "${with_boot_ldflags+set}" = set; then :
8199 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
8202 poststage1_ldflags
=$withval
8206 # In stages 2 and 3, default to linking libstdc++ and libgcc
8207 # statically. But if the user explicitly specified the libraries to
8208 # use, trust that they are doing what they want.
8209 if test "$poststage1_libs" = ""; then
8210 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
8216 # GCC GRAPHITE dependency isl.
8217 # Basic setup is inlined here, actual checks are in config/isl.m4
8220 # Check whether --with-isl was given.
8221 if test "${with_isl+set}" = set; then :
8226 # Treat --without-isl as a request to disable
8227 # GRAPHITE support and skip all following checks.
8228 if test "x$with_isl" != "xno"; then
8232 # Check whether --with-isl-include was given.
8233 if test "${with_isl_include+set}" = set; then :
8234 withval
=$with_isl_include;
8238 # Check whether --with-isl-lib was given.
8239 if test "${with_isl_lib+set}" = set; then :
8240 withval
=$with_isl_lib;
8244 # Check whether --enable-isl-version-check was given.
8245 if test "${enable_isl_version_check+set}" = set; then :
8246 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
8248 ENABLE_ISL_CHECK
=yes
8252 # Initialize isllibs and islinc.
8261 isllibs
="-L$with_isl/lib"
8262 islinc
="-I$with_isl/include"
8265 if test "x${with_isl_include}" != x
; then
8266 islinc
="-I$with_isl_include"
8268 if test "x${with_isl_lib}" != x
; then
8269 isllibs
="-L$with_isl_lib"
8271 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
8272 && test -d ${srcdir}/isl
; then
8273 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
8274 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
8277 $as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
8280 isllibs
="${isllibs} -lisl"
8284 if test "${ENABLE_ISL_CHECK}" = yes ; then
8285 _isl_saved_CFLAGS
=$CFLAGS
8286 _isl_saved_LDFLAGS
=$LDFLAGS
8287 _isl_saved_LIBS
=$LIBS
8289 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
8290 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
8291 LIBS
="${_isl_saved_LIBS} -lisl -lgmp"
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 or later" >&5
8294 $as_echo_n "checking for isl 0.15 or later... " >&6; }
8295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8296 /* end confdefs.h. */
8297 #include <isl/schedule.h>
8301 isl_options_set_schedule_serialize_sccs (NULL, 0);
8306 if ac_fn_c_try_link
"$LINENO"; then :
8311 rm -f core conftest.err conftest.
$ac_objext \
8312 conftest
$ac_exeext conftest.
$ac_ext
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
8314 $as_echo "$gcc_cv_isl" >&6; }
8316 if test "${gcc_cv_isl}" = no
; then
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: required isl version is 0.15 or later" >&5
8318 $as_echo "required isl version is 0.15 or later" >&6; }
8321 CFLAGS
=$_isl_saved_CFLAGS
8322 LDFLAGS
=$_isl_saved_LDFLAGS
8323 LIBS
=$_isl_saved_LIBS
8331 if test "x${with_isl}" = xno
; then
8332 graphite_requested
=no
8333 elif test "x${with_isl}" != x \
8334 ||
test "x${with_isl_include}" != x \
8335 ||
test "x${with_isl_lib}" != x
; then
8336 graphite_requested
=yes
8338 graphite_requested
=no
8343 if test "${gcc_cv_isl}" = no
; then
8348 if test "${graphite_requested}" = yes \
8349 && test "x${isllibs}" = x \
8350 && test "x${islinc}" = x
; then
8352 as_fn_error $?
"Unable to find a usable isl. See config.log for details." "$LINENO" 5
8358 # If the isl check failed, disable builds of in-tree variant of isl
8359 if test "x$with_isl" = xno ||
8360 test "x$gcc_cv_isl" = xno
; then
8361 noconfigdirs
="$noconfigdirs isl"
8368 # Check for LTO support.
8369 # Check whether --enable-lto was given.
8370 if test "${enable_lto+set}" = set; then :
8371 enableval
=$enable_lto; enable_lto
=$enableval
8373 enable_lto
=yes; default_enable_lto
=yes
8382 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
8383 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
8384 alpha
*-dec-osf* |
*-interix* | hppa
[12]*-*-hpux* | \
8393 if test $target_elf = yes; then :
8394 # ELF platforms build the lto-plugin always.
8395 build_lto_plugin
=yes
8398 if test x
"$default_enable_lto" = x
"yes" ; then
8400 *-apple-darwin[912]* |
*-cygwin* |
*-mingw* |
*djgpp
*) ;;
8401 # On other non-ELF platforms, LTO has yet to be validated.
8405 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
8406 # It would also be nice to check the binutils support, but we don't
8407 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
8408 # warn during gcc/ subconfigure; unless you're bootstrapping with
8409 # -flto it won't be needed until after installation anyway.
8411 *-cygwin* |
*-mingw* |
*-apple-darwin* |
*djgpp
*) ;;
8412 *) if test x
"$enable_lto" = x
"yes"; then
8413 as_fn_error $?
"LTO support is not enabled for this target." "$LINENO" 5
8418 # Among non-ELF, only Windows platforms support the lto-plugin so far.
8419 # Build it unless LTO was explicitly disabled.
8421 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
8428 # Check whether --enable-linker-plugin-configure-flags was given.
8429 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
8430 enableval
=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags
=$enableval
8432 extra_linker_plugin_configure_flags
=
8436 # Check whether --enable-linker-plugin-flags was given.
8437 if test "${enable_linker_plugin_flags+set}" = set; then :
8438 enableval
=$enable_linker_plugin_flags; extra_linker_plugin_flags
=$enableval
8440 extra_linker_plugin_flags
=
8445 # Enable --enable-host-shared.
8446 # Checked early to determine whether jit is an 'all' language
8447 # Check whether --enable-host-shared was given.
8448 if test "${enable_host_shared+set}" = set; then :
8449 enableval
=$enable_host_shared; host_shared
=$enableval
8451 x86_64-
*-darwin* | aarch64-
*-darwin*)
8452 if test x
$host_shared != xyes
; then
8453 # PIC is the default, and actually cannot be switched off.
8454 echo configure.ac
: warning
: PIC code is required
for the configured target
, host-shared setting ignored.
1>&2
8461 x86_64-
*-darwin* | aarch64-
*-darwin*) host_shared
=yes ;;
8462 *) host_shared
=no
;;
8468 # By default, C and C++ are the only stage 1 languages.
8469 stage1_languages
=,c
,
8471 # Target libraries that we bootstrap.
8472 bootstrap_target_libs
=,target-libgcc
,
8474 # Figure out what language subdirectories are present.
8475 # Look if the user specified --enable-languages="..."; if not, use
8476 # the environment variable $LANGUAGES if defined. $LANGUAGES might
8478 # NB: embedded tabs in this IF block -- do not untabify
8479 if test -d ${srcdir}/gcc
; then
8480 if test x
"${enable_languages+set}" != xset
; then
8481 if test x
"${LANGUAGES+set}" = xset
; then
8482 enable_languages
="${LANGUAGES}"
8483 echo configure.ac
: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
8485 enable_languages
=default
8488 if test x
"${enable_languages}" = x ||
8489 test x
"${enable_languages}" = xyes
;
8491 echo configure.ac
: --enable-languages needs
at least one language argument
1>&2
8495 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
8497 # 'f95' is the old name for the 'fortran' language. We issue a warning
8498 # and make the substitution.
8499 case ,${enable_languages}, in
8501 echo configure.ac
: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
8502 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
8506 # If bootstrapping, C++ must be enabled.
8507 case ",$enable_languages,:$enable_bootstrap" in
8510 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
8511 enable_languages
="${enable_languages},c++"
8513 as_fn_error $?
"bootstrapping requires c++ sources" "$LINENO" 5
8518 # First scan to see if an enabled language requires some other language.
8519 # We assume that a given config-lang.in will list all the language
8520 # front ends it requires, even if some are required indirectly.
8521 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
8522 case ${lang_frag} in
8524 # The odd quoting in the next line works around
8525 # an apparent bug in bash 1.12 on linux.
8526 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
8528 # From the config-lang.in, get $language, $lang_requires, and
8529 # $lang_requires_boot_languages.
8532 lang_requires_boot_languages
=
8533 # set srcdir during sourcing lang_frag to the gcc dir.
8534 # Sadly overriding srcdir on the . line doesn't work in plain sh as it
8535 # polutes this shell
8536 saved_srcdir
=${srcdir}
8537 srcdir
=${srcdir}/gcc .
${lang_frag}
8538 srcdir
=${saved_srcdir}
8539 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
8540 case ,${enable_languages}, in
8545 echo " \`$other' language required by \`$language'; enabling" 1>&2
8546 enable_languages
="${enable_languages},${other}"
8550 for other
in ${lang_requires_boot_languages} ; do
8551 if test "$other" != "c"; then
8552 case ,${enable_stage1_languages}, in
8557 case ,${enable_languages}, in
8559 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
8560 enable_stage1_languages
="$enable_stage1_languages,${other}"
8571 new_enable_languages
=,c
,
8573 # If LTO is enabled, add the LTO front end.
8574 if test "$enable_lto" = "yes" ; then
8575 case ,${enable_languages}, in
8577 *) enable_languages
="${enable_languages},lto" ;;
8579 if test "${build_lto_plugin}" = "yes" ; then
8580 configdirs
="$configdirs lto-plugin"
8584 # If we're building an offloading compiler, add the LTO front end.
8585 if test x
"$enable_as_accelerator_for" != x
; then
8586 case ,${enable_languages}, in
8588 *) enable_languages
="${enable_languages},lto" ;;
8592 missing_languages
=`echo ",$enable_languages," | sed -e s/,default,/,/ -e s/,all,/,/ -e s/,c,/,/ `
8593 potential_languages
=,c
,
8595 enabled_target_libs
=
8596 disabled_target_libs
=
8598 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
8599 case ${lang_frag} in
8601 # The odd quoting in the next line works around
8602 # an apparent bug in bash 1.12 on linux.
8603 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
8605 # From the config-lang.in, get $language, $target_libs,
8606 # $lang_dirs, $boot_language, and $build_by_default
8612 build_by_default
=yes
8613 # set srcdir during sourcing. See above about save & restore
8614 saved_srcdir
=${srcdir}
8615 srcdir
=${srcdir}/gcc .
${lang_frag}
8616 srcdir
=${saved_srcdir}
8617 if test x
${language} = x
; then
8618 echo "${lang_frag} doesn't set \$language." 1>&2
8622 if test "$language" = "c++"; then
8627 # C is always enabled, so no need to add it again
8628 if test "$language" != "c"; then
8629 case ,${enable_languages}, in
8631 # Language was explicitly selected; include it
8635 # All languages are enabled
8639 # 'default' was selected, select it if it is a default language
8640 add_this_lang
=${build_by_default}
8645 # Disable languages that need other directories if these aren't available.
8646 for i
in $subdir_requires; do
8647 test -f "$srcdir/gcc/$i/config-lang.in" && continue
8648 case ${add_this_lang} in
8650 # Specifically requested language; tell them.
8651 as_fn_error $?
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5
8655 $as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;}
8656 add_this_lang
=unsupported
8660 add_this_lang
=unsupported
8665 # Disable Ada if no preexisting GNAT is available.
8666 case ${add_this_lang}:${language}:${have_gnat} in
8668 # Specifically requested language; tell them.
8669 as_fn_error $?
"GNAT is required to build $language" "$LINENO" 5
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5
8673 $as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;}
8674 add_this_lang
=unsupported
8678 add_this_lang
=unsupported
8682 # Disable jit if -enable-host-shared not specified
8683 # but not if building for Mingw. All code in Windows
8684 # is position independent code (PIC).
8688 case ${add_this_lang}:${language}:${host_shared} in
8690 # PR jit/64780: explicitly specify --enable-host-shared
8692 Enabling language \"jit\" requires --enable-host-shared.
8694 --enable-host-shared typically slows the rest of the compiler down by
8695 a few %, so you must explicitly enable it.
8697 If you want to build both the jit and the regular compiler, it is often
8698 best to do this via two separate configure/builds, in separate
8699 directories, to avoid imposing the performance cost of
8700 --enable-host-shared on the regular compiler." "$LINENO" 5
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-host-shared required to build $language" >&5
8704 $as_echo "$as_me: WARNING: --enable-host-shared required to build $language" >&2;}
8705 add_this_lang
=unsupported
8709 add_this_lang
=unsupported
8715 # Disable a language that is unsupported by the target.
8716 case "${add_this_lang}: $unsupported_languages " in
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${language} not supported for this target" >&5
8721 $as_echo "$as_me: WARNING: ${language} not supported for this target" >&2;}
8722 add_this_lang
=unsupported
8726 case $add_this_lang in
8728 # Remove language-dependent dirs.
8729 disabled_target_libs
="$disabled_target_libs $target_libs"
8730 noconfigdirs
="$noconfigdirs $lang_dirs"
8733 # Remove language-dependent dirs; still show language as supported.
8734 disabled_target_libs
="$disabled_target_libs $target_libs"
8735 noconfigdirs
="$noconfigdirs $lang_dirs"
8736 potential_languages
="${potential_languages}${language},"
8739 new_enable_languages
="${new_enable_languages}${language},"
8740 potential_languages
="${potential_languages}${language},"
8741 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
8742 enabled_target_libs
="$enabled_target_libs $target_libs"
8743 case "${boot_language}:,$enable_stage1_languages," in
8744 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
8745 # Add to (comma-separated) list of stage 1 languages.
8746 case ",$stage1_languages," in
8747 *,$language,* |
,yes, |
,all
,) ;;
8748 *) stage1_languages
="${stage1_languages}${language}," ;;
8750 # We need to bootstrap any supporting libraries.
8751 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
8760 # Add target libraries which are only needed for disabled languages
8762 if test -n "$disabled_target_libs"; then
8763 for dir
in $disabled_target_libs; do
8764 case " $enabled_target_libs " in
8766 *) noconfigdirs
="$noconfigdirs $dir" ;;
8771 # Check whether --enable-stage1-languages was given.
8772 if test "${enable_stage1_languages+set}" = set; then :
8773 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
8775 # Set it to something that will have no effect in the loop below
8776 enable_stage1_languages
=c
;;
8778 enable_stage1_languages
=`echo $new_enable_languages | \
8779 sed -e "s/^,//" -e "s/,$//" ` ;;
8781 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
8782 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
8785 # Add "good" languages from enable_stage1_languages to stage1_languages,
8786 # while "bad" languages go in missing_languages. Leave no duplicates.
8787 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
8788 case $potential_languages in
8790 case $stage1_languages in
8792 *) stage1_languages
="$stage1_languages$i," ;;
8795 case $missing_languages in
8797 *) missing_languages
="$missing_languages$i," ;;
8804 # Remove leading/trailing commas that were added for simplicity
8805 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
8806 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
8807 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
8808 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
8810 if test "x$missing_languages" != x
; then
8812 The following requested languages could not be built: ${missing_languages}
8813 Supported languages are: ${potential_languages}" "$LINENO" 5
8815 if test "x$new_enable_languages" != "x$enable_languages"; then
8816 echo The following languages will be built
: ${new_enable_languages}
8817 enable_languages
="$new_enable_languages"
8821 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
8824 # Handle --disable-<component> generically.
8825 for dir
in $configdirs $build_configdirs $target_configdirs ; do
8826 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
8827 varname
=`echo $dirname | sed -e s/+/_/g`
8828 if eval test x\
${enable_${varname}} "=" xno
; then
8829 noconfigdirs
="$noconfigdirs $dir"
8833 # Check for Boehm's garbage collector
8834 # Check whether --enable-objc-gc was given.
8835 if test "${enable_objc_gc+set}" = set; then :
8836 enableval
=$enable_objc_gc;
8840 # Check whether --with-target-bdw-gc was given.
8841 if test "${with_target_bdw_gc+set}" = set; then :
8842 withval
=$with_target_bdw_gc;
8846 # Check whether --with-target-bdw-gc-include was given.
8847 if test "${with_target_bdw_gc_include+set}" = set; then :
8848 withval
=$with_target_bdw_gc_include;
8852 # Check whether --with-target-bdw-gc-lib was given.
8853 if test "${with_target_bdw_gc_lib+set}" = set; then :
8854 withval
=$with_target_bdw_gc_lib;
8858 case ,${enable_languages},:${enable_objc_gc} in *,objc
,*:yes|
*,objc
,*:auto
)
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bdw garbage collector" >&5
8860 $as_echo_n "checking for bdw garbage collector... " >&6; }
8861 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x
; then
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5
8863 $as_echo "using bdw-gc in default locations" >&6; }
8865 if test "x$with_target_bdw_gc_include" = x
&& test "x$with_target_bdw_gc_lib" != x
; then
8866 as_fn_error $?
"found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5
8867 elif test "x$with_target_bdw_gc_include" != x
&& test "x$with_target_bdw_gc_lib" = x
; then
8868 as_fn_error $?
"found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5
8871 $as_echo "using paths configured with --with-target-bdw-gc options" >&6; }
8876 # Disable libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
8877 case ,${enable_languages}, in
8879 # Disable libitm, libsanitizer if we're not building libstdc++
8880 case "${noconfigdirs}" in
8881 *target-libstdc
++-v3*)
8882 noconfigdirs
="$noconfigdirs target-libitm target-libsanitizer"
8888 noconfigdirs
="$noconfigdirs target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
8892 # If gcc/ is not in the source tree then we'll not be building a
8893 # target compiler, assume in that case we don't want to build any
8894 # target libraries or tools.
8896 # This was added primarily for the benefit for binutils-gdb who reuse
8897 # this configure script, but don't always have target tools available.
8898 if test ! -d ${srcdir}/gcc
; then
8899 skipdirs
="${skipdirs} ${target_configdirs}"
8902 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
8903 # $build_configdirs and $target_configdirs.
8904 # If we have the source for $noconfigdirs entries, add them to $notsupp.
8907 for dir
in .
$skipdirs $noconfigdirs ; do
8908 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
8909 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8910 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
8911 if test -r $srcdir/$dirname/configure
; then
8912 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8915 notsupp
="$notsupp $dir"
8919 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8920 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
8921 if test -r $srcdir/$dirname/configure
; then
8922 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8925 notsupp
="$notsupp $dir"
8929 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8930 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
8931 if test -r $srcdir/$dirname/configure
; then
8932 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8935 notsupp
="$notsupp $dir"
8941 # Quietly strip out all directories which aren't configurable in this tree.
8942 # This relies on all configurable subdirectories being autoconfiscated, which
8944 build_configdirs_all
="$build_configdirs"
8946 for i
in ${build_configdirs_all} ; do
8947 j
=`echo $i | sed -e s/build-//g`
8948 if test -f ${srcdir}/$j/configure
; then
8949 build_configdirs
="${build_configdirs} $i"
8953 configdirs_all
="$configdirs"
8955 for i
in ${configdirs_all} ; do
8956 if test -f ${srcdir}/$i/configure
; then
8957 configdirs
="${configdirs} $i"
8961 target_configdirs_all
="$target_configdirs"
8963 for i
in ${target_configdirs_all} ; do
8964 j
=`echo $i | sed -e s/target-//g`
8965 if test -f ${srcdir}/$j/configure
; then
8966 target_configdirs
="${target_configdirs} $i"
8970 # libiberty-linker-plugin is special: it doesn't have its own source directory,
8971 # so we have to add it after the preceding checks.
8972 if test x
"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
8974 case " $configdirs " in
8976 # If we can build libiberty, we can also build libiberty-linker-plugin.
8977 configdirs
="$configdirs libiberty-linker-plugin"
8978 extra_linker_plugin_configure_flags
="$extra_linker_plugin_configure_flags \
8979 --with-libiberty=../libiberty-linker-plugin";;
8981 as_fn_error $?
"libiberty missing" "$LINENO" 5;;
8985 # Sometimes we have special requirements for the host libiberty.
8986 extra_host_libiberty_configure_flags
=
8987 extra_host_zlib_configure_flags
=
8988 case " $configdirs " in
8989 *" lto-plugin "* |
*" libcc1 "*)
8990 # When these are to be built as shared libraries, the same applies to
8992 extra_host_libiberty_configure_flags
=--enable-shared
8995 # When bfd is to be built as a shared library, the same applies to
8997 if test "$enable_shared" = "yes"; then
8998 extra_host_zlib_configure_flags
=--enable-host-shared
9005 # Produce a warning message for the subdirs we can't configure.
9006 # This isn't especially interesting in the Cygnus tree, but in the individual
9007 # FSF releases, it's important to let people know when their machine isn't
9008 # supported by the one or two programs in a package.
9010 if test -n "${notsupp}" && test -z "${norecursion}" ; then
9011 # If $appdirs is non-empty, at least one of those directories must still
9012 # be configured, or we error out. (E.g., if the gas release supports a
9013 # specified target in some subdirs but not the gas subdir, we shouldn't
9014 # pretend that all is well.)
9015 if test -n "$appdirs" ; then
9016 for dir
in $appdirs ; do
9017 if test -r $dir/Makefile.
in ; then
9018 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
9022 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
9028 if test -n "$appdirs" ; then
9029 echo "*** This configuration is not supported by this package." 1>&2
9033 # Okay, some application will build, or we don't care to check. Still
9034 # notify of subdirs not getting built.
9035 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
9036 echo " ${notsupp}" 1>&2
9037 echo " (Any other directories should still work fine.)" 1>&2
9045 # To find our prefix, in gcc_cv_tool_prefix.
9047 # The user is always right.
9048 if test "${PATH_SEPARATOR+set}" != set; then
9049 echo "#! /bin/sh" >conf$$.sh
9050 echo "exit 0" >>conf$$.sh
9052 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
9061 get_gcc_base_ver
="cat"
9063 # Check whether --with-gcc-major-version-only was given.
9064 if test "${with_gcc_major_version_only+set}" = set; then :
9065 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
9066 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
9076 if test "x$exec_prefix" = xNONE
; then
9077 if test "x$prefix" = xNONE
; then
9078 gcc_cv_tool_prefix
=$ac_default_prefix
9080 gcc_cv_tool_prefix
=$prefix
9083 gcc_cv_tool_prefix
=$exec_prefix
9086 # If there is no compiler in the tree, use the PATH only. In any
9087 # case, if there is no compiler in the tree nobody should use
9088 # AS_FOR_TARGET and LD_FOR_TARGET.
9089 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
9090 if test x
$with_gcc_major_version_only = xyes
; then
9091 gcc_version
=`sed -e 's/^\([0-9]*\).*$/\1/' $srcdir/gcc/BASE-VER`
9093 gcc_version
=`cat $srcdir/gcc/BASE-VER`
9095 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
9096 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
9097 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
9098 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
9099 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
9100 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
9105 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
9106 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
9114 # Check whether --with-build-sysroot was given.
9115 if test "${with_build_sysroot+set}" = set; then :
9116 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
9117 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
9120 SYSROOT_CFLAGS_FOR_TARGET
=
9126 # Check whether --with-debug-prefix-map was given.
9127 if test "${with_debug_prefix_map+set}" = set; then :
9128 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
9129 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
9130 for debug_map
in $withval; do
9131 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
9135 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
9140 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
9141 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
9142 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
9143 # We want to ensure that TARGET libraries (which we know are built with
9144 # gcc) are built with "-O2 -g", so include those options when setting
9145 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
9146 if test "x$CFLAGS_FOR_TARGET" = x
; then
9147 if test "x${is_cross_compiler}" = xyes
; then
9148 CFLAGS_FOR_TARGET
="-g -O2"
9150 CFLAGS_FOR_TARGET
=$CFLAGS
9153 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
9156 *" -g "* |
*" -g3 "*) ;;
9157 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
9163 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
9164 if test "x${is_cross_compiler}" = xyes
; then
9165 CXXFLAGS_FOR_TARGET
="-g -O2"
9167 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
9168 case " $CXXFLAGS " in
9170 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
9172 case " $CXXFLAGS " in
9173 *" -g "* |
*" -g3 "*) ;;
9174 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
9182 # Handle --with-headers=XXX. If the value is not "yes", the contents of
9183 # the named directory are copied to $(tooldir)/sys-include.
9184 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
9185 if test x
${is_cross_compiler} = xno
; then
9186 echo 1>&2 '***' --with-headers is only supported when cross compiling
9189 if test x
"${with_headers}" != xyes
; then
9190 x
=${gcc_cv_tool_prefix}
9191 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9195 # Handle --with-libs=XXX. If the value is not "yes", the contents of
9196 # the name directories are copied to $(tooldir)/lib. Multiple directories
9198 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
9199 if test x
${is_cross_compiler} = xno
; then
9200 echo 1>&2 '***' --with-libs is only supported when cross compiling
9203 if test x
"${with_libs}" != xyes
; then
9204 # Copy the libraries in reverse order, so that files in the first named
9205 # library override files in subsequent libraries.
9206 x
=${gcc_cv_tool_prefix}
9207 for l
in ${with_libs}; do
9208 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9213 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
9215 # This is done by determining whether or not the appropriate directory
9216 # is available, and by checking whether or not specific configurations
9217 # have requested that this magic not happen.
9219 # The command line options always override the explicit settings in
9220 # configure.ac, and the settings in configure.ac override this magic.
9222 # If the default for a toolchain is to use GNU as and ld, and you don't
9223 # want to do that, then you should use the --without-gnu-as and
9224 # --without-gnu-ld options for the configure script. Similarly, if
9225 # the default is to use the included zlib and you don't want to do that,
9226 # you should use the --with-system-zlib option for the configure script.
9228 if test x
${use_gnu_as} = x
&&
9229 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
9231 extra_host_args
="$extra_host_args --with-gnu-as"
9234 if test x
${use_gnu_ld} = x
&&
9235 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
9237 extra_host_args
="$extra_host_args --with-gnu-ld"
9240 if test x
${use_included_zlib} = x
&&
9241 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
9244 with_system_zlib
=yes
9245 extra_host_args
="$extra_host_args --with-system-zlib"
9248 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
9249 # can detect this case.
9251 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
9253 extra_host_args
="$extra_host_args --with-newlib"
9256 # Handle ${copy_dirs}
9257 set fnord
${copy_dirs}
9259 while test $# != 0 ; do
9260 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
9263 echo Copying
$1 to
$2
9265 # Use the install script to create the directory and all required
9266 # parent directories.
9267 if test -d $2 ; then
9271 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
9274 # Copy the directory, assuming we have tar.
9275 # FIXME: Should we use B in the second tar? Not all systems support it.
9276 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
9278 # It is the responsibility of the user to correctly adjust all
9279 # symlinks. If somebody can figure out how to handle them correctly
9280 # here, feel free to add the code.
9287 # Determine a target-dependent exec_prefix that the installed
9288 # gcc will search in. Keep this list sorted by triplet, with
9289 # the *-*-osname triplets last.
9292 i
[34567]86-pc-msdosdjgpp*)
9293 md_exec_prefix
=/dev
/env
/DJDIR
/bin
9298 md_exec_prefix
=/usr
/ccs
/bin
9302 extra_arflags_for_target
=
9303 extra_nmflags_for_target
=
9304 extra_ranlibflags_for_target
=
9305 target_makefile_frag
=/dev
/null
9308 target_makefile_frag
="config/mt-spu"
9310 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
9311 target_makefile_frag
="config/mt-sde"
9313 mipsisa
*-*-elfoabi*)
9314 target_makefile_frag
="config/mt-mips-elfoabi"
9316 mips
*-*-*linux
* | mips
*-*-gnu*)
9317 target_makefile_frag
="config/mt-mips-gnu"
9320 target_makefile_frag
="config/mt-nios2-elf"
9323 target_makefile_frag
="config/mt-android"
9325 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
9326 target_makefile_frag
="config/mt-gnu"
9328 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
9329 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
9330 # commands to handle both 32-bit and 64-bit objects. These flags are
9331 # harmless if we're using GNU nm or ar.
9332 extra_arflags_for_target
=" -X32_64"
9333 extra_nmflags_for_target
=" -B -X32_64"
9337 alphaieee_frag
=/dev
/null
9340 # This just makes sure to use the -mieee option to build target libs.
9341 # This should probably be set individually by each library.
9342 alphaieee_frag
="config/mt-alphaieee"
9346 # If --enable-target-optspace always use -Os instead of -O2 to build
9347 # the target libraries, similarly if it is not specified, use -Os
9348 # on selected platforms.
9349 ospace_frag
=/dev
/null
9350 case "${enable_target_optspace}:${target}" in
9352 ospace_frag
="config/mt-ospace"
9355 ospace_frag
="config/mt-d30v"
9357 :m32r-
* |
:d10v-
* |
:fr30-
* |
:i?
86*-*-elfiamcu)
9358 ospace_frag
="config/mt-ospace"
9363 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
9367 # Some systems (e.g., one of the i386-aix systems the gas testers are
9368 # using) don't handle "\$" correctly, so don't use it here.
9369 tooldir
='${exec_prefix}'/${target_noncanonical}
9370 build_tooldir
=${tooldir}
9372 # Create a .gdbinit file which runs the one in srcdir
9373 # and tells GDB to look there for source files.
9375 if test -r ${srcdir}/.gdbinit
; then
9378 *) cat > .
/.gdbinit
<<EOF
9382 source ${srcdir}/.gdbinit
9388 # Make sure that the compiler is able to generate an executable. If it
9389 # can't, we are probably in trouble. We don't care whether we can run the
9390 # executable--we might be using a cross compiler--we only care whether it
9391 # can be created. At this point the main configure script has set CC.
9393 echo "int main () { return 0; }" > conftest.c
9394 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
9395 if test $?
= 0 ; then
9396 if test -s conftest ||
test -s conftest.exe
; then
9402 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
9403 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
9410 # Decide which environment variable is used to find dynamic libraries.
9412 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
9413 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
9414 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
9415 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
9418 # On systems where the dynamic library environment variable is PATH,
9419 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
9420 # built executables to PATH.
9421 if test "$RPATH_ENVVAR" = PATH
; then
9422 GCC_SHLIB_SUBDIR
=/shlib
9427 # Adjust the toplevel makefile according to whether bootstrap was selected.
9428 case $enable_bootstrap in
9430 bootstrap_suffix
=bootstrap
9431 BUILD_CONFIG
=bootstrap-debug
9434 bootstrap_suffix
=no-bootstrap
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
9440 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
9443 # Check whether --with-build-config was given.
9444 if test "${with_build_config+set}" = set; then :
9445 withval
=$with_build_config; case $with_build_config in
9446 yes) with_build_config
= ;;
9447 no
) with_build_config
= BUILD_CONFIG
= ;;
9452 if test "x${with_build_config}" != x
; then
9453 BUILD_CONFIG
=$with_build_config
9455 case $BUILD_CONFIG in
9457 if echo "int f (void) { return 0; }" > conftest.c
&&
9458 ${CC} -c conftest.c
&&
9459 mv conftest.o conftest.o.g0
&&
9460 ${CC} -c -g conftest.c
&&
9461 mv conftest.o conftest.o.g
&&
9462 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
9467 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
9472 $as_echo "$BUILD_CONFIG" >&6; }
9475 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
9476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
9477 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
9478 # Check whether --enable-vtable-verify was given.
9479 if test "${enable_vtable_verify+set}" = set; then :
9480 enableval
=$enable_vtable_verify; case "$enableval" in
9481 yes) enable_vtable_verify
=yes ;;
9482 no
) enable_vtable_verify
=no
;;
9483 *) enable_vtable_verify
=no
;;
9486 enable_vtable_verify
=no
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
9490 $as_echo "$enable_vtable_verify" >&6; }
9492 # Record target_configdirs and the configure arguments for target and
9493 # build configuration in Makefile.
9494 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
9495 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9496 bootstrap_fixincludes
=no
9498 # If we are building libgomp, bootstrap it.
9499 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
9500 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
9503 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
9504 # or bootstrap-ubsan, bootstrap it.
9505 if echo " ${target_configdirs} " |
grep " libsanitizer " > /dev
/null
2>&1; then
9506 case "$BUILD_CONFIG" in
9507 *bootstrap-hwasan
* |
*bootstrap-asan
* |
*bootstrap-ubsan
* )
9508 bootstrap_target_libs
=${bootstrap_target_libs}target-libsanitizer
,
9509 bootstrap_fixincludes
=yes
9514 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
9515 if echo " ${target_configdirs} " |
grep " libvtv " > /dev
/null
2>&1 &&
9516 test "$enable_vtable_verify" != no
; then
9517 bootstrap_target_libs
=${bootstrap_target_libs}target-libvtv
,
9520 # Determine whether gdb needs tk/tcl or not.
9521 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
9522 # and in that case we want gdb to be built without tk. Ugh!
9523 # In fact I believe gdb is the *only* package directly dependent on tk,
9524 # so we should be able to put the 'maybe's in unconditionally and
9525 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
9526 # 100% sure that that's safe though.
9528 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
9529 case "$enable_gdbtk" in
9533 GDB_TK
="${gdb_tk}" ;;
9535 # Only add the dependency on gdbtk when GDBtk is part of the gdb
9536 # distro. Eventually someone will fix this and move Insight, nee
9537 # gdbtk to a separate directory.
9538 if test -d ${srcdir}/gdb
/gdbtk
; then
9545 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
9546 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
9548 # gdb and gdbserver depend on gnulib and gdbsupport, but as nothing
9549 # else does, only include them if one of these is built. The Makefile
9550 # provides the ordering, so it's enough here to add to the list.
9551 case " ${configdirs} " in
9553 configdirs
="${configdirs} gnulib gdbsupport"
9556 configdirs
="${configdirs} gnulib gdbsupport"
9559 configdirs
="${configdirs} gnulib"
9563 # Strip out unwanted targets.
9565 # While at that, we remove Makefiles if we were started for recursive
9566 # configuration, so that the top-level Makefile reconfigures them,
9567 # like we used to do when configure itself was recursive.
9569 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
9570 # but now we're fixing up the Makefile ourselves with the additional
9571 # commands passed to AC_CONFIG_FILES. Use separate variables
9572 # extrasub-{build,host,target} not because there is any reason to split
9573 # the substitutions up that way, but only to remain below the limit of
9574 # 99 commands in a script, for HP-UX sed.
9576 # Do not nest @if/@endif or @unless/@endunless pairs, because
9577 # configure will not warn you at all.
9579 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
9580 yes:yes:*\ gold\
*:*,c
++,*) ;;
9581 yes:yes:*\ gold\
*:*)
9582 as_fn_error $?
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
9587 for module
in ${build_configdirs} ; do
9588 if test -z "${no_recursion}" \
9589 && test -f ${build_subdir}/${module}/Makefile
; then
9590 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
9591 rm -f ${build_subdir}/${module}/Makefile
9593 extrasub_build
="$extrasub_build
9594 /^@if build-$module\$/d
9595 /^@endif build-$module\$/d
9596 /^@unless build-$module\$/,/^@endunless build-$module\$/d
9597 /^@if build-$module-$bootstrap_suffix\$/d
9598 /^@endif build-$module-$bootstrap_suffix\$/d
9599 /^@unless build-$module-$bootstrap_suffix\$/,/^@endunless build-$module-$bootstrap_suffix\$/d"
9602 for module
in ${configdirs} ; do
9603 if test -z "${no_recursion}"; then
9604 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
9605 if test -f ${file}; then
9606 echo 1>&2 "*** removing ${file} to force reconfigure"
9611 case ${module},${bootstrap_fixincludes} in
9612 fixincludes
,no
) host_bootstrap_suffix
=no-bootstrap
;;
9613 *) host_bootstrap_suffix
=$bootstrap_suffix ;;
9615 extrasub_host
="$extrasub_host
9617 /^@endif $module\$/d
9618 /^@unless $module\$/,/^@endunless $module\$/d
9619 /^@if $module-$host_bootstrap_suffix\$/d
9620 /^@endif $module-$host_bootstrap_suffix\$/d
9621 /^@unless $module-$host_bootstrap_suffix\$/,/^@endunless $module-$host_bootstrap_suffix\$/d"
9624 for module
in ${target_configdirs} ; do
9625 if test -z "${no_recursion}" \
9626 && test -f ${target_subdir}/${module}/Makefile
; then
9627 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
9628 rm -f ${target_subdir}/${module}/Makefile
9631 # We only bootstrap target libraries listed in bootstrap_target_libs.
9632 case $bootstrap_target_libs in
9633 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
9634 *) target_bootstrap_suffix
=no-bootstrap
;;
9637 extrasub_target
="$extrasub_target
9638 /^@if target-$module\$/d
9639 /^@endif target-$module\$/d
9640 /^@unless target-$module\$/,/^@endunless target-$module\$/d
9641 /^@if target-$module-$target_bootstrap_suffix\$/d
9642 /^@endif target-$module-$target_bootstrap_suffix\$/d
9643 /^@unless target-$module-$target_bootstrap_suffix\$/,/^@endunless target-$module-$target_bootstrap_suffix\$/d"
9646 # Do the final fixup along with target modules.
9647 extrasub_target
="$extrasub_target
9652 # Create the serialization dependencies. This uses a temporary file.
9654 # Check whether --enable-serial-configure was given.
9655 if test "${enable_serial_configure+set}" = set; then :
9656 enableval
=$enable_serial_configure;
9660 case ${enable_serial_configure} in
9662 enable_serial_build_configure
=yes
9663 enable_serial_host_configure
=yes
9664 enable_serial_target_configure
=yes
9668 # These force 'configure's to be done one at a time, to avoid problems
9669 # with contention over a shared config.cache.
9671 echo '# serdep.tmp' > serdep.tmp
9673 test "x${enable_serial_build_configure}" = xyes
&&
9674 for item
in ${build_configdirs} ; do
9677 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
9682 test "x${enable_serial_host_configure}" = xyes
&&
9683 for item
in ${configdirs} ; do
9686 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
9691 test "x${enable_serial_target_configure}" = xyes
&&
9692 for item
in ${target_configdirs} ; do
9695 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
9699 serialization_dependencies
=serdep.tmp
9702 # Base args. Strip norecursion, cache-file, srcdir, host, build,
9703 # target, nonopt, and variable assignments. These are the ones we
9704 # might not want to pass down to subconfigures. The exception being
9705 # --cache-file=/dev/null, which is used to turn off the use of cache
9706 # files altogether, and which should be passed on to subconfigures.
9707 # Also strip program-prefix, program-suffix, and program-transform-name,
9708 # so that we can pass down a consistent program-transform-name.
9713 eval "set -- $ac_configure_args"
9716 if test X
"$skip_next" = X
"yes"; then
9720 if test X
"$keep_next" = X
"yes"; then
9723 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
9725 baseargs
="$baseargs '$ac_arg'"
9726 tbaseargs
="$tbaseargs '$ac_arg'"
9731 # Handle separated arguments. Based on the logic generated by
9734 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
9735 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
9736 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
9737 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
9751 --with-* |
--without-*)
9752 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
9756 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
9759 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
9768 mpc | mpfr | gmp | isl
)
9769 # If we're processing --with-$lib, --with-$lib-include or
9770 # --with-$lib-lib, for one of the libs above, and target is
9771 # different from host, don't pass the current argument to any
9772 # target library's configure.
9773 if test x
$is_cross_compiler = xyes
; then
9782 --cache-file=/dev
/null | \
9783 -cache-file=/dev
/null
)
9784 # Handled here to avoid the test to skip args below.
9785 baseargs
="$baseargs '$ac_arg'"
9786 tbaseargs
="$tbaseargs '$ac_arg'"
9787 # Assert: $separate_arg should always be no.
9788 keep_next
=$separate_arg
9804 -program-prefix* | \
9805 -program-suffix* | \
9806 -program-transform-name* )
9807 skip_next
=$separate_arg
9811 # An option. Add it.
9814 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
9816 baseargs
="$baseargs '$ac_arg'"
9817 if test X
"$skip_targ" = Xno
; then
9818 tbaseargs
="$tbaseargs '$ac_arg'"
9820 keep_next
=$separate_arg
9823 # Either a variable assignment, or a nonopt (triplet). Don't
9824 # pass it down; let the Makefile handle this.
9829 # Remove the initial space we just introduced and, as these will be
9830 # expanded by make, quote '$'.
9831 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
9833 # Add in --program-transform-name, after --program-prefix and
9834 # --program-suffix have been applied to it. Autoconf has already
9835 # doubled dollar signs and backslashes in program_transform_name; we want
9836 # the backslashes un-doubled, and then the entire thing wrapped in single
9837 # quotes, because this will be expanded first by make and then by the shell.
9838 # Also, because we want to override the logic in subdir configure scripts to
9839 # choose program_transform_name, replace any s,x,x, with s,y,y,.
9840 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
9841 ${program_transform_name}
9843 gcc_transform_name
=`cat conftestsed.out`
9844 rm -f conftestsed.out
9845 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
9846 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
9847 if test "$silent" = yes; then
9848 baseargs
="$baseargs --silent"
9849 tbaseargs
="$tbaseargs --silent"
9851 baseargs
="$baseargs --disable-option-checking"
9852 tbaseargs
="$tbaseargs --disable-option-checking"
9854 # Record and document user additions to sub configure arguments.
9859 # For the build-side libraries, we just need to pretend we're native,
9860 # and not use the same cache file. Multilibs are neither needed nor
9861 # desired. We can't even use the same cache file for all build-side
9862 # libraries, as they're compiled differently; some with C, some with
9863 # C++ or with different feature-enabling options.
9864 build_configargs
="$build_configargs --cache-file=./config.cache ${baseargs}"
9866 # For host modules, accept cache file option, or specification as blank.
9867 case "${cache_file}" in
9869 cache_file_option
="" ;;
9870 /* |
[A-Za-z
]:[\\/]* ) # absolute path
9871 cache_file_option
="--cache-file=${cache_file}" ;;
9873 cache_file_option
="--cache-file=../${cache_file}" ;;
9876 # Host dirs don't like to share a cache file either, horribly enough.
9877 # This seems to be due to autoconf 2.5x stupidity.
9878 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
9880 target_configargs
="$target_configargs ${tbaseargs}"
9882 # Passing a --with-cross-host argument lets the target libraries know
9883 # whether they are being built with a cross-compiler or being built
9884 # native. However, it would be better to use other mechanisms to make the
9885 # sorts of decisions they want to make on this basis. Please consider
9886 # this option to be deprecated. FIXME.
9887 if test x
${is_cross_compiler} = xyes
; then
9888 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
9891 # Special user-friendly check for native x86_64-linux build, if
9892 # multilib is not explicitly enabled.
9893 case "$target:$have_compiler:$host:$target:$enable_multilib" in
9894 x86_64-
*linux
*:yes:$build:$build:)
9895 # Make sure we have a development environment that handles 32-bit
9897 echo "int main () { return 0; }" > conftest.c
9898 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
9899 if test $?
= 0 ; then
9900 if test -s conftest ||
test -s conftest.exe
; then
9905 if test x
${dev64} != xyes
; then
9906 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
9911 # Default to --enable-multilib.
9912 if test x
${enable_multilib} = x
; then
9913 target_configargs
="--enable-multilib ${target_configargs}"
9916 # Pass --with-newlib if appropriate. Note that target_configdirs has
9917 # changed from the earlier setting of with_newlib.
9918 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
9919 target_configargs
="--with-newlib ${target_configargs}"
9922 # Different target subdirs use different values of certain variables
9923 # (notably CXX). Worse, multilibs use *lots* of different values.
9924 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
9925 # it doesn't automatically accept command-line overrides of them.
9926 # This means it's not safe for target subdirs to share a cache file,
9927 # which is disgusting, but there you have it. Hopefully this can be
9928 # fixed in future. It's still worthwhile to use a cache file for each
9929 # directory. I think.
9931 # Pass the appropriate --build, --host, --target and --cache-file arguments.
9932 # We need to pass --target, as newer autoconf's requires consistency
9933 # for target_alias and gcc doesn't manage it consistently.
9934 target_configargs
="--cache-file=./config.cache ${target_configargs}"
9937 case " $target_configdirs " in
9939 case " $target_configargs " in
9940 *" --with-newlib "*)
9943 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
9947 # If we're not building GCC, don't discard standard headers.
9948 if test -d ${srcdir}/gcc
; then
9949 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
9951 if test "${build}" != "${host}"; then
9952 # On Canadian crosses, CC_FOR_TARGET will have already been set
9953 # by `configure', so we won't have an opportunity to add -Bgcc/
9954 # to it. This is right: we don't want to search that directory
9955 # for binaries, but we want the header files in there, so add
9957 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
9959 # Someone might think of using the pre-installed headers on
9960 # Canadian crosses, in case the installed compiler is not fully
9961 # compatible with the compiler being built. In this case, it
9962 # would be better to flag an error than risking having
9963 # incompatible object files being constructed. We can't
9964 # guarantee that an error will be flagged, but let's hope the
9965 # compiler will do it, when presented with incompatible header
9970 case "${target}-${is_cross_compiler}" in
9971 i
[3456789]86-*-linux*-no)
9972 # Here host == target, so we don't need to build gcc,
9973 # so we don't want to discard standard headers.
9974 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
9977 # If we're building newlib, use its generic headers last, but search
9978 # for any libc-related directories first (so make it the last -B
9980 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
9982 # If we're building libgloss, find the startup file, simulator library
9983 # and linker script.
9984 case " $target_configdirs " in
9986 # Look for startup file, simulator library and maybe linker script.
9987 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
9988 # Look for libnosys.a in case the target needs it.
9989 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
9990 # Most targets have the linker script in the source directory.
9991 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
10002 x86_64-
*mingw
* |
*-w64-mingw*)
10003 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
10004 # however, use a symlink named 'mingw' in ${prefix} .
10005 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
10008 # MinGW can't be handled as Cygwin above since it does not use newlib.
10009 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'
10013 # Allow the user to override the flags for
10014 # our build compiler if desired.
10015 if test x
"${build}" = x
"${host}" ; then
10016 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
10017 CPPFLAGS_FOR_BUILD
=${CPPFLAGS_FOR_BUILD-${CPPFLAGS}}
10018 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
10019 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
10022 # On Canadian crosses, we'll be searching the right directories for
10023 # the previously-installed cross compiler, so don't bother to add
10024 # flags for directories within the install tree of the compiler
10025 # being built; programs in there won't even run.
10026 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
10027 # Search for pre-installed headers if nothing else fits.
10028 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
10031 if test "x
${use_gnu_ld}" = x &&
10032 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
10033 # Arrange for us to find uninstalled linker scripts.
10034 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
10037 # Search for other target-specific linker scripts and such.
10038 case "${target}" in
10040 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
10044 # Makefile fragments.
10045 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
10047 eval fragval=\$$frag
10048 if test $fragval != /dev/null; then
10049 eval $frag=${srcdir}/$fragval
10057 # Miscellanea: directories, flags, etc.
10066 # Build module lists & subconfigure args.
10070 # Host module lists & subconfigure args.
10075 # Target module lists & subconfigure args.
10100 # Generate default definitions for YACC, M4, LEX and other programs that run
10101 # on the build machine. These are used if the Makefile can't locate these
10102 # programs in objdir.
10103 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
10105 for ac_prog in 'bison -y' byacc yacc
10107 # Extract the first word of "$ac_prog", so it can be a program name with args.
10108 set dummy $ac_prog; 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 ${ac_cv_prog_YACC+:} false; then :
10112 $as_echo_n "(cached
) " >&6
10114 if test -n "$YACC"; then
10115 ac_cv_prog_YACC="$YACC" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10124 ac_cv_prog_YACC="$ac_prog"
10125 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10134 YACC=$ac_cv_prog_YACC
10135 if test -n "$YACC"; then
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
10137 $as_echo "$YACC" >&6; }
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10140 $as_echo "no
" >&6; }
10144 test -n "$YACC" && break
10146 test -n "$YACC" || YACC="$MISSING bison
-y"
10148 case " $build_configdirs " in
10149 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
10152 for ac_prog in bison
10154 # Extract the first word of "$ac_prog", so it can be a program name with args.
10155 set dummy $ac_prog; ac_word=$2
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10157 $as_echo_n "checking
for $ac_word...
" >&6; }
10158 if ${ac_cv_prog_BISON+:} false; then :
10159 $as_echo_n "(cached
) " >&6
10161 if test -n "$BISON"; then
10162 ac_cv_prog_BISON="$BISON" # Let the user override the test.
10164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10165 for as_dir in $PATH
10168 test -z "$as_dir" && as_dir=.
10169 for ac_exec_ext in '' $ac_executable_extensions; do
10170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10171 ac_cv_prog_BISON="$ac_prog"
10172 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10181 BISON=$ac_cv_prog_BISON
10182 if test -n "$BISON"; then
10183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
10184 $as_echo "$BISON" >&6; }
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10187 $as_echo "no
" >&6; }
10191 test -n "$BISON" && break
10193 test -n "$BISON" || BISON="$MISSING bison
"
10195 case " $build_configdirs " in
10196 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
10199 for ac_prog in gm4 gnum4 m4
10201 # Extract the first word of "$ac_prog", so it can be a program name with args.
10202 set dummy $ac_prog; ac_word=$2
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10204 $as_echo_n "checking
for $ac_word...
" >&6; }
10205 if ${ac_cv_prog_M4+:} false; then :
10206 $as_echo_n "(cached
) " >&6
10208 if test -n "$M4"; then
10209 ac_cv_prog_M4="$M4" # Let the user override the test.
10211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10212 for as_dir in $PATH
10215 test -z "$as_dir" && as_dir=.
10216 for ac_exec_ext in '' $ac_executable_extensions; do
10217 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10218 ac_cv_prog_M4="$ac_prog"
10219 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10229 if test -n "$M4"; then
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
10231 $as_echo "$M4" >&6; }
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10234 $as_echo "no
" >&6; }
10238 test -n "$M4" && break
10240 test -n "$M4" || M4="$MISSING m4"
10242 case " $build_configdirs " in
10243 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
10246 for ac_prog in flex lex
10248 # Extract the first word of "$ac_prog", so it can be a program name with args.
10249 set dummy $ac_prog; ac_word=$2
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10251 $as_echo_n "checking
for $ac_word...
" >&6; }
10252 if ${ac_cv_prog_LEX+:} false; then :
10253 $as_echo_n "(cached
) " >&6
10255 if test -n "$LEX"; then
10256 ac_cv_prog_LEX="$LEX" # Let the user override the test.
10258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10259 for as_dir in $PATH
10262 test -z "$as_dir" && as_dir=.
10263 for ac_exec_ext in '' $ac_executable_extensions; do
10264 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10265 ac_cv_prog_LEX="$ac_prog"
10266 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10275 LEX=$ac_cv_prog_LEX
10276 if test -n "$LEX"; then
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
10278 $as_echo "$LEX" >&6; }
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10281 $as_echo "no
" >&6; }
10285 test -n "$LEX" && break
10287 test -n "$LEX" || LEX="$MISSING flex
"
10289 case " $build_configdirs " in
10290 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
10291 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
10294 for ac_prog in flex
10296 # Extract the first word of "$ac_prog", so it can be a program name with args.
10297 set dummy $ac_prog; ac_word=$2
10298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10299 $as_echo_n "checking
for $ac_word...
" >&6; }
10300 if ${ac_cv_prog_FLEX+:} false; then :
10301 $as_echo_n "(cached
) " >&6
10303 if test -n "$FLEX"; then
10304 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
10306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10307 for as_dir in $PATH
10310 test -z "$as_dir" && as_dir=.
10311 for ac_exec_ext in '' $ac_executable_extensions; do
10312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10313 ac_cv_prog_FLEX="$ac_prog"
10314 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10323 FLEX=$ac_cv_prog_FLEX
10324 if test -n "$FLEX"; then
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
10326 $as_echo "$FLEX" >&6; }
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10329 $as_echo "no
" >&6; }
10333 test -n "$FLEX" && break
10335 test -n "$FLEX" || FLEX="$MISSING flex
"
10337 case " $build_configdirs " in
10338 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
10341 for ac_prog in makeinfo
10343 # Extract the first word of "$ac_prog", so it can be a program name with args.
10344 set dummy $ac_prog; ac_word=$2
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10346 $as_echo_n "checking
for $ac_word...
" >&6; }
10347 if ${ac_cv_prog_MAKEINFO+:} false; then :
10348 $as_echo_n "(cached
) " >&6
10350 if test -n "$MAKEINFO"; then
10351 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
10353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10354 for as_dir in $PATH
10357 test -z "$as_dir" && as_dir=.
10358 for ac_exec_ext in '' $ac_executable_extensions; do
10359 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10360 ac_cv_prog_MAKEINFO="$ac_prog"
10361 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10370 MAKEINFO=$ac_cv_prog_MAKEINFO
10371 if test -n "$MAKEINFO"; then
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
10373 $as_echo "$MAKEINFO" >&6; }
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10376 $as_echo "no
" >&6; }
10380 test -n "$MAKEINFO" && break
10382 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
10384 case " $build_configdirs " in
10385 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
10388 # For an installed makeinfo, we require it to be from texinfo 4.7 or
10389 # higher, else we use the "missing
" dummy.
10390 if ${MAKEINFO} --version \
10391 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
10394 MAKEINFO="$MISSING makeinfo
"
10400 # FIXME: expect and dejagnu may become build tools?
10402 for ac_prog in expect
10404 # Extract the first word of "$ac_prog", so it can be a program name with args.
10405 set dummy $ac_prog; ac_word=$2
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10407 $as_echo_n "checking
for $ac_word...
" >&6; }
10408 if ${ac_cv_prog_EXPECT+:} false; then :
10409 $as_echo_n "(cached
) " >&6
10411 if test -n "$EXPECT"; then
10412 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
10414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10415 for as_dir in $PATH
10418 test -z "$as_dir" && as_dir=.
10419 for ac_exec_ext in '' $ac_executable_extensions; do
10420 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10421 ac_cv_prog_EXPECT="$ac_prog"
10422 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10431 EXPECT=$ac_cv_prog_EXPECT
10432 if test -n "$EXPECT"; then
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
10434 $as_echo "$EXPECT" >&6; }
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10437 $as_echo "no
" >&6; }
10441 test -n "$EXPECT" && break
10443 test -n "$EXPECT" || EXPECT="expect
"
10445 case " $configdirs " in
10447 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
10451 for ac_prog in runtest
10453 # Extract the first word of "$ac_prog", so it can be a program name with args.
10454 set dummy $ac_prog; ac_word=$2
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10456 $as_echo_n "checking
for $ac_word...
" >&6; }
10457 if ${ac_cv_prog_RUNTEST+:} false; then :
10458 $as_echo_n "(cached
) " >&6
10460 if test -n "$RUNTEST"; then
10461 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
10463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10464 for as_dir in $PATH
10467 test -z "$as_dir" && as_dir=.
10468 for ac_exec_ext in '' $ac_executable_extensions; do
10469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10470 ac_cv_prog_RUNTEST="$ac_prog"
10471 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10480 RUNTEST=$ac_cv_prog_RUNTEST
10481 if test -n "$RUNTEST"; then
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
10483 $as_echo "$RUNTEST" >&6; }
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10486 $as_echo "no
" >&6; }
10490 test -n "$RUNTEST" && break
10492 test -n "$RUNTEST" || RUNTEST="runtest
"
10494 case " $configdirs " in
10496 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
10503 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
10504 ncn_target_tool_prefix=
10505 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
10509 if test -n "$AR"; then
10511 elif test -n "$ac_cv_prog_AR"; then
10515 if test -n "$ac_cv_prog_AR"; then
10516 for ncn_progname in ar; do
10517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10518 set dummy ${ncn_progname}; ac_word=$2
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10520 $as_echo_n "checking
for $ac_word...
" >&6; }
10521 if ${ac_cv_prog_AR+:} false; then :
10522 $as_echo_n "(cached
) " >&6
10524 if test -n "$AR"; then
10525 ac_cv_prog_AR="$AR" # Let the user override the test.
10527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10528 for as_dir in $PATH
10531 test -z "$as_dir" && as_dir=.
10532 for ac_exec_ext in '' $ac_executable_extensions; do
10533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10534 ac_cv_prog_AR="${ncn_progname}"
10535 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10545 if test -n "$AR"; then
10546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
10547 $as_echo "$AR" >&6; }
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10550 $as_echo "no
" >&6; }
10557 for ncn_progname in ar; do
10558 if test -n "$ncn_tool_prefix"; then
10559 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10560 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10562 $as_echo_n "checking
for $ac_word...
" >&6; }
10563 if ${ac_cv_prog_AR+:} false; then :
10564 $as_echo_n "(cached
) " >&6
10566 if test -n "$AR"; then
10567 ac_cv_prog_AR="$AR" # Let the user override the test.
10569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10570 for as_dir in $PATH
10573 test -z "$as_dir" && as_dir=.
10574 for ac_exec_ext in '' $ac_executable_extensions; do
10575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10576 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
10577 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10587 if test -n "$AR"; then
10588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
10589 $as_echo "$AR" >&6; }
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10592 $as_echo "no
" >&6; }
10597 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
10598 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10599 set dummy ${ncn_progname}; ac_word=$2
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10601 $as_echo_n "checking
for $ac_word...
" >&6; }
10602 if ${ac_cv_prog_AR+:} false; then :
10603 $as_echo_n "(cached
) " >&6
10605 if test -n "$AR"; then
10606 ac_cv_prog_AR="$AR" # Let the user override the test.
10608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10609 for as_dir in $PATH
10612 test -z "$as_dir" && as_dir=.
10613 for ac_exec_ext in '' $ac_executable_extensions; do
10614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10615 ac_cv_prog_AR="${ncn_progname}"
10616 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10626 if test -n "$AR"; then
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
10628 $as_echo "$AR" >&6; }
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10631 $as_echo "no
" >&6; }
10636 test -n "$ac_cv_prog_AR" && break
10639 if test -z "$ac_cv_prog_AR" ; then
10641 if test $build = $host ; then
10644 AR="${ncn_tool_prefix}$2"
10650 if test -n "$AS"; then
10652 elif test -n "$ac_cv_prog_AS"; then
10656 if test -n "$ac_cv_prog_AS"; then
10657 for ncn_progname in as; do
10658 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10659 set dummy ${ncn_progname}; ac_word=$2
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10661 $as_echo_n "checking
for $ac_word...
" >&6; }
10662 if ${ac_cv_prog_AS+:} false; then :
10663 $as_echo_n "(cached
) " >&6
10665 if test -n "$AS"; then
10666 ac_cv_prog_AS="$AS" # Let the user override the test.
10668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10669 for as_dir in $PATH
10672 test -z "$as_dir" && as_dir=.
10673 for ac_exec_ext in '' $ac_executable_extensions; do
10674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10675 ac_cv_prog_AS="${ncn_progname}"
10676 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10686 if test -n "$AS"; then
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
10688 $as_echo "$AS" >&6; }
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10691 $as_echo "no
" >&6; }
10698 for ncn_progname in as; do
10699 if test -n "$ncn_tool_prefix"; then
10700 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10701 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10703 $as_echo_n "checking
for $ac_word...
" >&6; }
10704 if ${ac_cv_prog_AS+:} false; then :
10705 $as_echo_n "(cached
) " >&6
10707 if test -n "$AS"; then
10708 ac_cv_prog_AS="$AS" # Let the user override the test.
10710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10711 for as_dir in $PATH
10714 test -z "$as_dir" && as_dir=.
10715 for ac_exec_ext in '' $ac_executable_extensions; do
10716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10717 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
10718 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10728 if test -n "$AS"; then
10729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
10730 $as_echo "$AS" >&6; }
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10733 $as_echo "no
" >&6; }
10738 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
10739 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10740 set dummy ${ncn_progname}; ac_word=$2
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10742 $as_echo_n "checking
for $ac_word...
" >&6; }
10743 if ${ac_cv_prog_AS+:} false; then :
10744 $as_echo_n "(cached
) " >&6
10746 if test -n "$AS"; then
10747 ac_cv_prog_AS="$AS" # Let the user override the test.
10749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10750 for as_dir in $PATH
10753 test -z "$as_dir" && as_dir=.
10754 for ac_exec_ext in '' $ac_executable_extensions; do
10755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10756 ac_cv_prog_AS="${ncn_progname}"
10757 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10767 if test -n "$AS"; then
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
10769 $as_echo "$AS" >&6; }
10771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10772 $as_echo "no
" >&6; }
10777 test -n "$ac_cv_prog_AS" && break
10780 if test -z "$ac_cv_prog_AS" ; then
10782 if test $build = $host ; then
10785 AS="${ncn_tool_prefix}$2"
10791 if test -n "$DLLTOOL"; then
10792 ac_cv_prog_DLLTOOL=$DLLTOOL
10793 elif test -n "$ac_cv_prog_DLLTOOL"; then
10794 DLLTOOL=$ac_cv_prog_DLLTOOL
10797 if test -n "$ac_cv_prog_DLLTOOL"; then
10798 for ncn_progname in dlltool; do
10799 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10800 set dummy ${ncn_progname}; ac_word=$2
10801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10802 $as_echo_n "checking
for $ac_word...
" >&6; }
10803 if ${ac_cv_prog_DLLTOOL+:} false; then :
10804 $as_echo_n "(cached
) " >&6
10806 if test -n "$DLLTOOL"; then
10807 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
10809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10810 for as_dir in $PATH
10813 test -z "$as_dir" && as_dir=.
10814 for ac_exec_ext in '' $ac_executable_extensions; do
10815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10816 ac_cv_prog_DLLTOOL="${ncn_progname}"
10817 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10826 DLLTOOL=$ac_cv_prog_DLLTOOL
10827 if test -n "$DLLTOOL"; then
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
10829 $as_echo "$DLLTOOL" >&6; }
10831 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10832 $as_echo "no
" >&6; }
10839 for ncn_progname in dlltool; do
10840 if test -n "$ncn_tool_prefix"; then
10841 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10842 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10844 $as_echo_n "checking
for $ac_word...
" >&6; }
10845 if ${ac_cv_prog_DLLTOOL+:} false; then :
10846 $as_echo_n "(cached
) " >&6
10848 if test -n "$DLLTOOL"; then
10849 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
10851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10852 for as_dir in $PATH
10855 test -z "$as_dir" && as_dir=.
10856 for ac_exec_ext in '' $ac_executable_extensions; do
10857 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10858 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
10859 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10868 DLLTOOL=$ac_cv_prog_DLLTOOL
10869 if test -n "$DLLTOOL"; then
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
10871 $as_echo "$DLLTOOL" >&6; }
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10874 $as_echo "no
" >&6; }
10879 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
10880 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10881 set dummy ${ncn_progname}; ac_word=$2
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10883 $as_echo_n "checking
for $ac_word...
" >&6; }
10884 if ${ac_cv_prog_DLLTOOL+:} false; then :
10885 $as_echo_n "(cached
) " >&6
10887 if test -n "$DLLTOOL"; then
10888 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
10890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10891 for as_dir in $PATH
10894 test -z "$as_dir" && as_dir=.
10895 for ac_exec_ext in '' $ac_executable_extensions; do
10896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10897 ac_cv_prog_DLLTOOL="${ncn_progname}"
10898 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10907 DLLTOOL=$ac_cv_prog_DLLTOOL
10908 if test -n "$DLLTOOL"; then
10909 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
10910 $as_echo "$DLLTOOL" >&6; }
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10913 $as_echo "no
" >&6; }
10918 test -n "$ac_cv_prog_DLLTOOL" && break
10921 if test -z "$ac_cv_prog_DLLTOOL" ; then
10923 if test $build = $host ; then
10926 DLLTOOL="${ncn_tool_prefix}$2"
10932 if test -n "$DSYMUTIL"; then
10933 ac_cv_prog_DSYMUTIL=$DSYMUTIL
10934 elif test -n "$ac_cv_prog_DSYMUTIL"; then
10935 DSYMUTIL=$ac_cv_prog_DSYMUTIL
10938 if test -n "$ac_cv_prog_DSYMUTIL"; then
10939 for ncn_progname in dsymutil; do
10940 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10941 set dummy ${ncn_progname}; ac_word=$2
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10943 $as_echo_n "checking
for $ac_word...
" >&6; }
10944 if ${ac_cv_prog_DSYMUTIL+:} false; then :
10945 $as_echo_n "(cached
) " >&6
10947 if test -n "$DSYMUTIL"; then
10948 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
10950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10951 for as_dir in $PATH
10954 test -z "$as_dir" && as_dir=.
10955 for ac_exec_ext in '' $ac_executable_extensions; do
10956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10957 ac_cv_prog_DSYMUTIL="${ncn_progname}"
10958 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10967 DSYMUTIL=$ac_cv_prog_DSYMUTIL
10968 if test -n "$DSYMUTIL"; then
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
10970 $as_echo "$DSYMUTIL" >&6; }
10972 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10973 $as_echo "no
" >&6; }
10980 for ncn_progname in dsymutil; do
10981 if test -n "$ncn_tool_prefix"; then
10982 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10983 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10985 $as_echo_n "checking
for $ac_word...
" >&6; }
10986 if ${ac_cv_prog_DSYMUTIL+:} false; then :
10987 $as_echo_n "(cached
) " >&6
10989 if test -n "$DSYMUTIL"; then
10990 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
10992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10993 for as_dir in $PATH
10996 test -z "$as_dir" && as_dir=.
10997 for ac_exec_ext in '' $ac_executable_extensions; do
10998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10999 ac_cv_prog_DSYMUTIL="${ncn_tool_prefix}${ncn_progname}"
11000 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11009 DSYMUTIL=$ac_cv_prog_DSYMUTIL
11010 if test -n "$DSYMUTIL"; then
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
11012 $as_echo "$DSYMUTIL" >&6; }
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11015 $as_echo "no
" >&6; }
11020 if test -z "$ac_cv_prog_DSYMUTIL" && test $build = $host ; then
11021 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11022 set dummy ${ncn_progname}; ac_word=$2
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11024 $as_echo_n "checking
for $ac_word...
" >&6; }
11025 if ${ac_cv_prog_DSYMUTIL+:} false; then :
11026 $as_echo_n "(cached
) " >&6
11028 if test -n "$DSYMUTIL"; then
11029 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
11031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11032 for as_dir in $PATH
11035 test -z "$as_dir" && as_dir=.
11036 for ac_exec_ext in '' $ac_executable_extensions; do
11037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11038 ac_cv_prog_DSYMUTIL="${ncn_progname}"
11039 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11048 DSYMUTIL=$ac_cv_prog_DSYMUTIL
11049 if test -n "$DSYMUTIL"; then
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
11051 $as_echo "$DSYMUTIL" >&6; }
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11054 $as_echo "no
" >&6; }
11059 test -n "$ac_cv_prog_DSYMUTIL" && break
11062 if test -z "$ac_cv_prog_DSYMUTIL" ; then
11064 if test $build = $host ; then
11067 DSYMUTIL="${ncn_tool_prefix}$2"
11073 if test -n "$LD"; then
11075 elif test -n "$ac_cv_prog_LD"; then
11079 if test -n "$ac_cv_prog_LD"; then
11080 for ncn_progname in ld; do
11081 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11082 set dummy ${ncn_progname}; ac_word=$2
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11084 $as_echo_n "checking
for $ac_word...
" >&6; }
11085 if ${ac_cv_prog_LD+:} false; then :
11086 $as_echo_n "(cached
) " >&6
11088 if test -n "$LD"; then
11089 ac_cv_prog_LD="$LD" # Let the user override the test.
11091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11092 for as_dir in $PATH
11095 test -z "$as_dir" && as_dir=.
11096 for ac_exec_ext in '' $ac_executable_extensions; do
11097 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11098 ac_cv_prog_LD="${ncn_progname}"
11099 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11109 if test -n "$LD"; then
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
11111 $as_echo "$LD" >&6; }
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11114 $as_echo "no
" >&6; }
11121 for ncn_progname in ld; do
11122 if test -n "$ncn_tool_prefix"; then
11123 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11124 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11126 $as_echo_n "checking
for $ac_word...
" >&6; }
11127 if ${ac_cv_prog_LD+:} false; then :
11128 $as_echo_n "(cached
) " >&6
11130 if test -n "$LD"; then
11131 ac_cv_prog_LD="$LD" # Let the user override the test.
11133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11134 for as_dir in $PATH
11137 test -z "$as_dir" && as_dir=.
11138 for ac_exec_ext in '' $ac_executable_extensions; do
11139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11140 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
11141 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11151 if test -n "$LD"; then
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
11153 $as_echo "$LD" >&6; }
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11156 $as_echo "no
" >&6; }
11161 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
11162 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11163 set dummy ${ncn_progname}; ac_word=$2
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11165 $as_echo_n "checking
for $ac_word...
" >&6; }
11166 if ${ac_cv_prog_LD+:} false; then :
11167 $as_echo_n "(cached
) " >&6
11169 if test -n "$LD"; then
11170 ac_cv_prog_LD="$LD" # Let the user override the test.
11172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11173 for as_dir in $PATH
11176 test -z "$as_dir" && as_dir=.
11177 for ac_exec_ext in '' $ac_executable_extensions; do
11178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11179 ac_cv_prog_LD="${ncn_progname}"
11180 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11190 if test -n "$LD"; then
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
11192 $as_echo "$LD" >&6; }
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11195 $as_echo "no
" >&6; }
11200 test -n "$ac_cv_prog_LD" && break
11203 if test -z "$ac_cv_prog_LD" ; then
11205 if test $build = $host ; then
11208 LD="${ncn_tool_prefix}$2"
11214 if test -n "$LIPO"; then
11215 ac_cv_prog_LIPO=$LIPO
11216 elif test -n "$ac_cv_prog_LIPO"; then
11217 LIPO=$ac_cv_prog_LIPO
11220 if test -n "$ac_cv_prog_LIPO"; then
11221 for ncn_progname in lipo; do
11222 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11223 set dummy ${ncn_progname}; ac_word=$2
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11225 $as_echo_n "checking
for $ac_word...
" >&6; }
11226 if ${ac_cv_prog_LIPO+:} false; then :
11227 $as_echo_n "(cached
) " >&6
11229 if test -n "$LIPO"; then
11230 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
11232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11233 for as_dir in $PATH
11236 test -z "$as_dir" && as_dir=.
11237 for ac_exec_ext in '' $ac_executable_extensions; do
11238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11239 ac_cv_prog_LIPO="${ncn_progname}"
11240 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11249 LIPO=$ac_cv_prog_LIPO
11250 if test -n "$LIPO"; then
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
11252 $as_echo "$LIPO" >&6; }
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11255 $as_echo "no
" >&6; }
11262 for ncn_progname in lipo; do
11263 if test -n "$ncn_tool_prefix"; then
11264 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11265 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11267 $as_echo_n "checking
for $ac_word...
" >&6; }
11268 if ${ac_cv_prog_LIPO+:} false; then :
11269 $as_echo_n "(cached
) " >&6
11271 if test -n "$LIPO"; then
11272 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
11274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11275 for as_dir in $PATH
11278 test -z "$as_dir" && as_dir=.
11279 for ac_exec_ext in '' $ac_executable_extensions; do
11280 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11281 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
11282 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11291 LIPO=$ac_cv_prog_LIPO
11292 if test -n "$LIPO"; then
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
11294 $as_echo "$LIPO" >&6; }
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11297 $as_echo "no
" >&6; }
11302 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
11303 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11304 set dummy ${ncn_progname}; ac_word=$2
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11306 $as_echo_n "checking
for $ac_word...
" >&6; }
11307 if ${ac_cv_prog_LIPO+:} false; then :
11308 $as_echo_n "(cached
) " >&6
11310 if test -n "$LIPO"; then
11311 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
11313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11314 for as_dir in $PATH
11317 test -z "$as_dir" && as_dir=.
11318 for ac_exec_ext in '' $ac_executable_extensions; do
11319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11320 ac_cv_prog_LIPO="${ncn_progname}"
11321 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11330 LIPO=$ac_cv_prog_LIPO
11331 if test -n "$LIPO"; then
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
11333 $as_echo "$LIPO" >&6; }
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11336 $as_echo "no
" >&6; }
11341 test -n "$ac_cv_prog_LIPO" && break
11344 if test -z "$ac_cv_prog_LIPO" ; then
11346 if test $build = $host ; then
11349 LIPO="${ncn_tool_prefix}$2"
11355 if test -n "$NM"; then
11357 elif test -n "$ac_cv_prog_NM"; then
11361 if test -n "$ac_cv_prog_NM"; then
11362 for ncn_progname in nm; do
11363 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11364 set dummy ${ncn_progname}; ac_word=$2
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11366 $as_echo_n "checking
for $ac_word...
" >&6; }
11367 if ${ac_cv_prog_NM+:} false; then :
11368 $as_echo_n "(cached
) " >&6
11370 if test -n "$NM"; then
11371 ac_cv_prog_NM="$NM" # Let the user override the test.
11373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11374 for as_dir in $PATH
11377 test -z "$as_dir" && as_dir=.
11378 for ac_exec_ext in '' $ac_executable_extensions; do
11379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11380 ac_cv_prog_NM="${ncn_progname}"
11381 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11391 if test -n "$NM"; then
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
11393 $as_echo "$NM" >&6; }
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11396 $as_echo "no
" >&6; }
11403 for ncn_progname in nm; do
11404 if test -n "$ncn_tool_prefix"; then
11405 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11406 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11408 $as_echo_n "checking
for $ac_word...
" >&6; }
11409 if ${ac_cv_prog_NM+:} false; then :
11410 $as_echo_n "(cached
) " >&6
11412 if test -n "$NM"; then
11413 ac_cv_prog_NM="$NM" # Let the user override the test.
11415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11416 for as_dir in $PATH
11419 test -z "$as_dir" && as_dir=.
11420 for ac_exec_ext in '' $ac_executable_extensions; do
11421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11422 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
11423 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11433 if test -n "$NM"; then
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
11435 $as_echo "$NM" >&6; }
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11438 $as_echo "no
" >&6; }
11443 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
11444 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11445 set dummy ${ncn_progname}; ac_word=$2
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11447 $as_echo_n "checking
for $ac_word...
" >&6; }
11448 if ${ac_cv_prog_NM+:} false; then :
11449 $as_echo_n "(cached
) " >&6
11451 if test -n "$NM"; then
11452 ac_cv_prog_NM="$NM" # Let the user override the test.
11454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11455 for as_dir in $PATH
11458 test -z "$as_dir" && as_dir=.
11459 for ac_exec_ext in '' $ac_executable_extensions; do
11460 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11461 ac_cv_prog_NM="${ncn_progname}"
11462 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11472 if test -n "$NM"; then
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
11474 $as_echo "$NM" >&6; }
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11477 $as_echo "no
" >&6; }
11482 test -n "$ac_cv_prog_NM" && break
11485 if test -z "$ac_cv_prog_NM" ; then
11487 if test $build = $host ; then
11490 NM="${ncn_tool_prefix}$2"
11496 if test -n "$RANLIB"; then
11497 ac_cv_prog_RANLIB=$RANLIB
11498 elif test -n "$ac_cv_prog_RANLIB"; then
11499 RANLIB=$ac_cv_prog_RANLIB
11502 if test -n "$ac_cv_prog_RANLIB"; then
11503 for ncn_progname in ranlib; do
11504 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11505 set dummy ${ncn_progname}; ac_word=$2
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11507 $as_echo_n "checking
for $ac_word...
" >&6; }
11508 if ${ac_cv_prog_RANLIB+:} false; then :
11509 $as_echo_n "(cached
) " >&6
11511 if test -n "$RANLIB"; then
11512 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11515 for as_dir in $PATH
11518 test -z "$as_dir" && as_dir=.
11519 for ac_exec_ext in '' $ac_executable_extensions; do
11520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11521 ac_cv_prog_RANLIB="${ncn_progname}"
11522 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11531 RANLIB=$ac_cv_prog_RANLIB
11532 if test -n "$RANLIB"; then
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
11534 $as_echo "$RANLIB" >&6; }
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11537 $as_echo "no
" >&6; }
11544 for ncn_progname in ranlib; do
11545 if test -n "$ncn_tool_prefix"; then
11546 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11547 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11549 $as_echo_n "checking
for $ac_word...
" >&6; }
11550 if ${ac_cv_prog_RANLIB+:} false; then :
11551 $as_echo_n "(cached
) " >&6
11553 if test -n "$RANLIB"; then
11554 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11557 for as_dir in $PATH
11560 test -z "$as_dir" && as_dir=.
11561 for ac_exec_ext in '' $ac_executable_extensions; do
11562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11563 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
11564 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11573 RANLIB=$ac_cv_prog_RANLIB
11574 if test -n "$RANLIB"; then
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
11576 $as_echo "$RANLIB" >&6; }
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11579 $as_echo "no
" >&6; }
11584 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
11585 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11586 set dummy ${ncn_progname}; ac_word=$2
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11588 $as_echo_n "checking
for $ac_word...
" >&6; }
11589 if ${ac_cv_prog_RANLIB+:} false; then :
11590 $as_echo_n "(cached
) " >&6
11592 if test -n "$RANLIB"; then
11593 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11596 for as_dir in $PATH
11599 test -z "$as_dir" && as_dir=.
11600 for ac_exec_ext in '' $ac_executable_extensions; do
11601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11602 ac_cv_prog_RANLIB="${ncn_progname}"
11603 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11612 RANLIB=$ac_cv_prog_RANLIB
11613 if test -n "$RANLIB"; then
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
11615 $as_echo "$RANLIB" >&6; }
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11618 $as_echo "no
" >&6; }
11623 test -n "$ac_cv_prog_RANLIB" && break
11626 if test -z "$ac_cv_prog_RANLIB" ; then
11632 if test -n "$STRIP"; then
11633 ac_cv_prog_STRIP=$STRIP
11634 elif test -n "$ac_cv_prog_STRIP"; then
11635 STRIP=$ac_cv_prog_STRIP
11638 if test -n "$ac_cv_prog_STRIP"; then
11639 for ncn_progname in strip; do
11640 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11641 set dummy ${ncn_progname}; ac_word=$2
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11643 $as_echo_n "checking
for $ac_word...
" >&6; }
11644 if ${ac_cv_prog_STRIP+:} false; then :
11645 $as_echo_n "(cached
) " >&6
11647 if test -n "$STRIP"; then
11648 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11651 for as_dir in $PATH
11654 test -z "$as_dir" && as_dir=.
11655 for ac_exec_ext in '' $ac_executable_extensions; do
11656 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11657 ac_cv_prog_STRIP="${ncn_progname}"
11658 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11667 STRIP=$ac_cv_prog_STRIP
11668 if test -n "$STRIP"; then
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
11670 $as_echo "$STRIP" >&6; }
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11673 $as_echo "no
" >&6; }
11680 for ncn_progname in strip; do
11681 if test -n "$ncn_tool_prefix"; then
11682 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11683 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11685 $as_echo_n "checking
for $ac_word...
" >&6; }
11686 if ${ac_cv_prog_STRIP+:} false; then :
11687 $as_echo_n "(cached
) " >&6
11689 if test -n "$STRIP"; then
11690 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11693 for as_dir in $PATH
11696 test -z "$as_dir" && as_dir=.
11697 for ac_exec_ext in '' $ac_executable_extensions; do
11698 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11699 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
11700 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11709 STRIP=$ac_cv_prog_STRIP
11710 if test -n "$STRIP"; then
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
11712 $as_echo "$STRIP" >&6; }
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11715 $as_echo "no
" >&6; }
11720 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
11721 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11722 set dummy ${ncn_progname}; ac_word=$2
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11724 $as_echo_n "checking
for $ac_word...
" >&6; }
11725 if ${ac_cv_prog_STRIP+:} false; then :
11726 $as_echo_n "(cached
) " >&6
11728 if test -n "$STRIP"; then
11729 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11732 for as_dir in $PATH
11735 test -z "$as_dir" && as_dir=.
11736 for ac_exec_ext in '' $ac_executable_extensions; do
11737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11738 ac_cv_prog_STRIP="${ncn_progname}"
11739 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11748 STRIP=$ac_cv_prog_STRIP
11749 if test -n "$STRIP"; then
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
11751 $as_echo "$STRIP" >&6; }
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11754 $as_echo "no
" >&6; }
11759 test -n "$ac_cv_prog_STRIP" && break
11762 if test -z "$ac_cv_prog_STRIP" ; then
11768 if test -n "$WINDRES"; then
11769 ac_cv_prog_WINDRES=$WINDRES
11770 elif test -n "$ac_cv_prog_WINDRES"; then
11771 WINDRES=$ac_cv_prog_WINDRES
11774 if test -n "$ac_cv_prog_WINDRES"; then
11775 for ncn_progname in windres; do
11776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11777 set dummy ${ncn_progname}; ac_word=$2
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11779 $as_echo_n "checking
for $ac_word...
" >&6; }
11780 if ${ac_cv_prog_WINDRES+:} false; then :
11781 $as_echo_n "(cached
) " >&6
11783 if test -n "$WINDRES"; then
11784 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
11786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11787 for as_dir in $PATH
11790 test -z "$as_dir" && as_dir=.
11791 for ac_exec_ext in '' $ac_executable_extensions; do
11792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11793 ac_cv_prog_WINDRES="${ncn_progname}"
11794 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11803 WINDRES=$ac_cv_prog_WINDRES
11804 if test -n "$WINDRES"; then
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
11806 $as_echo "$WINDRES" >&6; }
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11809 $as_echo "no
" >&6; }
11816 for ncn_progname in windres; do
11817 if test -n "$ncn_tool_prefix"; then
11818 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11819 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11821 $as_echo_n "checking
for $ac_word...
" >&6; }
11822 if ${ac_cv_prog_WINDRES+:} false; then :
11823 $as_echo_n "(cached
) " >&6
11825 if test -n "$WINDRES"; then
11826 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
11828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11829 for as_dir in $PATH
11832 test -z "$as_dir" && as_dir=.
11833 for ac_exec_ext in '' $ac_executable_extensions; do
11834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11835 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
11836 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11845 WINDRES=$ac_cv_prog_WINDRES
11846 if test -n "$WINDRES"; then
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
11848 $as_echo "$WINDRES" >&6; }
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11851 $as_echo "no
" >&6; }
11856 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
11857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11858 set dummy ${ncn_progname}; ac_word=$2
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11860 $as_echo_n "checking
for $ac_word...
" >&6; }
11861 if ${ac_cv_prog_WINDRES+:} false; then :
11862 $as_echo_n "(cached
) " >&6
11864 if test -n "$WINDRES"; then
11865 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
11867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11868 for as_dir in $PATH
11871 test -z "$as_dir" && as_dir=.
11872 for ac_exec_ext in '' $ac_executable_extensions; do
11873 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11874 ac_cv_prog_WINDRES="${ncn_progname}"
11875 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11884 WINDRES=$ac_cv_prog_WINDRES
11885 if test -n "$WINDRES"; then
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
11887 $as_echo "$WINDRES" >&6; }
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11890 $as_echo "no
" >&6; }
11895 test -n "$ac_cv_prog_WINDRES" && break
11898 if test -z "$ac_cv_prog_WINDRES" ; then
11900 if test $build = $host ; then
11903 WINDRES="${ncn_tool_prefix}$2"
11909 if test -n "$WINDMC"; then
11910 ac_cv_prog_WINDMC=$WINDMC
11911 elif test -n "$ac_cv_prog_WINDMC"; then
11912 WINDMC=$ac_cv_prog_WINDMC
11915 if test -n "$ac_cv_prog_WINDMC"; then
11916 for ncn_progname in windmc; do
11917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11918 set dummy ${ncn_progname}; ac_word=$2
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11920 $as_echo_n "checking
for $ac_word...
" >&6; }
11921 if ${ac_cv_prog_WINDMC+:} false; then :
11922 $as_echo_n "(cached
) " >&6
11924 if test -n "$WINDMC"; then
11925 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
11927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11928 for as_dir in $PATH
11931 test -z "$as_dir" && as_dir=.
11932 for ac_exec_ext in '' $ac_executable_extensions; do
11933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11934 ac_cv_prog_WINDMC="${ncn_progname}"
11935 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11944 WINDMC=$ac_cv_prog_WINDMC
11945 if test -n "$WINDMC"; then
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
11947 $as_echo "$WINDMC" >&6; }
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11950 $as_echo "no
" >&6; }
11957 for ncn_progname in windmc; do
11958 if test -n "$ncn_tool_prefix"; then
11959 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11960 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11962 $as_echo_n "checking
for $ac_word...
" >&6; }
11963 if ${ac_cv_prog_WINDMC+:} false; then :
11964 $as_echo_n "(cached
) " >&6
11966 if test -n "$WINDMC"; then
11967 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
11969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11970 for as_dir in $PATH
11973 test -z "$as_dir" && as_dir=.
11974 for ac_exec_ext in '' $ac_executable_extensions; do
11975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11976 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
11977 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11986 WINDMC=$ac_cv_prog_WINDMC
11987 if test -n "$WINDMC"; then
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
11989 $as_echo "$WINDMC" >&6; }
11991 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11992 $as_echo "no
" >&6; }
11997 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
11998 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11999 set dummy ${ncn_progname}; ac_word=$2
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12001 $as_echo_n "checking
for $ac_word...
" >&6; }
12002 if ${ac_cv_prog_WINDMC+:} false; then :
12003 $as_echo_n "(cached
) " >&6
12005 if test -n "$WINDMC"; then
12006 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
12008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12009 for as_dir in $PATH
12012 test -z "$as_dir" && as_dir=.
12013 for ac_exec_ext in '' $ac_executable_extensions; do
12014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12015 ac_cv_prog_WINDMC="${ncn_progname}"
12016 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12025 WINDMC=$ac_cv_prog_WINDMC
12026 if test -n "$WINDMC"; then
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
12028 $as_echo "$WINDMC" >&6; }
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12031 $as_echo "no
" >&6; }
12036 test -n "$ac_cv_prog_WINDMC" && break
12039 if test -z "$ac_cv_prog_WINDMC" ; then
12041 if test $build = $host ; then
12044 WINDMC="${ncn_tool_prefix}$2"
12050 if test -n "$OBJCOPY"; then
12051 ac_cv_prog_OBJCOPY=$OBJCOPY
12052 elif test -n "$ac_cv_prog_OBJCOPY"; then
12053 OBJCOPY=$ac_cv_prog_OBJCOPY
12056 if test -n "$ac_cv_prog_OBJCOPY"; then
12057 for ncn_progname in objcopy; do
12058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12059 set dummy ${ncn_progname}; ac_word=$2
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12061 $as_echo_n "checking
for $ac_word...
" >&6; }
12062 if ${ac_cv_prog_OBJCOPY+:} false; then :
12063 $as_echo_n "(cached
) " >&6
12065 if test -n "$OBJCOPY"; then
12066 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
12068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12069 for as_dir in $PATH
12072 test -z "$as_dir" && as_dir=.
12073 for ac_exec_ext in '' $ac_executable_extensions; do
12074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12075 ac_cv_prog_OBJCOPY="${ncn_progname}"
12076 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12085 OBJCOPY=$ac_cv_prog_OBJCOPY
12086 if test -n "$OBJCOPY"; then
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
12088 $as_echo "$OBJCOPY" >&6; }
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12091 $as_echo "no
" >&6; }
12098 for ncn_progname in objcopy; do
12099 if test -n "$ncn_tool_prefix"; then
12100 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
12101 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12103 $as_echo_n "checking
for $ac_word...
" >&6; }
12104 if ${ac_cv_prog_OBJCOPY+:} false; then :
12105 $as_echo_n "(cached
) " >&6
12107 if test -n "$OBJCOPY"; then
12108 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
12110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12111 for as_dir in $PATH
12114 test -z "$as_dir" && as_dir=.
12115 for ac_exec_ext in '' $ac_executable_extensions; do
12116 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12117 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
12118 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12127 OBJCOPY=$ac_cv_prog_OBJCOPY
12128 if test -n "$OBJCOPY"; then
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
12130 $as_echo "$OBJCOPY" >&6; }
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12133 $as_echo "no
" >&6; }
12138 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
12139 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12140 set dummy ${ncn_progname}; ac_word=$2
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12142 $as_echo_n "checking
for $ac_word...
" >&6; }
12143 if ${ac_cv_prog_OBJCOPY+:} false; then :
12144 $as_echo_n "(cached
) " >&6
12146 if test -n "$OBJCOPY"; then
12147 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
12149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12150 for as_dir in $PATH
12153 test -z "$as_dir" && as_dir=.
12154 for ac_exec_ext in '' $ac_executable_extensions; do
12155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12156 ac_cv_prog_OBJCOPY="${ncn_progname}"
12157 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12166 OBJCOPY=$ac_cv_prog_OBJCOPY
12167 if test -n "$OBJCOPY"; then
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
12169 $as_echo "$OBJCOPY" >&6; }
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12172 $as_echo "no
" >&6; }
12177 test -n "$ac_cv_prog_OBJCOPY" && break
12180 if test -z "$ac_cv_prog_OBJCOPY" ; then
12182 if test $build = $host ; then
12185 OBJCOPY="${ncn_tool_prefix}$2"
12191 if test -n "$OBJDUMP"; then
12192 ac_cv_prog_OBJDUMP=$OBJDUMP
12193 elif test -n "$ac_cv_prog_OBJDUMP"; then
12194 OBJDUMP=$ac_cv_prog_OBJDUMP
12197 if test -n "$ac_cv_prog_OBJDUMP"; then
12198 for ncn_progname in objdump; do
12199 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12200 set dummy ${ncn_progname}; ac_word=$2
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12202 $as_echo_n "checking
for $ac_word...
" >&6; }
12203 if ${ac_cv_prog_OBJDUMP+:} false; then :
12204 $as_echo_n "(cached
) " >&6
12206 if test -n "$OBJDUMP"; then
12207 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
12209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12210 for as_dir in $PATH
12213 test -z "$as_dir" && as_dir=.
12214 for ac_exec_ext in '' $ac_executable_extensions; do
12215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12216 ac_cv_prog_OBJDUMP="${ncn_progname}"
12217 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12226 OBJDUMP=$ac_cv_prog_OBJDUMP
12227 if test -n "$OBJDUMP"; then
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
12229 $as_echo "$OBJDUMP" >&6; }
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12232 $as_echo "no
" >&6; }
12239 for ncn_progname in objdump; do
12240 if test -n "$ncn_tool_prefix"; then
12241 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
12242 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12244 $as_echo_n "checking
for $ac_word...
" >&6; }
12245 if ${ac_cv_prog_OBJDUMP+:} false; then :
12246 $as_echo_n "(cached
) " >&6
12248 if test -n "$OBJDUMP"; then
12249 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
12251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12252 for as_dir in $PATH
12255 test -z "$as_dir" && as_dir=.
12256 for ac_exec_ext in '' $ac_executable_extensions; do
12257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12258 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
12259 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12268 OBJDUMP=$ac_cv_prog_OBJDUMP
12269 if test -n "$OBJDUMP"; then
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
12271 $as_echo "$OBJDUMP" >&6; }
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12274 $as_echo "no
" >&6; }
12279 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
12280 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12281 set dummy ${ncn_progname}; ac_word=$2
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12283 $as_echo_n "checking
for $ac_word...
" >&6; }
12284 if ${ac_cv_prog_OBJDUMP+:} false; then :
12285 $as_echo_n "(cached
) " >&6
12287 if test -n "$OBJDUMP"; then
12288 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
12290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12291 for as_dir in $PATH
12294 test -z "$as_dir" && as_dir=.
12295 for ac_exec_ext in '' $ac_executable_extensions; do
12296 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12297 ac_cv_prog_OBJDUMP="${ncn_progname}"
12298 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12307 OBJDUMP=$ac_cv_prog_OBJDUMP
12308 if test -n "$OBJDUMP"; then
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
12310 $as_echo "$OBJDUMP" >&6; }
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12313 $as_echo "no
" >&6; }
12318 test -n "$ac_cv_prog_OBJDUMP" && break
12321 if test -z "$ac_cv_prog_OBJDUMP" ; then
12323 if test $build = $host ; then
12326 OBJDUMP="${ncn_tool_prefix}$2"
12332 if test -n "$OTOOL"; then
12333 ac_cv_prog_OTOOL=$OTOOL
12334 elif test -n "$ac_cv_prog_OTOOL"; then
12335 OTOOL=$ac_cv_prog_OTOOL
12338 if test -n "$ac_cv_prog_OTOOL"; then
12339 for ncn_progname in otool; do
12340 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12341 set dummy ${ncn_progname}; ac_word=$2
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12343 $as_echo_n "checking
for $ac_word...
" >&6; }
12344 if ${ac_cv_prog_OTOOL+:} false; then :
12345 $as_echo_n "(cached
) " >&6
12347 if test -n "$OTOOL"; then
12348 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
12350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12351 for as_dir in $PATH
12354 test -z "$as_dir" && as_dir=.
12355 for ac_exec_ext in '' $ac_executable_extensions; do
12356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12357 ac_cv_prog_OTOOL="${ncn_progname}"
12358 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12367 OTOOL=$ac_cv_prog_OTOOL
12368 if test -n "$OTOOL"; then
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
12370 $as_echo "$OTOOL" >&6; }
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12373 $as_echo "no
" >&6; }
12380 for ncn_progname in otool; do
12381 if test -n "$ncn_tool_prefix"; then
12382 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
12383 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12385 $as_echo_n "checking
for $ac_word...
" >&6; }
12386 if ${ac_cv_prog_OTOOL+:} false; then :
12387 $as_echo_n "(cached
) " >&6
12389 if test -n "$OTOOL"; then
12390 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
12392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12393 for as_dir in $PATH
12396 test -z "$as_dir" && as_dir=.
12397 for ac_exec_ext in '' $ac_executable_extensions; do
12398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12399 ac_cv_prog_OTOOL="${ncn_tool_prefix}${ncn_progname}"
12400 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12409 OTOOL=$ac_cv_prog_OTOOL
12410 if test -n "$OTOOL"; then
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
12412 $as_echo "$OTOOL" >&6; }
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12415 $as_echo "no
" >&6; }
12420 if test -z "$ac_cv_prog_OTOOL" && test $build = $host ; then
12421 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12422 set dummy ${ncn_progname}; ac_word=$2
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12424 $as_echo_n "checking
for $ac_word...
" >&6; }
12425 if ${ac_cv_prog_OTOOL+:} false; then :
12426 $as_echo_n "(cached
) " >&6
12428 if test -n "$OTOOL"; then
12429 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
12431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12432 for as_dir in $PATH
12435 test -z "$as_dir" && as_dir=.
12436 for ac_exec_ext in '' $ac_executable_extensions; do
12437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12438 ac_cv_prog_OTOOL="${ncn_progname}"
12439 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12448 OTOOL=$ac_cv_prog_OTOOL
12449 if test -n "$OTOOL"; then
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
12451 $as_echo "$OTOOL" >&6; }
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12454 $as_echo "no
" >&6; }
12459 test -n "$ac_cv_prog_OTOOL" && break
12462 if test -z "$ac_cv_prog_OTOOL" ; then
12464 if test $build = $host ; then
12467 OTOOL="${ncn_tool_prefix}$2"
12473 if test -n "$READELF"; then
12474 ac_cv_prog_READELF=$READELF
12475 elif test -n "$ac_cv_prog_READELF"; then
12476 READELF=$ac_cv_prog_READELF
12479 if test -n "$ac_cv_prog_READELF"; then
12480 for ncn_progname in readelf; do
12481 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12482 set dummy ${ncn_progname}; ac_word=$2
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12484 $as_echo_n "checking
for $ac_word...
" >&6; }
12485 if ${ac_cv_prog_READELF+:} false; then :
12486 $as_echo_n "(cached
) " >&6
12488 if test -n "$READELF"; then
12489 ac_cv_prog_READELF="$READELF" # Let the user override the test.
12491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12492 for as_dir in $PATH
12495 test -z "$as_dir" && as_dir=.
12496 for ac_exec_ext in '' $ac_executable_extensions; do
12497 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12498 ac_cv_prog_READELF="${ncn_progname}"
12499 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12508 READELF=$ac_cv_prog_READELF
12509 if test -n "$READELF"; then
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
12511 $as_echo "$READELF" >&6; }
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12514 $as_echo "no
" >&6; }
12521 for ncn_progname in readelf; do
12522 if test -n "$ncn_tool_prefix"; then
12523 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
12524 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12526 $as_echo_n "checking
for $ac_word...
" >&6; }
12527 if ${ac_cv_prog_READELF+:} false; then :
12528 $as_echo_n "(cached
) " >&6
12530 if test -n "$READELF"; then
12531 ac_cv_prog_READELF="$READELF" # Let the user override the test.
12533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12534 for as_dir in $PATH
12537 test -z "$as_dir" && as_dir=.
12538 for ac_exec_ext in '' $ac_executable_extensions; do
12539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12540 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
12541 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12550 READELF=$ac_cv_prog_READELF
12551 if test -n "$READELF"; then
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
12553 $as_echo "$READELF" >&6; }
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12556 $as_echo "no
" >&6; }
12561 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
12562 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12563 set dummy ${ncn_progname}; ac_word=$2
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12565 $as_echo_n "checking
for $ac_word...
" >&6; }
12566 if ${ac_cv_prog_READELF+:} false; then :
12567 $as_echo_n "(cached
) " >&6
12569 if test -n "$READELF"; then
12570 ac_cv_prog_READELF="$READELF" # Let the user override the test.
12572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12573 for as_dir in $PATH
12576 test -z "$as_dir" && as_dir=.
12577 for ac_exec_ext in '' $ac_executable_extensions; do
12578 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12579 ac_cv_prog_READELF="${ncn_progname}"
12580 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12589 READELF=$ac_cv_prog_READELF
12590 if test -n "$READELF"; then
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
12592 $as_echo "$READELF" >&6; }
12594 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12595 $as_echo "no
" >&6; }
12600 test -n "$ac_cv_prog_READELF" && break
12603 if test -z "$ac_cv_prog_READELF" ; then
12605 if test $build = $host ; then
12608 READELF="${ncn_tool_prefix}$2"
12619 # Check whether --with-build-time-tools was given.
12620 if test "${with_build_time_tools+set}" = set; then :
12621 withval=$with_build_time_tools; case x"$withval" in
12624 with_build_time_tools=
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
12626 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
12630 with_build_time_tools=
12636 if test -n "$CC_FOR_TARGET"; then
12637 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
12638 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
12639 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12642 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
12643 for ncn_progname in cc gcc; do
12644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12645 set dummy ${ncn_progname}; ac_word=$2
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12647 $as_echo_n "checking
for $ac_word...
" >&6; }
12648 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
12649 $as_echo_n "(cached
) " >&6
12651 if test -n "$CC_FOR_TARGET"; then
12652 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
12654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12655 for as_dir in $PATH
12658 test -z "$as_dir" && as_dir=.
12659 for ac_exec_ext in '' $ac_executable_extensions; do
12660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12661 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
12662 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12671 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12672 if test -n "$CC_FOR_TARGET"; then
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
12674 $as_echo "$CC_FOR_TARGET" >&6; }
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12677 $as_echo "no
" >&6; }
12684 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12685 for ncn_progname in cc gcc; do
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12687 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12688 if test -x $with_build_time_tools/${ncn_progname}; then
12689 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12691 $as_echo "yes" >&6; }
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12695 $as_echo "no
" >&6; }
12700 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
12701 for ncn_progname in cc gcc; do
12702 if test -n "$ncn_target_tool_prefix"; then
12703 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12704 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12706 $as_echo_n "checking
for $ac_word...
" >&6; }
12707 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
12708 $as_echo_n "(cached
) " >&6
12710 if test -n "$CC_FOR_TARGET"; then
12711 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
12713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12714 for as_dir in $PATH
12717 test -z "$as_dir" && as_dir=.
12718 for ac_exec_ext in '' $ac_executable_extensions; do
12719 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12720 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12721 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12730 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12731 if test -n "$CC_FOR_TARGET"; then
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
12733 $as_echo "$CC_FOR_TARGET" >&6; }
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12736 $as_echo "no
" >&6; }
12741 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
12742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12743 set dummy ${ncn_progname}; ac_word=$2
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12745 $as_echo_n "checking
for $ac_word...
" >&6; }
12746 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
12747 $as_echo_n "(cached
) " >&6
12749 if test -n "$CC_FOR_TARGET"; then
12750 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
12752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12753 for as_dir in $PATH
12756 test -z "$as_dir" && as_dir=.
12757 for ac_exec_ext in '' $ac_executable_extensions; do
12758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12759 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
12760 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12769 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12770 if test -n "$CC_FOR_TARGET"; then
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
12772 $as_echo "$CC_FOR_TARGET" >&6; }
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12775 $as_echo "no
" >&6; }
12780 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
12784 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
12786 if test $build = $target ; then
12789 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
12792 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
12797 if test -n "$CXX_FOR_TARGET"; then
12798 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
12799 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
12800 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12803 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
12804 for ncn_progname in c++ g++ cxx gxx; do
12805 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12806 set dummy ${ncn_progname}; ac_word=$2
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12808 $as_echo_n "checking
for $ac_word...
" >&6; }
12809 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
12810 $as_echo_n "(cached
) " >&6
12812 if test -n "$CXX_FOR_TARGET"; then
12813 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
12815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12816 for as_dir in $PATH
12819 test -z "$as_dir" && as_dir=.
12820 for ac_exec_ext in '' $ac_executable_extensions; do
12821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12822 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
12823 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12832 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12833 if test -n "$CXX_FOR_TARGET"; then
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
12835 $as_echo "$CXX_FOR_TARGET" >&6; }
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12838 $as_echo "no
" >&6; }
12845 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
12846 for ncn_progname in c++ g++ cxx gxx; do
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12848 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12849 if test -x $with_build_time_tools/${ncn_progname}; then
12850 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12852 $as_echo "yes" >&6; }
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12856 $as_echo "no
" >&6; }
12861 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
12862 for ncn_progname in c++ g++ cxx gxx; do
12863 if test -n "$ncn_target_tool_prefix"; then
12864 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12865 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12867 $as_echo_n "checking
for $ac_word...
" >&6; }
12868 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
12869 $as_echo_n "(cached
) " >&6
12871 if test -n "$CXX_FOR_TARGET"; then
12872 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
12874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12875 for as_dir in $PATH
12878 test -z "$as_dir" && as_dir=.
12879 for ac_exec_ext in '' $ac_executable_extensions; do
12880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12881 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12882 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12891 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12892 if test -n "$CXX_FOR_TARGET"; then
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
12894 $as_echo "$CXX_FOR_TARGET" >&6; }
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12897 $as_echo "no
" >&6; }
12902 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
12903 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12904 set dummy ${ncn_progname}; ac_word=$2
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12906 $as_echo_n "checking
for $ac_word...
" >&6; }
12907 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
12908 $as_echo_n "(cached
) " >&6
12910 if test -n "$CXX_FOR_TARGET"; then
12911 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
12913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12914 for as_dir in $PATH
12917 test -z "$as_dir" && as_dir=.
12918 for ac_exec_ext in '' $ac_executable_extensions; do
12919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12920 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
12921 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12930 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12931 if test -n "$CXX_FOR_TARGET"; then
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
12933 $as_echo "$CXX_FOR_TARGET" >&6; }
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12936 $as_echo "no
" >&6; }
12941 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
12945 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
12946 set dummy c++ g++ cxx gxx
12947 if test $build = $target ; then
12948 CXX_FOR_TARGET="$2"
12950 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
12953 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
12958 if test -n "$GCC_FOR_TARGET"; then
12959 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
12960 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
12961 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
12964 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
12965 for ncn_progname in gcc; do
12966 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12967 set dummy ${ncn_progname}; ac_word=$2
12968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12969 $as_echo_n "checking
for $ac_word...
" >&6; }
12970 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
12971 $as_echo_n "(cached
) " >&6
12973 if test -n "$GCC_FOR_TARGET"; then
12974 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
12976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12977 for as_dir in $PATH
12980 test -z "$as_dir" && as_dir=.
12981 for ac_exec_ext in '' $ac_executable_extensions; do
12982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12983 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
12984 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12993 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
12994 if test -n "$GCC_FOR_TARGET"; then
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
12996 $as_echo "$GCC_FOR_TARGET" >&6; }
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12999 $as_echo "no
" >&6; }
13006 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13007 for ncn_progname in gcc; do
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13009 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13010 if test -x $with_build_time_tools/${ncn_progname}; then
13011 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13013 $as_echo "yes" >&6; }
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13017 $as_echo "no
" >&6; }
13022 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
13023 for ncn_progname in gcc; do
13024 if test -n "$ncn_target_tool_prefix"; then
13025 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13026 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13028 $as_echo_n "checking
for $ac_word...
" >&6; }
13029 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
13030 $as_echo_n "(cached
) " >&6
13032 if test -n "$GCC_FOR_TARGET"; then
13033 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
13035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13036 for as_dir in $PATH
13039 test -z "$as_dir" && as_dir=.
13040 for ac_exec_ext in '' $ac_executable_extensions; do
13041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13042 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13043 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13052 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
13053 if test -n "$GCC_FOR_TARGET"; then
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
13055 $as_echo "$GCC_FOR_TARGET" >&6; }
13057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13058 $as_echo "no
" >&6; }
13063 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
13064 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13065 set dummy ${ncn_progname}; ac_word=$2
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13067 $as_echo_n "checking
for $ac_word...
" >&6; }
13068 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
13069 $as_echo_n "(cached
) " >&6
13071 if test -n "$GCC_FOR_TARGET"; then
13072 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
13074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13075 for as_dir in $PATH
13078 test -z "$as_dir" && as_dir=.
13079 for ac_exec_ext in '' $ac_executable_extensions; do
13080 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13081 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
13082 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13091 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
13092 if test -n "$GCC_FOR_TARGET"; then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
13094 $as_echo "$GCC_FOR_TARGET" >&6; }
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13097 $as_echo "no
" >&6; }
13102 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
13106 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
13107 GCC_FOR_TARGET="${CC_FOR_TARGET}"
13109 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
13114 if test -n "$GFORTRAN_FOR_TARGET"; then
13115 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
13116 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
13117 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
13120 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
13121 for ncn_progname in gfortran; do
13122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13123 set dummy ${ncn_progname}; ac_word=$2
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13125 $as_echo_n "checking
for $ac_word...
" >&6; }
13126 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
13127 $as_echo_n "(cached
) " >&6
13129 if test -n "$GFORTRAN_FOR_TARGET"; then
13130 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
13132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13133 for as_dir in $PATH
13136 test -z "$as_dir" && as_dir=.
13137 for ac_exec_ext in '' $ac_executable_extensions; do
13138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13139 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
13140 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13149 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
13150 if test -n "$GFORTRAN_FOR_TARGET"; then
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
13152 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13155 $as_echo "no
" >&6; }
13162 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
13163 for ncn_progname in gfortran; do
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13165 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13166 if test -x $with_build_time_tools/${ncn_progname}; then
13167 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13169 $as_echo "yes" >&6; }
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13173 $as_echo "no
" >&6; }
13178 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
13179 for ncn_progname in gfortran; do
13180 if test -n "$ncn_target_tool_prefix"; then
13181 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13182 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13184 $as_echo_n "checking
for $ac_word...
" >&6; }
13185 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
13186 $as_echo_n "(cached
) " >&6
13188 if test -n "$GFORTRAN_FOR_TARGET"; then
13189 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
13191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13192 for as_dir in $PATH
13195 test -z "$as_dir" && as_dir=.
13196 for ac_exec_ext in '' $ac_executable_extensions; do
13197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13198 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13199 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13208 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
13209 if test -n "$GFORTRAN_FOR_TARGET"; then
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
13211 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13214 $as_echo "no
" >&6; }
13219 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
13220 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13221 set dummy ${ncn_progname}; ac_word=$2
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13223 $as_echo_n "checking
for $ac_word...
" >&6; }
13224 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
13225 $as_echo_n "(cached
) " >&6
13227 if test -n "$GFORTRAN_FOR_TARGET"; then
13228 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
13230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13231 for as_dir in $PATH
13234 test -z "$as_dir" && as_dir=.
13235 for ac_exec_ext in '' $ac_executable_extensions; do
13236 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13237 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
13238 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13247 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
13248 if test -n "$GFORTRAN_FOR_TARGET"; then
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
13250 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13253 $as_echo "no
" >&6; }
13258 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
13262 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
13264 if test $build = $target ; then
13265 GFORTRAN_FOR_TARGET="$2"
13267 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
13270 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
13275 if test -n "$GOC_FOR_TARGET"; then
13276 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
13277 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
13278 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
13281 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
13282 for ncn_progname in gccgo; do
13283 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13284 set dummy ${ncn_progname}; ac_word=$2
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13286 $as_echo_n "checking
for $ac_word...
" >&6; }
13287 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
13288 $as_echo_n "(cached
) " >&6
13290 if test -n "$GOC_FOR_TARGET"; then
13291 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
13293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13294 for as_dir in $PATH
13297 test -z "$as_dir" && as_dir=.
13298 for ac_exec_ext in '' $ac_executable_extensions; do
13299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13300 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
13301 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13310 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
13311 if test -n "$GOC_FOR_TARGET"; then
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
13313 $as_echo "$GOC_FOR_TARGET" >&6; }
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13316 $as_echo "no
" >&6; }
13323 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13324 for ncn_progname in gccgo; do
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13326 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13327 if test -x $with_build_time_tools/${ncn_progname}; then
13328 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13330 $as_echo "yes" >&6; }
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13334 $as_echo "no
" >&6; }
13339 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
13340 for ncn_progname in gccgo; do
13341 if test -n "$ncn_target_tool_prefix"; then
13342 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13343 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13345 $as_echo_n "checking
for $ac_word...
" >&6; }
13346 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
13347 $as_echo_n "(cached
) " >&6
13349 if test -n "$GOC_FOR_TARGET"; then
13350 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
13352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13353 for as_dir in $PATH
13356 test -z "$as_dir" && as_dir=.
13357 for ac_exec_ext in '' $ac_executable_extensions; do
13358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13359 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13360 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13369 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
13370 if test -n "$GOC_FOR_TARGET"; then
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
13372 $as_echo "$GOC_FOR_TARGET" >&6; }
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13375 $as_echo "no
" >&6; }
13380 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
13381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13382 set dummy ${ncn_progname}; ac_word=$2
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13384 $as_echo_n "checking
for $ac_word...
" >&6; }
13385 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
13386 $as_echo_n "(cached
) " >&6
13388 if test -n "$GOC_FOR_TARGET"; then
13389 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
13391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13392 for as_dir in $PATH
13395 test -z "$as_dir" && as_dir=.
13396 for ac_exec_ext in '' $ac_executable_extensions; do
13397 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13398 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
13399 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13408 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
13409 if test -n "$GOC_FOR_TARGET"; then
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
13411 $as_echo "$GOC_FOR_TARGET" >&6; }
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13414 $as_echo "no
" >&6; }
13419 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
13423 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
13425 if test $build = $target ; then
13426 GOC_FOR_TARGET="$2"
13428 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13431 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
13436 if test -n "$GDC_FOR_TARGET"; then
13437 ac_cv_prog_GDC_FOR_TARGET=$GDC_FOR_TARGET
13438 elif test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
13439 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13442 if test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
13443 for ncn_progname in gdc; do
13444 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13445 set dummy ${ncn_progname}; ac_word=$2
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13447 $as_echo_n "checking
for $ac_word...
" >&6; }
13448 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
13449 $as_echo_n "(cached
) " >&6
13451 if test -n "$GDC_FOR_TARGET"; then
13452 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
13454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13455 for as_dir in $PATH
13458 test -z "$as_dir" && as_dir=.
13459 for ac_exec_ext in '' $ac_executable_extensions; do
13460 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13461 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
13462 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13471 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13472 if test -n "$GDC_FOR_TARGET"; then
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GDC_FOR_TARGET" >&5
13474 $as_echo "$GDC_FOR_TARGET" >&6; }
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13477 $as_echo "no
" >&6; }
13484 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13485 for ncn_progname in gdc; do
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13487 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13488 if test -x $with_build_time_tools/${ncn_progname}; then
13489 ac_cv_prog_GDC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13491 $as_echo "yes" >&6; }
13494 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13495 $as_echo "no
" >&6; }
13500 if test -z "$ac_cv_prog_GDC_FOR_TARGET"; then
13501 for ncn_progname in gdc; do
13502 if test -n "$ncn_target_tool_prefix"; then
13503 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13504 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13506 $as_echo_n "checking
for $ac_word...
" >&6; }
13507 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
13508 $as_echo_n "(cached
) " >&6
13510 if test -n "$GDC_FOR_TARGET"; then
13511 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
13513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13514 for as_dir in $PATH
13517 test -z "$as_dir" && as_dir=.
13518 for ac_exec_ext in '' $ac_executable_extensions; do
13519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13520 ac_cv_prog_GDC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13521 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13530 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13531 if test -n "$GDC_FOR_TARGET"; then
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GDC_FOR_TARGET" >&5
13533 $as_echo "$GDC_FOR_TARGET" >&6; }
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13536 $as_echo "no
" >&6; }
13541 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test $build = $target ; then
13542 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13543 set dummy ${ncn_progname}; ac_word=$2
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13545 $as_echo_n "checking
for $ac_word...
" >&6; }
13546 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
13547 $as_echo_n "(cached
) " >&6
13549 if test -n "$GDC_FOR_TARGET"; then
13550 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
13552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13553 for as_dir in $PATH
13556 test -z "$as_dir" && as_dir=.
13557 for ac_exec_ext in '' $ac_executable_extensions; do
13558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13559 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
13560 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13569 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13570 if test -n "$GDC_FOR_TARGET"; then
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GDC_FOR_TARGET" >&5
13572 $as_echo "$GDC_FOR_TARGET" >&6; }
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13575 $as_echo "no
" >&6; }
13580 test -n "$ac_cv_prog_GDC_FOR_TARGET" && break
13584 if test -z "$ac_cv_prog_GDC_FOR_TARGET" ; then
13586 if test $build = $target ; then
13587 GDC_FOR_TARGET="$2"
13589 GDC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13592 GDC_FOR_TARGET="$ac_cv_prog_GDC_FOR_TARGET"
13597 cat > conftest.c << \EOF
13602 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
13603 have_gcc_for_target=yes
13605 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
13606 have_gcc_for_target=no
13613 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
13614 if test -n "$with_build_time_tools"; then
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
13616 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
13617 if test -x $with_build_time_tools/ar; then
13618 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
13619 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
13621 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13624 $as_echo "no
" >&6; }
13626 elif test $build != $host && test $have_gcc_for_target = yes; then
13627 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
13628 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
13629 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
13632 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13633 # Extract the first word of "ar", so it can be a program name with args.
13634 set dummy ar; ac_word=$2
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13636 $as_echo_n "checking
for $ac_word...
" >&6; }
13637 if ${ac_cv_path_AR_FOR_TARGET+:} false; then :
13638 $as_echo_n "(cached
) " >&6
13640 case $AR_FOR_TARGET in
13642 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
13645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13646 for as_dir in $gcc_cv_tool_dirs
13649 test -z "$as_dir" && as_dir=.
13650 for ac_exec_ext in '' $ac_executable_extensions; do
13651 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13652 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13653 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13663 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
13664 if test -n "$AR_FOR_TARGET"; then
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13666 $as_echo "$AR_FOR_TARGET" >&6; }
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13669 $as_echo "no
" >&6; }
13674 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
13677 if test -n "$AR_FOR_TARGET"; then
13678 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
13679 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
13680 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13683 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
13684 for ncn_progname in ar; do
13685 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13686 set dummy ${ncn_progname}; ac_word=$2
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13688 $as_echo_n "checking
for $ac_word...
" >&6; }
13689 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
13690 $as_echo_n "(cached
) " >&6
13692 if test -n "$AR_FOR_TARGET"; then
13693 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
13695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13696 for as_dir in $PATH
13699 test -z "$as_dir" && as_dir=.
13700 for ac_exec_ext in '' $ac_executable_extensions; do
13701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13702 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
13703 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13712 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13713 if test -n "$AR_FOR_TARGET"; then
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13715 $as_echo "$AR_FOR_TARGET" >&6; }
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13718 $as_echo "no
" >&6; }
13725 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
13726 for ncn_progname in ar; do
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13728 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13729 if test -x $with_build_time_tools/${ncn_progname}; then
13730 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13732 $as_echo "yes" >&6; }
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13736 $as_echo "no
" >&6; }
13741 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
13742 for ncn_progname in ar; do
13743 if test -n "$ncn_target_tool_prefix"; then
13744 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13745 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13747 $as_echo_n "checking
for $ac_word...
" >&6; }
13748 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
13749 $as_echo_n "(cached
) " >&6
13751 if test -n "$AR_FOR_TARGET"; then
13752 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
13754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13755 for as_dir in $PATH
13758 test -z "$as_dir" && as_dir=.
13759 for ac_exec_ext in '' $ac_executable_extensions; do
13760 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13761 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13762 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13771 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13772 if test -n "$AR_FOR_TARGET"; then
13773 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13774 $as_echo "$AR_FOR_TARGET" >&6; }
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13777 $as_echo "no
" >&6; }
13782 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
13783 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13784 set dummy ${ncn_progname}; ac_word=$2
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13786 $as_echo_n "checking
for $ac_word...
" >&6; }
13787 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
13788 $as_echo_n "(cached
) " >&6
13790 if test -n "$AR_FOR_TARGET"; then
13791 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
13793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13794 for as_dir in $PATH
13797 test -z "$as_dir" && as_dir=.
13798 for ac_exec_ext in '' $ac_executable_extensions; do
13799 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13800 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
13801 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13810 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13811 if test -n "$AR_FOR_TARGET"; then
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13813 $as_echo "$AR_FOR_TARGET" >&6; }
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13816 $as_echo "no
" >&6; }
13821 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
13825 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
13827 if test $build = $target ; then
13830 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
13833 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
13837 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
13843 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
13844 if test -n "$with_build_time_tools"; then
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
13846 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
13847 if test -x $with_build_time_tools/as; then
13848 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
13849 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
13851 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13854 $as_echo "no
" >&6; }
13856 elif test $build != $host && test $have_gcc_for_target = yes; then
13857 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
13858 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
13859 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
13862 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13863 # Extract the first word of "as
", so it can be a program name with args.
13864 set dummy as; ac_word=$2
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13866 $as_echo_n "checking
for $ac_word...
" >&6; }
13867 if ${ac_cv_path_AS_FOR_TARGET+:} false; then :
13868 $as_echo_n "(cached
) " >&6
13870 case $AS_FOR_TARGET in
13872 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
13875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13876 for as_dir in $gcc_cv_tool_dirs
13879 test -z "$as_dir" && as_dir=.
13880 for ac_exec_ext in '' $ac_executable_extensions; do
13881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13882 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13883 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13893 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
13894 if test -n "$AS_FOR_TARGET"; then
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
13896 $as_echo "$AS_FOR_TARGET" >&6; }
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13899 $as_echo "no
" >&6; }
13904 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
13907 if test -n "$AS_FOR_TARGET"; then
13908 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
13909 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
13910 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
13913 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
13914 for ncn_progname in as; do
13915 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13916 set dummy ${ncn_progname}; ac_word=$2
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13918 $as_echo_n "checking
for $ac_word...
" >&6; }
13919 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
13920 $as_echo_n "(cached
) " >&6
13922 if test -n "$AS_FOR_TARGET"; then
13923 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
13925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13926 for as_dir in $PATH
13929 test -z "$as_dir" && as_dir=.
13930 for ac_exec_ext in '' $ac_executable_extensions; do
13931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13932 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
13933 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13942 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
13943 if test -n "$AS_FOR_TARGET"; then
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
13945 $as_echo "$AS_FOR_TARGET" >&6; }
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13948 $as_echo "no
" >&6; }
13955 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
13956 for ncn_progname in as; do
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13958 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13959 if test -x $with_build_time_tools/${ncn_progname}; then
13960 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13962 $as_echo "yes" >&6; }
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13966 $as_echo "no
" >&6; }
13971 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
13972 for ncn_progname in as; do
13973 if test -n "$ncn_target_tool_prefix"; then
13974 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13975 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13977 $as_echo_n "checking
for $ac_word...
" >&6; }
13978 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
13979 $as_echo_n "(cached
) " >&6
13981 if test -n "$AS_FOR_TARGET"; then
13982 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
13984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13985 for as_dir in $PATH
13988 test -z "$as_dir" && as_dir=.
13989 for ac_exec_ext in '' $ac_executable_extensions; do
13990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13991 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13992 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14001 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
14002 if test -n "$AS_FOR_TARGET"; then
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
14004 $as_echo "$AS_FOR_TARGET" >&6; }
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14007 $as_echo "no
" >&6; }
14012 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
14013 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14014 set dummy ${ncn_progname}; ac_word=$2
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14016 $as_echo_n "checking
for $ac_word...
" >&6; }
14017 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
14018 $as_echo_n "(cached
) " >&6
14020 if test -n "$AS_FOR_TARGET"; then
14021 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
14023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14024 for as_dir in $PATH
14027 test -z "$as_dir" && as_dir=.
14028 for ac_exec_ext in '' $ac_executable_extensions; do
14029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14030 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
14031 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14040 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
14041 if test -n "$AS_FOR_TARGET"; then
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
14043 $as_echo "$AS_FOR_TARGET" >&6; }
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14046 $as_echo "no
" >&6; }
14051 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
14055 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
14057 if test $build = $target ; then
14060 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
14063 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
14067 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
14073 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
14074 if test -n "$with_build_time_tools"; then
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
14076 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
14077 if test -x $with_build_time_tools/dlltool; then
14078 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
14079 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
14081 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14084 $as_echo "no
" >&6; }
14086 elif test $build != $host && test $have_gcc_for_target = yes; then
14087 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
14088 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
14089 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
14092 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14093 # Extract the first word of "dlltool
", so it can be a program name with args.
14094 set dummy dlltool; ac_word=$2
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14096 $as_echo_n "checking
for $ac_word...
" >&6; }
14097 if ${ac_cv_path_DLLTOOL_FOR_TARGET+:} false; then :
14098 $as_echo_n "(cached
) " >&6
14100 case $DLLTOOL_FOR_TARGET in
14102 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
14105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14106 for as_dir in $gcc_cv_tool_dirs
14109 test -z "$as_dir" && as_dir=.
14110 for ac_exec_ext in '' $ac_executable_extensions; do
14111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14112 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14113 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14123 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
14124 if test -n "$DLLTOOL_FOR_TARGET"; then
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
14126 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14129 $as_echo "no
" >&6; }
14134 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
14137 if test -n "$DLLTOOL_FOR_TARGET"; then
14138 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
14139 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
14140 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
14143 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
14144 for ncn_progname in dlltool; do
14145 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14146 set dummy ${ncn_progname}; ac_word=$2
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14148 $as_echo_n "checking
for $ac_word...
" >&6; }
14149 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
14150 $as_echo_n "(cached
) " >&6
14152 if test -n "$DLLTOOL_FOR_TARGET"; then
14153 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
14155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14156 for as_dir in $PATH
14159 test -z "$as_dir" && as_dir=.
14160 for ac_exec_ext in '' $ac_executable_extensions; do
14161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14162 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
14163 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14172 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
14173 if test -n "$DLLTOOL_FOR_TARGET"; then
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
14175 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
14177 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14178 $as_echo "no
" >&6; }
14185 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
14186 for ncn_progname in dlltool; do
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14188 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14189 if test -x $with_build_time_tools/${ncn_progname}; then
14190 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14192 $as_echo "yes" >&6; }
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14196 $as_echo "no
" >&6; }
14201 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
14202 for ncn_progname in dlltool; do
14203 if test -n "$ncn_target_tool_prefix"; then
14204 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14205 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14207 $as_echo_n "checking
for $ac_word...
" >&6; }
14208 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
14209 $as_echo_n "(cached
) " >&6
14211 if test -n "$DLLTOOL_FOR_TARGET"; then
14212 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
14214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14215 for as_dir in $PATH
14218 test -z "$as_dir" && as_dir=.
14219 for ac_exec_ext in '' $ac_executable_extensions; do
14220 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14221 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14222 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14231 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
14232 if test -n "$DLLTOOL_FOR_TARGET"; then
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
14234 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14237 $as_echo "no
" >&6; }
14242 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
14243 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14244 set dummy ${ncn_progname}; ac_word=$2
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14246 $as_echo_n "checking
for $ac_word...
" >&6; }
14247 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
14248 $as_echo_n "(cached
) " >&6
14250 if test -n "$DLLTOOL_FOR_TARGET"; then
14251 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
14253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14254 for as_dir in $PATH
14257 test -z "$as_dir" && as_dir=.
14258 for ac_exec_ext in '' $ac_executable_extensions; do
14259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14260 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
14261 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14270 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
14271 if test -n "$DLLTOOL_FOR_TARGET"; then
14272 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
14273 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14276 $as_echo "no
" >&6; }
14281 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
14285 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
14287 if test $build = $target ; then
14288 DLLTOOL_FOR_TARGET="$2"
14290 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
14293 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
14297 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
14303 if test -z "$ac_cv_path_DSYMUTIL_FOR_TARGET" ; then
14304 if test -n "$with_build_time_tools"; then
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dsymutil
in $with_build_time_tools" >&5
14306 $as_echo_n "checking
for dsymutil
in $with_build_time_tools...
" >&6; }
14307 if test -x $with_build_time_tools/dsymutil; then
14308 DSYMUTIL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dsymutil
14309 ac_cv_path_DSYMUTIL_FOR_TARGET=$DSYMUTIL_FOR_TARGET
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DSYMUTIL_FOR_TARGET" >&5
14311 $as_echo "$ac_cv_path_DSYMUTIL_FOR_TARGET" >&6; }
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14314 $as_echo "no
" >&6; }
14316 elif test $build != $host && test $have_gcc_for_target = yes; then
14317 DSYMUTIL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dsymutil`
14318 test $DSYMUTIL_FOR_TARGET = dsymutil && DSYMUTIL_FOR_TARGET=
14319 test -n "$DSYMUTIL_FOR_TARGET" && ac_cv_path_DSYMUTIL_FOR_TARGET=$DSYMUTIL_FOR_TARGET
14322 if test -z "$ac_cv_path_DSYMUTIL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14323 # Extract the first word of "dsymutil
", so it can be a program name with args.
14324 set dummy dsymutil; ac_word=$2
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14326 $as_echo_n "checking
for $ac_word...
" >&6; }
14327 if ${ac_cv_path_DSYMUTIL_FOR_TARGET+:} false; then :
14328 $as_echo_n "(cached
) " >&6
14330 case $DSYMUTIL_FOR_TARGET in
14332 ac_cv_path_DSYMUTIL_FOR_TARGET="$DSYMUTIL_FOR_TARGET" # Let the user override the test with a path.
14335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14336 for as_dir in $gcc_cv_tool_dirs
14339 test -z "$as_dir" && as_dir=.
14340 for ac_exec_ext in '' $ac_executable_extensions; do
14341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14342 ac_cv_path_DSYMUTIL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14343 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14353 DSYMUTIL_FOR_TARGET=$ac_cv_path_DSYMUTIL_FOR_TARGET
14354 if test -n "$DSYMUTIL_FOR_TARGET"; then
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL_FOR_TARGET" >&5
14356 $as_echo "$DSYMUTIL_FOR_TARGET" >&6; }
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14359 $as_echo "no
" >&6; }
14364 if test -z "$ac_cv_path_DSYMUTIL_FOR_TARGET" ; then
14367 if test -n "$DSYMUTIL_FOR_TARGET"; then
14368 ac_cv_prog_DSYMUTIL_FOR_TARGET=$DSYMUTIL_FOR_TARGET
14369 elif test -n "$ac_cv_prog_DSYMUTIL_FOR_TARGET"; then
14370 DSYMUTIL_FOR_TARGET=$ac_cv_prog_DSYMUTIL_FOR_TARGET
14373 if test -n "$ac_cv_prog_DSYMUTIL_FOR_TARGET"; then
14374 for ncn_progname in dsymutil; do
14375 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14376 set dummy ${ncn_progname}; ac_word=$2
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14378 $as_echo_n "checking
for $ac_word...
" >&6; }
14379 if ${ac_cv_prog_DSYMUTIL_FOR_TARGET+:} false; then :
14380 $as_echo_n "(cached
) " >&6
14382 if test -n "$DSYMUTIL_FOR_TARGET"; then
14383 ac_cv_prog_DSYMUTIL_FOR_TARGET="$DSYMUTIL_FOR_TARGET" # Let the user override the test.
14385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14386 for as_dir in $PATH
14389 test -z "$as_dir" && as_dir=.
14390 for ac_exec_ext in '' $ac_executable_extensions; do
14391 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14392 ac_cv_prog_DSYMUTIL_FOR_TARGET="${ncn_progname}"
14393 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14402 DSYMUTIL_FOR_TARGET=$ac_cv_prog_DSYMUTIL_FOR_TARGET
14403 if test -n "$DSYMUTIL_FOR_TARGET"; then
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL_FOR_TARGET" >&5
14405 $as_echo "$DSYMUTIL_FOR_TARGET" >&6; }
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14408 $as_echo "no
" >&6; }
14415 if test -z "$ac_cv_prog_DSYMUTIL_FOR_TARGET" && test -n "$with_build_time_tools"; then
14416 for ncn_progname in dsymutil; do
14417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14418 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14419 if test -x $with_build_time_tools/${ncn_progname}; then
14420 ac_cv_prog_DSYMUTIL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14421 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14422 $as_echo "yes" >&6; }
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14426 $as_echo "no
" >&6; }
14431 if test -z "$ac_cv_prog_DSYMUTIL_FOR_TARGET"; then
14432 for ncn_progname in dsymutil; do
14433 if test -n "$ncn_target_tool_prefix"; then
14434 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14435 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14437 $as_echo_n "checking
for $ac_word...
" >&6; }
14438 if ${ac_cv_prog_DSYMUTIL_FOR_TARGET+:} false; then :
14439 $as_echo_n "(cached
) " >&6
14441 if test -n "$DSYMUTIL_FOR_TARGET"; then
14442 ac_cv_prog_DSYMUTIL_FOR_TARGET="$DSYMUTIL_FOR_TARGET" # Let the user override the test.
14444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14445 for as_dir in $PATH
14448 test -z "$as_dir" && as_dir=.
14449 for ac_exec_ext in '' $ac_executable_extensions; do
14450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14451 ac_cv_prog_DSYMUTIL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14452 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14461 DSYMUTIL_FOR_TARGET=$ac_cv_prog_DSYMUTIL_FOR_TARGET
14462 if test -n "$DSYMUTIL_FOR_TARGET"; then
14463 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL_FOR_TARGET" >&5
14464 $as_echo "$DSYMUTIL_FOR_TARGET" >&6; }
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14467 $as_echo "no
" >&6; }
14472 if test -z "$ac_cv_prog_DSYMUTIL_FOR_TARGET" && test $build = $target ; then
14473 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14474 set dummy ${ncn_progname}; ac_word=$2
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14476 $as_echo_n "checking
for $ac_word...
" >&6; }
14477 if ${ac_cv_prog_DSYMUTIL_FOR_TARGET+:} false; then :
14478 $as_echo_n "(cached
) " >&6
14480 if test -n "$DSYMUTIL_FOR_TARGET"; then
14481 ac_cv_prog_DSYMUTIL_FOR_TARGET="$DSYMUTIL_FOR_TARGET" # Let the user override the test.
14483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14484 for as_dir in $PATH
14487 test -z "$as_dir" && as_dir=.
14488 for ac_exec_ext in '' $ac_executable_extensions; do
14489 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14490 ac_cv_prog_DSYMUTIL_FOR_TARGET="${ncn_progname}"
14491 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14500 DSYMUTIL_FOR_TARGET=$ac_cv_prog_DSYMUTIL_FOR_TARGET
14501 if test -n "$DSYMUTIL_FOR_TARGET"; then
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL_FOR_TARGET" >&5
14503 $as_echo "$DSYMUTIL_FOR_TARGET" >&6; }
14505 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14506 $as_echo "no
" >&6; }
14511 test -n "$ac_cv_prog_DSYMUTIL_FOR_TARGET" && break
14515 if test -z "$ac_cv_prog_DSYMUTIL_FOR_TARGET" ; then
14517 if test $build = $target ; then
14518 DSYMUTIL_FOR_TARGET="$2"
14520 DSYMUTIL_FOR_TARGET="${ncn_target_tool_prefix}$2"
14523 DSYMUTIL_FOR_TARGET="$ac_cv_prog_DSYMUTIL_FOR_TARGET"
14527 DSYMUTIL_FOR_TARGET=$ac_cv_path_DSYMUTIL_FOR_TARGET
14533 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
14534 if test -n "$with_build_time_tools"; then
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
14536 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
14537 if test -x $with_build_time_tools/ld; then
14538 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
14539 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
14541 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
14543 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14544 $as_echo "no
" >&6; }
14546 elif test $build != $host && test $have_gcc_for_target = yes; then
14547 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
14548 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
14549 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
14552 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14553 # Extract the first word of "ld
", so it can be a program name with args.
14554 set dummy ld; ac_word=$2
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14556 $as_echo_n "checking
for $ac_word...
" >&6; }
14557 if ${ac_cv_path_LD_FOR_TARGET+:} false; then :
14558 $as_echo_n "(cached
) " >&6
14560 case $LD_FOR_TARGET in
14562 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
14565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14566 for as_dir in $gcc_cv_tool_dirs
14569 test -z "$as_dir" && as_dir=.
14570 for ac_exec_ext in '' $ac_executable_extensions; do
14571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14572 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14573 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14583 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
14584 if test -n "$LD_FOR_TARGET"; then
14585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14586 $as_echo "$LD_FOR_TARGET" >&6; }
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14589 $as_echo "no
" >&6; }
14594 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
14597 if test -n "$LD_FOR_TARGET"; then
14598 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
14599 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
14600 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14603 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
14604 for ncn_progname in ld; do
14605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14606 set dummy ${ncn_progname}; ac_word=$2
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14608 $as_echo_n "checking
for $ac_word...
" >&6; }
14609 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
14610 $as_echo_n "(cached
) " >&6
14612 if test -n "$LD_FOR_TARGET"; then
14613 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
14615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14616 for as_dir in $PATH
14619 test -z "$as_dir" && as_dir=.
14620 for ac_exec_ext in '' $ac_executable_extensions; do
14621 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14622 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
14623 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14632 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14633 if test -n "$LD_FOR_TARGET"; then
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14635 $as_echo "$LD_FOR_TARGET" >&6; }
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14638 $as_echo "no
" >&6; }
14645 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
14646 for ncn_progname in ld; do
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14648 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14649 if test -x $with_build_time_tools/${ncn_progname}; then
14650 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14652 $as_echo "yes" >&6; }
14655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14656 $as_echo "no
" >&6; }
14661 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
14662 for ncn_progname in ld; do
14663 if test -n "$ncn_target_tool_prefix"; then
14664 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14665 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14667 $as_echo_n "checking
for $ac_word...
" >&6; }
14668 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
14669 $as_echo_n "(cached
) " >&6
14671 if test -n "$LD_FOR_TARGET"; then
14672 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
14674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14675 for as_dir in $PATH
14678 test -z "$as_dir" && as_dir=.
14679 for ac_exec_ext in '' $ac_executable_extensions; do
14680 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14681 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14682 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14691 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14692 if test -n "$LD_FOR_TARGET"; then
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14694 $as_echo "$LD_FOR_TARGET" >&6; }
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14697 $as_echo "no
" >&6; }
14702 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
14703 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14704 set dummy ${ncn_progname}; ac_word=$2
14705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14706 $as_echo_n "checking
for $ac_word...
" >&6; }
14707 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
14708 $as_echo_n "(cached
) " >&6
14710 if test -n "$LD_FOR_TARGET"; then
14711 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
14713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14714 for as_dir in $PATH
14717 test -z "$as_dir" && as_dir=.
14718 for ac_exec_ext in '' $ac_executable_extensions; do
14719 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14720 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
14721 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14730 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14731 if test -n "$LD_FOR_TARGET"; then
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14733 $as_echo "$LD_FOR_TARGET" >&6; }
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14736 $as_echo "no
" >&6; }
14741 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
14745 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
14747 if test $build = $target ; then
14750 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
14753 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
14757 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
14763 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
14764 if test -n "$with_build_time_tools"; then
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
14766 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
14767 if test -x $with_build_time_tools/lipo; then
14768 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
14769 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
14770 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
14771 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14774 $as_echo "no
" >&6; }
14776 elif test $build != $host && test $have_gcc_for_target = yes; then
14777 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
14778 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
14779 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
14782 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14783 # Extract the first word of "lipo
", so it can be a program name with args.
14784 set dummy lipo; ac_word=$2
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14786 $as_echo_n "checking
for $ac_word...
" >&6; }
14787 if ${ac_cv_path_LIPO_FOR_TARGET+:} false; then :
14788 $as_echo_n "(cached
) " >&6
14790 case $LIPO_FOR_TARGET in
14792 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
14795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14796 for as_dir in $gcc_cv_tool_dirs
14799 test -z "$as_dir" && as_dir=.
14800 for ac_exec_ext in '' $ac_executable_extensions; do
14801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14802 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14803 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14813 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
14814 if test -n "$LIPO_FOR_TARGET"; then
14815 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14816 $as_echo "$LIPO_FOR_TARGET" >&6; }
14818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14819 $as_echo "no
" >&6; }
14824 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
14827 if test -n "$LIPO_FOR_TARGET"; then
14828 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
14829 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
14830 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14833 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
14834 for ncn_progname in lipo; do
14835 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14836 set dummy ${ncn_progname}; ac_word=$2
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14838 $as_echo_n "checking
for $ac_word...
" >&6; }
14839 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
14840 $as_echo_n "(cached
) " >&6
14842 if test -n "$LIPO_FOR_TARGET"; then
14843 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
14845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14846 for as_dir in $PATH
14849 test -z "$as_dir" && as_dir=.
14850 for ac_exec_ext in '' $ac_executable_extensions; do
14851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14852 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
14853 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14862 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14863 if test -n "$LIPO_FOR_TARGET"; then
14864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14865 $as_echo "$LIPO_FOR_TARGET" >&6; }
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14868 $as_echo "no
" >&6; }
14875 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
14876 for ncn_progname in lipo; do
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14878 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14879 if test -x $with_build_time_tools/${ncn_progname}; then
14880 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14881 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14882 $as_echo "yes" >&6; }
14885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14886 $as_echo "no
" >&6; }
14891 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
14892 for ncn_progname in lipo; do
14893 if test -n "$ncn_target_tool_prefix"; then
14894 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14895 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14897 $as_echo_n "checking
for $ac_word...
" >&6; }
14898 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
14899 $as_echo_n "(cached
) " >&6
14901 if test -n "$LIPO_FOR_TARGET"; then
14902 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
14904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14905 for as_dir in $PATH
14908 test -z "$as_dir" && as_dir=.
14909 for ac_exec_ext in '' $ac_executable_extensions; do
14910 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14911 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14912 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14921 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14922 if test -n "$LIPO_FOR_TARGET"; then
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14924 $as_echo "$LIPO_FOR_TARGET" >&6; }
14926 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14927 $as_echo "no
" >&6; }
14932 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
14933 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14934 set dummy ${ncn_progname}; ac_word=$2
14935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14936 $as_echo_n "checking
for $ac_word...
" >&6; }
14937 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
14938 $as_echo_n "(cached
) " >&6
14940 if test -n "$LIPO_FOR_TARGET"; then
14941 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
14943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14944 for as_dir in $PATH
14947 test -z "$as_dir" && as_dir=.
14948 for ac_exec_ext in '' $ac_executable_extensions; do
14949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14950 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
14951 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14960 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14961 if test -n "$LIPO_FOR_TARGET"; then
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14963 $as_echo "$LIPO_FOR_TARGET" >&6; }
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14966 $as_echo "no
" >&6; }
14971 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
14975 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
14977 if test $build = $target ; then
14978 LIPO_FOR_TARGET="$2"
14980 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
14983 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
14987 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
14993 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
14994 if test -n "$with_build_time_tools"; then
14995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
14996 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
14997 if test -x $with_build_time_tools/nm; then
14998 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
14999 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
15000 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
15001 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
15003 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15004 $as_echo "no
" >&6; }
15006 elif test $build != $host && test $have_gcc_for_target = yes; then
15007 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
15008 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
15009 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
15012 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15013 # Extract the first word of "nm
", so it can be a program name with args.
15014 set dummy nm; ac_word=$2
15015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15016 $as_echo_n "checking
for $ac_word...
" >&6; }
15017 if ${ac_cv_path_NM_FOR_TARGET+:} false; then :
15018 $as_echo_n "(cached
) " >&6
15020 case $NM_FOR_TARGET in
15022 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
15025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15026 for as_dir in $gcc_cv_tool_dirs
15029 test -z "$as_dir" && as_dir=.
15030 for ac_exec_ext in '' $ac_executable_extensions; do
15031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15032 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15033 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15043 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
15044 if test -n "$NM_FOR_TARGET"; then
15045 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
15046 $as_echo "$NM_FOR_TARGET" >&6; }
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15049 $as_echo "no
" >&6; }
15054 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
15057 if test -n "$NM_FOR_TARGET"; then
15058 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
15059 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
15060 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
15063 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
15064 for ncn_progname in nm; do
15065 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15066 set dummy ${ncn_progname}; ac_word=$2
15067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15068 $as_echo_n "checking
for $ac_word...
" >&6; }
15069 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
15070 $as_echo_n "(cached
) " >&6
15072 if test -n "$NM_FOR_TARGET"; then
15073 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
15075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15076 for as_dir in $PATH
15079 test -z "$as_dir" && as_dir=.
15080 for ac_exec_ext in '' $ac_executable_extensions; do
15081 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15082 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
15083 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15092 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
15093 if test -n "$NM_FOR_TARGET"; then
15094 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
15095 $as_echo "$NM_FOR_TARGET" >&6; }
15097 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15098 $as_echo "no
" >&6; }
15105 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
15106 for ncn_progname in nm; do
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15108 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15109 if test -x $with_build_time_tools/${ncn_progname}; then
15110 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15112 $as_echo "yes" >&6; }
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15116 $as_echo "no
" >&6; }
15121 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
15122 for ncn_progname in nm; do
15123 if test -n "$ncn_target_tool_prefix"; then
15124 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15125 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15127 $as_echo_n "checking
for $ac_word...
" >&6; }
15128 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
15129 $as_echo_n "(cached
) " >&6
15131 if test -n "$NM_FOR_TARGET"; then
15132 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
15134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15135 for as_dir in $PATH
15138 test -z "$as_dir" && as_dir=.
15139 for ac_exec_ext in '' $ac_executable_extensions; do
15140 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15141 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15142 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15151 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
15152 if test -n "$NM_FOR_TARGET"; then
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
15154 $as_echo "$NM_FOR_TARGET" >&6; }
15156 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15157 $as_echo "no
" >&6; }
15162 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
15163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15164 set dummy ${ncn_progname}; ac_word=$2
15165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15166 $as_echo_n "checking
for $ac_word...
" >&6; }
15167 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
15168 $as_echo_n "(cached
) " >&6
15170 if test -n "$NM_FOR_TARGET"; then
15171 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
15173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15174 for as_dir in $PATH
15177 test -z "$as_dir" && as_dir=.
15178 for ac_exec_ext in '' $ac_executable_extensions; do
15179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15180 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
15181 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15190 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
15191 if test -n "$NM_FOR_TARGET"; then
15192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
15193 $as_echo "$NM_FOR_TARGET" >&6; }
15195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15196 $as_echo "no
" >&6; }
15201 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
15205 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
15207 if test $build = $target ; then
15210 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
15213 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
15217 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
15223 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
15224 if test -n "$with_build_time_tools"; then
15225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objcopy
in $with_build_time_tools" >&5
15226 $as_echo_n "checking
for objcopy
in $with_build_time_tools...
" >&6; }
15227 if test -x $with_build_time_tools/objcopy; then
15228 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
15229 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
15230 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
15231 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
15233 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15234 $as_echo "no
" >&6; }
15236 elif test $build != $host && test $have_gcc_for_target = yes; then
15237 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
15238 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
15239 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
15242 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15243 # Extract the first word of "objcopy
", so it can be a program name with args.
15244 set dummy objcopy; ac_word=$2
15245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15246 $as_echo_n "checking
for $ac_word...
" >&6; }
15247 if ${ac_cv_path_OBJCOPY_FOR_TARGET+:} false; then :
15248 $as_echo_n "(cached
) " >&6
15250 case $OBJCOPY_FOR_TARGET in
15252 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
15255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15256 for as_dir in $gcc_cv_tool_dirs
15259 test -z "$as_dir" && as_dir=.
15260 for ac_exec_ext in '' $ac_executable_extensions; do
15261 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15262 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15263 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15273 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
15274 if test -n "$OBJCOPY_FOR_TARGET"; then
15275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
15276 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
15278 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15279 $as_echo "no
" >&6; }
15284 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
15287 if test -n "$OBJCOPY_FOR_TARGET"; then
15288 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
15289 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
15290 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
15293 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
15294 for ncn_progname in objcopy; do
15295 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15296 set dummy ${ncn_progname}; ac_word=$2
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15298 $as_echo_n "checking
for $ac_word...
" >&6; }
15299 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
15300 $as_echo_n "(cached
) " >&6
15302 if test -n "$OBJCOPY_FOR_TARGET"; then
15303 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
15305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15306 for as_dir in $PATH
15309 test -z "$as_dir" && as_dir=.
15310 for ac_exec_ext in '' $ac_executable_extensions; do
15311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15312 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
15313 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15322 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
15323 if test -n "$OBJCOPY_FOR_TARGET"; then
15324 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
15325 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15328 $as_echo "no
" >&6; }
15335 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
15336 for ncn_progname in objcopy; do
15337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15338 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15339 if test -x $with_build_time_tools/${ncn_progname}; then
15340 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15342 $as_echo "yes" >&6; }
15345 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15346 $as_echo "no
" >&6; }
15351 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
15352 for ncn_progname in objcopy; do
15353 if test -n "$ncn_target_tool_prefix"; then
15354 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15355 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15357 $as_echo_n "checking
for $ac_word...
" >&6; }
15358 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
15359 $as_echo_n "(cached
) " >&6
15361 if test -n "$OBJCOPY_FOR_TARGET"; then
15362 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
15364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15365 for as_dir in $PATH
15368 test -z "$as_dir" && as_dir=.
15369 for ac_exec_ext in '' $ac_executable_extensions; do
15370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15371 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15372 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15381 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
15382 if test -n "$OBJCOPY_FOR_TARGET"; then
15383 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
15384 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
15386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15387 $as_echo "no
" >&6; }
15392 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
15393 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15394 set dummy ${ncn_progname}; ac_word=$2
15395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15396 $as_echo_n "checking
for $ac_word...
" >&6; }
15397 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
15398 $as_echo_n "(cached
) " >&6
15400 if test -n "$OBJCOPY_FOR_TARGET"; then
15401 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
15403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15404 for as_dir in $PATH
15407 test -z "$as_dir" && as_dir=.
15408 for ac_exec_ext in '' $ac_executable_extensions; do
15409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15410 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
15411 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15420 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
15421 if test -n "$OBJCOPY_FOR_TARGET"; then
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
15423 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
15425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15426 $as_echo "no
" >&6; }
15431 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
15435 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
15437 if test $build = $target ; then
15438 OBJCOPY_FOR_TARGET="$2"
15440 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
15443 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
15447 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
15453 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
15454 if test -n "$with_build_time_tools"; then
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
15456 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
15457 if test -x $with_build_time_tools/objdump; then
15458 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
15459 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
15461 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
15463 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15464 $as_echo "no
" >&6; }
15466 elif test $build != $host && test $have_gcc_for_target = yes; then
15467 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
15468 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
15469 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
15472 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15473 # Extract the first word of "objdump
", so it can be a program name with args.
15474 set dummy objdump; ac_word=$2
15475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15476 $as_echo_n "checking
for $ac_word...
" >&6; }
15477 if ${ac_cv_path_OBJDUMP_FOR_TARGET+:} false; then :
15478 $as_echo_n "(cached
) " >&6
15480 case $OBJDUMP_FOR_TARGET in
15482 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
15485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15486 for as_dir in $gcc_cv_tool_dirs
15489 test -z "$as_dir" && as_dir=.
15490 for ac_exec_ext in '' $ac_executable_extensions; do
15491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15492 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15493 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15503 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
15504 if test -n "$OBJDUMP_FOR_TARGET"; then
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
15506 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
15508 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15509 $as_echo "no
" >&6; }
15514 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
15517 if test -n "$OBJDUMP_FOR_TARGET"; then
15518 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
15519 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
15520 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
15523 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
15524 for ncn_progname in objdump; do
15525 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15526 set dummy ${ncn_progname}; ac_word=$2
15527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15528 $as_echo_n "checking
for $ac_word...
" >&6; }
15529 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
15530 $as_echo_n "(cached
) " >&6
15532 if test -n "$OBJDUMP_FOR_TARGET"; then
15533 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
15535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15536 for as_dir in $PATH
15539 test -z "$as_dir" && as_dir=.
15540 for ac_exec_ext in '' $ac_executable_extensions; do
15541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15542 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
15543 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15552 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
15553 if test -n "$OBJDUMP_FOR_TARGET"; then
15554 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
15555 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15558 $as_echo "no
" >&6; }
15565 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
15566 for ncn_progname in objdump; do
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15568 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15569 if test -x $with_build_time_tools/${ncn_progname}; then
15570 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15572 $as_echo "yes" >&6; }
15575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15576 $as_echo "no
" >&6; }
15581 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
15582 for ncn_progname in objdump; do
15583 if test -n "$ncn_target_tool_prefix"; then
15584 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15585 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15587 $as_echo_n "checking
for $ac_word...
" >&6; }
15588 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
15589 $as_echo_n "(cached
) " >&6
15591 if test -n "$OBJDUMP_FOR_TARGET"; then
15592 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
15594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15595 for as_dir in $PATH
15598 test -z "$as_dir" && as_dir=.
15599 for ac_exec_ext in '' $ac_executable_extensions; do
15600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15601 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15602 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15611 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
15612 if test -n "$OBJDUMP_FOR_TARGET"; then
15613 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
15614 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15617 $as_echo "no
" >&6; }
15622 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
15623 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15624 set dummy ${ncn_progname}; ac_word=$2
15625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15626 $as_echo_n "checking
for $ac_word...
" >&6; }
15627 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
15628 $as_echo_n "(cached
) " >&6
15630 if test -n "$OBJDUMP_FOR_TARGET"; then
15631 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
15633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15634 for as_dir in $PATH
15637 test -z "$as_dir" && as_dir=.
15638 for ac_exec_ext in '' $ac_executable_extensions; do
15639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15640 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
15641 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15650 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
15651 if test -n "$OBJDUMP_FOR_TARGET"; then
15652 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
15653 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
15655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15656 $as_echo "no
" >&6; }
15661 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
15665 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
15667 if test $build = $target ; then
15668 OBJDUMP_FOR_TARGET="$2"
15670 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
15673 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
15677 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
15683 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
15684 if test -n "$with_build_time_tools"; then
15685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for otool
in $with_build_time_tools" >&5
15686 $as_echo_n "checking
for otool
in $with_build_time_tools...
" >&6; }
15687 if test -x $with_build_time_tools/otool; then
15688 OTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/otool
15689 ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
15690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OTOOL_FOR_TARGET" >&5
15691 $as_echo "$ac_cv_path_OTOOL_FOR_TARGET" >&6; }
15693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15694 $as_echo "no
" >&6; }
15696 elif test $build != $host && test $have_gcc_for_target = yes; then
15697 OTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=otool`
15698 test $OTOOL_FOR_TARGET = otool && OTOOL_FOR_TARGET=
15699 test -n "$OTOOL_FOR_TARGET" && ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
15702 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15703 # Extract the first word of "otool
", so it can be a program name with args.
15704 set dummy otool; ac_word=$2
15705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15706 $as_echo_n "checking
for $ac_word...
" >&6; }
15707 if ${ac_cv_path_OTOOL_FOR_TARGET+:} false; then :
15708 $as_echo_n "(cached
) " >&6
15710 case $OTOOL_FOR_TARGET in
15712 ac_cv_path_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test with a path.
15715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15716 for as_dir in $gcc_cv_tool_dirs
15719 test -z "$as_dir" && as_dir=.
15720 for ac_exec_ext in '' $ac_executable_extensions; do
15721 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15722 ac_cv_path_OTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15723 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15733 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
15734 if test -n "$OTOOL_FOR_TARGET"; then
15735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15736 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15738 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15739 $as_echo "no
" >&6; }
15744 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
15747 if test -n "$OTOOL_FOR_TARGET"; then
15748 ac_cv_prog_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
15749 elif test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
15750 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15753 if test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
15754 for ncn_progname in otool; do
15755 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15756 set dummy ${ncn_progname}; ac_word=$2
15757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15758 $as_echo_n "checking
for $ac_word...
" >&6; }
15759 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
15760 $as_echo_n "(cached
) " >&6
15762 if test -n "$OTOOL_FOR_TARGET"; then
15763 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
15765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15766 for as_dir in $PATH
15769 test -z "$as_dir" && as_dir=.
15770 for ac_exec_ext in '' $ac_executable_extensions; do
15771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15772 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
15773 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15782 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15783 if test -n "$OTOOL_FOR_TARGET"; then
15784 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15785 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15787 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15788 $as_echo "no
" >&6; }
15795 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
15796 for ncn_progname in otool; do
15797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15798 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15799 if test -x $with_build_time_tools/${ncn_progname}; then
15800 ac_cv_prog_OTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15801 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15802 $as_echo "yes" >&6; }
15805 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15806 $as_echo "no
" >&6; }
15811 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET"; then
15812 for ncn_progname in otool; do
15813 if test -n "$ncn_target_tool_prefix"; then
15814 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15815 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15817 $as_echo_n "checking
for $ac_word...
" >&6; }
15818 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
15819 $as_echo_n "(cached
) " >&6
15821 if test -n "$OTOOL_FOR_TARGET"; then
15822 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
15824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15825 for as_dir in $PATH
15828 test -z "$as_dir" && as_dir=.
15829 for ac_exec_ext in '' $ac_executable_extensions; do
15830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15831 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15832 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15841 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15842 if test -n "$OTOOL_FOR_TARGET"; then
15843 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15844 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15846 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15847 $as_echo "no
" >&6; }
15852 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test $build = $target ; then
15853 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15854 set dummy ${ncn_progname}; ac_word=$2
15855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15856 $as_echo_n "checking
for $ac_word...
" >&6; }
15857 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
15858 $as_echo_n "(cached
) " >&6
15860 if test -n "$OTOOL_FOR_TARGET"; then
15861 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
15863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15864 for as_dir in $PATH
15867 test -z "$as_dir" && as_dir=.
15868 for ac_exec_ext in '' $ac_executable_extensions; do
15869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15870 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
15871 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15880 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15881 if test -n "$OTOOL_FOR_TARGET"; then
15882 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15883 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15886 $as_echo "no
" >&6; }
15891 test -n "$ac_cv_prog_OTOOL_FOR_TARGET" && break
15895 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" ; then
15897 if test $build = $target ; then
15898 OTOOL_FOR_TARGET="$2"
15900 OTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
15903 OTOOL_FOR_TARGET="$ac_cv_prog_OTOOL_FOR_TARGET"
15907 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
15913 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
15914 if test -n "$with_build_time_tools"; then
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
15916 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
15917 if test -x $with_build_time_tools/ranlib; then
15918 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
15919 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
15920 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
15921 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
15923 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15924 $as_echo "no
" >&6; }
15926 elif test $build != $host && test $have_gcc_for_target = yes; then
15927 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
15928 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
15929 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
15932 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15933 # Extract the first word of "ranlib
", so it can be a program name with args.
15934 set dummy ranlib; ac_word=$2
15935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15936 $as_echo_n "checking
for $ac_word...
" >&6; }
15937 if ${ac_cv_path_RANLIB_FOR_TARGET+:} false; then :
15938 $as_echo_n "(cached
) " >&6
15940 case $RANLIB_FOR_TARGET in
15942 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
15945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15946 for as_dir in $gcc_cv_tool_dirs
15949 test -z "$as_dir" && as_dir=.
15950 for ac_exec_ext in '' $ac_executable_extensions; do
15951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15952 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15953 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15963 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
15964 if test -n "$RANLIB_FOR_TARGET"; then
15965 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
15966 $as_echo "$RANLIB_FOR_TARGET" >&6; }
15968 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15969 $as_echo "no
" >&6; }
15974 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
15977 if test -n "$RANLIB_FOR_TARGET"; then
15978 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
15979 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
15980 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
15983 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
15984 for ncn_progname in ranlib; do
15985 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15986 set dummy ${ncn_progname}; ac_word=$2
15987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15988 $as_echo_n "checking
for $ac_word...
" >&6; }
15989 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
15990 $as_echo_n "(cached
) " >&6
15992 if test -n "$RANLIB_FOR_TARGET"; then
15993 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
15995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15996 for as_dir in $PATH
15999 test -z "$as_dir" && as_dir=.
16000 for ac_exec_ext in '' $ac_executable_extensions; do
16001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16002 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
16003 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16012 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
16013 if test -n "$RANLIB_FOR_TARGET"; then
16014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
16015 $as_echo "$RANLIB_FOR_TARGET" >&6; }
16017 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16018 $as_echo "no
" >&6; }
16025 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
16026 for ncn_progname in ranlib; do
16027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16028 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16029 if test -x $with_build_time_tools/${ncn_progname}; then
16030 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16032 $as_echo "yes" >&6; }
16035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16036 $as_echo "no
" >&6; }
16041 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
16042 for ncn_progname in ranlib; do
16043 if test -n "$ncn_target_tool_prefix"; then
16044 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16045 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16047 $as_echo_n "checking
for $ac_word...
" >&6; }
16048 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
16049 $as_echo_n "(cached
) " >&6
16051 if test -n "$RANLIB_FOR_TARGET"; then
16052 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
16054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16055 for as_dir in $PATH
16058 test -z "$as_dir" && as_dir=.
16059 for ac_exec_ext in '' $ac_executable_extensions; do
16060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16061 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16062 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16071 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
16072 if test -n "$RANLIB_FOR_TARGET"; then
16073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
16074 $as_echo "$RANLIB_FOR_TARGET" >&6; }
16076 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16077 $as_echo "no
" >&6; }
16082 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
16083 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16084 set dummy ${ncn_progname}; ac_word=$2
16085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16086 $as_echo_n "checking
for $ac_word...
" >&6; }
16087 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
16088 $as_echo_n "(cached
) " >&6
16090 if test -n "$RANLIB_FOR_TARGET"; then
16091 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
16093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16094 for as_dir in $PATH
16097 test -z "$as_dir" && as_dir=.
16098 for ac_exec_ext in '' $ac_executable_extensions; do
16099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16100 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
16101 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16110 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
16111 if test -n "$RANLIB_FOR_TARGET"; then
16112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
16113 $as_echo "$RANLIB_FOR_TARGET" >&6; }
16115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16116 $as_echo "no
" >&6; }
16121 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
16125 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
16127 if test $build = $target ; then
16128 RANLIB_FOR_TARGET="$2"
16130 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
16133 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
16137 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
16143 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
16144 if test -n "$with_build_time_tools"; then
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
16146 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
16147 if test -x $with_build_time_tools/readelf; then
16148 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
16149 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
16151 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
16153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16154 $as_echo "no
" >&6; }
16156 elif test $build != $host && test $have_gcc_for_target = yes; then
16157 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
16158 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
16159 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
16162 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
16163 # Extract the first word of "readelf
", so it can be a program name with args.
16164 set dummy readelf; ac_word=$2
16165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16166 $as_echo_n "checking
for $ac_word...
" >&6; }
16167 if ${ac_cv_path_READELF_FOR_TARGET+:} false; then :
16168 $as_echo_n "(cached
) " >&6
16170 case $READELF_FOR_TARGET in
16172 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
16175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16176 for as_dir in $gcc_cv_tool_dirs
16179 test -z "$as_dir" && as_dir=.
16180 for ac_exec_ext in '' $ac_executable_extensions; do
16181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16182 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
16183 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16193 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
16194 if test -n "$READELF_FOR_TARGET"; then
16195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
16196 $as_echo "$READELF_FOR_TARGET" >&6; }
16198 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16199 $as_echo "no
" >&6; }
16204 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
16207 if test -n "$READELF_FOR_TARGET"; then
16208 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
16209 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
16210 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
16213 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
16214 for ncn_progname in readelf; do
16215 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16216 set dummy ${ncn_progname}; ac_word=$2
16217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16218 $as_echo_n "checking
for $ac_word...
" >&6; }
16219 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
16220 $as_echo_n "(cached
) " >&6
16222 if test -n "$READELF_FOR_TARGET"; then
16223 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
16225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16226 for as_dir in $PATH
16229 test -z "$as_dir" && as_dir=.
16230 for ac_exec_ext in '' $ac_executable_extensions; do
16231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16232 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
16233 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16242 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
16243 if test -n "$READELF_FOR_TARGET"; then
16244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
16245 $as_echo "$READELF_FOR_TARGET" >&6; }
16247 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16248 $as_echo "no
" >&6; }
16255 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
16256 for ncn_progname in readelf; do
16257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16258 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16259 if test -x $with_build_time_tools/${ncn_progname}; then
16260 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16261 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16262 $as_echo "yes" >&6; }
16265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16266 $as_echo "no
" >&6; }
16271 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
16272 for ncn_progname in readelf; do
16273 if test -n "$ncn_target_tool_prefix"; then
16274 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16275 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16277 $as_echo_n "checking
for $ac_word...
" >&6; }
16278 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
16279 $as_echo_n "(cached
) " >&6
16281 if test -n "$READELF_FOR_TARGET"; then
16282 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
16284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16285 for as_dir in $PATH
16288 test -z "$as_dir" && as_dir=.
16289 for ac_exec_ext in '' $ac_executable_extensions; do
16290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16291 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16292 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16301 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
16302 if test -n "$READELF_FOR_TARGET"; then
16303 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
16304 $as_echo "$READELF_FOR_TARGET" >&6; }
16306 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16307 $as_echo "no
" >&6; }
16312 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
16313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16314 set dummy ${ncn_progname}; ac_word=$2
16315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16316 $as_echo_n "checking
for $ac_word...
" >&6; }
16317 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
16318 $as_echo_n "(cached
) " >&6
16320 if test -n "$READELF_FOR_TARGET"; then
16321 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
16323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16324 for as_dir in $PATH
16327 test -z "$as_dir" && as_dir=.
16328 for ac_exec_ext in '' $ac_executable_extensions; do
16329 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16330 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
16331 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16340 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
16341 if test -n "$READELF_FOR_TARGET"; then
16342 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
16343 $as_echo "$READELF_FOR_TARGET" >&6; }
16345 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16346 $as_echo "no
" >&6; }
16351 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
16355 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
16357 if test $build = $target ; then
16358 READELF_FOR_TARGET="$2"
16360 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
16363 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
16367 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
16373 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
16374 if test -n "$with_build_time_tools"; then
16375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
16376 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
16377 if test -x $with_build_time_tools/strip; then
16378 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
16379 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
16380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
16381 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
16383 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16384 $as_echo "no
" >&6; }
16386 elif test $build != $host && test $have_gcc_for_target = yes; then
16387 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
16388 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
16389 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
16392 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
16393 # Extract the first word of "strip
", so it can be a program name with args.
16394 set dummy strip; ac_word=$2
16395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16396 $as_echo_n "checking
for $ac_word...
" >&6; }
16397 if ${ac_cv_path_STRIP_FOR_TARGET+:} false; then :
16398 $as_echo_n "(cached
) " >&6
16400 case $STRIP_FOR_TARGET in
16402 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
16405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16406 for as_dir in $gcc_cv_tool_dirs
16409 test -z "$as_dir" && as_dir=.
16410 for ac_exec_ext in '' $ac_executable_extensions; do
16411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16412 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
16413 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16423 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
16424 if test -n "$STRIP_FOR_TARGET"; then
16425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
16426 $as_echo "$STRIP_FOR_TARGET" >&6; }
16428 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16429 $as_echo "no
" >&6; }
16434 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
16437 if test -n "$STRIP_FOR_TARGET"; then
16438 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
16439 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
16440 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
16443 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
16444 for ncn_progname in strip; do
16445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16446 set dummy ${ncn_progname}; ac_word=$2
16447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16448 $as_echo_n "checking
for $ac_word...
" >&6; }
16449 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
16450 $as_echo_n "(cached
) " >&6
16452 if test -n "$STRIP_FOR_TARGET"; then
16453 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
16455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16456 for as_dir in $PATH
16459 test -z "$as_dir" && as_dir=.
16460 for ac_exec_ext in '' $ac_executable_extensions; do
16461 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16462 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
16463 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16472 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
16473 if test -n "$STRIP_FOR_TARGET"; then
16474 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
16475 $as_echo "$STRIP_FOR_TARGET" >&6; }
16477 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16478 $as_echo "no
" >&6; }
16485 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
16486 for ncn_progname in strip; do
16487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16488 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16489 if test -x $with_build_time_tools/${ncn_progname}; then
16490 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16491 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16492 $as_echo "yes" >&6; }
16495 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16496 $as_echo "no
" >&6; }
16501 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
16502 for ncn_progname in strip; do
16503 if test -n "$ncn_target_tool_prefix"; then
16504 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16505 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16507 $as_echo_n "checking
for $ac_word...
" >&6; }
16508 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
16509 $as_echo_n "(cached
) " >&6
16511 if test -n "$STRIP_FOR_TARGET"; then
16512 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
16514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16515 for as_dir in $PATH
16518 test -z "$as_dir" && as_dir=.
16519 for ac_exec_ext in '' $ac_executable_extensions; do
16520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16521 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16522 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16531 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
16532 if test -n "$STRIP_FOR_TARGET"; then
16533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
16534 $as_echo "$STRIP_FOR_TARGET" >&6; }
16536 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16537 $as_echo "no
" >&6; }
16542 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
16543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16544 set dummy ${ncn_progname}; ac_word=$2
16545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16546 $as_echo_n "checking
for $ac_word...
" >&6; }
16547 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
16548 $as_echo_n "(cached
) " >&6
16550 if test -n "$STRIP_FOR_TARGET"; then
16551 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
16553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16554 for as_dir in $PATH
16557 test -z "$as_dir" && as_dir=.
16558 for ac_exec_ext in '' $ac_executable_extensions; do
16559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16560 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
16561 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16570 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
16571 if test -n "$STRIP_FOR_TARGET"; then
16572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
16573 $as_echo "$STRIP_FOR_TARGET" >&6; }
16575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16576 $as_echo "no
" >&6; }
16581 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
16585 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
16587 if test $build = $target ; then
16588 STRIP_FOR_TARGET="$2"
16590 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
16593 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
16597 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
16603 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
16604 if test -n "$with_build_time_tools"; then
16605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
16606 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
16607 if test -x $with_build_time_tools/windres; then
16608 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
16609 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
16610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
16611 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
16613 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16614 $as_echo "no
" >&6; }
16616 elif test $build != $host && test $have_gcc_for_target = yes; then
16617 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
16618 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
16619 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
16622 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
16623 # Extract the first word of "windres
", so it can be a program name with args.
16624 set dummy windres; ac_word=$2
16625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16626 $as_echo_n "checking
for $ac_word...
" >&6; }
16627 if ${ac_cv_path_WINDRES_FOR_TARGET+:} false; then :
16628 $as_echo_n "(cached
) " >&6
16630 case $WINDRES_FOR_TARGET in
16632 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
16635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16636 for as_dir in $gcc_cv_tool_dirs
16639 test -z "$as_dir" && as_dir=.
16640 for ac_exec_ext in '' $ac_executable_extensions; do
16641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16642 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
16643 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16653 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
16654 if test -n "$WINDRES_FOR_TARGET"; then
16655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16656 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16659 $as_echo "no
" >&6; }
16664 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
16667 if test -n "$WINDRES_FOR_TARGET"; then
16668 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
16669 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
16670 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16673 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
16674 for ncn_progname in windres; do
16675 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16676 set dummy ${ncn_progname}; ac_word=$2
16677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16678 $as_echo_n "checking
for $ac_word...
" >&6; }
16679 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
16680 $as_echo_n "(cached
) " >&6
16682 if test -n "$WINDRES_FOR_TARGET"; then
16683 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
16685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16686 for as_dir in $PATH
16689 test -z "$as_dir" && as_dir=.
16690 for ac_exec_ext in '' $ac_executable_extensions; do
16691 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16692 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
16693 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16702 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16703 if test -n "$WINDRES_FOR_TARGET"; then
16704 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16705 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16707 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16708 $as_echo "no
" >&6; }
16715 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
16716 for ncn_progname in windres; do
16717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16718 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16719 if test -x $with_build_time_tools/${ncn_progname}; then
16720 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16721 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16722 $as_echo "yes" >&6; }
16725 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16726 $as_echo "no
" >&6; }
16731 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
16732 for ncn_progname in windres; do
16733 if test -n "$ncn_target_tool_prefix"; then
16734 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16735 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16737 $as_echo_n "checking
for $ac_word...
" >&6; }
16738 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
16739 $as_echo_n "(cached
) " >&6
16741 if test -n "$WINDRES_FOR_TARGET"; then
16742 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
16744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16745 for as_dir in $PATH
16748 test -z "$as_dir" && as_dir=.
16749 for ac_exec_ext in '' $ac_executable_extensions; do
16750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16751 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16752 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16761 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16762 if test -n "$WINDRES_FOR_TARGET"; then
16763 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16764 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16766 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16767 $as_echo "no
" >&6; }
16772 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
16773 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16774 set dummy ${ncn_progname}; ac_word=$2
16775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16776 $as_echo_n "checking
for $ac_word...
" >&6; }
16777 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
16778 $as_echo_n "(cached
) " >&6
16780 if test -n "$WINDRES_FOR_TARGET"; then
16781 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
16783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16784 for as_dir in $PATH
16787 test -z "$as_dir" && as_dir=.
16788 for ac_exec_ext in '' $ac_executable_extensions; do
16789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16790 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
16791 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16800 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16801 if test -n "$WINDRES_FOR_TARGET"; then
16802 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16803 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16805 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16806 $as_echo "no
" >&6; }
16811 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
16815 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
16817 if test $build = $target ; then
16818 WINDRES_FOR_TARGET="$2"
16820 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
16823 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
16827 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
16833 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
16834 if test -n "$with_build_time_tools"; then
16835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
16836 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
16837 if test -x $with_build_time_tools/windmc; then
16838 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
16839 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
16840 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
16841 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
16843 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16844 $as_echo "no
" >&6; }
16846 elif test $build != $host && test $have_gcc_for_target = yes; then
16847 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
16848 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
16849 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
16852 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
16853 # Extract the first word of "windmc
", so it can be a program name with args.
16854 set dummy windmc; ac_word=$2
16855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16856 $as_echo_n "checking
for $ac_word...
" >&6; }
16857 if ${ac_cv_path_WINDMC_FOR_TARGET+:} false; then :
16858 $as_echo_n "(cached
) " >&6
16860 case $WINDMC_FOR_TARGET in
16862 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
16865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16866 for as_dir in $gcc_cv_tool_dirs
16869 test -z "$as_dir" && as_dir=.
16870 for ac_exec_ext in '' $ac_executable_extensions; do
16871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16872 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
16873 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16883 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
16884 if test -n "$WINDMC_FOR_TARGET"; then
16885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16886 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16889 $as_echo "no
" >&6; }
16894 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
16897 if test -n "$WINDMC_FOR_TARGET"; then
16898 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
16899 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
16900 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16903 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
16904 for ncn_progname in windmc; do
16905 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16906 set dummy ${ncn_progname}; ac_word=$2
16907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16908 $as_echo_n "checking
for $ac_word...
" >&6; }
16909 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
16910 $as_echo_n "(cached
) " >&6
16912 if test -n "$WINDMC_FOR_TARGET"; then
16913 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
16915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16916 for as_dir in $PATH
16919 test -z "$as_dir" && as_dir=.
16920 for ac_exec_ext in '' $ac_executable_extensions; do
16921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16922 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
16923 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16932 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16933 if test -n "$WINDMC_FOR_TARGET"; then
16934 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16935 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16937 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16938 $as_echo "no
" >&6; }
16945 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
16946 for ncn_progname in windmc; do
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16948 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16949 if test -x $with_build_time_tools/${ncn_progname}; then
16950 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16952 $as_echo "yes" >&6; }
16955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16956 $as_echo "no
" >&6; }
16961 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
16962 for ncn_progname in windmc; do
16963 if test -n "$ncn_target_tool_prefix"; then
16964 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16965 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16967 $as_echo_n "checking
for $ac_word...
" >&6; }
16968 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
16969 $as_echo_n "(cached
) " >&6
16971 if test -n "$WINDMC_FOR_TARGET"; then
16972 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
16974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16975 for as_dir in $PATH
16978 test -z "$as_dir" && as_dir=.
16979 for ac_exec_ext in '' $ac_executable_extensions; do
16980 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16981 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16982 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16991 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16992 if test -n "$WINDMC_FOR_TARGET"; then
16993 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16994 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16996 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16997 $as_echo "no
" >&6; }
17002 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
17003 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
17004 set dummy ${ncn_progname}; ac_word=$2
17005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
17006 $as_echo_n "checking
for $ac_word...
" >&6; }
17007 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
17008 $as_echo_n "(cached
) " >&6
17010 if test -n "$WINDMC_FOR_TARGET"; then
17011 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
17013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17014 for as_dir in $PATH
17017 test -z "$as_dir" && as_dir=.
17018 for ac_exec_ext in '' $ac_executable_extensions; do
17019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17020 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
17021 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
17030 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
17031 if test -n "$WINDMC_FOR_TARGET"; then
17032 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
17033 $as_echo "$WINDMC_FOR_TARGET" >&6; }
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
17036 $as_echo "no
" >&6; }
17041 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
17045 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
17047 if test $build = $target ; then
17048 WINDMC_FOR_TARGET="$2"
17050 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
17053 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
17057 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
17061 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
17063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
17064 $as_echo_n "checking where to
find the target
ar...
" >&6; }
17065 if test "x
${build}" != "x
${host}" ; then
17066 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
17067 # We already found the complete path
17068 ac_dir=`dirname $AR_FOR_TARGET`
17069 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17070 $as_echo "pre-installed
in $ac_dir" >&6; }
17072 # Canadian cross, just use what we found
17073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17074 $as_echo "pre-installed
" >&6; }
17078 case " ${configdirs} " in
17083 if test $ok = yes; then
17084 # An in-tree tool is available and we can use it
17085 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
17086 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17087 $as_echo "just compiled
" >&6; }
17088 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
17089 # We already found the complete path
17090 ac_dir=`dirname $AR_FOR_TARGET`
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17092 $as_echo "pre-installed
in $ac_dir" >&6; }
17093 elif test "x
$target" = "x
$host"; then
17094 # We can use an host tool
17095 AR_FOR_TARGET='$(AR)'
17096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17097 $as_echo "host tool
" >&6; }
17099 # We need a cross tool
17100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17101 $as_echo "pre-installed
" >&6; }
17105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
17106 $as_echo_n "checking where to
find the target as...
" >&6; }
17107 if test "x
${build}" != "x
${host}" ; then
17108 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
17109 # We already found the complete path
17110 ac_dir=`dirname $AS_FOR_TARGET`
17111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17112 $as_echo "pre-installed
in $ac_dir" >&6; }
17114 # Canadian cross, just use what we found
17115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17116 $as_echo "pre-installed
" >&6; }
17120 case " ${configdirs} " in
17125 if test $ok = yes; then
17126 # An in-tree tool is available and we can use it
17127 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
17128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17129 $as_echo "just compiled
" >&6; }
17130 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
17131 # We already found the complete path
17132 ac_dir=`dirname $AS_FOR_TARGET`
17133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17134 $as_echo "pre-installed
in $ac_dir" >&6; }
17135 elif test "x
$target" = "x
$host"; then
17136 # We can use an host tool
17137 AS_FOR_TARGET='$(AS)'
17138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17139 $as_echo "host tool
" >&6; }
17141 # We need a cross tool
17142 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17143 $as_echo "pre-installed
" >&6; }
17147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
17148 $as_echo_n "checking where to
find the target cc...
" >&6; }
17149 if test "x
${build}" != "x
${host}" ; then
17150 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
17151 # We already found the complete path
17152 ac_dir=`dirname $CC_FOR_TARGET`
17153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17154 $as_echo "pre-installed
in $ac_dir" >&6; }
17156 # Canadian cross, just use what we found
17157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17158 $as_echo "pre-installed
" >&6; }
17162 case " ${configdirs} " in
17167 if test $ok = yes; then
17168 # An in-tree tool is available and we can use it
17169 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17171 $as_echo "just compiled
" >&6; }
17172 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
17173 # We already found the complete path
17174 ac_dir=`dirname $CC_FOR_TARGET`
17175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17176 $as_echo "pre-installed
in $ac_dir" >&6; }
17177 elif test "x
$target" = "x
$host"; then
17178 # We can use an host tool
17179 CC_FOR_TARGET='$(CC)'
17180 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17181 $as_echo "host tool
" >&6; }
17183 # We need a cross tool
17184 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17185 $as_echo "pre-installed
" >&6; }
17189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
17190 $as_echo_n "checking where to
find the target c
++...
" >&6; }
17191 if test "x
${build}" != "x
${host}" ; then
17192 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
17193 # We already found the complete path
17194 ac_dir=`dirname $CXX_FOR_TARGET`
17195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17196 $as_echo "pre-installed
in $ac_dir" >&6; }
17198 # Canadian cross, just use what we found
17199 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17200 $as_echo "pre-installed
" >&6; }
17204 case " ${configdirs} " in
17208 case ,${enable_languages}, in
17212 if test $ok = yes; then
17213 # An in-tree tool is available and we can use it
17214 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'
17215 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17216 $as_echo "just compiled
" >&6; }
17217 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
17218 # We already found the complete path
17219 ac_dir=`dirname $CXX_FOR_TARGET`
17220 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17221 $as_echo "pre-installed
in $ac_dir" >&6; }
17222 elif test "x
$target" = "x
$host"; then
17223 # We can use an host tool
17224 CXX_FOR_TARGET='$(CXX)'
17225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17226 $as_echo "host tool
" >&6; }
17228 # We need a cross tool
17229 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17230 $as_echo "pre-installed
" >&6; }
17234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
17235 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
17236 if test "x
${build}" != "x
${host}" ; then
17237 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
17238 # We already found the complete path
17239 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
17240 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17241 $as_echo "pre-installed
in $ac_dir" >&6; }
17243 # Canadian cross, just use what we found
17244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17245 $as_echo "pre-installed
" >&6; }
17249 case " ${configdirs} " in
17253 case ,${enable_languages}, in
17257 if test $ok = yes; then
17258 # An in-tree tool is available and we can use it
17259 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'
17260 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17261 $as_echo "just compiled
" >&6; }
17262 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
17263 # We already found the complete path
17264 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
17265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17266 $as_echo "pre-installed
in $ac_dir" >&6; }
17267 elif test "x
$target" = "x
$host"; then
17268 # We can use an host tool
17269 RAW_CXX_FOR_TARGET='$(CXX)'
17270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17271 $as_echo "host tool
" >&6; }
17273 # We need a cross tool
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17275 $as_echo "pre-installed
" >&6; }
17279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
17280 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
17281 if test "x
${build}" != "x
${host}" ; then
17282 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
17283 # We already found the complete path
17284 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
17285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17286 $as_echo "pre-installed
in $ac_dir" >&6; }
17288 # Canadian cross, just use what we found
17289 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17290 $as_echo "pre-installed
" >&6; }
17294 case " ${configdirs} " in
17299 if test $ok = yes; then
17300 # An in-tree tool is available and we can use it
17301 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
17302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17303 $as_echo "just compiled
" >&6; }
17304 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
17305 # We already found the complete path
17306 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
17307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17308 $as_echo "pre-installed
in $ac_dir" >&6; }
17309 elif test "x
$target" = "x
$host"; then
17310 # We can use an host tool
17311 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
17312 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17313 $as_echo "host tool
" >&6; }
17315 # We need a cross tool
17316 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17317 $as_echo "pre-installed
" >&6; }
17321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dsymutil
" >&5
17322 $as_echo_n "checking where to
find the target dsymutil...
" >&6; }
17323 if test "x
${build}" != "x
${host}" ; then
17324 if expr "x
$DSYMUTIL_FOR_TARGET" : "x
/" > /dev/null; then
17325 # We already found the complete path
17326 ac_dir=`dirname $DSYMUTIL_FOR_TARGET`
17327 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17328 $as_echo "pre-installed
in $ac_dir" >&6; }
17330 # Canadian cross, just use what we found
17331 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17332 $as_echo "pre-installed
" >&6; }
17335 if expr "x
$DSYMUTIL_FOR_TARGET" : "x
/" > /dev/null; then
17336 # We already found the complete path
17337 ac_dir=`dirname $DSYMUTIL_FOR_TARGET`
17338 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17339 $as_echo "pre-installed
in $ac_dir" >&6; }
17340 elif test "x
$target" = "x
$host"; then
17341 # We can use an host tool
17342 DSYMUTIL_FOR_TARGET='$(DSYMUTIL)'
17343 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17344 $as_echo "host tool
" >&6; }
17346 # We need a cross tool
17347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17348 $as_echo "pre-installed
" >&6; }
17352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
17353 $as_echo_n "checking where to
find the target gcc...
" >&6; }
17354 if test "x
${build}" != "x
${host}" ; then
17355 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
17356 # We already found the complete path
17357 ac_dir=`dirname $GCC_FOR_TARGET`
17358 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17359 $as_echo "pre-installed
in $ac_dir" >&6; }
17361 # Canadian cross, just use what we found
17362 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17363 $as_echo "pre-installed
" >&6; }
17367 case " ${configdirs} " in
17372 if test $ok = yes; then
17373 # An in-tree tool is available and we can use it
17374 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
17375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17376 $as_echo "just compiled
" >&6; }
17377 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
17378 # We already found the complete path
17379 ac_dir=`dirname $GCC_FOR_TARGET`
17380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17381 $as_echo "pre-installed
in $ac_dir" >&6; }
17382 elif test "x
$target" = "x
$host"; then
17383 # We can use an host tool
17384 GCC_FOR_TARGET='$()'
17385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17386 $as_echo "host tool
" >&6; }
17388 # We need a cross tool
17389 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17390 $as_echo "pre-installed
" >&6; }
17394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
17395 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
17396 if test "x
${build}" != "x
${host}" ; then
17397 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
17398 # We already found the complete path
17399 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
17400 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17401 $as_echo "pre-installed
in $ac_dir" >&6; }
17403 # Canadian cross, just use what we found
17404 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17405 $as_echo "pre-installed
" >&6; }
17409 case " ${configdirs} " in
17413 case ,${enable_languages}, in
17417 if test $ok = yes; then
17418 # An in-tree tool is available and we can use it
17419 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
17420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17421 $as_echo "just compiled
" >&6; }
17422 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
17423 # We already found the complete path
17424 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
17425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17426 $as_echo "pre-installed
in $ac_dir" >&6; }
17427 elif test "x
$target" = "x
$host"; then
17428 # We can use an host tool
17429 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
17430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17431 $as_echo "host tool
" >&6; }
17433 # We need a cross tool
17434 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17435 $as_echo "pre-installed
" >&6; }
17439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
17440 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
17441 if test "x
${build}" != "x
${host}" ; then
17442 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
17443 # We already found the complete path
17444 ac_dir=`dirname $GOC_FOR_TARGET`
17445 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17446 $as_echo "pre-installed
in $ac_dir" >&6; }
17448 # Canadian cross, just use what we found
17449 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17450 $as_echo "pre-installed
" >&6; }
17454 case " ${configdirs} " in
17458 case ,${enable_languages}, in
17462 if test $ok = yes; then
17463 # An in-tree tool is available and we can use it
17464 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
17465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17466 $as_echo "just compiled
" >&6; }
17467 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
17468 # We already found the complete path
17469 ac_dir=`dirname $GOC_FOR_TARGET`
17470 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17471 $as_echo "pre-installed
in $ac_dir" >&6; }
17472 elif test "x
$target" = "x
$host"; then
17473 # We can use an host tool
17474 GOC_FOR_TARGET='$(GOC)'
17475 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17476 $as_echo "host tool
" >&6; }
17478 # We need a cross tool
17479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17480 $as_echo "pre-installed
" >&6; }
17484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gdc
" >&5
17485 $as_echo_n "checking where to
find the target gdc...
" >&6; }
17486 if test "x
${build}" != "x
${host}" ; then
17487 if expr "x
$GDC_FOR_TARGET" : "x
/" > /dev/null; then
17488 # We already found the complete path
17489 ac_dir=`dirname $GDC_FOR_TARGET`
17490 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17491 $as_echo "pre-installed
in $ac_dir" >&6; }
17493 # Canadian cross, just use what we found
17494 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17495 $as_echo "pre-installed
" >&6; }
17499 case " ${configdirs} " in
17503 case ,${enable_languages}, in
17507 if test $ok = yes; then
17508 # An in-tree tool is available and we can use it
17509 GDC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/'
17510 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17511 $as_echo "just compiled
" >&6; }
17512 elif expr "x
$GDC_FOR_TARGET" : "x
/" > /dev/null; then
17513 # We already found the complete path
17514 ac_dir=`dirname $GDC_FOR_TARGET`
17515 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17516 $as_echo "pre-installed
in $ac_dir" >&6; }
17517 elif test "x
$target" = "x
$host"; then
17518 # We can use an host tool
17519 GDC_FOR_TARGET='$(GDC)'
17520 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17521 $as_echo "host tool
" >&6; }
17523 # We need a cross tool
17524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17525 $as_echo "pre-installed
" >&6; }
17529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
17530 $as_echo_n "checking where to
find the target ld...
" >&6; }
17531 if test "x
${build}" != "x
${host}" ; then
17532 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
17533 # We already found the complete path
17534 ac_dir=`dirname $LD_FOR_TARGET`
17535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17536 $as_echo "pre-installed
in $ac_dir" >&6; }
17538 # Canadian cross, just use what we found
17539 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17540 $as_echo "pre-installed
" >&6; }
17544 case " ${configdirs} " in
17549 if test $ok = yes; then
17550 # An in-tree tool is available and we can use it
17551 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
17552 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17553 $as_echo "just compiled
" >&6; }
17554 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
17555 # We already found the complete path
17556 ac_dir=`dirname $LD_FOR_TARGET`
17557 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17558 $as_echo "pre-installed
in $ac_dir" >&6; }
17559 elif test "x
$target" = "x
$host"; then
17560 # We can use an host tool
17561 LD_FOR_TARGET='$(LD)'
17562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17563 $as_echo "host tool
" >&6; }
17565 # We need a cross tool
17566 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17567 $as_echo "pre-installed
" >&6; }
17571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
17572 $as_echo_n "checking where to
find the target lipo...
" >&6; }
17573 if test "x
${build}" != "x
${host}" ; then
17574 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
17575 # We already found the complete path
17576 ac_dir=`dirname $LIPO_FOR_TARGET`
17577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17578 $as_echo "pre-installed
in $ac_dir" >&6; }
17580 # Canadian cross, just use what we found
17581 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17582 $as_echo "pre-installed
" >&6; }
17585 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
17586 # We already found the complete path
17587 ac_dir=`dirname $LIPO_FOR_TARGET`
17588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17589 $as_echo "pre-installed
in $ac_dir" >&6; }
17590 elif test "x
$target" = "x
$host"; then
17591 # We can use an host tool
17592 LIPO_FOR_TARGET='$(LIPO)'
17593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17594 $as_echo "host tool
" >&6; }
17596 # We need a cross tool
17597 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17598 $as_echo "pre-installed
" >&6; }
17602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
17603 $as_echo_n "checking where to
find the target nm...
" >&6; }
17604 if test "x
${build}" != "x
${host}" ; then
17605 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
17606 # We already found the complete path
17607 ac_dir=`dirname $NM_FOR_TARGET`
17608 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17609 $as_echo "pre-installed
in $ac_dir" >&6; }
17611 # Canadian cross, just use what we found
17612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17613 $as_echo "pre-installed
" >&6; }
17617 case " ${configdirs} " in
17622 if test $ok = yes; then
17623 # An in-tree tool is available and we can use it
17624 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
17625 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17626 $as_echo "just compiled
" >&6; }
17627 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
17628 # We already found the complete path
17629 ac_dir=`dirname $NM_FOR_TARGET`
17630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17631 $as_echo "pre-installed
in $ac_dir" >&6; }
17632 elif test "x
$target" = "x
$host"; then
17633 # We can use an host tool
17634 NM_FOR_TARGET='$(NM)'
17635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17636 $as_echo "host tool
" >&6; }
17638 # We need a cross tool
17639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17640 $as_echo "pre-installed
" >&6; }
17644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objcopy
" >&5
17645 $as_echo_n "checking where to
find the target objcopy...
" >&6; }
17646 if test "x
${build}" != "x
${host}" ; then
17647 if expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
17648 # We already found the complete path
17649 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
17650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17651 $as_echo "pre-installed
in $ac_dir" >&6; }
17653 # Canadian cross, just use what we found
17654 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17655 $as_echo "pre-installed
" >&6; }
17659 case " ${configdirs} " in
17664 if test $ok = yes; then
17665 # An in-tree tool is available and we can use it
17666 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
17667 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17668 $as_echo "just compiled
" >&6; }
17669 elif expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
17670 # We already found the complete path
17671 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
17672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17673 $as_echo "pre-installed
in $ac_dir" >&6; }
17674 elif test "x
$target" = "x
$host"; then
17675 # We can use an host tool
17676 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
17677 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17678 $as_echo "host tool
" >&6; }
17680 # We need a cross tool
17681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17682 $as_echo "pre-installed
" >&6; }
17686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
17687 $as_echo_n "checking where to
find the target objdump...
" >&6; }
17688 if test "x
${build}" != "x
${host}" ; then
17689 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
17690 # We already found the complete path
17691 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
17692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17693 $as_echo "pre-installed
in $ac_dir" >&6; }
17695 # Canadian cross, just use what we found
17696 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17697 $as_echo "pre-installed
" >&6; }
17701 case " ${configdirs} " in
17706 if test $ok = yes; then
17707 # An in-tree tool is available and we can use it
17708 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
17709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17710 $as_echo "just compiled
" >&6; }
17711 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
17712 # We already found the complete path
17713 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
17714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17715 $as_echo "pre-installed
in $ac_dir" >&6; }
17716 elif test "x
$target" = "x
$host"; then
17717 # We can use an host tool
17718 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
17719 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17720 $as_echo "host tool
" >&6; }
17722 # We need a cross tool
17723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17724 $as_echo "pre-installed
" >&6; }
17728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target otool
" >&5
17729 $as_echo_n "checking where to
find the target otool...
" >&6; }
17730 if test "x
${build}" != "x
${host}" ; then
17731 if expr "x
$OTOOL_FOR_TARGET" : "x
/" > /dev/null; then
17732 # We already found the complete path
17733 ac_dir=`dirname $OTOOL_FOR_TARGET`
17734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17735 $as_echo "pre-installed
in $ac_dir" >&6; }
17737 # Canadian cross, just use what we found
17738 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17739 $as_echo "pre-installed
" >&6; }
17742 if expr "x
$OTOOL_FOR_TARGET" : "x
/" > /dev/null; then
17743 # We already found the complete path
17744 ac_dir=`dirname $OTOOL_FOR_TARGET`
17745 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17746 $as_echo "pre-installed
in $ac_dir" >&6; }
17747 elif test "x
$target" = "x
$host"; then
17748 # We can use an host tool
17749 OTOOL_FOR_TARGET='$(OTOOL)'
17750 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17751 $as_echo "host tool
" >&6; }
17753 # We need a cross tool
17754 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17755 $as_echo "pre-installed
" >&6; }
17759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
17760 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
17761 if test "x
${build}" != "x
${host}" ; then
17762 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
17763 # We already found the complete path
17764 ac_dir=`dirname $RANLIB_FOR_TARGET`
17765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17766 $as_echo "pre-installed
in $ac_dir" >&6; }
17768 # Canadian cross, just use what we found
17769 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17770 $as_echo "pre-installed
" >&6; }
17774 case " ${configdirs} " in
17779 if test $ok = yes; then
17780 # An in-tree tool is available and we can use it
17781 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
17782 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17783 $as_echo "just compiled
" >&6; }
17784 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
17785 # We already found the complete path
17786 ac_dir=`dirname $RANLIB_FOR_TARGET`
17787 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17788 $as_echo "pre-installed
in $ac_dir" >&6; }
17789 elif test "x
$target" = "x
$host"; then
17790 # We can use an host tool
17791 RANLIB_FOR_TARGET='$(RANLIB)'
17792 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17793 $as_echo "host tool
" >&6; }
17795 # We need a cross tool
17796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17797 $as_echo "pre-installed
" >&6; }
17801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
17802 $as_echo_n "checking where to
find the target readelf...
" >&6; }
17803 if test "x
${build}" != "x
${host}" ; then
17804 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
17805 # We already found the complete path
17806 ac_dir=`dirname $READELF_FOR_TARGET`
17807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17808 $as_echo "pre-installed
in $ac_dir" >&6; }
17810 # Canadian cross, just use what we found
17811 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17812 $as_echo "pre-installed
" >&6; }
17816 case " ${configdirs} " in
17821 if test $ok = yes; then
17822 # An in-tree tool is available and we can use it
17823 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
17824 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17825 $as_echo "just compiled
" >&6; }
17826 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
17827 # We already found the complete path
17828 ac_dir=`dirname $READELF_FOR_TARGET`
17829 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17830 $as_echo "pre-installed
in $ac_dir" >&6; }
17831 elif test "x
$target" = "x
$host"; then
17832 # We can use an host tool
17833 READELF_FOR_TARGET='$(READELF)'
17834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17835 $as_echo "host tool
" >&6; }
17837 # We need a cross tool
17838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17839 $as_echo "pre-installed
" >&6; }
17843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
17844 $as_echo_n "checking where to
find the target strip...
" >&6; }
17845 if test "x
${build}" != "x
${host}" ; then
17846 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
17847 # We already found the complete path
17848 ac_dir=`dirname $STRIP_FOR_TARGET`
17849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17850 $as_echo "pre-installed
in $ac_dir" >&6; }
17852 # Canadian cross, just use what we found
17853 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17854 $as_echo "pre-installed
" >&6; }
17858 case " ${configdirs} " in
17863 if test $ok = yes; then
17864 # An in-tree tool is available and we can use it
17865 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
17866 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17867 $as_echo "just compiled
" >&6; }
17868 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
17869 # We already found the complete path
17870 ac_dir=`dirname $STRIP_FOR_TARGET`
17871 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17872 $as_echo "pre-installed
in $ac_dir" >&6; }
17873 elif test "x
$target" = "x
$host"; then
17874 # We can use an host tool
17875 STRIP_FOR_TARGET='$(STRIP)'
17876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17877 $as_echo "host tool
" >&6; }
17879 # We need a cross tool
17880 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17881 $as_echo "pre-installed
" >&6; }
17885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
17886 $as_echo_n "checking where to
find the target windres...
" >&6; }
17887 if test "x
${build}" != "x
${host}" ; then
17888 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
17889 # We already found the complete path
17890 ac_dir=`dirname $WINDRES_FOR_TARGET`
17891 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17892 $as_echo "pre-installed
in $ac_dir" >&6; }
17894 # Canadian cross, just use what we found
17895 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17896 $as_echo "pre-installed
" >&6; }
17900 case " ${configdirs} " in
17905 if test $ok = yes; then
17906 # An in-tree tool is available and we can use it
17907 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
17908 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17909 $as_echo "just compiled
" >&6; }
17910 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
17911 # We already found the complete path
17912 ac_dir=`dirname $WINDRES_FOR_TARGET`
17913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17914 $as_echo "pre-installed
in $ac_dir" >&6; }
17915 elif test "x
$target" = "x
$host"; then
17916 # We can use an host tool
17917 WINDRES_FOR_TARGET='$(WINDRES)'
17918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17919 $as_echo "host tool
" >&6; }
17921 # We need a cross tool
17922 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17923 $as_echo "pre-installed
" >&6; }
17927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
17928 $as_echo_n "checking where to
find the target windmc...
" >&6; }
17929 if test "x
${build}" != "x
${host}" ; then
17930 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
17931 # We already found the complete path
17932 ac_dir=`dirname $WINDMC_FOR_TARGET`
17933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17934 $as_echo "pre-installed
in $ac_dir" >&6; }
17936 # Canadian cross, just use what we found
17937 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17938 $as_echo "pre-installed
" >&6; }
17942 case " ${configdirs} " in
17947 if test $ok = yes; then
17948 # An in-tree tool is available and we can use it
17949 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
17950 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17951 $as_echo "just compiled
" >&6; }
17952 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
17953 # We already found the complete path
17954 ac_dir=`dirname $WINDMC_FOR_TARGET`
17955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17956 $as_echo "pre-installed
in $ac_dir" >&6; }
17957 elif test "x
$target" = "x
$host"; then
17958 # We can use an host tool
17959 WINDMC_FOR_TARGET='$(WINDMC)'
17960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17961 $as_echo "host tool
" >&6; }
17963 # We need a cross tool
17964 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17965 $as_echo "pre-installed
" >&6; }
17973 # Certain tools may need extra flags.
17974 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
17975 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
17976 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
17978 # When building target libraries, except in a Canadian cross, we use
17979 # the same toolchain as the compiler we just built.
17980 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
17981 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
17982 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
17983 if test $host = $build; then
17984 case " $configdirs " in
17986 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
17987 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
17988 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
17997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
17998 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
17999 # Check whether --enable-maintainer-mode was given.
18000 if test "${enable_maintainer_mode+set}" = set; then :
18001 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
18003 USE_MAINTAINER_MODE=no
18006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
18007 $as_echo "$USE_MAINTAINER_MODE" >&6; }
18010 if test "$USE_MAINTAINER_MODE" = yes; then
18011 MAINTAINER_MODE_TRUE=
18012 MAINTAINER_MODE_FALSE='#'
18014 MAINTAINER_MODE_TRUE='#'
18015 MAINTAINER_MODE_FALSE=
18017 MAINT=$MAINTAINER_MODE_TRUE
18019 # ---------------------
18020 # GCC bootstrap support
18021 # ---------------------
18023 # Stage specific cflags for build.
18028 yes) stage1_cflags="-g -Wa,-J" ;;
18029 *) stage1_cflags="-g -J" ;;
18035 # Enable --enable-checking in stage1 of the compiler.
18036 # Check whether --enable-stage1-checking was given.
18037 if test "${enable_stage1_checking+set}" = set; then :
18038 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
18040 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
18041 # For --disable-checking or implicit --enable-checking=release, avoid
18042 # setting --enable-checking=gc in the default stage1 checking for LTO
18043 # bootstraps. See PR62077.
18044 case $BUILD_CONFIG in
18046 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
18048 stage1_checking=--enable-checking=yes,types;;
18050 if test "x
$enable_checking" = x && \
18051 test -d ${srcdir}/gcc && \
18052 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
18053 stage1_checking=--enable-checking=yes,types,extra
18056 stage1_checking=--enable-checking=$enable_checking,types
18062 # Enable -Werror in bootstrap stage2 and later.
18063 # Check whether --enable-werror was given.
18064 if test "${enable_werror+set}" = set; then :
18065 enableval=$enable_werror;
18066 case ${enable_werror} in
18067 yes) stage2_werror_flag="--enable-werror-always" ;;
18068 *) stage2_werror_flag="" ;;
18073 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
18074 case $BUILD_CONFIG in
18076 stage2_werror_flag="--enable-werror-always" ;;
18078 stage2_werror_flag="--enable-werror-always" ;;
18087 # Specify what files to not compare during bootstrap.
18089 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
18091 hppa*64*-*-hpux*) ;;
18092 hppa*-*-hpux*) compare_exclusions="$compare_exclusions |
*/libgcc
/lib2funcs
* | gcc
/function-tests.o
" ;;
18093 powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions |
*libgomp
*\$
(objext
)" ;;
18097 ac_config_files="$ac_config_files Makefile
"
18099 cat >confcache <<\_ACEOF
18100 # This file is a shell script that caches the results of configure
18101 # tests run on this system so they can be shared between configure
18102 # scripts and configure runs, see configure's option --config-cache.
18103 # It is not useful on other systems. If it contains results you don't
18104 # want to keep, you may remove or edit it.
18106 # config.status only pays attention to the cache file if you give it
18107 # the --recheck option to rerun configure.
18109 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18110 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18111 # following values.
18115 # The following way of writing the cache mishandles newlines in values,
18116 # but we know of no workaround that is simple, portable, and efficient.
18117 # So, we kill variables containing newlines.
18118 # Ultrix sh set writes to stderr and can't be redirected directly,
18119 # and sets the high bit in the cache file unless we assign to the vars.
18121 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18122 eval ac_val=\$$ac_var
18126 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
18127 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
18130 _ | IFS | as_nl) ;; #(
18131 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18132 *) { eval $ac_var=; unset $ac_var;} ;;
18138 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18139 *${as_nl}ac_space=\ *)
18140 # `set' does not quote correctly, so add quotes: double-quote
18141 # substitution turns \\\\ into \\, and sed turns \\ into \.
18144 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
18147 # `set' quotes correctly as required by POSIX, so do not add quotes.
18148 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
18157 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18159 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18161 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18162 if test -w "$cache_file"; then
18163 if test "x
$cache_file" != "x
/dev
/null
"; then
18164 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
18165 $as_echo "$as_me: updating cache
$cache_file" >&6;}
18166 if test ! -f "$cache_file" || test -h "$cache_file"; then
18167 cat confcache >"$cache_file"
18169 case $cache_file in #(
18171 mv -f confcache "$cache_file"$$ &&
18172 mv -f "$cache_file"$$ "$cache_file" ;; #(
18174 mv -f confcache "$cache_file" ;;
18179 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
18180 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
18185 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
18186 # Let make expand exec_prefix.
18187 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
18189 # Transform confdefs.h into DEFS.
18190 # Protect against shell expansion while executing Makefile rules.
18191 # Protect against Makefile macro expansion.
18193 # If the first sed substitution is executed (which looks for macros that
18194 # take arguments), then branch to the quote section. Otherwise,
18195 # look for a macro that doesn't take arguments.
18205 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
18207 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
18211 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
18224 DEFS=`sed -n "$ac_script" confdefs.h`
18230 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18231 # 1. Remove the extension, and $U if already installed.
18232 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
18233 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18234 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18235 # will be set to the directory where LIBOBJS objects are built.
18236 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18237 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
18239 LIBOBJS=$ac_libobjs
18241 LTLIBOBJS=$ac_ltlibobjs
18245 : "${CONFIG_STATUS=./config.status}"
18247 ac_clean_files_save=$ac_clean_files
18248 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18249 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18250 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18252 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18254 # Generated by $as_me.
18255 # Run this file to recreate the current configuration.
18256 # Compiler output produced by configure, useful for debugging
18257 # configure, is in config.log if it exists.
18260 ac_cs_recheck=false
18263 SHELL=\${CONFIG_SHELL-$SHELL}
18266 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18267 ## -------------------- ##
18268 ## M4sh Initialization. ##
18269 ## -------------------- ##
18271 # Be more Bourne compatible
18272 DUALCASE=1; export DUALCASE # for MKS sh
18273 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18276 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18277 # is contrary to our usage. Disable this feature.
18278 alias -g '${1+"$@"}'='"$@"'
18279 setopt NO_GLOB_SUBST
18281 case `(set -o) 2>/dev/null` in #(
18293 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18294 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18295 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
18296 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18297 # Prefer a ksh shell builtin over an external printf program on Solaris,
18298 # but without wasting forks for bash or zsh.
18299 if test -z "$BASH_VERSION$ZSH_VERSION" \
18300 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
18301 as_echo
='print -r --'
18302 as_echo_n
='print -rn --'
18303 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
18304 as_echo
='printf %s\n'
18305 as_echo_n
='printf %s'
18307 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18308 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
18309 as_echo_n
='/usr/ucb/echo -n'
18311 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
18312 as_echo_n_body
='eval
18316 expr "X$arg" : "X\\(.*\\)$as_nl";
18317 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18319 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18321 export as_echo_n_body
18322 as_echo_n
='sh -c $as_echo_n_body as_echo'
18324 export as_echo_body
18325 as_echo
='sh -c $as_echo_body as_echo'
18328 # The user is always right.
18329 if test "${PATH_SEPARATOR+set}" != set; then
18331 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
18332 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
18339 # We need space, tab and new line, in precisely that order. Quoting is
18340 # there to prevent editors from complaining about space-tab.
18341 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18342 # splitting by setting IFS to empty value.)
18345 # Find who we are. Look in the path if we contain no directory separator.
18348 *[\\/]* ) as_myself
=$0 ;;
18349 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18350 for as_dir
in $PATH
18353 test -z "$as_dir" && as_dir
=.
18354 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
18360 # We did not find ourselves, most probably we were run as `sh COMMAND'
18361 # in which case we are not to be found in the path.
18362 if test "x$as_myself" = x
; then
18365 if test ! -f "$as_myself"; then
18366 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18370 # Unset variables that we do not need and which cause bugs (e.g. in
18371 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18372 # suppresses any "Segmentation fault" message there. '((' could
18373 # trigger a bug in pdksh 5.2.14.
18374 for as_var
in BASH_ENV ENV MAIL MAILPATH
18375 do eval test x\
${$as_var+set} = xset \
18376 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18389 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18392 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18393 # ----------------------------------------
18394 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18395 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18396 # script with STATUS, using 1 if that was 0.
18399 as_status
=$1; test $as_status -eq 0 && as_status
=1
18401 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18402 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18404 $as_echo "$as_me: error: $2" >&2
18405 as_fn_exit
$as_status
18409 # as_fn_set_status STATUS
18410 # -----------------------
18411 # Set $? to STATUS, without forking.
18412 as_fn_set_status
()
18415 } # as_fn_set_status
18417 # as_fn_exit STATUS
18418 # -----------------
18419 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18423 as_fn_set_status
$1
18429 # Portably unset VAR.
18432 { eval $1=; unset $1;}
18434 as_unset
=as_fn_unset
18435 # as_fn_append VAR VALUE
18436 # ----------------------
18437 # Append the text in VALUE to the end of the definition contained in VAR. Take
18438 # advantage of any shell optimizations that allow amortized linear growth over
18439 # repeated appends, instead of the typical quadratic growth present in naive
18441 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18442 eval 'as_fn_append ()
18453 # as_fn_arith ARG...
18454 # ------------------
18455 # Perform arithmetic evaluation on the ARGs, and store the result in the
18456 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18457 # must be portable across $(()) and expr.
18458 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18459 eval 'as_fn_arith ()
18466 as_val
=`expr "$@" || test $? -eq 1`
18471 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18472 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18478 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18479 as_basename
=basename
18484 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18490 as_me
=`$as_basename -- "$0" ||
18491 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18492 X"$0" : 'X\(//\)$' \| \
18493 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18495 sed '/^.*\/\([^/][^/]*\)\/*$/{
18509 # Avoid depending upon Character Ranges.
18510 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18511 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18512 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18513 as_cr_digits
='0123456789'
18514 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18516 ECHO_C
= ECHO_N
= ECHO_T
=
18517 case `echo -n x` in #(((((
18519 case `echo 'xy\c'` in
18520 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18522 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18529 rm -f conf$$ conf$$.exe conf$$.
file
18530 if test -d conf$$.dir
; then
18531 rm -f conf$$.dir
/conf$$.
file
18534 mkdir conf$$.dir
2>/dev
/null
18536 if (echo >conf$$.
file) 2>/dev
/null
; then
18537 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18539 # ... but there are two gotchas:
18540 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18541 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18542 # In both cases, we have to default to `cp -pR'.
18543 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18545 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18553 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18554 rmdir conf$$.dir
2>/dev
/null
18559 # Create "$as_dir" as a directory, including parents if necessary.
18564 -*) as_dir
=.
/$as_dir;;
18566 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18570 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18571 *) as_qdir
=$as_dir;;
18573 as_dirs
="'$as_qdir' $as_dirs"
18574 as_dir
=`$as_dirname -- "$as_dir" ||
18575 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18576 X"$as_dir" : 'X\(//\)[^/]' \| \
18577 X"$as_dir" : 'X\(//\)$' \| \
18578 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18579 $as_echo X"$as_dir" |
18580 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18584 /^X\(\/\/\)[^/].*/{
18597 test -d "$as_dir" && break
18599 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18600 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18604 if mkdir
-p .
2>/dev
/null
; then
18605 as_mkdir_p
='mkdir -p "$as_dir"'
18607 test -d .
/-p && rmdir .
/-p
18612 # as_fn_executable_p FILE
18613 # -----------------------
18614 # Test if FILE is an executable regular file.
18615 as_fn_executable_p
()
18617 test -f "$1" && test -x "$1"
18618 } # as_fn_executable_p
18619 as_test_x
='test -x'
18620 as_executable_p
=as_fn_executable_p
18622 # Sed expression to map a string onto a valid CPP name.
18623 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18625 # Sed expression to map a string onto a valid variable name.
18626 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18630 ## ----------------------------------- ##
18631 ## Main body of $CONFIG_STATUS script. ##
18632 ## ----------------------------------- ##
18634 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18636 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18637 # Save the log message, to keep $0 and so on meaningful, and to
18638 # report actual input values of CONFIG_FILES etc. instead of their
18639 # values after options handling.
18641 This file was extended by $as_me, which was
18642 generated by GNU Autoconf 2.69. Invocation command line was
18644 CONFIG_FILES = $CONFIG_FILES
18645 CONFIG_HEADERS = $CONFIG_HEADERS
18646 CONFIG_LINKS = $CONFIG_LINKS
18647 CONFIG_COMMANDS = $CONFIG_COMMANDS
18650 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18655 case $ac_config_files in *"
18656 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18661 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18662 # Files that config.status was made for.
18663 config_files="$ac_config_files"
18667 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18669 \`$as_me' instantiates files and other configuration actions
18670 from templates according to the current configuration. Unless the files
18671 and actions are specified as TAGs, all are instantiated by default.
18673 Usage: $0 [OPTION]... [TAG]...
18675 -h, --help print this help, then exit
18676 -V, --version print version number and configuration settings, then exit
18677 --config print configuration, then exit
18678 -q, --quiet, --silent
18679 do not print progress messages
18680 -d, --debug don't remove temporary files
18681 --recheck update $as_me by reconfiguring in the same conditions
18682 --file=FILE[:TEMPLATE]
18683 instantiate the configuration file FILE
18685 Configuration files:
18688 Report bugs to the package provider."
18691 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18692 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18695 configured by $0, generated by GNU Autoconf 2.69,
18696 with options \\"\$ac_cs_config\\"
18698 Copyright (C) 2012 Free Software Foundation, Inc.
18699 This config.status script is free software; the Free Software Foundation
18700 gives unlimited permission to copy, distribute and modify it."
18706 test -n "\$AWK" || AWK=awk
18709 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18710 # The default lists apply if the user does not specify any file.
18716 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18717 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18721 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18733 # Handling of the options.
18734 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18736 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18737 $as_echo "$ac_cs_version"; exit ;;
18738 --config |
--confi |
--conf |
--con |
--co |
--c )
18739 $as_echo "$ac_cs_config"; exit ;;
18740 --debug |
--debu |
--deb |
--de |
--d |
-d )
18742 --file |
--fil |
--fi |
--f )
18745 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18746 '') as_fn_error $?
"missing file argument" ;;
18748 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18749 ac_need_defaults
=false
;;
18750 --he |
--h |
--help |
--hel |
-h )
18751 $as_echo "$ac_cs_usage"; exit ;;
18752 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18753 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18756 # This is an error.
18757 -*) as_fn_error $?
"unrecognized option: \`$1'
18758 Try \`$0 --help' for more information." ;;
18760 *) as_fn_append ac_config_targets
" $1"
18761 ac_need_defaults
=false
;;
18767 ac_configure_extra_args
=
18769 if $ac_cs_silent; then
18771 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18775 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18776 if \$ac_cs_recheck; then
18777 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18779 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18780 CONFIG_SHELL='$SHELL'
18781 export CONFIG_SHELL
18786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18790 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18791 ## Running $as_me. ##
18797 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18801 extrasub_build="$extrasub_build"
18802 extrasub_host="$extrasub_host"
18803 extrasub_target="$extrasub_target"
18807 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18809 # Handling of arguments.
18810 for ac_config_target
in $ac_config_targets
18812 case $ac_config_target in
18813 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
18815 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18820 # If the user did not use the arguments to specify the items to instantiate,
18821 # then the envvar interface is used. Set only those that are not.
18822 # We use the long form for the default assignment because of an extremely
18823 # bizarre bug on SunOS 4.1.3.
18824 if $ac_need_defaults; then
18825 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18828 # Have a temporary directory for convenience. Make it in the build tree
18829 # simply because there is no reason against having it here, and in addition,
18830 # creating and moving files from /tmp can sometimes cause problems.
18831 # Hook for its removal unless debugging.
18832 # Note that there is a small window in which the directory will not be cleaned:
18833 # after its creation but before its name has been assigned to `$tmp'.
18837 trap 'exit_status=$?
18838 : "${ac_tmp:=$tmp}"
18839 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18841 trap 'as_fn_exit 1' 1 2 13 15
18843 # Create a (secure) tmp directory for tmp files.
18846 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18850 tmp
=.
/conf$$
-$RANDOM
18851 (umask 077 && mkdir
"$tmp")
18852 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18855 # Set up the scripts for CONFIG_FILES section.
18856 # No need to generate them if there are no CONFIG_FILES.
18857 # This happens for instance with `./config.status config.h'.
18858 if test -n "$CONFIG_FILES"; then
18860 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
18861 ac_cs_awk_getline
=:
18862 ac_cs_awk_pipe_init
=
18863 ac_cs_awk_read_file
='
18864 while ((getline aline < (F[key])) > 0)
18867 ac_cs_awk_pipe_fini
=
18869 ac_cs_awk_getline
=false
18870 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
18871 ac_cs_awk_read_file
='
18873 print "cat " F[key] " &&"
18874 '$ac_cs_awk_pipe_init
18875 # The final `:' finishes the AND list.
18876 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
18878 ac_cr
=`echo X | tr X '\015'`
18879 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18880 # But we know of no other shell where ac_cr would be empty at this
18881 # point, so we can use a bashism as a fallback.
18882 if test "x$ac_cr" = x
; then
18883 eval ac_cr
=\$
\'\\r
\'
18885 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18886 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18889 ac_cs_awk_cr
=$ac_cr
18892 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18895 # Create commands to substitute file output variables.
18897 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18898 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
18899 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
18902 } >conf$
$files.sh
&&
18903 . .
/conf$
$files.sh ||
18904 as_fn_error $?
"could not make $CONFIG_STATUS" "$LINENO" 5
18905 rm -f conf$
$files.sh
18908 echo "cat >conf$$subs.awk <<_ACEOF" &&
18909 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18911 } >conf$$subs.sh ||
18912 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18913 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18915 for ac_last_try in false false false false false :; do
18916 . ./conf$$subs.sh ||
18917 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18919 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18920 if test $ac_delim_n = $ac_delim_num; then
18922 elif $ac_last_try; then
18923 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18925 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18928 rm -f conf$$subs.sh
18930 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18931 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18935 s/^/S["/; s
/!.
*/"]=/
18945 s/\(.\{148\}\)..*/\1/
18947 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18952 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18959 s/\(.\{148\}\)..*/\1/
18961 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18965 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18970 ' <conf$$subs.awk | sed '
18975 ' >>$CONFIG_STATUS || ac_write_fail=1
18976 rm -f conf$$subs.awk
18977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18979 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18980 for (key in S) S_is_set[key] = 1
18982 \$ac_cs_awk_pipe_init
18986 nfields = split(line, field, "@
")
18988 len = length(field[1])
18989 for (i = 2; i < nfields; i++) {
18991 keylen = length(key)
18992 if (S_is_set[key]) {
18994 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18995 len += length(value) + length(field[++i])
19000 if (nfields == 3 && !substed) {
19002 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19003 \$ac_cs_awk_read_file
19009 \$ac_cs_awk_pipe_fini
19012 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19013 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19014 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19017 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19018 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19021 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19022 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19023 # trailing colons and then remove the whole line if VPATH becomes empty
19024 # (actually we leave an empty line to preserve line numbers).
19025 if test "x
$srcdir" = x.; then
19026 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19044 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19045 fi # test -n "$CONFIG_FILES"
19048 eval set X " :F
$CONFIG_FILES "
19053 :[FHLC]) ac_mode=$ac_tag; continue;;
19055 case $ac_mode$ac_tag in
19057 :L* | :C*:*) as_fn_error $? "invalid tag \
`$ac_tag'" "$LINENO" 5;;
19058 :[FH]-) ac_tag=-:-;;
19059 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19076 -) ac_f="$ac_tmp/stdin";;
19077 *) # Look for the file first in the build tree, then in the source tree
19078 # (if the path is not absolute). The absolute path cannot be DOS-style,
19079 # because $ac_f cannot contain `:'.
19083 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19085 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19087 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
19088 as_fn_append ac_file_inputs " '$ac_f'"
19091 # Let's still pretend it is `configure' which instantiates (i.e., don't
19092 # use $as_me), people would be surprised to read:
19093 # /* config.h. Generated by config.status. */
19094 configure_input='Generated from '`
19095 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19097 if test x"$ac_file" != x-; then
19098 configure_input="$ac_file.
$configure_input"
19099 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
19100 $as_echo "$as_me: creating
$ac_file" >&6;}
19102 # Neutralize special characters interpreted by sed in replacement strings.
19103 case $configure_input in #(
19104 *\&* | *\|* | *\\* )
19105 ac_sed_conf_input=`$as_echo "$configure_input" |
19106 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19107 *) ac_sed_conf_input=$configure_input;;
19111 *:-:* | *:-) cat >"$ac_tmp/stdin
" \
19112 || as_fn_error $? "could not create
$ac_file" "$LINENO" 5 ;;
19117 ac_dir=`$as_dirname -- "$ac_file" ||
19118 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19119 X"$ac_file" : 'X\(//\)[^/]' \| \
19120 X"$ac_file" : 'X\(//\)$' \| \
19121 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19122 $as_echo X"$ac_file" |
19123 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19127 /^X\(\/\/\)[^/].*/{
19140 as_dir="$ac_dir"; as_fn_mkdir_p
19144 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19146 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19147 # A "..
" for each directory in $ac_dir_suffix.
19148 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19149 case $ac_top_builddir_sub in
19150 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19151 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19154 ac_abs_top_builddir=$ac_pwd
19155 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19156 # for backward compatibility:
19157 ac_top_builddir=$ac_top_build_prefix
19160 .) # We are building in place.
19162 ac_top_srcdir=$ac_top_builddir_sub
19163 ac_abs_top_srcdir=$ac_pwd ;;
19164 [\\/]* | ?:[\\/]* ) # Absolute name.
19165 ac_srcdir=$srcdir$ac_dir_suffix;
19166 ac_top_srcdir=$srcdir
19167 ac_abs_top_srcdir=$srcdir ;;
19168 *) # Relative name.
19169 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19170 ac_top_srcdir=$ac_top_build_prefix$srcdir
19171 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19173 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19183 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19184 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19189 # If the template does not know about datarootdir, expand it.
19190 # FIXME: This hack should be removed a few years after 2.60.
19191 ac_datarootdir_hack=; ac_datarootdir_seen=
19202 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
19203 *datarootdir*) ac_datarootdir_seen=yes;;
19204 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19205 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
19206 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
19208 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19209 ac_datarootdir_hack='
19210 s&@datadir@&$datadir&g
19211 s&@docdir@&$docdir&g
19212 s&@infodir@&$infodir&g
19213 s&@localedir@&$localedir&g
19214 s&@mandir@&$mandir&g
19215 s&\\\${datarootdir}&$datarootdir&g' ;;
19219 # Neutralize VPATH when `$srcdir' = `.'.
19220 # Shell code in configure.ac might set extrasub.
19221 # FIXME: do we really want to maintain this feature?
19222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19223 ac_sed_extra="$ac_vpsub
19226 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19228 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19229 s|@configure_input@|
$ac_sed_conf_input|
;t t
19230 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19231 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19232 s
&@srcdir@
&$ac_srcdir&;t t
19233 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19234 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19235 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19236 s
&@builddir@
&$ac_builddir&;t t
19237 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19238 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19239 s
&@INSTALL@
&$ac_INSTALL&;t t
19240 $ac_datarootdir_hack
19242 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19243 if $ac_cs_awk_getline; then
19244 $AWK -f "$ac_tmp/subs.
awk"
19246 $AWK -f "$ac_tmp/subs.
awk" | $SHELL
19248 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19250 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19251 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19252 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19253 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19255 which seems to be undefined. Please make sure it is defined" >&5
19256 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19257 which seems to be undefined. Please make sure it is defined" >&2;}
19259 rm -f "$ac_tmp/stdin"
19261 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19262 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19264 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19272 case $ac_file$ac_mode in
19273 "Makefile":F) sed "$extrasub_build" Makefile |
19274 sed "$extrasub_host" |
19275 sed "$extrasub_target" > mf$$
19276 mv -f mf$$ Makefile ;;
19284 ac_clean_files=$ac_clean_files_save
19286 test $ac_write_fail = 0 ||
19287 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19290 # configure is writing to config.log, and then calls config.status.
19291 # config.status does its own redirection, appending to config.log.
19292 # Unfortunately, on DOS this fails, as config.log is still kept open
19293 # by configure, so config.status won't be able to
write to it
; its
19294 # output is simply discarded. So we exec the FD to /dev/null,
19295 # effectively closing config.log, so it can be properly (re)opened and
19296 # appended to by config.status. When coming back to configure, we
19297 # need to make the FD available again.
19298 if test "$no_create" != yes; then
19300 ac_config_status_args
=
19301 test "$silent" = yes &&
19302 ac_config_status_args
="$ac_config_status_args --quiet"
19304 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19306 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19307 # would make configure fail if this is the last instruction.
19308 $ac_cs_success || as_fn_exit
1
19310 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19312 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}