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
676 DEBUG_PREFIX_CFLAGS_FOR_TARGET
677 SYSROOT_CFLAGS_FOR_TARGET
679 extra_host_zlib_configure_flags
680 extra_host_libiberty_configure_flags
683 extra_linker_plugin_flags
684 extra_linker_plugin_configure_flags
691 extra_isl_gmp_configure_flags
692 extra_mpc_mpfr_configure_flags
693 extra_mpc_gmp_configure_flags
694 extra_mpfr_configure_flags
712 extra_liboffloadmic_configure_flags
739 TOPLEVEL_CONFIGURE_ARGUMENTS
767 program_transform_name
778 ac_subst_files
='serialization_dependencies
784 enable_option_checking
787 enable_as_accelerator_for
788 enable_offload_targets
791 enable_compressed_debug_sections
793 enable_libquadmath_support
811 with_static_standard_libraries
818 enable_isl_version_check
820 enable_linker_plugin_configure_flags
821 enable_linker_plugin_flags
823 enable_stage1_languages
826 with_target_bdw_gc_include
827 with_target_bdw_gc_lib
828 with_gcc_major_version_only
830 with_debug_prefix_map
833 enable_serial_configure
834 with_build_time_tools
835 enable_maintainer_mode
836 enable_stage1_checking
839 ac_precious_vars
='build_alias
889 # Initialize some variables set by options.
891 ac_init_version
=false
892 ac_unrecognized_opts
=
894 # The variables have the same names as the options, with
895 # dashes changed to underlines.
903 program_transform_name
=s
,x
,x
,
911 # Installation directory options.
912 # These are left unexpanded so users can "make install exec_prefix=/foo"
913 # and all the variables that are supposed to be based on exec_prefix
914 # by default will actually change.
915 # Use braces instead of parens because sh, perl, etc. also accept them.
916 # (The list follows the same order as the GNU Coding Standards.)
917 bindir
='${exec_prefix}/bin'
918 sbindir
='${exec_prefix}/sbin'
919 libexecdir
='${exec_prefix}/libexec'
920 datarootdir
='${prefix}/share'
921 datadir
='${datarootdir}'
922 sysconfdir
='${prefix}/etc'
923 sharedstatedir
='${prefix}/com'
924 localstatedir
='${prefix}/var'
925 includedir
='${prefix}/include'
926 oldincludedir
='/usr/include'
927 docdir
='${datarootdir}/doc/${PACKAGE}'
928 infodir
='${datarootdir}/info'
933 libdir
='${exec_prefix}/lib'
934 localedir
='${datarootdir}/locale'
935 mandir
='${datarootdir}/man'
941 # If the previous option needs an argument, assign it.
942 if test -n "$ac_prev"; then
943 eval $ac_prev=\
$ac_option
949 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
954 # Accept the important Cygnus configure options, so we can diagnose typos.
956 case $ac_dashdash$ac_option in
960 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
962 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
965 -build |
--build |
--buil |
--bui |
--bu)
966 ac_prev
=build_alias
;;
967 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
968 build_alias
=$ac_optarg ;;
970 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
971 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
972 ac_prev
=cache_file
;;
973 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
974 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
975 cache_file
=$ac_optarg ;;
978 cache_file
=config.cache
;;
980 -datadir |
--datadir |
--datadi |
--datad)
982 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
983 datadir
=$ac_optarg ;;
985 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
986 |
--dataroo |
--dataro |
--datar)
987 ac_prev
=datarootdir
;;
988 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
989 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
990 datarootdir
=$ac_optarg ;;
992 -disable-* |
--disable-*)
993 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
994 # Reject names that are not valid shell variable names.
995 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
996 as_fn_error $?
"invalid feature name: $ac_useropt"
997 ac_useropt_orig
=$ac_useropt
998 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
999 case $ac_user_opts in
1001 "enable_
$ac_useropt"
1003 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1004 ac_unrecognized_sep
=', ';;
1006 eval enable_
$ac_useropt=no
;;
1008 -docdir |
--docdir |
--docdi |
--doc |
--do)
1010 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1011 docdir
=$ac_optarg ;;
1013 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1015 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1016 dvidir
=$ac_optarg ;;
1018 -enable-* |
--enable-*)
1019 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1020 # Reject names that are not valid shell variable names.
1021 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1022 as_fn_error $?
"invalid feature name: $ac_useropt"
1023 ac_useropt_orig
=$ac_useropt
1024 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1025 case $ac_user_opts in
1027 "enable_
$ac_useropt"
1029 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1030 ac_unrecognized_sep
=', ';;
1032 eval enable_
$ac_useropt=\
$ac_optarg ;;
1034 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1035 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1036 |
--exec |
--exe |
--ex)
1037 ac_prev
=exec_prefix
;;
1038 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1039 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1040 |
--exec=* |
--exe=* |
--ex=*)
1041 exec_prefix
=$ac_optarg ;;
1043 -gas |
--gas |
--ga |
--g)
1044 # Obsolete; use --with-gas.
1047 -help |
--help |
--hel |
--he |
-h)
1048 ac_init_help
=long
;;
1049 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1050 ac_init_help
=recursive
;;
1051 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1052 ac_init_help
=short
;;
1054 -host |
--host |
--hos |
--ho)
1055 ac_prev
=host_alias
;;
1056 -host=* |
--host=* |
--hos=* |
--ho=*)
1057 host_alias
=$ac_optarg ;;
1059 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1061 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1063 htmldir
=$ac_optarg ;;
1065 -includedir |
--includedir |
--includedi |
--included |
--include \
1066 |
--includ |
--inclu |
--incl |
--inc)
1067 ac_prev
=includedir
;;
1068 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1069 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1070 includedir
=$ac_optarg ;;
1072 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1074 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1075 infodir
=$ac_optarg ;;
1077 -libdir |
--libdir |
--libdi |
--libd)
1079 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1080 libdir
=$ac_optarg ;;
1082 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1083 |
--libexe |
--libex |
--libe)
1084 ac_prev
=libexecdir
;;
1085 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1086 |
--libexe=* |
--libex=* |
--libe=*)
1087 libexecdir
=$ac_optarg ;;
1089 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1090 ac_prev
=localedir
;;
1091 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1092 localedir
=$ac_optarg ;;
1094 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1095 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1096 ac_prev
=localstatedir
;;
1097 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1098 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1099 localstatedir
=$ac_optarg ;;
1101 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1103 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1104 mandir
=$ac_optarg ;;
1106 -nfp |
--nfp |
--nf)
1107 # Obsolete; use --without-fp.
1110 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1111 |
--no-cr |
--no-c |
-n)
1114 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1115 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1118 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1119 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1120 |
--oldin |
--oldi |
--old |
--ol |
--o)
1121 ac_prev
=oldincludedir
;;
1122 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1123 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1124 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1125 oldincludedir
=$ac_optarg ;;
1127 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1129 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1130 prefix
=$ac_optarg ;;
1132 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1133 |
--program-pre |
--program-pr |
--program-p)
1134 ac_prev
=program_prefix
;;
1135 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1136 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1137 program_prefix
=$ac_optarg ;;
1139 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1140 |
--program-suf |
--program-su |
--program-s)
1141 ac_prev
=program_suffix
;;
1142 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1143 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1144 program_suffix
=$ac_optarg ;;
1146 -program-transform-name |
--program-transform-name \
1147 |
--program-transform-nam |
--program-transform-na \
1148 |
--program-transform-n |
--program-transform- \
1149 |
--program-transform |
--program-transfor \
1150 |
--program-transfo |
--program-transf \
1151 |
--program-trans |
--program-tran \
1152 |
--progr-tra |
--program-tr |
--program-t)
1153 ac_prev
=program_transform_name
;;
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 program_transform_name
=$ac_optarg ;;
1163 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1165 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1166 pdfdir
=$ac_optarg ;;
1168 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1170 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1173 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1174 |
-silent |
--silent |
--silen |
--sile |
--sil)
1177 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1179 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1181 sbindir
=$ac_optarg ;;
1183 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1184 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1185 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1187 ac_prev
=sharedstatedir
;;
1188 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1189 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1190 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1192 sharedstatedir
=$ac_optarg ;;
1194 -site |
--site |
--sit)
1196 -site=* |
--site=* |
--sit=*)
1199 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1201 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1202 srcdir
=$ac_optarg ;;
1204 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1205 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1206 ac_prev
=sysconfdir
;;
1207 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1208 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1209 sysconfdir
=$ac_optarg ;;
1211 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1212 ac_prev
=target_alias
;;
1213 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1214 target_alias
=$ac_optarg ;;
1216 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1219 -version |
--version |
--versio |
--versi |
--vers |
-V)
1220 ac_init_version
=: ;;
1223 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1224 # Reject names that are not valid shell variable names.
1225 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1226 as_fn_error $?
"invalid package name: $ac_useropt"
1227 ac_useropt_orig
=$ac_useropt
1228 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1229 case $ac_user_opts in
1233 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1234 ac_unrecognized_sep
=', ';;
1236 eval with_
$ac_useropt=\
$ac_optarg ;;
1238 -without-* |
--without-*)
1239 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1240 # Reject names that are not valid shell variable names.
1241 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1242 as_fn_error $?
"invalid package name: $ac_useropt"
1243 ac_useropt_orig
=$ac_useropt
1244 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1245 case $ac_user_opts in
1249 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1250 ac_unrecognized_sep
=', ';;
1252 eval with_
$ac_useropt=no
;;
1255 # Obsolete; use --with-x.
1258 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1259 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1260 ac_prev
=x_includes
;;
1261 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1262 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1263 x_includes
=$ac_optarg ;;
1265 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1266 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1267 ac_prev
=x_libraries
;;
1268 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1269 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1270 x_libraries
=$ac_optarg ;;
1272 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1273 Try \`$0 --help' for more information"
1277 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1278 # Reject names that are not valid shell variable names.
1279 case $ac_envvar in #(
1280 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1281 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1283 eval $ac_envvar=\
$ac_optarg
1284 export $ac_envvar ;;
1287 # FIXME: should be removed in autoconf 3.0.
1288 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1289 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1290 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1291 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1297 if test -n "$ac_prev"; then
1298 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1299 as_fn_error $?
"missing argument to $ac_option"
1302 if test -n "$ac_unrecognized_opts"; then
1303 case $enable_option_checking in
1305 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1306 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1310 # Check all directory arguments for consistency.
1311 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1312 datadir sysconfdir sharedstatedir localstatedir includedir \
1313 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1314 libdir localedir mandir
1316 eval ac_val
=\$
$ac_var
1317 # Remove trailing slashes.
1320 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1321 eval $ac_var=\
$ac_val;;
1323 # Be sure to have absolute directory names.
1325 [\\/$
]* | ?
:[\\/]* ) continue;;
1326 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1328 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1331 # There might be people who depend on the old broken behavior: `$host'
1332 # used to hold the argument of --host etc.
1333 # FIXME: To remove some day.
1336 target
=$target_alias
1338 # FIXME: To remove some day.
1339 if test "x$host_alias" != x
; then
1340 if test "x$build_alias" = x
; then
1341 cross_compiling
=maybe
1342 elif test "x$build_alias" != "x$host_alias"; then
1348 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1350 test "$silent" = yes && exec 6>/dev
/null
1353 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1354 ac_ls_di
=`ls -di .` &&
1355 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1356 as_fn_error $?
"working directory cannot be determined"
1357 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1358 as_fn_error $?
"pwd does not report name of working directory"
1361 # Find the source files, if location was not specified.
1362 if test -z "$srcdir"; then
1363 ac_srcdir_defaulted
=yes
1364 # Try the directory containing this script, then the parent directory.
1365 ac_confdir
=`$as_dirname -- "$as_myself" ||
1366 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1367 X"$as_myself" : 'X\(//\)[^/]' \| \
1368 X"$as_myself" : 'X\(//\)$' \| \
1369 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1370 $as_echo X"$as_myself" |
1371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1393 ac_srcdir_defaulted
=no
1395 if test ! -r "$srcdir/$ac_unique_file"; then
1396 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1397 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1399 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1401 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1403 # When building in place, set srcdir=.
1404 if test "$ac_abs_confdir" = "$ac_pwd"; then
1407 # Remove unnecessary trailing slashes from srcdir.
1408 # Double slashes in file names in object file debugging info
1409 # mess up M-x gdb in Emacs.
1411 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1415 as_fn_error $?
"path to source, $srcdir, contains spaces"
1418 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1420 for ac_var
in $ac_precious_vars; do
1421 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1422 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1423 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1424 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1428 # Report the --help message.
1430 if test "$ac_init_help" = "long"; then
1431 # Omit some internal or obsolete options to make the list less imposing.
1432 # This message is too long to be a string in the A/UX 3.1 sh.
1434 \`configure' configures this package to adapt to many kinds of systems.
1436 Usage: $0 [OPTION]... [VAR=VALUE]...
1438 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1439 VAR=VALUE. See below for descriptions of some of the useful variables.
1441 Defaults for the options are specified in brackets.
1444 -h, --help display this help and exit
1445 --help=short display options specific to this package
1446 --help=recursive display the short help of all the included packages
1447 -V, --version display version information and exit
1448 -q, --quiet, --silent do not print \`checking ...' messages
1449 --cache-file=FILE cache test results in FILE [disabled]
1450 -C, --config-cache alias for \`--cache-file=config.cache'
1451 -n, --no-create do not create output files
1452 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1454 Installation directories:
1455 --prefix=PREFIX install architecture-independent files in PREFIX
1456 [$ac_default_prefix]
1457 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1460 By default, \`make install' will install all the files in
1461 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1462 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1463 for instance \`--prefix=\$HOME'.
1465 For better control, use the options below.
1467 Fine tuning of the installation directories:
1468 --bindir=DIR user executables [EPREFIX/bin]
1469 --sbindir=DIR system admin executables [EPREFIX/sbin]
1470 --libexecdir=DIR program executables [EPREFIX/libexec]
1471 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1472 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1473 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1474 --libdir=DIR object code libraries [EPREFIX/lib]
1475 --includedir=DIR C header files [PREFIX/include]
1476 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1477 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1478 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1479 --infodir=DIR info documentation [DATAROOTDIR/info]
1480 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1481 --mandir=DIR man documentation [DATAROOTDIR/man]
1482 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1483 --htmldir=DIR html documentation [DOCDIR]
1484 --dvidir=DIR dvi documentation [DOCDIR]
1485 --pdfdir=DIR pdf documentation [DOCDIR]
1486 --psdir=DIR ps documentation [DOCDIR]
1492 --program-prefix=PREFIX prepend PREFIX to installed program names
1493 --program-suffix=SUFFIX append SUFFIX to installed program names
1494 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1497 --build=BUILD configure
for building on BUILD
[guessed
]
1498 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1499 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1503 if test -n "$ac_init_help"; then
1508 --disable-option-checking ignore unrecognized
--enable/--with options
1509 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1510 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1511 --enable-as-accelerator-for=ARG
1512 build as offload target compiler. Specify offload
1514 --enable-offload-targets=LIST
1515 enable offloading to devices from comma-separated
1516 LIST of TARGET
[=DIR
]. Use optional path to
find
1517 offload target compiler during the build
1518 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1519 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1520 --enable-compressed-debug-sections={all
,gas
,gold
,ld
,none
}
1521 Enable compressed debug sections
for gas
, gold or ld
1523 --disable-libquadmath do not build libquadmath directory
1524 --disable-libquadmath-support
1525 disable libquadmath support
for Fortran
1526 --enable-libada build libada directory
1527 --enable-libssp build libssp directory
1528 --disable-libstdcxx do not build libstdc
++-v3 directory
1529 --enable-liboffloadmic=ARG
1530 build liboffloadmic
[ARG
={no
,host,target
}]
1531 --enable-bootstrap enable bootstrapping
[yes if native build
]
1532 --disable-isl-version-check
1533 disable check
for isl version
1534 --enable-lto enable link
time optimization support
1535 --enable-linker-plugin-configure-flags=FLAGS
1536 additional flags
for configuring linker plugins
1538 --enable-linker-plugin-flags=FLAGS
1539 additional flags
for configuring and building linker
1541 --enable-host-shared build
host code as shared libraries
1542 --enable-stage1-languages[=all
]
1543 choose additional languages to build during stage1.
1544 Mostly useful
for compiler development
1545 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1547 --enable-vtable-verify Enable vtable verification feature
1548 --enable-serial-[{host,target,build}-]configure
1549 force sequential configuration of sub-packages for
1550 the host, target or build machine, or all
1552 --enable-maintainer-mode
1553 enable make rules and dependencies not useful (and
1554 sometimes confusing) to the casual installer
1555 --enable-stage1-checking[=all]
1556 choose additional checking for stage1 of the
1558 --enable-werror enable -Werror in bootstrap stage2 and later
1561 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1562 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1563 --with-build-libsubdir=DIR Directory where to find libraries for build system
1564 --with-system-zlib use installed libz
1565 --with-mpc=PATH specify prefix directory for installed MPC package.
1566 Equivalent to --with-mpc-include=PATH/include plus
1567 --with-mpc-lib=PATH/lib
1568 --with-mpc-include=PATH specify directory for installed MPC include files
1569 --with-mpc-lib=PATH specify directory for the installed MPC library
1570 --with-mpfr-dir=PATH this option has been REMOVED
1571 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1572 Equivalent to --with-mpfr-include=PATH/include plus
1573 --with-mpfr-lib=PATH/lib
1574 --with-mpfr-include=PATH
1575 specify directory for installed MPFR include files
1576 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1577 --with-gmp-dir=PATH this option has been REMOVED
1578 --with-gmp=PATH specify prefix directory for the installed GMP
1579 package. Equivalent to
1580 --with-gmp-include=PATH/include plus
1581 --with-gmp-lib=PATH/lib
1582 --with-gmp-include=PATH specify directory for installed GMP include files
1583 --with-gmp-lib=PATH specify directory for the installed GMP library
1584 --with-stage1-libs=LIBS libraries for stage1
1585 --with-static-standard-libraries
1586 use -static-libstdc++ and -static-libgcc
1588 --with-stage1-ldflags=FLAGS
1589 linker flags for stage1
1590 --with-boot-libs=LIBS libraries for stage2 and later
1591 --with-boot-ldflags=FLAGS
1592 linker flags for stage2 and later
1593 --with-isl=PATH Specify prefix directory for the installed isl
1594 package. Equivalent to
1595 --with-isl-include=PATH/include plus
1596 --with-isl-lib=PATH/lib
1597 --with-isl-include=PATH Specify directory for installed isl include files
1598 --with-isl-lib=PATH Specify the directory for the installed isl library
1599 --with-target-bdw-gc=PATHLIST
1600 specify prefix directory for installed bdw-gc
1601 package. Equivalent to
1602 --with-target-bdw-gc-include=PATH/include plus
1603 --with-target-bdw-gc-lib=PATH/lib
1604 --with-target-bdw-gc-include=PATHLIST
1605 specify directories for installed bdw-gc include
1607 --with-target-bdw-gc-lib=PATHLIST
1608 specify directories for installed bdw-gc library
1609 --with-gcc-major-version-only
1610 use only GCC major number in filesystem paths
1611 --with-build-sysroot=SYSROOT
1612 use sysroot as the system root during the build
1613 --with-debug-prefix-map='A
=B C
=D ...
'
1614 map A to B, C to D ... in debug information
1615 --with-build-config='NAME NAME2...
'
1616 use config/NAME.mk build configuration
1617 --with-build-time-tools=PATH
1618 use given path to find target tools during the build
1620 Some influential environment variables:
1621 CC C compiler command
1622 CFLAGS C compiler flags
1623 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1624 nonstandard directory <lib dir>
1625 LIBS libraries to pass to the linker, e.g. -l<library>
1626 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1627 you have headers in a nonstandard directory <include dir>
1628 CXX C++ compiler command
1629 CXXFLAGS C++ compiler flags
1631 additional configure arguments for build directories
1633 additional configure arguments for host directories
1635 additional configure arguments for target directories
1638 DLLTOOL DLLTOOL for the host
1640 LIPO LIPO for the host
1642 RANLIB RANLIB for the host
1643 STRIP STRIP for the host
1644 WINDRES WINDRES for the host
1645 WINDMC WINDMC for the host
1646 OBJCOPY OBJCOPY for the host
1647 OBJDUMP OBJDUMP for the host
1648 OTOOL OTOOL for the host
1649 READELF READELF for the host
1657 GFORTRAN for the target
1667 DLLTOOL for the target
1675 OBJCOPY for the target
1677 OBJDUMP for the target
1679 OTOOL for the target
1681 RANLIB for the target
1683 READELF for the target
1685 STRIP for the target
1687 WINDRES for the target
1689 WINDMC for the target
1691 Use these variables to override the choices made by `configure' or to
help
1692 it to
find libraries and programs with nonstandard names
/locations.
1694 Report bugs to the package provider.
1699 if test "$ac_init_help" = "recursive"; then
1700 # If there are subdirs, report their specific --help.
1701 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1702 test -d "$ac_dir" ||
1703 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1708 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1710 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1711 # A ".." for each directory in $ac_dir_suffix.
1712 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1713 case $ac_top_builddir_sub in
1714 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1715 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1718 ac_abs_top_builddir
=$ac_pwd
1719 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1720 # for backward compatibility:
1721 ac_top_builddir
=$ac_top_build_prefix
1724 .
) # We are building in place.
1726 ac_top_srcdir
=$ac_top_builddir_sub
1727 ac_abs_top_srcdir
=$ac_pwd ;;
1728 [\\/]* | ?
:[\\/]* ) # Absolute name.
1729 ac_srcdir
=$srcdir$ac_dir_suffix;
1730 ac_top_srcdir
=$srcdir
1731 ac_abs_top_srcdir
=$srcdir ;;
1733 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1734 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1735 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1737 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1739 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1740 # Check for guested configure.
1741 if test -f "$ac_srcdir/configure.gnu"; then
1743 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1744 elif test -f "$ac_srcdir/configure"; then
1746 $SHELL "$ac_srcdir/configure" --help=recursive
1748 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1750 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1754 test -n "$ac_init_help" && exit $ac_status
1755 if $ac_init_version; then
1758 generated by GNU Autoconf
2.69
1760 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1761 This configure
script is free software
; the Free Software Foundation
1762 gives unlimited permission to copy
, distribute and modify it.
1767 ## ------------------------ ##
1768 ## Autoconf initialization. ##
1769 ## ------------------------ ##
1771 # ac_fn_c_try_compile LINENO
1772 # --------------------------
1773 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1774 ac_fn_c_try_compile
()
1776 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1777 rm -f conftest.
$ac_objext
1778 if { { ac_try
="$ac_compile"
1780 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1781 *) ac_try_echo=$ac_try;;
1783 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1784 $as_echo "$ac_try_echo"; } >&5
1785 (eval "$ac_compile") 2>conftest.err
1787 if test -s conftest.err; then
1788 grep -v '^ *+' conftest.err >conftest.er1
1789 cat conftest.er1 >&5
1790 mv -f conftest.er1 conftest.err
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && {
1794 test -z "$ac_c_werror_flag" ||
1795 test ! -s conftest.err
1796 } && test -s conftest.$ac_objext; then :
1799 $as_echo "$as_me: failed program was:" >&5
1800 sed 's/^/| /' conftest.$ac_ext >&5
1804 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1805 as_fn_set_status $ac_retval
1807 } # ac_fn_c_try_compile
1809 # ac_fn_cxx_try_compile LINENO
1810 # ----------------------------
1811 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1812 ac_fn_cxx_try_compile ()
1814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1815 rm -f conftest.$ac_objext
1816 if { { ac_try="$ac_compile"
1818 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1819 *) ac_try_echo
=$ac_try;;
1821 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1822 $as_echo "$ac_try_echo"; } >&5
1823 (eval "$ac_compile") 2>conftest.err
1825 if test -s conftest.err
; then
1826 grep -v '^ *+' conftest.err
>conftest.er1
1827 cat conftest.er1
>&5
1828 mv -f conftest.er1 conftest.err
1830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1831 test $ac_status = 0; } && {
1832 test -z "$ac_cxx_werror_flag" ||
1833 test ! -s conftest.err
1834 } && test -s conftest.
$ac_objext; then :
1837 $as_echo "$as_me: failed program was:" >&5
1838 sed 's/^/| /' conftest.
$ac_ext >&5
1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1843 as_fn_set_status
$ac_retval
1845 } # ac_fn_cxx_try_compile
1847 # ac_fn_cxx_try_link LINENO
1848 # -------------------------
1849 # Try to link conftest.$ac_ext, and return whether this succeeded.
1850 ac_fn_cxx_try_link
()
1852 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1853 rm -f conftest.
$ac_objext conftest
$ac_exeext
1854 if { { ac_try
="$ac_link"
1856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1857 *) ac_try_echo=$ac_try;;
1859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1860 $as_echo "$ac_try_echo"; } >&5
1861 (eval "$ac_link") 2>conftest.err
1863 if test -s conftest.err; then
1864 grep -v '^ *+' conftest.err >conftest.er1
1865 cat conftest.er1 >&5
1866 mv -f conftest.er1 conftest.err
1868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1869 test $ac_status = 0; } && {
1870 test -z "$ac_cxx_werror_flag" ||
1871 test ! -s conftest.err
1872 } && test -s conftest$ac_exeext && {
1873 test "$cross_compiling" = yes ||
1874 test -x conftest$ac_exeext
1878 $as_echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.$ac_ext >&5
1883 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1884 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1885 # interfere with the next link command; also delete a directory that is
1886 # left behind by Apple's compiler. We do this before executing the actions.
1887 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1888 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1889 as_fn_set_status $ac_retval
1891 } # ac_fn_cxx_try_link
1893 # ac_fn_c_try_link LINENO
1894 # -----------------------
1895 # Try to link conftest.$ac_ext, and return whether this succeeded.
1898 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1899 rm -f conftest.$ac_objext conftest$ac_exeext
1900 if { { ac_try="$ac_link"
1902 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1903 *) ac_try_echo
=$ac_try;;
1905 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1906 $as_echo "$ac_try_echo"; } >&5
1907 (eval "$ac_link") 2>conftest.err
1909 if test -s conftest.err
; then
1910 grep -v '^ *+' conftest.err
>conftest.er1
1911 cat conftest.er1
>&5
1912 mv -f conftest.er1 conftest.err
1914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1915 test $ac_status = 0; } && {
1916 test -z "$ac_c_werror_flag" ||
1917 test ! -s conftest.err
1918 } && test -s conftest
$ac_exeext && {
1919 test "$cross_compiling" = yes ||
1920 test -x conftest
$ac_exeext
1924 $as_echo "$as_me: failed program was:" >&5
1925 sed 's/^/| /' conftest.
$ac_ext >&5
1929 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1930 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1931 # interfere with the next link command; also delete a directory that is
1932 # left behind by Apple's compiler. We do this before executing the actions.
1933 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1934 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1935 as_fn_set_status
$ac_retval
1937 } # ac_fn_c_try_link
1938 cat >config.log
<<_ACEOF
1939 This file contains any messages produced by compilers while
1940 running configure, to aid debugging if configure makes a mistake.
1942 It was created by $as_me, which was
1943 generated by GNU Autoconf 2.69. Invocation command line was
1955 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1956 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1957 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1958 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1959 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1961 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1962 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1964 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1965 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1966 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1967 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1968 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1969 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1970 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1978 test -z "$as_dir" && as_dir
=.
1979 $as_echo "PATH: $as_dir"
1995 # Keep a trace of the command line.
1996 # Strip out --no-create and --no-recursion so they do not pile up.
1997 # Strip out --silent because we don't want to record it for future runs.
1998 # Also quote any args containing shell meta-characters.
1999 # Make two passes to allow for proper duplicate-argument suppression.
2003 ac_must_keep_next
=false
2009 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2010 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2011 |
-silent |
--silent |
--silen |
--sile |
--sil)
2014 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2017 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2019 as_fn_append ac_configure_args1
" '$ac_arg'"
2020 if test $ac_must_keep_next = true
; then
2021 ac_must_keep_next
=false
# Got value, back to normal.
2024 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2025 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2026 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2027 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2028 case "$ac_configure_args0 " in
2029 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2032 -* ) ac_must_keep_next
=true
;;
2035 as_fn_append ac_configure_args
" '$ac_arg'"
2040 { ac_configure_args0
=; unset ac_configure_args0
;}
2041 { ac_configure_args1
=; unset ac_configure_args1
;}
2043 # When interrupted or exit'd, cleanup temporary files, and complete
2044 # config.log. We remove comments because anyway the quotes in there
2045 # would cause problems or look ugly.
2046 # WARNING: Use '\'' to represent an apostrophe within the trap.
2047 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2048 trap 'exit_status=$?
2049 # Save into config.log some information that might help in debugging.
2053 $as_echo "## ---------------- ##
2054 ## Cache variables. ##
2055 ## ---------------- ##"
2057 # The following way of writing the cache mishandles newlines in values,
2059 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2060 eval ac_val=\$$ac_var
2064 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2065 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2068 _ | IFS | as_nl) ;; #(
2069 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2070 *) { eval $ac_var=; unset $ac_var;} ;;
2075 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2076 *${as_nl}ac_space=\ *)
2078 "s/'\''/'\''\\\\'\'''\''/g;
2079 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2082 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2089 $as_echo "## ----------------- ##
2090 ## Output variables. ##
2091 ## ----------------- ##"
2093 for ac_var in $ac_subst_vars
2095 eval ac_val=\$$ac_var
2097 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2099 $as_echo "$ac_var='\''$ac_val'\''"
2103 if test -n "$ac_subst_files"; then
2104 $as_echo "## ------------------- ##
2105 ## File substitutions. ##
2106 ## ------------------- ##"
2108 for ac_var
in $ac_subst_files
2110 eval ac_val
=\$
$ac_var
2112 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2114 $as_echo "$ac_var='\''$ac_val'\''"
2119 if test -s confdefs.h; then
2120 $as_echo "## ----------- ##
2127 test "$ac_signal" != 0 &&
2128 $as_echo "$as_me: caught signal $ac_signal"
2129 $as_echo "$as_me: exit $exit_status"
2131 rm -f core *.core core.conftest.* &&
2132 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2135 for ac_signal
in 1 2 13 15; do
2136 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2140 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2141 rm -f -r conftest
* confdefs.h
2143 $as_echo "/* confdefs.h */" > confdefs.h
2145 # Predefined preprocessor variables.
2147 cat >>confdefs.h
<<_ACEOF
2148 #define PACKAGE_NAME "$PACKAGE_NAME"
2151 cat >>confdefs.h
<<_ACEOF
2152 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2155 cat >>confdefs.h
<<_ACEOF
2156 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2159 cat >>confdefs.h
<<_ACEOF
2160 #define PACKAGE_STRING "$PACKAGE_STRING"
2163 cat >>confdefs.h
<<_ACEOF
2164 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2167 cat >>confdefs.h
<<_ACEOF
2168 #define PACKAGE_URL "$PACKAGE_URL"
2172 # Let the site file select an alternate cache file if it wants to.
2173 # Prefer an explicitly selected file to automatically selected ones.
2176 if test -n "$CONFIG_SITE"; then
2177 # We do not want a PATH search for config.site.
2178 case $CONFIG_SITE in #((
2179 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2180 */*) ac_site_file1
=$CONFIG_SITE;;
2181 *) ac_site_file1
=.
/$CONFIG_SITE;;
2183 elif test "x$prefix" != xNONE
; then
2184 ac_site_file1
=$prefix/share
/config.site
2185 ac_site_file2
=$prefix/etc
/config.site
2187 ac_site_file1
=$ac_default_prefix/share
/config.site
2188 ac_site_file2
=$ac_default_prefix/etc
/config.site
2190 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2192 test "x$ac_site_file" = xNONE
&& continue
2193 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2195 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2196 sed 's/^/| /' "$ac_site_file" >&5
2198 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2200 as_fn_error $?
"failed to load site script $ac_site_file
2201 See \`config.log' for more details" "$LINENO" 5; }
2205 if test -r "$cache_file"; then
2206 # Some versions of bash will fail to source /dev/null (special files
2207 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2208 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2210 $as_echo "$as_me: loading cache $cache_file" >&6;}
2212 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2213 *) .
"./$cache_file";;
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2218 $as_echo "$as_me: creating cache $cache_file" >&6;}
2222 # Check that the precious variables saved in the cache have kept the same
2224 ac_cache_corrupted
=false
2225 for ac_var
in $ac_precious_vars; do
2226 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2227 eval ac_new_set
=\
$ac_env_${ac_var}_set
2228 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2229 eval ac_new_val
=\
$ac_env_${ac_var}_value
2230 case $ac_old_set,$ac_new_set in
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2233 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2234 ac_cache_corrupted
=: ;;
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2237 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2238 ac_cache_corrupted
=: ;;
2241 if test "x$ac_old_val" != "x$ac_new_val"; then
2242 # differences in whitespace do not lead to failure.
2243 ac_old_val_w
=`echo x $ac_old_val`
2244 ac_new_val_w
=`echo x $ac_new_val`
2245 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2247 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2248 ac_cache_corrupted
=:
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2251 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2252 eval $ac_var=\
$ac_old_val
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2255 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2257 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2260 # Pass precious variables to config.status.
2261 if test "$ac_new_set" = set; then
2263 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2264 *) ac_arg
=$ac_var=$ac_new_val ;;
2266 case " $ac_configure_args " in
2267 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2268 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2272 if $ac_cache_corrupted; then
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2274 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2276 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2277 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2279 ## -------------------- ##
2280 ## Main body of script. ##
2281 ## -------------------- ##
2284 ac_cpp
='$CPP $CPPFLAGS'
2285 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2286 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2287 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2297 # if PWD already has a value, it is probably wrong.
2298 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2300 # Export original configure arguments for use by sub-configures.
2301 # Quote arguments with shell meta charatcers.
2302 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2303 set -- "$progname" "$@"
2307 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2308 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2309 # if the argument is of the form -foo=baz, quote the baz part only
2310 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2313 # Add the quoted argument to the list.
2314 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2316 if test "$silent" = yes; then
2317 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2319 # Remove the initial space we just introduced and, as these will be
2320 # expanded by make, quote '$'.
2321 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2324 # Find the build, host, and target systems.
2326 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2327 if test -f "$ac_dir/install-sh"; then
2329 ac_install_sh
="$ac_aux_dir/install-sh -c"
2331 elif test -f "$ac_dir/install.sh"; then
2333 ac_install_sh
="$ac_aux_dir/install.sh -c"
2335 elif test -f "$ac_dir/shtool"; then
2337 ac_install_sh
="$ac_aux_dir/shtool install -c"
2341 if test -z "$ac_aux_dir"; then
2342 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2345 # These three variables are undocumented and unsupported,
2346 # and are intended to be withdrawn in a future Autoconf release.
2347 # They can cause serious problems if a builder's source tree is in a directory
2348 # whose full name contains unusual characters.
2349 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2350 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2351 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2354 # Make sure we can run config.sub.
2355 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2356 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2359 $as_echo_n "checking build system type... " >&6; }
2360 if ${ac_cv_build+:} false
; then :
2361 $as_echo_n "(cached) " >&6
2363 ac_build_alias
=$build_alias
2364 test "x$ac_build_alias" = x
&&
2365 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2366 test "x$ac_build_alias" = x
&&
2367 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2368 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2369 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2373 $as_echo "$ac_cv_build" >&6; }
2374 case $ac_cv_build in
2376 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2379 ac_save_IFS
=$IFS; IFS
='-'
2385 # Remember, the first character of IFS is used to create $*,
2386 # except with old shells:
2389 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2392 case ${build_alias} in
2393 "") build_noncanonical
=${build} ;;
2394 *) build_noncanonical
=${build_alias} ;;
2399 case ${host_alias} in
2400 "") host_noncanonical
=${build_noncanonical} ;;
2401 *) host_noncanonical
=${host_alias} ;;
2406 case ${target_alias} in
2407 "") target_noncanonical
=${host_noncanonical} ;;
2408 *) target_noncanonical
=${target_alias} ;;
2414 test "$host_noncanonical" = "$target_noncanonical" &&
2415 test "$program_prefix$program_suffix$program_transform_name" = \
2417 program_transform_name
=s
,y
,y
,
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2420 $as_echo_n "checking host system type... " >&6; }
2421 if ${ac_cv_host+:} false
; then :
2422 $as_echo_n "(cached) " >&6
2424 if test "x$host_alias" = x
; then
2425 ac_cv_host
=$ac_cv_build
2427 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2428 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2433 $as_echo "$ac_cv_host" >&6; }
2436 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2439 ac_save_IFS
=$IFS; IFS
='-'
2445 # Remember, the first character of IFS is used to create $*,
2446 # except with old shells:
2449 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2453 $as_echo_n "checking target system type... " >&6; }
2454 if ${ac_cv_target+:} false
; then :
2455 $as_echo_n "(cached) " >&6
2457 if test "x$target_alias" = x
; then
2458 ac_cv_target
=$ac_cv_host
2460 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2461 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2466 $as_echo "$ac_cv_target" >&6; }
2467 case $ac_cv_target in
2469 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2471 target
=$ac_cv_target
2472 ac_save_IFS
=$IFS; IFS
='-'
2478 # Remember, the first character of IFS is used to create $*,
2479 # except with old shells:
2482 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2485 # The aliases save the names the user supplied, while $host etc.
2486 # will get canonicalized.
2487 test -n "$target_alias" &&
2488 test "$program_prefix$program_suffix$program_transform_name" = \
2490 program_prefix
=${target_alias}-
2492 test "$program_prefix" != NONE
&&
2493 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2494 # Use a double $ so make ignores it.
2495 test "$program_suffix" != NONE
&&
2496 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2497 # Double any \ or $.
2498 # By default was `s,x,x', remove it if useless.
2499 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2500 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2504 # Get 'install' or 'install-sh' and its variants.
2505 # Find a good install program. We prefer a C program (faster),
2506 # so one script is as good as another. But avoid the broken or
2507 # incompatible versions:
2508 # SysV /etc/install, /usr/sbin/install
2509 # SunOS /usr/etc/install
2510 # IRIX /sbin/install
2512 # AmigaOS /C/install, which installs bootblocks on floppy discs
2513 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2514 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2515 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2516 # OS/2's system install, which has a completely different semantic
2517 # ./install, which can be erroneously created by make from ./install.sh.
2518 # Reject install programs that cannot install multiple files.
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2520 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2521 if test -z "$INSTALL"; then
2522 if ${ac_cv_path_install+:} false
; then :
2523 $as_echo_n "(cached) " >&6
2525 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2529 test -z "$as_dir" && as_dir
=.
2530 # Account for people who put trailing slashes in PATH elements.
2531 case $as_dir/ in #((
2532 .
/ | .
// |
/[cC
]/* | \
2533 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2534 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2537 # OSF1 and SCO ODT 3.0 have their own names for install.
2538 # Don't use installbsd from OSF since it installs stuff as root
2540 for ac_prog
in ginstall scoinst
install; do
2541 for ac_exec_ext
in '' $ac_executable_extensions; do
2542 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2543 if test $ac_prog = install &&
2544 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2545 # AIX install. It has an incompatible calling convention.
2547 elif test $ac_prog = install &&
2548 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2549 # program-specific install script used by HP pwplus--don't use.
2552 rm -rf conftest.one conftest.two conftest.dir
2553 echo one
> conftest.one
2554 echo two
> conftest.two
2556 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2557 test -s conftest.one
&& test -s conftest.two
&&
2558 test -s conftest.dir
/conftest.one
&&
2559 test -s conftest.dir
/conftest.two
2561 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2574 rm -rf conftest.one conftest.two conftest.dir
2577 if test "${ac_cv_path_install+set}" = set; then
2578 INSTALL
=$ac_cv_path_install
2580 # As a last resort, use the slow shell script. Don't cache a
2581 # value for INSTALL within a source directory, because that will
2582 # break other packages using the cache if that directory is
2583 # removed, or if the value is a relative name.
2584 INSTALL
=$ac_install_sh
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2588 $as_echo "$INSTALL" >&6; }
2590 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2591 # It thinks the first close brace ends the variable substitution.
2592 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2594 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2596 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2599 $as_echo_n "checking whether ln works... " >&6; }
2600 if ${acx_cv_prog_LN+:} false
; then :
2601 $as_echo_n "(cached) " >&6
2603 rm -f conftestdata_t
2604 echo >conftestdata_f
2605 if ln conftestdata_f conftestdata_t
2>/dev
/null
2611 rm -f conftestdata_f conftestdata_t
2614 if test $acx_cv_prog_LN = no
; then
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2617 $as_echo "no, using $LN" >&6; }
2619 LN
="$acx_cv_prog_LN"
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2621 $as_echo "yes" >&6; }
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2625 $as_echo_n "checking whether ln -s works... " >&6; }
2627 if test "$LN_S" = "ln -s"; then
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2629 $as_echo "yes" >&6; }
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2632 $as_echo "no, using $LN_S" >&6; }
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2636 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2637 if ${ac_cv_path_SED+:} false
; then :
2638 $as_echo_n "(cached) " >&6
2640 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2641 for ac_i
in 1 2 3 4 5 6 7; do
2642 ac_script
="$ac_script$as_nl$ac_script"
2644 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2645 { ac_script
=; unset ac_script
;}
2646 if test -z "$SED"; then
2647 ac_path_SED_found
=false
2648 # Loop through the user's path and test for each of PROGNAME-LIST
2649 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2653 test -z "$as_dir" && as_dir
=.
2654 for ac_prog
in sed gsed
; do
2655 for ac_exec_ext
in '' $ac_executable_extensions; do
2656 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2657 as_fn_executable_p
"$ac_path_SED" ||
continue
2658 # Check for GNU ac_path_SED and select it if it is found.
2659 # Check for GNU $ac_path_SED
2660 case `"$ac_path_SED" --version 2>&1` in
2662 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2665 $as_echo_n 0123456789 >"conftest.in"
2668 cat "conftest.in" "conftest.in" >"conftest.tmp"
2669 mv "conftest.tmp" "conftest.in"
2670 cp "conftest.in" "conftest.nl"
2671 $as_echo '' >> "conftest.nl"
2672 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2673 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2674 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2675 if test $ac_count -gt ${ac_path_SED_max-0}; then
2676 # Best one so far, save it but keep looking for a better one
2677 ac_cv_path_SED
="$ac_path_SED"
2678 ac_path_SED_max
=$ac_count
2680 # 10*(2^10) chars as input seems more than enough
2681 test $ac_count -gt 10 && break
2683 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2686 $ac_path_SED_found && break 3
2691 if test -z "$ac_cv_path_SED"; then
2692 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2700 $as_echo "$ac_cv_path_SED" >&6; }
2701 SED
="$ac_cv_path_SED"
2704 for ac_prog
in gawk mawk nawk
awk
2706 # Extract the first word of "$ac_prog", so it can be a program name with args.
2707 set dummy
$ac_prog; ac_word
=$2
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2709 $as_echo_n "checking for $ac_word... " >&6; }
2710 if ${ac_cv_prog_AWK+:} false
; then :
2711 $as_echo_n "(cached) " >&6
2713 if test -n "$AWK"; then
2714 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2720 test -z "$as_dir" && as_dir
=.
2721 for ac_exec_ext
in '' $ac_executable_extensions; do
2722 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2723 ac_cv_prog_AWK
="$ac_prog"
2724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2734 if test -n "$AWK"; then
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2736 $as_echo "$AWK" >&6; }
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2739 $as_echo "no" >&6; }
2743 test -n "$AWK" && break
2747 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2749 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2751 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2752 INSTALL
="${srcpwd}/install-sh -c"
2755 # Set srcdir to "." if that's what it is.
2756 # This is important for multilib support.
2758 if test "${pwd}" = "${srcpwd}" ; then
2766 ### To add a new directory to the tree, first choose whether it is a target
2767 ### or a host dependent tool. Then put it into the appropriate list
2768 ### (library or tools, host or target), doing a dependency sort.
2770 # Subdirs will be configured in the order listed in build_configdirs,
2771 # configdirs, or target_configdirs; see the serialization section below.
2773 # Dependency sorting is only needed when *configuration* must be done in
2774 # a particular order. In all cases a dependency should be specified in
2775 # the Makefile, whether or not it's implicitly specified here.
2777 # Double entries in build_configdirs, configdirs, or target_configdirs may
2778 # cause circular dependencies and break everything horribly.
2780 # these library is used by various programs built for the build
2783 build_libs
="build-libiberty build-libcpp"
2785 # these tools are built for the build environment
2786 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2788 # these libraries are used by various programs built for the host environment
2790 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libcody libdecnumber gmp mpfr mpc isl libelf libiconv libctf"
2792 # these tools are built for the host environment
2793 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2794 # know that we are building the simulator.
2795 # binutils, gas and ld appear in that order because it makes sense to run
2796 # "make check" in that particular order.
2797 # If --enable-gold is used, "gold" may replace "ld".
2798 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"
2800 # these libraries are built for the target environment, and are built after
2801 # the host libraries and the host tools (which may be a cross compiler)
2802 # Note that libiberty is not a target library.
2803 target_libraries
="target-libgcc \
2804 target-libbacktrace \
2808 target-liboffloadmic \
2809 target-libhsail-rt \
2812 target-libstdc++-v3 \
2813 target-libsanitizer \
2816 target-libquadmath \
2817 target-libgfortran \
2825 # these tools are built using the target libraries, and are intended to
2826 # run only in the target environment
2828 # note: any program that *uses* libraries that are in the "target_libraries"
2829 # list belongs in this list.
2831 target_tools
="target-rda"
2833 ################################################################################
2835 ## All tools belong in one of the four categories, and are assigned above
2836 ## We assign ${configdirs} this way to remove all embedded newlines. This
2837 ## is important because configure will choke if they ever get through.
2838 ## ${configdirs} is directories we build using the host tools.
2839 ## ${target_configdirs} is directories we build using the target tools.
2840 configdirs
=`echo ${host_libs} ${host_tools}`
2841 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2842 build_configdirs
=`echo ${build_libs} ${build_tools}`
2846 ################################################################################
2848 srcname
="gnu development package"
2850 # This gets set non-empty for some net releases of packages.
2853 # Define is_cross_compiler to save on calls to 'test'.
2855 if test x
"${host}" = x
"${target}" ; then
2856 is_cross_compiler
=no
2858 is_cross_compiler
=yes
2861 # Find the build and target subdir names.
2863 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2864 # have matching libraries, they should use host libraries: Makefile.tpl
2865 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2866 # However, they still use the build modules, because the corresponding
2867 # host modules (e.g. bison) are only built for the host when bootstrap
2869 # - build_subdir is where we find build modules, and never changes.
2870 # - build_libsubdir is where we find build libraries, and can be overridden.
2872 # Prefix 'build-' so this never conflicts with target_subdir.
2873 build_subdir
="build-${build_noncanonical}"
2875 # Check whether --with-build-libsubdir was given.
2876 if test "${with_build_libsubdir+set}" = set; then :
2877 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2879 build_libsubdir
="$build_subdir"
2882 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2883 if ( test $srcdir = .
&& test -d gcc
) \
2884 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2885 host_subdir
="host-${host_noncanonical}"
2890 target_subdir
=${target_noncanonical}
2892 # Be sure to cover against remnants of an in-tree build.
2893 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2894 as_fn_error $?
"building out of tree but $srcdir contains host-${host_noncanonical}.
2895 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2898 # Skipdirs are removed silently.
2900 # Noconfigdirs are removed loudly.
2904 # Make sure we don't let GNU ld be added if we didn't want it.
2905 if test x
$with_gnu_ld = xno
; then
2907 noconfigdirs
="$noconfigdirs ld gold"
2911 # Make sure we don't let GNU as be added if we didn't want it.
2912 if test x
$with_gnu_as = xno
; then
2914 noconfigdirs
="$noconfigdirs gas"
2919 # Check whether --with-system-zlib was given.
2920 if test "${with_system_zlib+set}" = set; then :
2921 withval
=$with_system_zlib;
2924 # Make sure we don't let ZLIB be added if we didn't want it.
2925 if test x
$with_system_zlib = xyes
; then
2926 use_included_zlib
=no
2927 noconfigdirs
="$noconfigdirs zlib"
2930 # some tools are so dependent upon X11 that if we're not building with X,
2931 # it's not even worth trying to configure, much less build, that tool.
2934 yes |
"") ;; # the default value for this tree is that X11 is available
2936 skipdirs
="${skipdirs} tk itcl libgui"
2937 # We won't be able to build gdbtk without X.
2940 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2943 # Some are only suitable for cross toolchains.
2944 # Remove these if host=target.
2945 cross_only
="target-libgloss target-newlib target-opcodes"
2947 case $is_cross_compiler in
2948 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2951 # If both --with-headers and --with-libs are specified, default to
2953 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2954 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2955 if test x
"${with_newlib}" = x
; then
2960 # Recognize --with-newlib/--without-newlib.
2961 case ${with_newlib} in
2962 no
) skipdirs
="${skipdirs} target-newlib" ;;
2963 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2966 # Check whether --enable-as-accelerator-for was given.
2967 if test "${enable_as_accelerator_for+set}" = set; then :
2968 enableval
=$enable_as_accelerator_for;
2972 # Check whether --enable-offload-targets was given.
2973 if test "${enable_offload_targets+set}" = set; then :
2974 enableval
=$enable_offload_targets;
2975 if test x
"$enable_offload_targets" = x
; then
2976 as_fn_error $?
"no offload targets specified" "$LINENO" 5
2980 enable_offload_targets
=
2984 # Handle --enable-gold, --enable-ld.
2985 # --disable-gold [--enable-ld]
2986 # Build only ld. Default option.
2987 # --enable-gold [--enable-ld]
2988 # Build both gold and ld. Install gold as "ld.gold", install ld
2989 # as "ld.bfd" and "ld".
2990 # --enable-gold=default [--enable-ld]
2991 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2992 # install ld as "ld.bfd".
2993 # --enable-gold[=default] --disable-ld
2994 # Build only gold, which is then installed as both "ld.gold" and "ld".
2995 # --enable-gold --enable-ld=default
2996 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2998 # In other words, ld is default
2999 # --enable-gold=default --enable-ld=default
3003 # Check whether --enable-gold was given.
3004 if test "${enable_gold+set}" = set; then :
3005 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
3010 case "${ENABLE_GOLD}" in
3012 # Check for ELF target.
3015 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
3016 |
*-*-linux* |
*-*-gnu* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
3017 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
3018 |
*-*-solaris2* |
*-*-nto* |
*-*-nacl*)
3020 *-*-linux*aout
* |
*-*-linux*oldld
*)
3028 if test "$is_elf" = "yes"; then
3029 # Check for target supported by gold.
3031 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* \
3032 | aarch64
*-*-* | tilegx
*-*-* | mips
*-*-* | s390
*-*-*)
3033 configdirs
="$configdirs gold"
3034 if test x
${ENABLE_GOLD} = xdefault
; then
3045 as_fn_error $?
"invalid --enable-gold argument" "$LINENO" 5
3049 # Check whether --enable-ld was given.
3050 if test "${enable_ld+set}" = set; then :
3051 enableval
=$enable_ld; ENABLE_LD
=$enableval
3057 case "${ENABLE_LD}" in
3059 if test x
${default_ld} != x
; then
3060 as_fn_error $?
"either gold or ld can be the default ld" "$LINENO" 5
3066 if test x
${ENABLE_GOLD} != xyes
; then
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3068 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3070 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3073 as_fn_error $?
"invalid --enable-ld argument" "$LINENO" 5
3078 # Decide the default method for compressing debug sections.
3079 # Provide a configure time option to override our default.
3080 # Check whether --enable-compressed_debug_sections was given.
3081 if test "${enable_compressed_debug_sections+set}" = set; then :
3082 enableval
=$enable_compressed_debug_sections;
3083 if test x
"$enable_compressed_debug_sections" = xyes
; then
3084 as_fn_error $?
"no program with compressed debug sections specified" "$LINENO" 5
3088 enable_compressed_debug_sections
=
3092 # Configure extra directories which are host specific
3096 configdirs
="$configdirs libtermcap" ;;
3099 # A target can indicate whether a language isn't supported for some reason.
3100 # Only spaces may be used in this macro; not newlines or tabs.
3101 unsupported_languages
=
3103 # Remove more programs from consideration, based on the host or
3104 # target this usually means that a port of the program doesn't
3108 i
[3456789]86-*-msdosdjgpp*)
3109 noconfigdirs
="$noconfigdirs tcl tk itcl"
3114 # Check whether --enable-libquadmath was given.
3115 if test "${enable_libquadmath+set}" = set; then :
3116 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3118 ENABLE_LIBQUADMATH
=yes
3121 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3122 noconfigdirs
="$noconfigdirs target-libquadmath"
3126 # Check whether --enable-libquadmath-support was given.
3127 if test "${enable_libquadmath_support+set}" = set; then :
3128 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3130 ENABLE_LIBQUADMATH_SUPPORT
=yes
3133 enable_libquadmath_support
=
3134 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3135 enable_libquadmath_support
=no
3139 # Check whether --enable-libada was given.
3140 if test "${enable_libada+set}" = set; then :
3141 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3146 if test "${ENABLE_LIBADA}" != "yes" ; then
3147 noconfigdirs
="$noconfigdirs gnattools"
3150 # Check whether --enable-libssp was given.
3151 if test "${enable_libssp+set}" = set; then :
3152 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3158 # Check whether --enable-libstdcxx was given.
3159 if test "${enable_libstdcxx+set}" = set; then :
3160 enableval
=$enable_libstdcxx; ENABLE_LIBSTDCXX
=$enableval
3162 ENABLE_LIBSTDCXX
=default
3165 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3166 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3169 # If this is accelerator compiler and its target is intelmic we enable
3170 # target liboffloadmic by default. If this is compiler with offloading
3171 # for intelmic we enable host liboffloadmic by default. Otherwise
3172 # liboffloadmic is disabled by default.
3173 # Check whether --enable-liboffloadmic was given.
3174 if test "${enable_liboffloadmic+set}" = set; then :
3175 enableval
=$enable_liboffloadmic; case "$enableval" in
3177 enable_liboffloadmic
=$enableval ;;
3179 as_fn_error $?
"--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3182 if test x
"$enable_as_accelerator_for" != x
; then
3184 *-intelmic-* |
*-intelmicemul-*)
3185 enable_liboffloadmic
=target
3186 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=target"
3189 enable_liboffloadmic
=no
3193 case "${enable_offload_targets}" in
3194 *-intelmic-* |
*-intelmicemul-*)
3195 enable_liboffloadmic
=host
3196 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=host"
3199 enable_liboffloadmic
=no
3207 # Enable libgomp by default on hosted POSIX systems, and a few others.
3208 if test x
$enable_libgomp = x
; then
3210 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3212 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3214 *-*-solaris2* |
*-*-hpux11*)
3216 *-*-darwin* |
*-*-aix*)
3218 nvptx
*-*-* | amdgcn
*-*-*)
3221 noconfigdirs
="$noconfigdirs target-libgomp"
3226 # Disable libatomic on unsupported systems.
3227 if test -d ${srcdir}/libatomic
; then
3228 if test x
$enable_libatomic = x
; then
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3230 $as_echo_n "checking for libatomic support... " >&6; }
3231 if (srcdir
=${srcdir}/libatomic
; \
3232 .
${srcdir}/configure.tgt
; \
3233 test -n "$UNSUPPORTED")
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236 $as_echo "no" >&6; }
3237 noconfigdirs
="$noconfigdirs target-libatomic"
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3240 $as_echo "yes" >&6; }
3245 # Disable liboffloadmic on unsupported systems.
3246 if test -d ${srcdir}/liboffloadmic
; then
3247 if test x
$enable_liboffloadmic != xno
; then
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3249 $as_echo_n "checking for liboffloadmic support... " >&6; }
3250 if (srcdir
=${srcdir}/liboffloadmic
; \
3251 .
${srcdir}/configure.tgt
; \
3252 test -n "$UNSUPPORTED")
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3255 $as_echo "no" >&6; }
3256 noconfigdirs
="$noconfigdirs target-liboffloadmic"
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3259 $as_echo "yes" >&6; }
3264 # Disable libitm on unsupported systems.
3265 if test -d ${srcdir}/libitm
; then
3266 if test x
$enable_libitm = x
; then
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3268 $as_echo_n "checking for libitm support... " >&6; }
3269 if (srcdir
=${srcdir}/libitm
; \
3270 .
${srcdir}/configure.tgt
; \
3271 test -n "$UNSUPPORTED")
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3274 $as_echo "no" >&6; }
3275 noconfigdirs
="$noconfigdirs target-libitm"
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3278 $as_echo "yes" >&6; }
3283 # Disable libsanitizer on unsupported systems.
3284 if test -d ${srcdir}/libsanitizer
; then
3285 if test x
$enable_libsanitizer = x
; then
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3287 $as_echo_n "checking for libsanitizer support... " >&6; }
3288 if (srcdir
=${srcdir}/libsanitizer
; \
3289 .
${srcdir}/configure.tgt
; \
3290 test -n "$UNSUPPORTED")
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3293 $as_echo "no" >&6; }
3294 noconfigdirs
="$noconfigdirs target-libsanitizer"
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3297 $as_echo "yes" >&6; }
3302 # Disable libvtv on unsupported systems.
3303 if test -d ${srcdir}/libvtv
; then
3304 if test x
$enable_libvtv = x
; then
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3306 $as_echo_n "checking for libvtv support... " >&6; }
3307 if (srcdir
=${srcdir}/libvtv
; \
3308 .
${srcdir}/configure.tgt
; \
3309 test "$VTV_SUPPORTED" != "yes")
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3312 $as_echo "no" >&6; }
3313 noconfigdirs
="$noconfigdirs target-libvtv"
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3316 $as_echo "yes" >&6; }
3322 # Disable libhsail-rt on unsupported systems.
3323 if test -d ${srcdir}/libhsail-rt
; then
3324 if test x
$enable_libhsail_rt = x
; then
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhsail-rt support" >&5
3326 $as_echo_n "checking for libhsail-rt support... " >&6; }
3327 if (srcdir
=${srcdir}/libhsail-rt
; \
3328 .
${srcdir}/configure.tgt
; \
3329 test -n "$UNSUPPORTED")
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3332 $as_echo "no" >&6; }
3333 unsupported_languages
="$unsupported_languages brig"
3334 # This implicitly disables also target-libhsail-rt as it won't
3335 # get added to the build without BRIG FE.
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3338 $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"
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 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
4096 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
4097 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
4098 GDC_FOR_BUILD
=${GDC_FOR_BUILD-gdc}
4099 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
4100 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
4101 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
4102 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
4103 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
4104 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
4106 AR_FOR_BUILD
="\$(AR)"
4107 AS_FOR_BUILD
="\$(AS)"
4108 CC_FOR_BUILD
="\$(CC)"
4109 CXX_FOR_BUILD
="\$(CXX)"
4110 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
4111 GOC_FOR_BUILD
="\$(GOC)"
4112 GDC_FOR_BUILD
="\$(GDC)"
4113 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
4114 LD_FOR_BUILD
="\$(LD)"
4115 NM_FOR_BUILD
="\$(NM)"
4116 RANLIB_FOR_BUILD
="\$(RANLIB)"
4117 WINDRES_FOR_BUILD
="\$(WINDRES)"
4118 WINDMC_FOR_BUILD
="\$(WINDMC)"
4122 ac_cpp
='$CPP $CPPFLAGS'
4123 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4124 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4125 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4126 if test -n "$ac_tool_prefix"; then
4127 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4128 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4130 $as_echo_n "checking for $ac_word... " >&6; }
4131 if ${ac_cv_prog_CC+:} false
; then :
4132 $as_echo_n "(cached) " >&6
4134 if test -n "$CC"; then
4135 ac_cv_prog_CC
="$CC" # Let the user override the test.
4137 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4141 test -z "$as_dir" && as_dir
=.
4142 for ac_exec_ext
in '' $ac_executable_extensions; do
4143 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4144 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4155 if test -n "$CC"; then
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4157 $as_echo "$CC" >&6; }
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4160 $as_echo "no" >&6; }
4165 if test -z "$ac_cv_prog_CC"; then
4167 # Extract the first word of "gcc", so it can be a program name with args.
4168 set dummy gcc
; ac_word
=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4172 $as_echo_n "(cached) " >&6
4174 if test -n "$ac_ct_CC"; then
4175 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4177 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4181 test -z "$as_dir" && as_dir
=.
4182 for ac_exec_ext
in '' $ac_executable_extensions; do
4183 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4184 ac_cv_prog_ac_ct_CC
="gcc"
4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4194 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4195 if test -n "$ac_ct_CC"; then
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4197 $as_echo "$ac_ct_CC" >&6; }
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4203 if test "x$ac_ct_CC" = x
; then
4206 case $cross_compiling:$ac_tool_warned in
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4209 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4210 ac_tool_warned
=yes ;;
4218 if test -z "$CC"; then
4219 if test -n "$ac_tool_prefix"; then
4220 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4221 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4223 $as_echo_n "checking for $ac_word... " >&6; }
4224 if ${ac_cv_prog_CC+:} false
; then :
4225 $as_echo_n "(cached) " >&6
4227 if test -n "$CC"; then
4228 ac_cv_prog_CC
="$CC" # Let the user override the test.
4230 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4234 test -z "$as_dir" && as_dir
=.
4235 for ac_exec_ext
in '' $ac_executable_extensions; do
4236 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4237 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4248 if test -n "$CC"; then
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4250 $as_echo "$CC" >&6; }
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4253 $as_echo "no" >&6; }
4259 if test -z "$CC"; then
4260 # Extract the first word of "cc", so it can be a program name with args.
4261 set dummy cc
; ac_word
=$2
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4263 $as_echo_n "checking for $ac_word... " >&6; }
4264 if ${ac_cv_prog_CC+:} false
; then :
4265 $as_echo_n "(cached) " >&6
4267 if test -n "$CC"; then
4268 ac_cv_prog_CC
="$CC" # Let the user override the test.
4271 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4275 test -z "$as_dir" && as_dir
=.
4276 for ac_exec_ext
in '' $ac_executable_extensions; do
4277 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4278 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4279 ac_prog_rejected
=yes
4283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4290 if test $ac_prog_rejected = yes; then
4291 # We found a bogon in the path, so make sure we never use it.
4292 set dummy
$ac_cv_prog_CC
4294 if test $# != 0; then
4295 # We chose a different compiler from the bogus one.
4296 # However, it has the same basename, so the bogon will be chosen
4297 # first if we set CC to just the basename; use the full file name.
4299 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4305 if test -n "$CC"; then
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4307 $as_echo "$CC" >&6; }
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4310 $as_echo "no" >&6; }
4315 if test -z "$CC"; then
4316 if test -n "$ac_tool_prefix"; then
4317 for ac_prog
in cl.exe
4319 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4320 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4322 $as_echo_n "checking for $ac_word... " >&6; }
4323 if ${ac_cv_prog_CC+:} false
; then :
4324 $as_echo_n "(cached) " >&6
4326 if test -n "$CC"; then
4327 ac_cv_prog_CC
="$CC" # Let the user override the test.
4329 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4333 test -z "$as_dir" && as_dir
=.
4334 for ac_exec_ext
in '' $ac_executable_extensions; do
4335 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4336 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4347 if test -n "$CC"; then
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4349 $as_echo "$CC" >&6; }
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4352 $as_echo "no" >&6; }
4356 test -n "$CC" && break
4359 if test -z "$CC"; then
4361 for ac_prog
in cl.exe
4363 # Extract the first word of "$ac_prog", so it can be a program name with args.
4364 set dummy
$ac_prog; ac_word
=$2
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4366 $as_echo_n "checking for $ac_word... " >&6; }
4367 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4368 $as_echo_n "(cached) " >&6
4370 if test -n "$ac_ct_CC"; then
4371 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4373 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4377 test -z "$as_dir" && as_dir
=.
4378 for ac_exec_ext
in '' $ac_executable_extensions; do
4379 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4380 ac_cv_prog_ac_ct_CC
="$ac_prog"
4381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4390 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4391 if test -n "$ac_ct_CC"; then
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4393 $as_echo "$ac_ct_CC" >&6; }
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4396 $as_echo "no" >&6; }
4400 test -n "$ac_ct_CC" && break
4403 if test "x$ac_ct_CC" = x
; then
4406 case $cross_compiling:$ac_tool_warned in
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4409 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4410 ac_tool_warned
=yes ;;
4419 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4421 as_fn_error $?
"no acceptable C compiler found in \$PATH
4422 See \`config.log' for more details" "$LINENO" 5; }
4424 # Provide some information about the compiler.
4425 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4428 for ac_option
in --version -v -V -qversion; do
4429 { { ac_try
="$ac_compiler $ac_option >&5"
4431 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4432 *) ac_try_echo=$ac_try;;
4434 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4435 $as_echo "$ac_try_echo"; } >&5
4436 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4438 if test -s conftest.err; then
4440 ... rest of stderr output deleted ...
4441 10q' conftest.err >conftest.er1
4442 cat conftest.er1 >&5
4444 rm -f conftest.er1 conftest.err
4445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4446 test $ac_status = 0; }
4449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4450 /* end confdefs.h. */
4460 ac_clean_files_save=$ac_clean_files
4461 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4462 # Try to create an executable without -o first, disregard a.out.
4463 # It will help us diagnose broken compilers, and finding out an intuition
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4466 $as_echo_n "checking whether the C compiler works... " >&6; }
4467 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4469 # The possible output files:
4470 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4473 for ac_file in $ac_files
4476 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4477 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4482 if { { ac_try="$ac_link_default"
4484 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4485 *) ac_try_echo
=$ac_try;;
4487 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4488 $as_echo "$ac_try_echo"; } >&5
4489 (eval "$ac_link_default") 2>&5
4491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4492 test $ac_status = 0; }; then :
4493 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4494 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4495 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4496 # so that the user can short-circuit this test for compilers unknown to
4498 for ac_file
in $ac_files ''
4500 test -f "$ac_file" ||
continue
4502 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4505 # We found the default executable, but exeext='' is most
4509 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4511 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4513 # We set ac_cv_exeext here because the later test for it is not
4514 # safe: cross compilers may not add the suffix if given an `-o'
4515 # argument, so we may need to know it at that point already.
4516 # Even if this section looks crufty: it has the advantage of
4523 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4528 if test -z "$ac_file"; then :
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4530 $as_echo "no" >&6; }
4531 $as_echo "$as_me: failed program was:" >&5
4532 sed 's/^/| /' conftest.
$ac_ext >&5
4534 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4535 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4536 as_fn_error
77 "C compiler cannot create executables
4537 See \`config.log' for more details" "$LINENO" 5; }
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4540 $as_echo "yes" >&6; }
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4543 $as_echo_n "checking for C compiler default output file name... " >&6; }
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4545 $as_echo "$ac_file" >&6; }
4546 ac_exeext
=$ac_cv_exeext
4548 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4549 ac_clean_files
=$ac_clean_files_save
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4551 $as_echo_n "checking for suffix of executables... " >&6; }
4552 if { { ac_try
="$ac_link"
4554 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4555 *) ac_try_echo=$ac_try;;
4557 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4558 $as_echo "$ac_try_echo"; } >&5
4559 (eval "$ac_link") 2>&5
4561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4562 test $ac_status = 0; }; then :
4563 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4564 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4565 # work properly (i.e., refer to `conftest.exe'), while it won't with
4567 for ac_file
in conftest.exe conftest conftest.
*; do
4568 test -f "$ac_file" ||
continue
4570 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4571 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4577 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4578 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4579 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4580 See \`config.log' for more details" "$LINENO" 5; }
4582 rm -f conftest conftest
$ac_cv_exeext
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4584 $as_echo "$ac_cv_exeext" >&6; }
4586 rm -f conftest.
$ac_ext
4587 EXEEXT
=$ac_cv_exeext
4589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4590 /* end confdefs.h. */
4595 FILE *f = fopen ("conftest.out", "w");
4596 return ferror (f) || fclose (f) != 0;
4602 ac_clean_files
="$ac_clean_files conftest.out"
4603 # Check that the compiler produces executables we can run. If not, either
4604 # the compiler is broken, or we cross compile.
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4606 $as_echo_n "checking whether we are cross compiling... " >&6; }
4607 if test "$cross_compiling" != yes; then
4608 { { ac_try
="$ac_link"
4610 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4611 *) ac_try_echo=$ac_try;;
4613 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4614 $as_echo "$ac_try_echo"; } >&5
4615 (eval "$ac_link") 2>&5
4617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4618 test $ac_status = 0; }
4619 if { ac_try='./conftest$ac_cv_exeext'
4620 { { case "(($ac_try" in
4621 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4622 *) ac_try_echo
=$ac_try;;
4624 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4625 $as_echo "$ac_try_echo"; } >&5
4626 (eval "$ac_try") 2>&5
4628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4629 test $ac_status = 0; }; }; then
4632 if test "$cross_compiling" = maybe
; then
4635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4636 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4637 as_fn_error $?
"cannot run C compiled programs.
4638 If you meant to cross compile, use \`--host'.
4639 See \`config.log' for more details" "$LINENO" 5; }
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4644 $as_echo "$cross_compiling" >&6; }
4646 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4647 ac_clean_files
=$ac_clean_files_save
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4649 $as_echo_n "checking for suffix of object files... " >&6; }
4650 if ${ac_cv_objext+:} false
; then :
4651 $as_echo_n "(cached) " >&6
4653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4654 /* end confdefs.h. */
4664 rm -f conftest.o conftest.obj
4665 if { { ac_try
="$ac_compile"
4667 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4668 *) ac_try_echo=$ac_try;;
4670 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4671 $as_echo "$ac_try_echo"; } >&5
4672 (eval "$ac_compile") 2>&5
4674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4675 test $ac_status = 0; }; then :
4676 for ac_file in conftest.o conftest.obj conftest.*; do
4677 test -f "$ac_file" || continue;
4679 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4680 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4685 $as_echo "$as_me: failed program was:" >&5
4686 sed 's/^/| /' conftest.$ac_ext >&5
4688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4690 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4691 See \
`config.log' for more details" "$LINENO" 5; }
4693 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4696 $as_echo "$ac_cv_objext" >&6; }
4697 OBJEXT=$ac_cv_objext
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4700 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4701 if ${ac_cv_c_compiler_gnu+:} false; then :
4702 $as_echo_n "(cached) " >&6
4704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4705 /* end confdefs.h. */
4718 if ac_fn_c_try_compile "$LINENO"; then :
4723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4724 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4728 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4729 if test $ac_compiler_gnu = yes; then
4734 ac_test_CFLAGS=${CFLAGS+set}
4735 ac_save_CFLAGS=$CFLAGS
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4737 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4738 if ${ac_cv_prog_cc_g+:} false; then :
4739 $as_echo_n "(cached) " >&6
4741 ac_save_c_werror_flag=$ac_c_werror_flag
4742 ac_c_werror_flag=yes
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4746 /* end confdefs.h. */
4756 if ac_fn_c_try_compile "$LINENO"; then :
4760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4761 /* end confdefs.h. */
4771 if ac_fn_c_try_compile "$LINENO"; then :
4774 ac_c_werror_flag=$ac_save_c_werror_flag
4776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4777 /* end confdefs.h. */
4787 if ac_fn_c_try_compile "$LINENO"; then :
4790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4795 ac_c_werror_flag=$ac_save_c_werror_flag
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4798 $as_echo "$ac_cv_prog_cc_g" >&6; }
4799 if test "$ac_test_CFLAGS" = set; then
4800 CFLAGS=$ac_save_CFLAGS
4801 elif test $ac_cv_prog_cc_g = yes; then
4802 if test "$GCC" = yes; then
4808 if test "$GCC" = yes; then
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4815 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4816 if ${ac_cv_prog_cc_c89+:} false; then :
4817 $as_echo_n "(cached) " >&6
4819 ac_cv_prog_cc_c89=no
4821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4822 /* end confdefs.h. */
4826 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4827 struct buf { int x; };
4828 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4829 static char *e (p, i)
4835 static char *f (char * (*g) (char **, int), char **p, ...)
4840 s = g (p, va_arg (v,int));
4845 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4846 function prototypes and stuff, but not '\xHH' hex character constants.
4847 These don't provoke an error unfortunately, instead are silently treated
4848 as 'x'. The following induces an error, until -std is added to get
4849 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4850 array size at least. It's necessary to write '\x00'==0 to get something
4851 that's true only with -std. */
4852 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4854 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4855 inside strings and character constants. */
4857 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4859 int test (int i, double x);
4860 struct s1 {int (*f) (int a);};
4861 struct s2 {int (*f) (double a);};
4862 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4868 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4873 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4874 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4876 CC="$ac_save_CC $ac_arg"
4877 if ac_fn_c_try_compile "$LINENO"; then :
4878 ac_cv_prog_cc_c89=$ac_arg
4880 rm -f core conftest.err conftest.$ac_objext
4881 test "x$ac_cv_prog_cc_c89" != "xno" && break
4883 rm -f conftest.$ac_ext
4888 case "x$ac_cv_prog_cc_c89" in
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4891 $as_echo "none needed" >&6; } ;;
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4894 $as_echo "unsupported" >&6; } ;;
4896 CC="$CC $ac_cv_prog_cc_c89"
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4898 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4900 if test "x$ac_cv_prog_cc_c89" != xno; then :
4905 ac_cpp='$CPP $CPPFLAGS'
4906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4911 ac_cpp='$CXXCPP $CPPFLAGS'
4912 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4913 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4914 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4915 if test -z "$CXX"; then
4916 if test -n "$CCC"; then
4919 if test -n "$ac_tool_prefix"; then
4920 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4922 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4923 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4925 $as_echo_n "checking for $ac_word... " >&6; }
4926 if ${ac_cv_prog_CXX+:} false; then :
4927 $as_echo_n "(cached) " >&6
4929 if test -n "$CXX"; then
4930 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4936 test -z "$as_dir" && as_dir=.
4937 for ac_exec_ext in '' $ac_executable_extensions; do
4938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4939 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4950 if test -n "$CXX"; then
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4952 $as_echo "$CXX" >&6; }
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4955 $as_echo "no" >&6; }
4959 test -n "$CXX" && break
4962 if test -z "$CXX"; then
4964 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4966 # Extract the first word of "$ac_prog", so it can be a program name with args.
4967 set dummy $ac_prog; ac_word=$2
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4969 $as_echo_n "checking for $ac_word... " >&6; }
4970 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4971 $as_echo_n "(cached) " >&6
4973 if test -n "$ac_ct_CXX"; then
4974 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4980 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4983 ac_cv_prog_ac_ct_CXX="$ac_prog"
4984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4993 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4994 if test -n "$ac_ct_CXX"; then
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4996 $as_echo "$ac_ct_CXX" >&6; }
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4999 $as_echo "no" >&6; }
5003 test -n "$ac_ct_CXX" && break
5006 if test "x$ac_ct_CXX" = x; then
5009 case $cross_compiling:$ac_tool_warned in
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5012 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5013 ac_tool_warned=yes ;;
5021 # Provide some information about the compiler.
5022 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5025 for ac_option in --version -v -V -qversion; do
5026 { { ac_try="$ac_compiler $ac_option >&5"
5028 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5029 *) ac_try_echo
=$ac_try;;
5031 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5032 $as_echo "$ac_try_echo"; } >&5
5033 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5035 if test -s conftest.err
; then
5037 ... rest of stderr output deleted ...
5038 10q' conftest.err
>conftest.er1
5039 cat conftest.er1
>&5
5041 rm -f conftest.er1 conftest.err
5042 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5043 test $ac_status = 0; }
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5047 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5048 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5049 $as_echo_n "(cached) " >&6
5051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5052 /* end confdefs.h. */
5065 if ac_fn_cxx_try_compile
"$LINENO"; then :
5070 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5071 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5075 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5076 if test $ac_compiler_gnu = yes; then
5081 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5082 ac_save_CXXFLAGS
=$CXXFLAGS
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5084 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5085 if ${ac_cv_prog_cxx_g+:} false
; then :
5086 $as_echo_n "(cached) " >&6
5088 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5089 ac_cxx_werror_flag
=yes
5092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5093 /* end confdefs.h. */
5103 if ac_fn_cxx_try_compile
"$LINENO"; then :
5104 ac_cv_prog_cxx_g
=yes
5107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5108 /* end confdefs.h. */
5118 if ac_fn_cxx_try_compile
"$LINENO"; then :
5121 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5124 /* end confdefs.h. */
5134 if ac_fn_cxx_try_compile
"$LINENO"; then :
5135 ac_cv_prog_cxx_g
=yes
5137 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5139 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5141 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5142 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5145 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5146 if test "$ac_test_CXXFLAGS" = set; then
5147 CXXFLAGS
=$ac_save_CXXFLAGS
5148 elif test $ac_cv_prog_cxx_g = yes; then
5149 if test "$GXX" = yes; then
5155 if test "$GXX" = yes; then
5162 ac_cpp
='$CPP $CPPFLAGS'
5163 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5164 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5165 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5168 # We must set the default linker to the linker used by gcc for the correct
5169 # operation of libtool. If LD is not defined and we are using gcc, try to
5170 # set the LD default to the ld used by gcc.
5171 if test -z "$LD"; then
5172 if test "$GCC" = yes; then
5175 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5177 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
5179 case $gcc_prog_ld in
5180 # Accept absolute paths.
5181 [\\/]* |
[A-Za-z
]:[\\/]*)
5182 LD
="$gcc_prog_ld" ;;
5187 # Check whether -static-libstdc++ -static-libgcc is supported.
5189 if test "$GCC" = yes; then
5190 saved_LDFLAGS
="$LDFLAGS"
5192 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5194 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5196 ac_cpp
='$CXXCPP $CPPFLAGS'
5197 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5198 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5199 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5202 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5203 /* end confdefs.h. */
5205 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5206 #error -static-libstdc++ not implemented
5210 if ac_fn_cxx_try_link
"$LINENO"; then :
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5212 $as_echo "yes" >&6; }; have_static_libs
=yes
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5215 $as_echo "no" >&6; }
5217 rm -f core conftest.err conftest.
$ac_objext \
5218 conftest
$ac_exeext conftest.
$ac_ext
5220 ac_cpp
='$CPP $CPPFLAGS'
5221 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5222 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5223 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5226 LDFLAGS
="$saved_LDFLAGS"
5232 if test -n "$ac_tool_prefix"; then
5233 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5234 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236 $as_echo_n "checking for $ac_word... " >&6; }
5237 if ${ac_cv_prog_GNATBIND+:} false
; then :
5238 $as_echo_n "(cached) " >&6
5240 if test -n "$GNATBIND"; then
5241 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
5243 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5247 test -z "$as_dir" && as_dir
=.
5248 for ac_exec_ext
in '' $ac_executable_extensions; do
5249 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5250 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5260 GNATBIND
=$ac_cv_prog_GNATBIND
5261 if test -n "$GNATBIND"; then
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5263 $as_echo "$GNATBIND" >&6; }
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266 $as_echo "no" >&6; }
5271 if test -z "$ac_cv_prog_GNATBIND"; then
5272 ac_ct_GNATBIND
=$GNATBIND
5273 # Extract the first word of "gnatbind", so it can be a program name with args.
5274 set dummy gnatbind
; ac_word
=$2
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5276 $as_echo_n "checking for $ac_word... " >&6; }
5277 if ${ac_cv_prog_ac_ct_GNATBIND+:} false
; then :
5278 $as_echo_n "(cached) " >&6
5280 if test -n "$ac_ct_GNATBIND"; then
5281 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
5283 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5287 test -z "$as_dir" && as_dir
=.
5288 for ac_exec_ext
in '' $ac_executable_extensions; do
5289 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5290 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
5291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
5301 if test -n "$ac_ct_GNATBIND"; then
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5303 $as_echo "$ac_ct_GNATBIND" >&6; }
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5306 $as_echo "no" >&6; }
5309 if test "x$ac_ct_GNATBIND" = x
; then
5312 case $cross_compiling:$ac_tool_warned in
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5315 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5316 ac_tool_warned
=yes ;;
5318 GNATBIND
=$ac_ct_GNATBIND
5321 GNATBIND
="$ac_cv_prog_GNATBIND"
5324 if test -n "$ac_tool_prefix"; then
5325 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5326 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5328 $as_echo_n "checking for $ac_word... " >&6; }
5329 if ${ac_cv_prog_GNATMAKE+:} false
; then :
5330 $as_echo_n "(cached) " >&6
5332 if test -n "$GNATMAKE"; then
5333 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5335 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5339 test -z "$as_dir" && as_dir
=.
5340 for ac_exec_ext
in '' $ac_executable_extensions; do
5341 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5342 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5352 GNATMAKE
=$ac_cv_prog_GNATMAKE
5353 if test -n "$GNATMAKE"; then
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5355 $as_echo "$GNATMAKE" >&6; }
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5358 $as_echo "no" >&6; }
5363 if test -z "$ac_cv_prog_GNATMAKE"; then
5364 ac_ct_GNATMAKE
=$GNATMAKE
5365 # Extract the first word of "gnatmake", so it can be a program name with args.
5366 set dummy gnatmake
; ac_word
=$2
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5368 $as_echo_n "checking for $ac_word... " >&6; }
5369 if ${ac_cv_prog_ac_ct_GNATMAKE+:} false
; then :
5370 $as_echo_n "(cached) " >&6
5372 if test -n "$ac_ct_GNATMAKE"; then
5373 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5375 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5379 test -z "$as_dir" && as_dir
=.
5380 for ac_exec_ext
in '' $ac_executable_extensions; do
5381 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5382 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5392 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5393 if test -n "$ac_ct_GNATMAKE"; then
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5395 $as_echo "$ac_ct_GNATMAKE" >&6; }
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5398 $as_echo "no" >&6; }
5401 if test "x$ac_ct_GNATMAKE" = x
; then
5404 case $cross_compiling:$ac_tool_warned in
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5407 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5408 ac_tool_warned
=yes ;;
5410 GNATMAKE
=$ac_ct_GNATMAKE
5413 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5417 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5418 if ${acx_cv_cc_gcc_supports_ada+:} false
; then :
5419 $as_echo_n "(cached) " >&6
5421 cat >conftest.adb
<<EOF
5422 procedure conftest is begin null; end conftest;
5424 acx_cv_cc_gcc_supports_ada
=no
5425 # There is a bug in old released versions of GCC which causes the
5426 # driver to exit successfully when the appropriate language module
5427 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5428 # Therefore we must check for the error message as well as an
5429 # unsuccessful exit.
5430 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5431 # given a .adb file, but produce no object file. So we must check
5432 # if an object file was really produced to guard against this.
5433 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5434 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5435 acx_cv_cc_gcc_supports_ada
=yes
5439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5440 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5442 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5449 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5450 if ${gcc_cv_prog_cmp_skip+:} false
; then :
5451 $as_echo_n "(cached) " >&6
5455 gcc_cv_prog_cmp_skip
='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5456 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5457 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5460 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5463 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5464 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5467 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5474 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5475 do_compare
="$gcc_cv_prog_cmp_skip"
5479 # Check whether --enable-bootstrap was given.
5480 if test "${enable_bootstrap+set}" = set; then :
5481 enableval
=$enable_bootstrap;
5483 enable_bootstrap
=default
5487 # Issue errors and warnings for invalid/strange bootstrap combinations.
5488 if test -r $srcdir/gcc
/configure
; then
5494 case "$have_compiler:$host:$target:$enable_bootstrap" in
5497 # Default behavior. Enable bootstrap if we have a compiler
5498 # and we are in a native configuration.
5499 yes:$build:$build:default
)
5500 enable_bootstrap
=yes ;;
5503 enable_bootstrap
=no
;;
5505 # We have a compiler and we are in a native configuration, bootstrap is ok
5506 yes:$build:$build:yes)
5509 # Other configurations, but we have a compiler. Assume the user knows
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5513 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5516 # No compiler: if they passed --enable-bootstrap explicitly, fail
5518 as_fn_error $?
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5520 # Fail if wrong command line
5522 as_fn_error $?
"invalid option for --enable-bootstrap" "$LINENO" 5
5526 # When bootstrapping with GCC, build stage 1 in C++11 mode to ensure that a
5527 # C++11 compiler can still start the bootstrap. Otherwise, if building GCC,
5528 # require C++11 (or higher).
5529 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5530 CXX
="$CXX -std=c++11"
5531 elif test "$have_compiler" = yes; then
5532 ax_cxx_compile_alternatives
="11 0x" ax_cxx_compile_cxx11_required
=true
5534 ac_cpp
='$CXXCPP $CPPFLAGS'
5535 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5536 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5537 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
5541 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
5542 if ${ax_cv_cxx_compile_cxx11+:} false
; then :
5543 $as_echo_n "(cached) " >&6
5545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5546 /* end confdefs.h. */
5549 // If the compiler admits that it is not ready for C++11, why torture it?
5550 // Hopefully, this will speed up the test.
5554 #error "This is not a C++ compiler"
5556 #elif __cplusplus < 201103L
5558 #error "This is not a C++11 compiler"
5565 namespace test_static_assert
5568 template <typename T>
5571 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5576 namespace test_final_override
5585 struct Derived : public Base
5587 virtual ~Derived() override {}
5588 virtual void f() override {}
5593 namespace test_double_right_angle_brackets
5596 template < typename T >
5599 typedef check<void> single_type;
5600 typedef check<check<void>> double_type;
5601 typedef check<check<check<void>>> triple_type;
5602 typedef check<check<check<check<void>>>> quadruple_type;
5606 namespace test_decltype
5619 namespace test_type_deduction
5622 template < typename T1, typename T2 >
5625 static const bool value = false;
5628 template < typename T >
5629 struct is_same<T, T>
5631 static const bool value = true;
5634 template < typename T1, typename T2 >
5636 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5642 test(const int c, volatile int v)
5644 static_assert(is_same<int, decltype(0)>::value == true, "");
5645 static_assert(is_same<int, decltype(c)>::value == false, "");
5646 static_assert(is_same<int, decltype(v)>::value == false, "");
5649 auto sumi = ac + av + 'x';
5650 auto sumf = ac + av + 1.0;
5651 static_assert(is_same<int, decltype(ac)>::value == true, "");
5652 static_assert(is_same<int, decltype(av)>::value == true, "");
5653 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5654 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5655 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5656 return (sumf > 0.0) ? sumi : add(c, v);
5661 namespace test_noexcept
5664 int f() { return 0; }
5665 int g() noexcept { return 0; }
5667 static_assert(noexcept(f()) == false, "");
5668 static_assert(noexcept(g()) == true, "");
5672 namespace test_constexpr
5675 template < typename CharT >
5676 unsigned long constexpr
5677 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5679 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5682 template < typename CharT >
5683 unsigned long constexpr
5684 strlen_c(const CharT *const s) noexcept
5686 return strlen_c_r(s, 0UL);
5689 static_assert(strlen_c("") == 0UL, "");
5690 static_assert(strlen_c("1") == 1UL, "");
5691 static_assert(strlen_c("example") == 7UL, "");
5692 static_assert(strlen_c("another\0example") == 7UL, "");
5696 namespace test_rvalue_references
5702 static constexpr int value = N;
5705 answer<1> f(int&) { return answer<1>(); }
5706 answer<2> f(const int&) { return answer<2>(); }
5707 answer<3> f(int&&) { return answer<3>(); }
5714 static_assert(decltype(f(i))::value == 1, "");
5715 static_assert(decltype(f(c))::value == 2, "");
5716 static_assert(decltype(f(0))::value == 3, "");
5721 namespace test_uniform_initialization
5726 static const int zero {};
5727 static const int one {1};
5730 static_assert(test::zero == 0, "");
5731 static_assert(test::one == 1, "");
5735 namespace test_lambdas
5741 auto lambda1 = [](){};
5742 auto lambda2 = lambda1;
5750 auto a = [](int i, int j){ return i + j; }(1, 2);
5751 auto b = []() -> int { return '0'; }();
5752 auto c = [=](){ return a + b; }();
5753 auto d = [&](){ return c; }();
5754 auto e = [a, &b](int x) mutable {
5755 const auto identity = [](int y){ return y; };
5756 for (auto i = 0; i < a; ++i)
5758 return x + identity(a + b);
5760 return a + b + c + d + e;
5766 const auto nullary = [](){ return 0; };
5767 const auto unary = [](int x){ return x; };
5768 using nullary_t = decltype(nullary);
5769 using unary_t = decltype(unary);
5770 const auto higher1st = [](nullary_t f){ return f(); };
5771 const auto higher2nd = [unary](nullary_t f1){
5772 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
5774 return higher1st(nullary) + higher2nd(nullary)(unary);
5779 namespace test_variadic_templates
5785 template <int N0, int... N1toN>
5786 struct sum<N0, N1toN...>
5788 static constexpr auto value = N0 + sum<N1toN...>::value;
5794 static constexpr auto value = 0;
5797 static_assert(sum<>::value == 0, "");
5798 static_assert(sum<1>::value == 1, "");
5799 static_assert(sum<23>::value == 23, "");
5800 static_assert(sum<1, 2>::value == 3, "");
5801 static_assert(sum<5, 5, 11>::value == 21, "");
5802 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5806 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5807 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
5809 namespace test_template_alias_sfinae
5814 template<typename T>
5815 using member = typename T::member_type;
5817 template<typename T>
5820 template<typename T>
5821 void func(member<T>*) {}
5825 void test() { func<foo>(0); }
5829 } // namespace cxx11
5831 #endif // __cplusplus >= 201103L
5836 if ac_fn_cxx_try_compile
"$LINENO"; then :
5837 ax_cv_cxx_compile_cxx11
=yes
5839 ax_cv_cxx_compile_cxx11
=no
5841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11" >&5
5844 $as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
5845 if test x
$ax_cv_cxx_compile_cxx11 = xyes
; then
5849 if test x
$ac_success = xno
; then
5850 for alternative
in ${ax_cxx_compile_alternatives}; do
5851 switch
="-std=gnu++${alternative}"
5852 cachevar
=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
5854 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
5855 if eval \
${$cachevar+:} false
; then :
5856 $as_echo_n "(cached) " >&6
5860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5861 /* end confdefs.h. */
5864 // If the compiler admits that it is not ready for C++11, why torture it?
5865 // Hopefully, this will speed up the test.
5869 #error "This is not a C++ compiler"
5871 #elif __cplusplus < 201103L
5873 #error "This is not a C++11 compiler"
5880 namespace test_static_assert
5883 template <typename T>
5886 static_assert(sizeof(int) <= sizeof(T), "not big enough");
5891 namespace test_final_override
5900 struct Derived : public Base
5902 virtual ~Derived() override {}
5903 virtual void f() override {}
5908 namespace test_double_right_angle_brackets
5911 template < typename T >
5914 typedef check<void> single_type;
5915 typedef check<check<void>> double_type;
5916 typedef check<check<check<void>>> triple_type;
5917 typedef check<check<check<check<void>>>> quadruple_type;
5921 namespace test_decltype
5934 namespace test_type_deduction
5937 template < typename T1, typename T2 >
5940 static const bool value = false;
5943 template < typename T >
5944 struct is_same<T, T>
5946 static const bool value = true;
5949 template < typename T1, typename T2 >
5951 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5957 test(const int c, volatile int v)
5959 static_assert(is_same<int, decltype(0)>::value == true, "");
5960 static_assert(is_same<int, decltype(c)>::value == false, "");
5961 static_assert(is_same<int, decltype(v)>::value == false, "");
5964 auto sumi = ac + av + 'x';
5965 auto sumf = ac + av + 1.0;
5966 static_assert(is_same<int, decltype(ac)>::value == true, "");
5967 static_assert(is_same<int, decltype(av)>::value == true, "");
5968 static_assert(is_same<int, decltype(sumi)>::value == true, "");
5969 static_assert(is_same<int, decltype(sumf)>::value == false, "");
5970 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5971 return (sumf > 0.0) ? sumi : add(c, v);
5976 namespace test_noexcept
5979 int f() { return 0; }
5980 int g() noexcept { return 0; }
5982 static_assert(noexcept(f()) == false, "");
5983 static_assert(noexcept(g()) == true, "");
5987 namespace test_constexpr
5990 template < typename CharT >
5991 unsigned long constexpr
5992 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
5994 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
5997 template < typename CharT >
5998 unsigned long constexpr
5999 strlen_c(const CharT *const s) noexcept
6001 return strlen_c_r(s, 0UL);
6004 static_assert(strlen_c("") == 0UL, "");
6005 static_assert(strlen_c("1") == 1UL, "");
6006 static_assert(strlen_c("example") == 7UL, "");
6007 static_assert(strlen_c("another\0example") == 7UL, "");
6011 namespace test_rvalue_references
6017 static constexpr int value = N;
6020 answer<1> f(int&) { return answer<1>(); }
6021 answer<2> f(const int&) { return answer<2>(); }
6022 answer<3> f(int&&) { return answer<3>(); }
6029 static_assert(decltype(f(i))::value == 1, "");
6030 static_assert(decltype(f(c))::value == 2, "");
6031 static_assert(decltype(f(0))::value == 3, "");
6036 namespace test_uniform_initialization
6041 static const int zero {};
6042 static const int one {1};
6045 static_assert(test::zero == 0, "");
6046 static_assert(test::one == 1, "");
6050 namespace test_lambdas
6056 auto lambda1 = [](){};
6057 auto lambda2 = lambda1;
6065 auto a = [](int i, int j){ return i + j; }(1, 2);
6066 auto b = []() -> int { return '0'; }();
6067 auto c = [=](){ return a + b; }();
6068 auto d = [&](){ return c; }();
6069 auto e = [a, &b](int x) mutable {
6070 const auto identity = [](int y){ return y; };
6071 for (auto i = 0; i < a; ++i)
6073 return x + identity(a + b);
6075 return a + b + c + d + e;
6081 const auto nullary = [](){ return 0; };
6082 const auto unary = [](int x){ return x; };
6083 using nullary_t = decltype(nullary);
6084 using unary_t = decltype(unary);
6085 const auto higher1st = [](nullary_t f){ return f(); };
6086 const auto higher2nd = [unary](nullary_t f1){
6087 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
6089 return higher1st(nullary) + higher2nd(nullary)(unary);
6094 namespace test_variadic_templates
6100 template <int N0, int... N1toN>
6101 struct sum<N0, N1toN...>
6103 static constexpr auto value = N0 + sum<N1toN...>::value;
6109 static constexpr auto value = 0;
6112 static_assert(sum<>::value == 0, "");
6113 static_assert(sum<1>::value == 1, "");
6114 static_assert(sum<23>::value == 23, "");
6115 static_assert(sum<1, 2>::value == 3, "");
6116 static_assert(sum<5, 5, 11>::value == 21, "");
6117 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6121 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6122 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6124 namespace test_template_alias_sfinae
6129 template<typename T>
6130 using member = typename T::member_type;
6132 template<typename T>
6135 template<typename T>
6136 void func(member<T>*) {}
6140 void test() { func<foo>(0); }
6144 } // namespace cxx11
6146 #endif // __cplusplus >= 201103L
6151 if ac_fn_cxx_try_compile
"$LINENO"; then :
6156 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6159 eval ac_res
=\$
$cachevar
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6161 $as_echo "$ac_res" >&6; }
6162 if eval test x\$
$cachevar = xyes
; then
6164 if test -n "$CXXCPP" ; then
6165 CXXCPP
="$CXXCPP $switch"
6173 if test x
$ac_success = xno
; then
6174 for alternative
in ${ax_cxx_compile_alternatives}; do
6175 for switch
in -std=c
++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
6176 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_
$switch" | $as_tr_sh`
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
$CXX supports C
++11 features with
$switch" >&5
6178 $as_echo_n "checking whether
$CXX supports C
++11 features with
$switch...
" >&6; }
6179 if eval \${$cachevar+:} false; then :
6180 $as_echo_n "(cached
) " >&6
6184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6185 /* end confdefs.h. */
6188 // If the compiler admits that it is not ready for C++11, why torture it?
6189 // Hopefully, this will speed up the test.
6193 #error "This is not a C
++ compiler
"
6195 #elif __cplusplus < 201103L
6197 #error "This is not a C
++11 compiler
"
6204 namespace test_static_assert
6207 template <typename T>
6210 static_assert(sizeof(int) <= sizeof(T), "not big enough
");
6215 namespace test_final_override
6224 struct Derived : public Base
6226 virtual ~Derived() override {}
6227 virtual void f() override {}
6232 namespace test_double_right_angle_brackets
6235 template < typename T >
6238 typedef check<void> single_type;
6239 typedef check<check<void>> double_type;
6240 typedef check<check<check<void>>> triple_type;
6241 typedef check<check<check<check<void>>>> quadruple_type;
6245 namespace test_decltype
6258 namespace test_type_deduction
6261 template < typename T1, typename T2 >
6264 static const bool value = false;
6267 template < typename T >
6268 struct is_same<T, T>
6270 static const bool value = true;
6273 template < typename T1, typename T2 >
6275 add(T1 a1, T2 a2) -> decltype(a1 + a2)
6281 test(const int c, volatile int v)
6283 static_assert(is_same<int, decltype(0)>::value == true, "");
6284 static_assert(is_same<int, decltype(c)>::value == false, "");
6285 static_assert(is_same<int, decltype(v)>::value == false, "");
6288 auto sumi = ac + av + 'x';
6289 auto sumf = ac + av + 1.0;
6290 static_assert(is_same<int, decltype(ac)>::value == true, "");
6291 static_assert(is_same<int, decltype(av)>::value == true, "");
6292 static_assert(is_same<int, decltype(sumi)>::value == true, "");
6293 static_assert(is_same<int, decltype(sumf)>::value == false, "");
6294 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
6295 return (sumf > 0.0) ? sumi : add(c, v);
6300 namespace test_noexcept
6303 int f() { return 0; }
6304 int g() noexcept { return 0; }
6306 static_assert(noexcept(f()) == false, "");
6307 static_assert(noexcept(g()) == true, "");
6311 namespace test_constexpr
6314 template < typename CharT >
6315 unsigned long constexpr
6316 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6318 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
6321 template < typename CharT >
6322 unsigned long constexpr
6323 strlen_c(const CharT *const s) noexcept
6325 return strlen_c_r(s, 0UL);
6328 static_assert(strlen_c("") == 0UL, "");
6329 static_assert(strlen_c("1") == 1UL, "");
6330 static_assert(strlen_c("example
") == 7UL, "");
6331 static_assert(strlen_c("another\
0example
") == 7UL, "");
6335 namespace test_rvalue_references
6341 static constexpr int value = N;
6344 answer<1> f(int&) { return answer<1>(); }
6345 answer<2> f(const int&) { return answer<2>(); }
6346 answer<3> f(int&&) { return answer<3>(); }
6353 static_assert(decltype(f(i))::value == 1, "");
6354 static_assert(decltype(f(c))::value == 2, "");
6355 static_assert(decltype(f(0))::value == 3, "");
6360 namespace test_uniform_initialization
6365 static const int zero {};
6366 static const int one {1};
6369 static_assert(test::zero == 0, "");
6370 static_assert(test::one == 1, "");
6374 namespace test_lambdas
6380 auto lambda1 = [](){};
6381 auto lambda2 = lambda1;
6389 auto a = [](int i, int j){ return i + j; }(1, 2);
6390 auto b = []() -> int { return '0'; }();
6391 auto c = [=](){ return a + b; }();
6392 auto d = [&](){ return c; }();
6393 auto e = [a, &b](int x) mutable {
6394 const auto identity = [](int y){ return y; };
6395 for (auto i = 0; i < a; ++i)
6397 return x + identity(a + b);
6399 return a + b + c + d + e;
6405 const auto nullary = [](){ return 0; };
6406 const auto unary = [](int x){ return x; };
6407 using nullary_t = decltype(nullary);
6408 using unary_t = decltype(unary);
6409 const auto higher1st = [](nullary_t f){ return f(); };
6410 const auto higher2nd = [unary](nullary_t f1){
6411 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
6413 return higher1st(nullary) + higher2nd(nullary)(unary);
6418 namespace test_variadic_templates
6424 template <int N0, int... N1toN>
6425 struct sum<N0, N1toN...>
6427 static constexpr auto value = N0 + sum<N1toN...>::value;
6433 static constexpr auto value = 0;
6436 static_assert(sum<>::value == 0, "");
6437 static_assert(sum<1>::value == 1, "");
6438 static_assert(sum<23>::value == 23, "");
6439 static_assert(sum<1, 2>::value == 3, "");
6440 static_assert(sum<5, 5, 11>::value == 21, "");
6441 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6445 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6446 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6448 namespace test_template_alias_sfinae
6453 template<typename T>
6454 using member = typename T::member_type;
6456 template<typename T>
6459 template<typename T>
6460 void func(member<T>*) {}
6464 void test() { func<foo>(0); }
6468 } // namespace cxx11
6470 #endif // __cplusplus >= 201103L
6475 if ac_fn_cxx_try_compile "$LINENO"; then :
6480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6483 eval ac_res=\$$cachevar
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_res" >&5
6485 $as_echo "$ac_res" >&6; }
6486 if eval test x\$$cachevar = xyes; then
6488 if test -n "$CXXCPP" ; then
6489 CXXCPP="$CXXCPP $switch"
6495 if test x$ac_success = xyes; then
6502 ac_cpp='$CPP $CPPFLAGS'
6503 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6504 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6505 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6507 if test x$ax_cxx_compile_cxx11_required = xtrue; then
6508 if test x$ac_success = xno; then
6509 as_fn_error $? "*** A compiler with support
for C
++11 language features is required.
" "$LINENO" 5
6512 if test x$ac_success = xno; then
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C
++11 support was found
" >&5
6515 $as_echo "$as_me: No compiler with C
++11 support was found
" >&6;}
6519 $as_echo "#define HAVE_CXX11 1" >>confdefs.h
6525 if test "${build}" != "${host}"; then
6526 ax_cxx_compile_alternatives
="11 0x" ax_cxx_compile_cxx11_required
=true
6528 ac_cpp
='$CXXCPP $CPPFLAGS'
6529 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6530 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6531 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
6533 ax_cv_cxx_compile_cxx11_orig_cxx
="$CXX"
6534 ax_cv_cxx_compile_cxx11_orig_cxxflags
="$CXXFLAGS"
6535 ax_cv_cxx_compile_cxx11_orig_cppflags
="$CPPFLAGS"
6536 CXX
="$CXX_FOR_BUILD"
6537 CXXFLAGS
="$CXXFLAGS_FOR_BUILD"
6538 CPPFLAGS
="$CPPFLAGS_FOR_BUILD"
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features by default" >&5
6540 $as_echo_n "checking whether $CXX supports C++11 features by default... " >&6; }
6541 if ${ax_cv_cxx_compile_cxx11_FOR_BUILD+:} false
; then :
6542 $as_echo_n "(cached) " >&6
6544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6545 /* end confdefs.h. */
6548 // If the compiler admits that it is not ready for C++11, why torture it?
6549 // Hopefully, this will speed up the test.
6553 #error "This is not a C++ compiler"
6555 #elif __cplusplus < 201103L
6557 #error "This is not a C++11 compiler"
6564 namespace test_static_assert
6567 template <typename T>
6570 static_assert(sizeof(int) <= sizeof(T), "not big enough");
6575 namespace test_final_override
6584 struct Derived : public Base
6586 virtual ~Derived() override {}
6587 virtual void f() override {}
6592 namespace test_double_right_angle_brackets
6595 template < typename T >
6598 typedef check<void> single_type;
6599 typedef check<check<void>> double_type;
6600 typedef check<check<check<void>>> triple_type;
6601 typedef check<check<check<check<void>>>> quadruple_type;
6605 namespace test_decltype
6618 namespace test_type_deduction
6621 template < typename T1, typename T2 >
6624 static const bool value = false;
6627 template < typename T >
6628 struct is_same<T, T>
6630 static const bool value = true;
6633 template < typename T1, typename T2 >
6635 add(T1 a1, T2 a2) -> decltype(a1 + a2)
6641 test(const int c, volatile int v)
6643 static_assert(is_same<int, decltype(0)>::value == true, "");
6644 static_assert(is_same<int, decltype(c)>::value == false, "");
6645 static_assert(is_same<int, decltype(v)>::value == false, "");
6648 auto sumi = ac + av + 'x';
6649 auto sumf = ac + av + 1.0;
6650 static_assert(is_same<int, decltype(ac)>::value == true, "");
6651 static_assert(is_same<int, decltype(av)>::value == true, "");
6652 static_assert(is_same<int, decltype(sumi)>::value == true, "");
6653 static_assert(is_same<int, decltype(sumf)>::value == false, "");
6654 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
6655 return (sumf > 0.0) ? sumi : add(c, v);
6660 namespace test_noexcept
6663 int f() { return 0; }
6664 int g() noexcept { return 0; }
6666 static_assert(noexcept(f()) == false, "");
6667 static_assert(noexcept(g()) == true, "");
6671 namespace test_constexpr
6674 template < typename CharT >
6675 unsigned long constexpr
6676 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6678 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
6681 template < typename CharT >
6682 unsigned long constexpr
6683 strlen_c(const CharT *const s) noexcept
6685 return strlen_c_r(s, 0UL);
6688 static_assert(strlen_c("") == 0UL, "");
6689 static_assert(strlen_c("1") == 1UL, "");
6690 static_assert(strlen_c("example") == 7UL, "");
6691 static_assert(strlen_c("another\0example") == 7UL, "");
6695 namespace test_rvalue_references
6701 static constexpr int value = N;
6704 answer<1> f(int&) { return answer<1>(); }
6705 answer<2> f(const int&) { return answer<2>(); }
6706 answer<3> f(int&&) { return answer<3>(); }
6713 static_assert(decltype(f(i))::value == 1, "");
6714 static_assert(decltype(f(c))::value == 2, "");
6715 static_assert(decltype(f(0))::value == 3, "");
6720 namespace test_uniform_initialization
6725 static const int zero {};
6726 static const int one {1};
6729 static_assert(test::zero == 0, "");
6730 static_assert(test::one == 1, "");
6734 namespace test_lambdas
6740 auto lambda1 = [](){};
6741 auto lambda2 = lambda1;
6749 auto a = [](int i, int j){ return i + j; }(1, 2);
6750 auto b = []() -> int { return '0'; }();
6751 auto c = [=](){ return a + b; }();
6752 auto d = [&](){ return c; }();
6753 auto e = [a, &b](int x) mutable {
6754 const auto identity = [](int y){ return y; };
6755 for (auto i = 0; i < a; ++i)
6757 return x + identity(a + b);
6759 return a + b + c + d + e;
6765 const auto nullary = [](){ return 0; };
6766 const auto unary = [](int x){ return x; };
6767 using nullary_t = decltype(nullary);
6768 using unary_t = decltype(unary);
6769 const auto higher1st = [](nullary_t f){ return f(); };
6770 const auto higher2nd = [unary](nullary_t f1){
6771 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
6773 return higher1st(nullary) + higher2nd(nullary)(unary);
6778 namespace test_variadic_templates
6784 template <int N0, int... N1toN>
6785 struct sum<N0, N1toN...>
6787 static constexpr auto value = N0 + sum<N1toN...>::value;
6793 static constexpr auto value = 0;
6796 static_assert(sum<>::value == 0, "");
6797 static_assert(sum<1>::value == 1, "");
6798 static_assert(sum<23>::value == 23, "");
6799 static_assert(sum<1, 2>::value == 3, "");
6800 static_assert(sum<5, 5, 11>::value == 21, "");
6801 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
6805 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
6806 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
6808 namespace test_template_alias_sfinae
6813 template<typename T>
6814 using member = typename T::member_type;
6816 template<typename T>
6819 template<typename T>
6820 void func(member<T>*) {}
6824 void test() { func<foo>(0); }
6828 } // namespace cxx11
6830 #endif // __cplusplus >= 201103L
6835 if ac_fn_cxx_try_compile
"$LINENO"; then :
6836 ax_cv_cxx_compile_cxx11_FOR_BUILD
=yes
6838 ax_cv_cxx_compile_cxx11_FOR_BUILD
=no
6840 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxx_compile_cxx11_FOR_BUILD" >&5
6843 $as_echo "$ax_cv_cxx_compile_cxx11_FOR_BUILD" >&6; }
6844 if test x
$ax_cv_cxx_compile_cxx11_FOR_BUILD = xyes
; then
6848 if test x
$ac_success = xno
; then
6849 for alternative
in ${ax_cxx_compile_alternatives}; do
6850 switch
="-std=gnu++${alternative}"
6851 cachevar
=`$as_echo "ax_cv_cxx_compile_cxx11_FOR_BUILD_$switch" | $as_tr_sh`
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
6853 $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
6854 if eval \
${$cachevar+:} false
; then :
6855 $as_echo_n "(cached) " >&6
6859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6860 /* end confdefs.h. */
6863 // If the compiler admits that it is not ready for C++11, why torture it?
6864 // Hopefully, this will speed up the test.
6868 #error "This is not a C++ compiler"
6870 #elif __cplusplus < 201103L
6872 #error "This is not a C++11 compiler"
6879 namespace test_static_assert
6882 template <typename T>
6885 static_assert(sizeof(int) <= sizeof(T), "not big enough");
6890 namespace test_final_override
6899 struct Derived : public Base
6901 virtual ~Derived() override {}
6902 virtual void f() override {}
6907 namespace test_double_right_angle_brackets
6910 template < typename T >
6913 typedef check<void> single_type;
6914 typedef check<check<void>> double_type;
6915 typedef check<check<check<void>>> triple_type;
6916 typedef check<check<check<check<void>>>> quadruple_type;
6920 namespace test_decltype
6933 namespace test_type_deduction
6936 template < typename T1, typename T2 >
6939 static const bool value = false;
6942 template < typename T >
6943 struct is_same<T, T>
6945 static const bool value = true;
6948 template < typename T1, typename T2 >
6950 add(T1 a1, T2 a2) -> decltype(a1 + a2)
6956 test(const int c, volatile int v)
6958 static_assert(is_same<int, decltype(0)>::value == true, "");
6959 static_assert(is_same<int, decltype(c)>::value == false, "");
6960 static_assert(is_same<int, decltype(v)>::value == false, "");
6963 auto sumi = ac + av + 'x';
6964 auto sumf = ac + av + 1.0;
6965 static_assert(is_same<int, decltype(ac)>::value == true, "");
6966 static_assert(is_same<int, decltype(av)>::value == true, "");
6967 static_assert(is_same<int, decltype(sumi)>::value == true, "");
6968 static_assert(is_same<int, decltype(sumf)>::value == false, "");
6969 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
6970 return (sumf > 0.0) ? sumi : add(c, v);
6975 namespace test_noexcept
6978 int f() { return 0; }
6979 int g() noexcept { return 0; }
6981 static_assert(noexcept(f()) == false, "");
6982 static_assert(noexcept(g()) == true, "");
6986 namespace test_constexpr
6989 template < typename CharT >
6990 unsigned long constexpr
6991 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
6993 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
6996 template < typename CharT >
6997 unsigned long constexpr
6998 strlen_c(const CharT *const s) noexcept
7000 return strlen_c_r(s, 0UL);
7003 static_assert(strlen_c("") == 0UL, "");
7004 static_assert(strlen_c("1") == 1UL, "");
7005 static_assert(strlen_c("example") == 7UL, "");
7006 static_assert(strlen_c("another\0example") == 7UL, "");
7010 namespace test_rvalue_references
7016 static constexpr int value = N;
7019 answer<1> f(int&) { return answer<1>(); }
7020 answer<2> f(const int&) { return answer<2>(); }
7021 answer<3> f(int&&) { return answer<3>(); }
7028 static_assert(decltype(f(i))::value == 1, "");
7029 static_assert(decltype(f(c))::value == 2, "");
7030 static_assert(decltype(f(0))::value == 3, "");
7035 namespace test_uniform_initialization
7040 static const int zero {};
7041 static const int one {1};
7044 static_assert(test::zero == 0, "");
7045 static_assert(test::one == 1, "");
7049 namespace test_lambdas
7055 auto lambda1 = [](){};
7056 auto lambda2 = lambda1;
7064 auto a = [](int i, int j){ return i + j; }(1, 2);
7065 auto b = []() -> int { return '0'; }();
7066 auto c = [=](){ return a + b; }();
7067 auto d = [&](){ return c; }();
7068 auto e = [a, &b](int x) mutable {
7069 const auto identity = [](int y){ return y; };
7070 for (auto i = 0; i < a; ++i)
7072 return x + identity(a + b);
7074 return a + b + c + d + e;
7080 const auto nullary = [](){ return 0; };
7081 const auto unary = [](int x){ return x; };
7082 using nullary_t = decltype(nullary);
7083 using unary_t = decltype(unary);
7084 const auto higher1st = [](nullary_t f){ return f(); };
7085 const auto higher2nd = [unary](nullary_t f1){
7086 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
7088 return higher1st(nullary) + higher2nd(nullary)(unary);
7093 namespace test_variadic_templates
7099 template <int N0, int... N1toN>
7100 struct sum<N0, N1toN...>
7102 static constexpr auto value = N0 + sum<N1toN...>::value;
7108 static constexpr auto value = 0;
7111 static_assert(sum<>::value == 0, "");
7112 static_assert(sum<1>::value == 1, "");
7113 static_assert(sum<23>::value == 23, "");
7114 static_assert(sum<1, 2>::value == 3, "");
7115 static_assert(sum<5, 5, 11>::value == 21, "");
7116 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
7120 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7121 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
7123 namespace test_template_alias_sfinae
7128 template<typename T>
7129 using member = typename T::member_type;
7131 template<typename T>
7134 template<typename T>
7135 void func(member<T>*) {}
7139 void test() { func<foo>(0); }
7143 } // namespace cxx11
7145 #endif // __cplusplus >= 201103L
7150 if ac_fn_cxx_try_compile
"$LINENO"; then :
7155 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7158 eval ac_res
=\$
$cachevar
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7160 $as_echo "$ac_res" >&6; }
7161 if eval test x\$
$cachevar = xyes
; then
7163 if test -n "$CXXCPP" ; then
7164 CXXCPP
="$CXXCPP $switch"
7172 if test x
$ac_success = xno
; then
7173 for alternative
in ${ax_cxx_compile_alternatives}; do
7174 for switch
in -std=c
++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
7175 cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_FOR_BUILD_
$switch" | $as_tr_sh`
7176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
$CXX supports C
++11 features with
$switch" >&5
7177 $as_echo_n "checking whether
$CXX supports C
++11 features with
$switch...
" >&6; }
7178 if eval \${$cachevar+:} false; then :
7179 $as_echo_n "(cached
) " >&6
7183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7184 /* end confdefs.h. */
7187 // If the compiler admits that it is not ready for C++11, why torture it?
7188 // Hopefully, this will speed up the test.
7192 #error "This is not a C
++ compiler
"
7194 #elif __cplusplus < 201103L
7196 #error "This is not a C
++11 compiler
"
7203 namespace test_static_assert
7206 template <typename T>
7209 static_assert(sizeof(int) <= sizeof(T), "not big enough
");
7214 namespace test_final_override
7223 struct Derived : public Base
7225 virtual ~Derived() override {}
7226 virtual void f() override {}
7231 namespace test_double_right_angle_brackets
7234 template < typename T >
7237 typedef check<void> single_type;
7238 typedef check<check<void>> double_type;
7239 typedef check<check<check<void>>> triple_type;
7240 typedef check<check<check<check<void>>>> quadruple_type;
7244 namespace test_decltype
7257 namespace test_type_deduction
7260 template < typename T1, typename T2 >
7263 static const bool value = false;
7266 template < typename T >
7267 struct is_same<T, T>
7269 static const bool value = true;
7272 template < typename T1, typename T2 >
7274 add(T1 a1, T2 a2) -> decltype(a1 + a2)
7280 test(const int c, volatile int v)
7282 static_assert(is_same<int, decltype(0)>::value == true, "");
7283 static_assert(is_same<int, decltype(c)>::value == false, "");
7284 static_assert(is_same<int, decltype(v)>::value == false, "");
7287 auto sumi = ac + av + 'x';
7288 auto sumf = ac + av + 1.0;
7289 static_assert(is_same<int, decltype(ac)>::value == true, "");
7290 static_assert(is_same<int, decltype(av)>::value == true, "");
7291 static_assert(is_same<int, decltype(sumi)>::value == true, "");
7292 static_assert(is_same<int, decltype(sumf)>::value == false, "");
7293 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
7294 return (sumf > 0.0) ? sumi : add(c, v);
7299 namespace test_noexcept
7302 int f() { return 0; }
7303 int g() noexcept { return 0; }
7305 static_assert(noexcept(f()) == false, "");
7306 static_assert(noexcept(g()) == true, "");
7310 namespace test_constexpr
7313 template < typename CharT >
7314 unsigned long constexpr
7315 strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
7317 return *s ? strlen_c_r(s + 1, acc + 1) : acc;
7320 template < typename CharT >
7321 unsigned long constexpr
7322 strlen_c(const CharT *const s) noexcept
7324 return strlen_c_r(s, 0UL);
7327 static_assert(strlen_c("") == 0UL, "");
7328 static_assert(strlen_c("1") == 1UL, "");
7329 static_assert(strlen_c("example
") == 7UL, "");
7330 static_assert(strlen_c("another\
0example
") == 7UL, "");
7334 namespace test_rvalue_references
7340 static constexpr int value = N;
7343 answer<1> f(int&) { return answer<1>(); }
7344 answer<2> f(const int&) { return answer<2>(); }
7345 answer<3> f(int&&) { return answer<3>(); }
7352 static_assert(decltype(f(i))::value == 1, "");
7353 static_assert(decltype(f(c))::value == 2, "");
7354 static_assert(decltype(f(0))::value == 3, "");
7359 namespace test_uniform_initialization
7364 static const int zero {};
7365 static const int one {1};
7368 static_assert(test::zero == 0, "");
7369 static_assert(test::one == 1, "");
7373 namespace test_lambdas
7379 auto lambda1 = [](){};
7380 auto lambda2 = lambda1;
7388 auto a = [](int i, int j){ return i + j; }(1, 2);
7389 auto b = []() -> int { return '0'; }();
7390 auto c = [=](){ return a + b; }();
7391 auto d = [&](){ return c; }();
7392 auto e = [a, &b](int x) mutable {
7393 const auto identity = [](int y){ return y; };
7394 for (auto i = 0; i < a; ++i)
7396 return x + identity(a + b);
7398 return a + b + c + d + e;
7404 const auto nullary = [](){ return 0; };
7405 const auto unary = [](int x){ return x; };
7406 using nullary_t = decltype(nullary);
7407 using unary_t = decltype(unary);
7408 const auto higher1st = [](nullary_t f){ return f(); };
7409 const auto higher2nd = [unary](nullary_t f1){
7410 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
7412 return higher1st(nullary) + higher2nd(nullary)(unary);
7417 namespace test_variadic_templates
7423 template <int N0, int... N1toN>
7424 struct sum<N0, N1toN...>
7426 static constexpr auto value = N0 + sum<N1toN...>::value;
7432 static constexpr auto value = 0;
7435 static_assert(sum<>::value == 0, "");
7436 static_assert(sum<1>::value == 1, "");
7437 static_assert(sum<23>::value == 23, "");
7438 static_assert(sum<1, 2>::value == 3, "");
7439 static_assert(sum<5, 5, 11>::value == 21, "");
7440 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
7444 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7445 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
7447 namespace test_template_alias_sfinae
7452 template<typename T>
7453 using member = typename T::member_type;
7455 template<typename T>
7458 template<typename T>
7459 void func(member<T>*) {}
7463 void test() { func<foo>(0); }
7467 } // namespace cxx11
7469 #endif // __cplusplus >= 201103L
7474 if ac_fn_cxx_try_compile "$LINENO"; then :
7479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7482 eval ac_res=\$$cachevar
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_res" >&5
7484 $as_echo "$ac_res" >&6; }
7485 if eval test x\$$cachevar = xyes; then
7487 if test -n "$CXXCPP" ; then
7488 CXXCPP="$CXXCPP $switch"
7494 if test x$ac_success = xyes; then
7499 CXX_FOR_BUILD="$CXX"
7500 CXXFLAGS_FOR_BUILD="$CXXFLAGS"
7501 CPPFLAGS_FOR_BUILD="$CPPFLAGS"
7502 CXX="$ax_cv_cxx_compile_cxx11_orig_cxx"
7503 CXXFLAGS="$ax_cv_cxx_compile_cxx11_orig_cxxflags"
7504 CPPFLAGS="$ax_cv_cxx_compile_cxx11_orig_cppflags"
7506 ac_cpp='$CPP $CPPFLAGS'
7507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7508 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7511 if test x$ax_cxx_compile_cxx11_required = xtrue; then
7512 if test x$ac_success = xno; then
7513 as_fn_error $? "*** A compiler with support
for C
++11 language features is required.
" "$LINENO" 5
7516 if test x$ac_success = xno; then
7517 HAVE_CXX11_FOR_BUILD=0
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: No compiler with C
++11 support was found
" >&5
7519 $as_echo "$as_me: No compiler with C
++11 support was found
" >&6;}
7521 HAVE_CXX11_FOR_BUILD=1
7523 $as_echo "#define HAVE_CXX11_FOR_BUILD 1" >>confdefs.h
7531 # Used for setting $lt_cv_objdir
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7533 $as_echo_n "checking for objdir... " >&6; }
7534 if ${lt_cv_objdir+:} false
; then :
7535 $as_echo_n "(cached) " >&6
7537 rm -f .libs
2>/dev
/null
7538 mkdir .libs
2>/dev
/null
7539 if test -d .libs
; then
7542 # MS-DOS does not allow filenames that begin with a dot.
7545 rmdir .libs
2>/dev
/null
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7548 $as_echo "$lt_cv_objdir" >&6; }
7549 objdir
=$lt_cv_objdir
7555 cat >>confdefs.h
<<_ACEOF
7556 #define LT_OBJDIR "$lt_cv_objdir/"
7561 # Check for GMP, MPFR and MPC
7562 gmplibs
="-lmpc -lmpfr -lgmp"
7566 # Specify a location for mpc
7567 # check for this first so it ends up on the link line before mpfr.
7569 # Check whether --with-mpc was given.
7570 if test "${with_mpc+set}" = set; then :
7575 # Check whether --with-mpc-include was given.
7576 if test "${with_mpc_include+set}" = set; then :
7577 withval
=$with_mpc_include;
7581 # Check whether --with-mpc-lib was given.
7582 if test "${with_mpc_lib+set}" = set; then :
7583 withval
=$with_mpc_lib;
7587 if test "x$with_mpc" != x
; then
7588 gmplibs
="-L$with_mpc/lib $gmplibs"
7589 gmpinc
="-I$with_mpc/include $gmpinc"
7591 if test "x$with_mpc_include" != x
; then
7592 gmpinc
="-I$with_mpc_include $gmpinc"
7594 if test "x$with_mpc_lib" != x
; then
7595 gmplibs
="-L$with_mpc_lib $gmplibs"
7597 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
7598 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
7599 gmpinc
='-I$$s/mpc/src '"$gmpinc"
7600 # Do not test the mpc version. Assume that it is sufficient, since
7601 # it is in the source tree, and the library has not been built yet
7602 # but it would be included on the link line in the version check below
7603 # hence making the test fail.
7607 # Specify a location for mpfr
7608 # check for this first so it ends up on the link line before gmp.
7610 # Check whether --with-mpfr-dir was given.
7611 if test "${with_mpfr_dir+set}" = set; then :
7612 withval
=$with_mpfr_dir; as_fn_error $?
"The --with-mpfr-dir=PATH option has been removed.
7613 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
7618 # Check whether --with-mpfr was given.
7619 if test "${with_mpfr+set}" = set; then :
7624 # Check whether --with-mpfr-include was given.
7625 if test "${with_mpfr_include+set}" = set; then :
7626 withval
=$with_mpfr_include;
7630 # Check whether --with-mpfr-lib was given.
7631 if test "${with_mpfr_lib+set}" = set; then :
7632 withval
=$with_mpfr_lib;
7636 if test "x$with_mpfr" != x
; then
7637 gmplibs
="-L$with_mpfr/lib $gmplibs"
7638 gmpinc
="-I$with_mpfr/include $gmpinc"
7640 if test "x$with_mpfr_include" != x
; then
7641 gmpinc
="-I$with_mpfr_include $gmpinc"
7643 if test "x$with_mpfr_lib" != x
; then
7644 gmplibs
="-L$with_mpfr_lib $gmplibs"
7646 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
7647 # MPFR v3.1.0 moved the sources into a src sub-directory.
7648 if ! test -d ${srcdir}/mpfr
/src
; then
7649 as_fn_error $?
"Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
7651 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
7652 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
7653 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
7654 # Do not test the mpfr version. Assume that it is sufficient, since
7655 # it is in the source tree, and the library has not been built yet
7656 # but it would be included on the link line in the version check below
7657 # hence making the test fail.
7661 # Specify a location for gmp
7663 # Check whether --with-gmp-dir was given.
7664 if test "${with_gmp_dir+set}" = set; then :
7665 withval
=$with_gmp_dir; as_fn_error $?
"The --with-gmp-dir=PATH option has been removed.
7666 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
7671 # Check whether --with-gmp was given.
7672 if test "${with_gmp+set}" = set; then :
7677 # Check whether --with-gmp-include was given.
7678 if test "${with_gmp_include+set}" = set; then :
7679 withval
=$with_gmp_include;
7683 # Check whether --with-gmp-lib was given.
7684 if test "${with_gmp_lib+set}" = set; then :
7685 withval
=$with_gmp_lib;
7690 if test "x$with_gmp" != x
; then
7691 gmplibs
="-L$with_gmp/lib $gmplibs"
7692 gmpinc
="-I$with_gmp/include $gmpinc"
7694 if test "x$with_gmp_include" != x
; then
7695 gmpinc
="-I$with_gmp_include $gmpinc"
7697 if test "x$with_gmp_lib" != x
; then
7698 gmplibs
="-L$with_gmp_lib $gmplibs"
7700 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
7701 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
7702 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
7703 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7704 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7705 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
7706 # Do not test the gmp version. Assume that it is sufficient, since
7707 # it is in the source tree, and the library has not been built yet
7708 # but it would be included on the link line in the version check below
7709 # hence making the test fail.
7713 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
7715 saved_CFLAGS
="$CFLAGS"
7716 CFLAGS
="$CFLAGS $gmpinc"
7717 # Check for the recommended and required versions of GMP.
7718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
7719 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
7721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7722 /* end confdefs.h. */
7728 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
7729 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
7730 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
7738 if ac_fn_c_try_compile
"$LINENO"; then :
7739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7740 /* end confdefs.h. */
7746 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
7747 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
7748 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
7756 if ac_fn_c_try_compile
"$LINENO"; then :
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7758 $as_echo "yes" >&6; }
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
7761 $as_echo "buggy but acceptable" >&6; }
7763 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7766 $as_echo "no" >&6; }; have_gmp
=no
7768 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7770 # If we have GMP, check the MPFR version.
7771 if test x
"$have_gmp" = xyes
; then
7772 # Check for the recommended and required versions of MPFR.
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
7774 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
7775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7776 /* end confdefs.h. */
7783 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,0)
7791 if ac_fn_c_try_compile
"$LINENO"; then :
7792 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7793 /* end confdefs.h. */
7800 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,6)
7808 if ac_fn_c_try_compile
"$LINENO"; then :
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7810 $as_echo "yes" >&6; }
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
7813 $as_echo "buggy but acceptable" >&6; }
7815 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818 $as_echo "no" >&6; }; have_gmp
=no
7820 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7823 # Check for the MPC header version.
7824 if test x
"$have_gmp" = xyes
; then
7825 # Check for the recommended and required versions of MPC.
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
7827 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
7828 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7829 /* end confdefs.h. */
7835 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
7843 if ac_fn_c_try_compile
"$LINENO"; then :
7844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7845 /* end confdefs.h. */
7851 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
7859 if ac_fn_c_try_compile
"$LINENO"; then :
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7861 $as_echo "yes" >&6; }
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
7864 $as_echo "buggy but acceptable" >&6; }
7866 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7869 $as_echo "no" >&6; }; have_gmp
=no
7871 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7874 # Now check the MPFR library.
7875 if test x
"$have_gmp" = xyes
; then
7877 LIBS
="$LIBS $gmplibs"
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
7879 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
7880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7881 /* end confdefs.h. */
7893 mpfr_atan2 (n, n, x, MPFR_RNDN);
7894 mpfr_erfc (n, x, MPFR_RNDN);
7895 mpfr_subnormalize (x, t, MPFR_RNDN);
7899 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
7900 mpc_cosh (c, c, MPC_RNDNN);
7901 mpc_pow (c, c, c, MPC_RNDNN);
7902 mpc_acosh (c, c, MPC_RNDNN);
7909 if ac_fn_c_try_link
"$LINENO"; then :
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7911 $as_echo "yes" >&6; }
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914 $as_echo "no" >&6; }; have_gmp
=no
7916 rm -f core conftest.err conftest.
$ac_objext \
7917 conftest
$ac_exeext conftest.
$ac_ext
7921 CFLAGS
="$saved_CFLAGS"
7923 # The library versions listed in the error message below should match
7924 # the HARD-minimums enforced above.
7925 if test x
$have_gmp != xyes
; then
7926 as_fn_error $?
"Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
7927 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
7928 their locations. Source code for these libraries can be found at
7929 their respective hosting sites as well as at
7930 https://gcc.gnu.org/pub/gcc/infrastructure/. See also
7931 http://gcc.gnu.org/install/prerequisites.html for additional info. If
7932 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
7933 make sure that you have installed both the libraries and the header
7934 files. They may be located in separate packages." "$LINENO" 5
7938 # Flags needed for both GMP, MPFR and/or MPC.
7946 # Libraries to use for stage1 or when not bootstrapping.
7948 # Check whether --with-stage1-libs was given.
7949 if test "${with_stage1_libs+set}" = set; then :
7950 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
7953 stage1_libs
=$withval
7961 # Whether or not to use -static-libstdc++ and -static-libgcc. The
7962 # default is yes if gcc is being built; no otherwise. The reason for
7963 # this default is that gdb is sometimes linked against GNU Source
7964 # Highlight, which is a shared library that uses C++ exceptions. In
7965 # this case, -static-libstdc++ will cause crashes.
7967 # Check whether --with-static-standard-libraries was given.
7968 if test "${with_static_standard_libraries+set}" = set; then :
7969 withval
=$with_static_standard_libraries;
7971 with_static_standard_libraries
=auto
7974 if test "$with_static_standard_libraries" = auto
; then
7975 with_static_standard_libraries
=$have_compiler
7978 # Linker flags to use for stage1 or when not bootstrapping.
7980 # Check whether --with-stage1-ldflags was given.
7981 if test "${with_stage1_ldflags+set}" = set; then :
7982 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
7985 stage1_ldflags
=$withval
7989 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
7990 # if supported. But if the user explicitly specified the libraries to use,
7991 # trust that they are doing what they want.
7992 if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
7993 -a "$have_static_libs" = yes; then
7994 stage1_ldflags
="-static-libstdc++ -static-libgcc"
8000 # Libraries to use for stage2 and later builds.
8002 # Check whether --with-boot-libs was given.
8003 if test "${with_boot_libs+set}" = set; then :
8004 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
8007 poststage1_libs
=$withval
8015 # Linker flags to use for stage2 and later builds.
8017 # Check whether --with-boot-ldflags was given.
8018 if test "${with_boot_ldflags+set}" = set; then :
8019 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
8022 poststage1_ldflags
=$withval
8026 # In stages 2 and 3, default to linking libstdc++ and libgcc
8027 # statically. But if the user explicitly specified the libraries to
8028 # use, trust that they are doing what they want.
8029 if test "$poststage1_libs" = ""; then
8030 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
8036 # GCC GRAPHITE dependency isl.
8037 # Basic setup is inlined here, actual checks are in config/isl.m4
8040 # Check whether --with-isl was given.
8041 if test "${with_isl+set}" = set; then :
8046 # Treat --without-isl as a request to disable
8047 # GRAPHITE support and skip all following checks.
8048 if test "x$with_isl" != "xno"; then
8052 # Check whether --with-isl-include was given.
8053 if test "${with_isl_include+set}" = set; then :
8054 withval
=$with_isl_include;
8058 # Check whether --with-isl-lib was given.
8059 if test "${with_isl_lib+set}" = set; then :
8060 withval
=$with_isl_lib;
8064 # Check whether --enable-isl-version-check was given.
8065 if test "${enable_isl_version_check+set}" = set; then :
8066 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
8068 ENABLE_ISL_CHECK
=yes
8072 # Initialize isllibs and islinc.
8081 isllibs
="-L$with_isl/lib"
8082 islinc
="-I$with_isl/include"
8085 if test "x${with_isl_include}" != x
; then
8086 islinc
="-I$with_isl_include"
8088 if test "x${with_isl_lib}" != x
; then
8089 isllibs
="-L$with_isl_lib"
8091 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
8092 && test -d ${srcdir}/isl
; then
8093 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
8094 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
8097 $as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
8100 isllibs
="${isllibs} -lisl"
8104 if test "${ENABLE_ISL_CHECK}" = yes ; then
8105 _isl_saved_CFLAGS
=$CFLAGS
8106 _isl_saved_LDFLAGS
=$LDFLAGS
8107 _isl_saved_LIBS
=$LIBS
8109 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
8110 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
8111 LIBS
="${_isl_saved_LIBS} -lisl -lgmp"
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 or later" >&5
8114 $as_echo_n "checking for isl 0.15 or later... " >&6; }
8115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8116 /* end confdefs.h. */
8117 #include <isl/schedule.h>
8121 isl_options_set_schedule_serialize_sccs (NULL, 0);
8126 if ac_fn_c_try_link
"$LINENO"; then :
8131 rm -f core conftest.err conftest.
$ac_objext \
8132 conftest
$ac_exeext conftest.
$ac_ext
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
8134 $as_echo "$gcc_cv_isl" >&6; }
8136 if test "${gcc_cv_isl}" = no
; then
8137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: required isl version is 0.15 or later" >&5
8138 $as_echo "required isl version is 0.15 or later" >&6; }
8141 CFLAGS
=$_isl_saved_CFLAGS
8142 LDFLAGS
=$_isl_saved_LDFLAGS
8143 LIBS
=$_isl_saved_LIBS
8151 if test "x${with_isl}" = xno
; then
8152 graphite_requested
=no
8153 elif test "x${with_isl}" != x \
8154 ||
test "x${with_isl_include}" != x \
8155 ||
test "x${with_isl_lib}" != x
; then
8156 graphite_requested
=yes
8158 graphite_requested
=no
8163 if test "${gcc_cv_isl}" = no
; then
8168 if test "${graphite_requested}" = yes \
8169 && test "x${isllibs}" = x \
8170 && test "x${islinc}" = x
; then
8172 as_fn_error $?
"Unable to find a usable isl. See config.log for details." "$LINENO" 5
8178 # If the isl check failed, disable builds of in-tree variant of isl
8179 if test "x$with_isl" = xno ||
8180 test "x$gcc_cv_isl" = xno
; then
8181 noconfigdirs
="$noconfigdirs isl"
8188 # Check for LTO support.
8189 # Check whether --enable-lto was given.
8190 if test "${enable_lto+set}" = set; then :
8191 enableval
=$enable_lto; enable_lto
=$enableval
8193 enable_lto
=yes; default_enable_lto
=yes
8202 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
8203 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
8204 alpha
*-dec-osf* |
*-interix* | hppa
[12]*-*-hpux* | \
8213 if test $target_elf = yes; then :
8214 # ELF platforms build the lto-plugin always.
8215 build_lto_plugin
=yes
8218 if test x
"$default_enable_lto" = x
"yes" ; then
8220 *-apple-darwin[912]* |
*-cygwin* |
*-mingw* |
*djgpp
*) ;;
8221 # On other non-ELF platforms, LTO has yet to be validated.
8225 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
8226 # It would also be nice to check the binutils support, but we don't
8227 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
8228 # warn during gcc/ subconfigure; unless you're bootstrapping with
8229 # -flto it won't be needed until after installation anyway.
8231 *-cygwin* |
*-mingw* |
*-apple-darwin* |
*djgpp
*) ;;
8232 *) if test x
"$enable_lto" = x
"yes"; then
8233 as_fn_error $?
"LTO support is not enabled for this target." "$LINENO" 5
8238 # Among non-ELF, only Windows platforms support the lto-plugin so far.
8239 # Build it unless LTO was explicitly disabled.
8241 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
8248 # Check whether --enable-linker-plugin-configure-flags was given.
8249 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
8250 enableval
=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags
=$enableval
8252 extra_linker_plugin_configure_flags
=
8256 # Check whether --enable-linker-plugin-flags was given.
8257 if test "${enable_linker_plugin_flags+set}" = set; then :
8258 enableval
=$enable_linker_plugin_flags; extra_linker_plugin_flags
=$enableval
8260 extra_linker_plugin_flags
=
8265 # Enable --enable-host-shared.
8266 # Checked early to determine whether jit is an 'all' language
8267 # Check whether --enable-host-shared was given.
8268 if test "${enable_host_shared+set}" = set; then :
8269 enableval
=$enable_host_shared; host_shared
=$enableval
8276 # By default, C and C++ are the only stage 1 languages.
8277 stage1_languages
=,c
,
8279 # Target libraries that we bootstrap.
8280 bootstrap_target_libs
=,target-libgcc
,
8282 # Figure out what language subdirectories are present.
8283 # Look if the user specified --enable-languages="..."; if not, use
8284 # the environment variable $LANGUAGES if defined. $LANGUAGES might
8286 # NB: embedded tabs in this IF block -- do not untabify
8287 if test -d ${srcdir}/gcc
; then
8288 if test x
"${enable_languages+set}" != xset
; then
8289 if test x
"${LANGUAGES+set}" = xset
; then
8290 enable_languages
="${LANGUAGES}"
8291 echo configure.ac
: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
8293 enable_languages
=default
8296 if test x
"${enable_languages}" = x ||
8297 test x
"${enable_languages}" = xyes
;
8299 echo configure.ac
: --enable-languages needs
at least one language argument
1>&2
8303 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
8305 # 'f95' is the old name for the 'fortran' language. We issue a warning
8306 # and make the substitution.
8307 case ,${enable_languages}, in
8309 echo configure.ac
: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
8310 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
8314 # If bootstrapping, C++ must be enabled.
8315 case ",$enable_languages,:$enable_bootstrap" in
8318 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
8319 enable_languages
="${enable_languages},c++"
8321 as_fn_error $?
"bootstrapping requires c++ sources" "$LINENO" 5
8326 # First scan to see if an enabled language requires some other language.
8327 # We assume that a given config-lang.in will list all the language
8328 # front ends it requires, even if some are required indirectly.
8329 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
8330 case ${lang_frag} in
8332 # The odd quoting in the next line works around
8333 # an apparent bug in bash 1.12 on linux.
8334 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
8336 # From the config-lang.in, get $language, $lang_requires, and
8337 # $lang_requires_boot_languages.
8340 lang_requires_boot_languages
=
8341 # set srcdir during sourcing lang_frag to the gcc dir.
8342 # Sadly overriding srcdir on the . line doesn't work in plain sh as it
8343 # polutes this shell
8344 saved_srcdir
=${srcdir}
8345 srcdir
=${srcdir}/gcc .
${lang_frag}
8346 srcdir
=${saved_srcdir}
8347 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
8348 case ,${enable_languages}, in
8353 echo " \`$other' language required by \`$language'; enabling" 1>&2
8354 enable_languages
="${enable_languages},${other}"
8358 for other
in ${lang_requires_boot_languages} ; do
8359 if test "$other" != "c"; then
8360 case ,${enable_stage1_languages}, in
8365 case ,${enable_languages}, in
8367 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
8368 enable_stage1_languages
="$enable_stage1_languages,${other}"
8379 new_enable_languages
=,c
,
8381 # If LTO is enabled, add the LTO front end.
8382 if test "$enable_lto" = "yes" ; then
8383 case ,${enable_languages}, in
8385 *) enable_languages
="${enable_languages},lto" ;;
8387 if test "${build_lto_plugin}" = "yes" ; then
8388 configdirs
="$configdirs lto-plugin"
8392 # If we're building an offloading compiler, add the LTO front end.
8393 if test x
"$enable_as_accelerator_for" != x
; then
8394 case ,${enable_languages}, in
8396 *) enable_languages
="${enable_languages},lto" ;;
8400 missing_languages
=`echo ",$enable_languages," | sed -e s/,default,/,/ -e s/,all,/,/ -e s/,c,/,/ `
8401 potential_languages
=,c
,
8403 enabled_target_libs
=
8404 disabled_target_libs
=
8406 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
8407 case ${lang_frag} in
8409 # The odd quoting in the next line works around
8410 # an apparent bug in bash 1.12 on linux.
8411 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
8413 # From the config-lang.in, get $language, $target_libs,
8414 # $lang_dirs, $boot_language, and $build_by_default
8420 build_by_default
=yes
8421 # set srcdir during sourcing. See above about save & restore
8422 saved_srcdir
=${srcdir}
8423 srcdir
=${srcdir}/gcc .
${lang_frag}
8424 srcdir
=${saved_srcdir}
8425 if test x
${language} = x
; then
8426 echo "${lang_frag} doesn't set \$language." 1>&2
8430 if test "$language" = "c++"; then
8435 # C is always enabled, so no need to add it again
8436 if test "$language" != "c"; then
8437 case ,${enable_languages}, in
8439 # Language was explicitly selected; include it
8443 # All languages are enabled
8447 # 'default' was selected, select it if it is a default language
8448 add_this_lang
=${build_by_default}
8453 # Disable languages that need other directories if these aren't available.
8454 for i
in $subdir_requires; do
8455 test -f "$srcdir/gcc/$i/config-lang.in" && continue
8456 case ${add_this_lang} in
8458 # Specifically requested language; tell them.
8459 as_fn_error $?
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5
8463 $as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;}
8464 add_this_lang
=unsupported
8468 add_this_lang
=unsupported
8473 # Disable Ada if no preexisting GNAT is available.
8474 case ${add_this_lang}:${language}:${have_gnat} in
8476 # Specifically requested language; tell them.
8477 as_fn_error $?
"GNAT is required to build $language" "$LINENO" 5
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5
8481 $as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;}
8482 add_this_lang
=unsupported
8486 add_this_lang
=unsupported
8490 # Disable jit if -enable-host-shared not specified
8491 # but not if building for Mingw. All code in Windows
8492 # is position independent code (PIC).
8496 case ${add_this_lang}:${language}:${host_shared} in
8498 # PR jit/64780: explicitly specify --enable-host-shared
8500 Enabling language \"jit\" requires --enable-host-shared.
8502 --enable-host-shared typically slows the rest of the compiler down by
8503 a few %, so you must explicitly enable it.
8505 If you want to build both the jit and the regular compiler, it is often
8506 best to do this via two separate configure/builds, in separate
8507 directories, to avoid imposing the performance cost of
8508 --enable-host-shared on the regular compiler." "$LINENO" 5
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-host-shared required to build $language" >&5
8512 $as_echo "$as_me: WARNING: --enable-host-shared required to build $language" >&2;}
8513 add_this_lang
=unsupported
8517 add_this_lang
=unsupported
8523 # Disable a language that is unsupported by the target.
8524 case "${add_this_lang}: $unsupported_languages " in
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${language} not supported for this target" >&5
8529 $as_echo "$as_me: WARNING: ${language} not supported for this target" >&2;}
8530 add_this_lang
=unsupported
8534 case $add_this_lang in
8536 # Remove language-dependent dirs.
8537 disabled_target_libs
="$disabled_target_libs $target_libs"
8538 noconfigdirs
="$noconfigdirs $lang_dirs"
8541 # Remove language-dependent dirs; still show language as supported.
8542 disabled_target_libs
="$disabled_target_libs $target_libs"
8543 noconfigdirs
="$noconfigdirs $lang_dirs"
8544 potential_languages
="${potential_languages}${language},"
8547 new_enable_languages
="${new_enable_languages}${language},"
8548 potential_languages
="${potential_languages}${language},"
8549 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
8550 enabled_target_libs
="$enabled_target_libs $target_libs"
8551 case "${boot_language}:,$enable_stage1_languages," in
8552 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
8553 # Add to (comma-separated) list of stage 1 languages.
8554 case ",$stage1_languages," in
8555 *,$language,* |
,yes, |
,all
,) ;;
8556 *) stage1_languages
="${stage1_languages}${language}," ;;
8558 # We need to bootstrap any supporting libraries.
8559 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
8568 # Add target libraries which are only needed for disabled languages
8570 if test -n "$disabled_target_libs"; then
8571 for dir
in $disabled_target_libs; do
8572 case " $enabled_target_libs " in
8574 *) noconfigdirs
="$noconfigdirs $dir" ;;
8579 # Check whether --enable-stage1-languages was given.
8580 if test "${enable_stage1_languages+set}" = set; then :
8581 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
8583 # Set it to something that will have no effect in the loop below
8584 enable_stage1_languages
=c
;;
8586 enable_stage1_languages
=`echo $new_enable_languages | \
8587 sed -e "s/^,//" -e "s/,$//" ` ;;
8589 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
8590 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
8593 # Add "good" languages from enable_stage1_languages to stage1_languages,
8594 # while "bad" languages go in missing_languages. Leave no duplicates.
8595 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
8596 case $potential_languages in
8598 case $stage1_languages in
8600 *) stage1_languages
="$stage1_languages$i," ;;
8603 case $missing_languages in
8605 *) missing_languages
="$missing_languages$i," ;;
8612 # Remove leading/trailing commas that were added for simplicity
8613 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
8614 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
8615 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
8616 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
8618 if test "x$missing_languages" != x
; then
8620 The following requested languages could not be built: ${missing_languages}
8621 Supported languages are: ${potential_languages}" "$LINENO" 5
8623 if test "x$new_enable_languages" != "x$enable_languages"; then
8624 echo The following languages will be built
: ${new_enable_languages}
8625 enable_languages
="$new_enable_languages"
8629 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
8632 # Handle --disable-<component> generically.
8633 for dir
in $configdirs $build_configdirs $target_configdirs ; do
8634 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
8635 varname
=`echo $dirname | sed -e s/+/_/g`
8636 if eval test x\
${enable_${varname}} "=" xno
; then
8637 noconfigdirs
="$noconfigdirs $dir"
8641 # Check for Boehm's garbage collector
8642 # Check whether --enable-objc-gc was given.
8643 if test "${enable_objc_gc+set}" = set; then :
8644 enableval
=$enable_objc_gc;
8648 # Check whether --with-target-bdw-gc was given.
8649 if test "${with_target_bdw_gc+set}" = set; then :
8650 withval
=$with_target_bdw_gc;
8654 # Check whether --with-target-bdw-gc-include was given.
8655 if test "${with_target_bdw_gc_include+set}" = set; then :
8656 withval
=$with_target_bdw_gc_include;
8660 # Check whether --with-target-bdw-gc-lib was given.
8661 if test "${with_target_bdw_gc_lib+set}" = set; then :
8662 withval
=$with_target_bdw_gc_lib;
8666 case ,${enable_languages},:${enable_objc_gc} in *,objc
,*:yes|
*,objc
,*:auto
)
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bdw garbage collector" >&5
8668 $as_echo_n "checking for bdw garbage collector... " >&6; }
8669 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x
; then
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5
8671 $as_echo "using bdw-gc in default locations" >&6; }
8673 if test "x$with_target_bdw_gc_include" = x
&& test "x$with_target_bdw_gc_lib" != x
; then
8674 as_fn_error $?
"found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5
8675 elif test "x$with_target_bdw_gc_include" != x
&& test "x$with_target_bdw_gc_lib" = x
; then
8676 as_fn_error $?
"found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5
8679 $as_echo "using paths configured with --with-target-bdw-gc options" >&6; }
8684 # Disable libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
8685 case ,${enable_languages}, in
8687 # Disable libitm, libsanitizer if we're not building libstdc++
8688 case "${noconfigdirs}" in
8689 *target-libstdc
++-v3*)
8690 noconfigdirs
="$noconfigdirs target-libitm target-libsanitizer"
8696 noconfigdirs
="$noconfigdirs target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
8700 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
8701 # $build_configdirs and $target_configdirs.
8702 # If we have the source for $noconfigdirs entries, add them to $notsupp.
8705 for dir
in .
$skipdirs $noconfigdirs ; do
8706 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
8707 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8708 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
8709 if test -r $srcdir/$dirname/configure
; then
8710 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8713 notsupp
="$notsupp $dir"
8717 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8718 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
8719 if test -r $srcdir/$dirname/configure
; then
8720 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8723 notsupp
="$notsupp $dir"
8727 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8728 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
8729 if test -r $srcdir/$dirname/configure
; then
8730 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8733 notsupp
="$notsupp $dir"
8739 # Quietly strip out all directories which aren't configurable in this tree.
8740 # This relies on all configurable subdirectories being autoconfiscated, which
8742 build_configdirs_all
="$build_configdirs"
8744 for i
in ${build_configdirs_all} ; do
8745 j
=`echo $i | sed -e s/build-//g`
8746 if test -f ${srcdir}/$j/configure
; then
8747 build_configdirs
="${build_configdirs} $i"
8751 configdirs_all
="$configdirs"
8753 for i
in ${configdirs_all} ; do
8754 if test -f ${srcdir}/$i/configure
; then
8755 configdirs
="${configdirs} $i"
8759 target_configdirs_all
="$target_configdirs"
8761 for i
in ${target_configdirs_all} ; do
8762 j
=`echo $i | sed -e s/target-//g`
8763 if test -f ${srcdir}/$j/configure
; then
8764 target_configdirs
="${target_configdirs} $i"
8768 # libiberty-linker-plugin is special: it doesn't have its own source directory,
8769 # so we have to add it after the preceding checks.
8770 if test x
"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
8772 case " $configdirs " in
8774 # If we can build libiberty, we can also build libiberty-linker-plugin.
8775 configdirs
="$configdirs libiberty-linker-plugin"
8776 extra_linker_plugin_configure_flags
="$extra_linker_plugin_configure_flags \
8777 --with-libiberty=../libiberty-linker-plugin";;
8779 as_fn_error $?
"libiberty missing" "$LINENO" 5;;
8783 # Sometimes we have special requirements for the host libiberty.
8784 extra_host_libiberty_configure_flags
=
8785 extra_host_zlib_configure_flags
=
8786 case " $configdirs " in
8787 *" lto-plugin "* |
*" libcc1 "*)
8788 # When these are to be built as shared libraries, the same applies to
8790 extra_host_libiberty_configure_flags
=--enable-shared
8793 # When bfd is to be built as a shared library, the same applies to
8795 if test "$enable_shared" = "yes"; then
8796 extra_host_zlib_configure_flags
=--enable-host-shared
8803 # Produce a warning message for the subdirs we can't configure.
8804 # This isn't especially interesting in the Cygnus tree, but in the individual
8805 # FSF releases, it's important to let people know when their machine isn't
8806 # supported by the one or two programs in a package.
8808 if test -n "${notsupp}" && test -z "${norecursion}" ; then
8809 # If $appdirs is non-empty, at least one of those directories must still
8810 # be configured, or we error out. (E.g., if the gas release supports a
8811 # specified target in some subdirs but not the gas subdir, we shouldn't
8812 # pretend that all is well.)
8813 if test -n "$appdirs" ; then
8814 for dir
in $appdirs ; do
8815 if test -r $dir/Makefile.
in ; then
8816 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
8820 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
8826 if test -n "$appdirs" ; then
8827 echo "*** This configuration is not supported by this package." 1>&2
8831 # Okay, some application will build, or we don't care to check. Still
8832 # notify of subdirs not getting built.
8833 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
8834 echo " ${notsupp}" 1>&2
8835 echo " (Any other directories should still work fine.)" 1>&2
8843 # To find our prefix, in gcc_cv_tool_prefix.
8845 # The user is always right.
8846 if test "${PATH_SEPARATOR+set}" != set; then
8847 echo "#! /bin/sh" >conf$$.sh
8848 echo "exit 0" >>conf$$.sh
8850 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
8859 get_gcc_base_ver
="cat"
8861 # Check whether --with-gcc-major-version-only was given.
8862 if test "${with_gcc_major_version_only+set}" = set; then :
8863 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
8864 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
8874 if test "x$exec_prefix" = xNONE
; then
8875 if test "x$prefix" = xNONE
; then
8876 gcc_cv_tool_prefix
=$ac_default_prefix
8878 gcc_cv_tool_prefix
=$prefix
8881 gcc_cv_tool_prefix
=$exec_prefix
8884 # If there is no compiler in the tree, use the PATH only. In any
8885 # case, if there is no compiler in the tree nobody should use
8886 # AS_FOR_TARGET and LD_FOR_TARGET.
8887 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
8888 if test x
$with_gcc_major_version_only = xyes
; then
8889 gcc_version
=`sed -e 's/^\([0-9]*\).*$/\1/' $srcdir/gcc/BASE-VER`
8891 gcc_version
=`cat $srcdir/gcc/BASE-VER`
8893 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
8894 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
8895 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
8896 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
8897 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
8898 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
8903 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
8904 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
8912 # Check whether --with-build-sysroot was given.
8913 if test "${with_build_sysroot+set}" = set; then :
8914 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
8915 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
8918 SYSROOT_CFLAGS_FOR_TARGET
=
8924 # Check whether --with-debug-prefix-map was given.
8925 if test "${with_debug_prefix_map+set}" = set; then :
8926 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
8927 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
8928 for debug_map
in $withval; do
8929 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
8933 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
8938 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
8939 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
8940 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
8941 # We want to ensure that TARGET libraries (which we know are built with
8942 # gcc) are built with "-O2 -g", so include those options when setting
8943 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8944 if test "x$CFLAGS_FOR_TARGET" = x
; then
8945 if test "x${is_cross_compiler}" = xyes
; then
8946 CFLAGS_FOR_TARGET
="-g -O2"
8948 CFLAGS_FOR_TARGET
=$CFLAGS
8951 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
8954 *" -g "* |
*" -g3 "*) ;;
8955 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
8961 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
8962 if test "x${is_cross_compiler}" = xyes
; then
8963 CXXFLAGS_FOR_TARGET
="-g -O2"
8965 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
8966 case " $CXXFLAGS " in
8968 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
8970 case " $CXXFLAGS " in
8971 *" -g "* |
*" -g3 "*) ;;
8972 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
8980 # Handle --with-headers=XXX. If the value is not "yes", the contents of
8981 # the named directory are copied to $(tooldir)/sys-include.
8982 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
8983 if test x
${is_cross_compiler} = xno
; then
8984 echo 1>&2 '***' --with-headers is only supported when cross compiling
8987 if test x
"${with_headers}" != xyes
; then
8988 x
=${gcc_cv_tool_prefix}
8989 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
8993 # Handle --with-libs=XXX. If the value is not "yes", the contents of
8994 # the name directories are copied to $(tooldir)/lib. Multiple directories
8996 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
8997 if test x
${is_cross_compiler} = xno
; then
8998 echo 1>&2 '***' --with-libs is only supported when cross compiling
9001 if test x
"${with_libs}" != xyes
; then
9002 # Copy the libraries in reverse order, so that files in the first named
9003 # library override files in subsequent libraries.
9004 x
=${gcc_cv_tool_prefix}
9005 for l
in ${with_libs}; do
9006 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9011 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
9013 # This is done by determining whether or not the appropriate directory
9014 # is available, and by checking whether or not specific configurations
9015 # have requested that this magic not happen.
9017 # The command line options always override the explicit settings in
9018 # configure.ac, and the settings in configure.ac override this magic.
9020 # If the default for a toolchain is to use GNU as and ld, and you don't
9021 # want to do that, then you should use the --without-gnu-as and
9022 # --without-gnu-ld options for the configure script. Similarly, if
9023 # the default is to use the included zlib and you don't want to do that,
9024 # you should use the --with-system-zlib option for the configure script.
9026 if test x
${use_gnu_as} = x
&&
9027 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
9029 extra_host_args
="$extra_host_args --with-gnu-as"
9032 if test x
${use_gnu_ld} = x
&&
9033 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
9035 extra_host_args
="$extra_host_args --with-gnu-ld"
9038 if test x
${use_included_zlib} = x
&&
9039 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
9042 with_system_zlib
=yes
9043 extra_host_args
="$extra_host_args --with-system-zlib"
9046 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
9047 # can detect this case.
9049 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
9051 extra_host_args
="$extra_host_args --with-newlib"
9054 # Handle ${copy_dirs}
9055 set fnord
${copy_dirs}
9057 while test $# != 0 ; do
9058 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
9061 echo Copying
$1 to
$2
9063 # Use the install script to create the directory and all required
9064 # parent directories.
9065 if test -d $2 ; then
9069 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
9072 # Copy the directory, assuming we have tar.
9073 # FIXME: Should we use B in the second tar? Not all systems support it.
9074 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
9076 # It is the responsibility of the user to correctly adjust all
9077 # symlinks. If somebody can figure out how to handle them correctly
9078 # here, feel free to add the code.
9085 # Determine a target-dependent exec_prefix that the installed
9086 # gcc will search in. Keep this list sorted by triplet, with
9087 # the *-*-osname triplets last.
9090 i
[34567]86-pc-msdosdjgpp*)
9091 md_exec_prefix
=/dev
/env
/DJDIR
/bin
9096 md_exec_prefix
=/usr
/ccs
/bin
9100 extra_arflags_for_target
=
9101 extra_nmflags_for_target
=
9102 extra_ranlibflags_for_target
=
9103 target_makefile_frag
=/dev
/null
9106 target_makefile_frag
="config/mt-spu"
9108 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
9109 target_makefile_frag
="config/mt-sde"
9111 mipsisa
*-*-elfoabi*)
9112 target_makefile_frag
="config/mt-mips-elfoabi"
9114 mips
*-*-*linux
* | mips
*-*-gnu*)
9115 target_makefile_frag
="config/mt-mips-gnu"
9118 target_makefile_frag
="config/mt-nios2-elf"
9121 target_makefile_frag
="config/mt-android"
9123 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
9124 target_makefile_frag
="config/mt-gnu"
9126 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
9127 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
9128 # commands to handle both 32-bit and 64-bit objects. These flags are
9129 # harmless if we're using GNU nm or ar.
9130 extra_arflags_for_target
=" -X32_64"
9131 extra_nmflags_for_target
=" -B -X32_64"
9135 alphaieee_frag
=/dev
/null
9138 # This just makes sure to use the -mieee option to build target libs.
9139 # This should probably be set individually by each library.
9140 alphaieee_frag
="config/mt-alphaieee"
9144 # If --enable-target-optspace always use -Os instead of -O2 to build
9145 # the target libraries, similarly if it is not specified, use -Os
9146 # on selected platforms.
9147 ospace_frag
=/dev
/null
9148 case "${enable_target_optspace}:${target}" in
9150 ospace_frag
="config/mt-ospace"
9153 ospace_frag
="config/mt-d30v"
9155 :m32r-
* |
:d10v-
* |
:fr30-
* |
:i?
86*-*-elfiamcu)
9156 ospace_frag
="config/mt-ospace"
9161 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
9165 # Some systems (e.g., one of the i386-aix systems the gas testers are
9166 # using) don't handle "\$" correctly, so don't use it here.
9167 tooldir
='${exec_prefix}'/${target_noncanonical}
9168 build_tooldir
=${tooldir}
9170 # Create a .gdbinit file which runs the one in srcdir
9171 # and tells GDB to look there for source files.
9173 if test -r ${srcdir}/.gdbinit
; then
9176 *) cat > .
/.gdbinit
<<EOF
9180 source ${srcdir}/.gdbinit
9186 # Make sure that the compiler is able to generate an executable. If it
9187 # can't, we are probably in trouble. We don't care whether we can run the
9188 # executable--we might be using a cross compiler--we only care whether it
9189 # can be created. At this point the main configure script has set CC.
9191 echo "int main () { return 0; }" > conftest.c
9192 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
9193 if test $?
= 0 ; then
9194 if test -s conftest ||
test -s conftest.exe
; then
9200 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
9201 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
9208 # Decide which environment variable is used to find dynamic libraries.
9210 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
9211 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
9212 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
9213 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
9216 # On systems where the dynamic library environment variable is PATH,
9217 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
9218 # built executables to PATH.
9219 if test "$RPATH_ENVVAR" = PATH
; then
9220 GCC_SHLIB_SUBDIR
=/shlib
9225 # Adjust the toplevel makefile according to whether bootstrap was selected.
9226 case $enable_bootstrap in
9228 bootstrap_suffix
=bootstrap
9229 BUILD_CONFIG
=bootstrap-debug
9232 bootstrap_suffix
=no-bootstrap
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
9238 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
9241 # Check whether --with-build-config was given.
9242 if test "${with_build_config+set}" = set; then :
9243 withval
=$with_build_config; case $with_build_config in
9244 yes) with_build_config
= ;;
9245 no
) with_build_config
= BUILD_CONFIG
= ;;
9250 if test "x${with_build_config}" != x
; then
9251 BUILD_CONFIG
=$with_build_config
9253 case $BUILD_CONFIG in
9255 if echo "int f (void) { return 0; }" > conftest.c
&&
9256 ${CC} -c conftest.c
&&
9257 mv conftest.o conftest.o.g0
&&
9258 ${CC} -c -g conftest.c
&&
9259 mv conftest.o conftest.o.g
&&
9260 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
9265 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
9270 $as_echo "$BUILD_CONFIG" >&6; }
9273 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
9275 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
9276 # Check whether --enable-vtable-verify was given.
9277 if test "${enable_vtable_verify+set}" = set; then :
9278 enableval
=$enable_vtable_verify; case "$enableval" in
9279 yes) enable_vtable_verify
=yes ;;
9280 no
) enable_vtable_verify
=no
;;
9281 *) enable_vtable_verify
=no
;;
9284 enable_vtable_verify
=no
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
9288 $as_echo "$enable_vtable_verify" >&6; }
9290 # Record target_configdirs and the configure arguments for target and
9291 # build configuration in Makefile.
9292 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
9293 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9294 bootstrap_fixincludes
=no
9296 # If we are building libgomp, bootstrap it.
9297 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
9298 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
9301 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
9302 # or bootstrap-ubsan, bootstrap it.
9303 if echo " ${target_configdirs} " |
grep " libsanitizer " > /dev
/null
2>&1; then
9304 case "$BUILD_CONFIG" in
9305 *bootstrap-hwasan
* |
*bootstrap-asan
* |
*bootstrap-ubsan
* )
9306 bootstrap_target_libs
=${bootstrap_target_libs}target-libsanitizer
,
9307 bootstrap_fixincludes
=yes
9312 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
9313 if echo " ${target_configdirs} " |
grep " libvtv " > /dev
/null
2>&1 &&
9314 test "$enable_vtable_verify" != no
; then
9315 bootstrap_target_libs
=${bootstrap_target_libs}target-libvtv
,
9318 # Determine whether gdb needs tk/tcl or not.
9319 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
9320 # and in that case we want gdb to be built without tk. Ugh!
9321 # In fact I believe gdb is the *only* package directly dependent on tk,
9322 # so we should be able to put the 'maybe's in unconditionally and
9323 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
9324 # 100% sure that that's safe though.
9326 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
9327 case "$enable_gdbtk" in
9331 GDB_TK
="${gdb_tk}" ;;
9333 # Only add the dependency on gdbtk when GDBtk is part of the gdb
9334 # distro. Eventually someone will fix this and move Insight, nee
9335 # gdbtk to a separate directory.
9336 if test -d ${srcdir}/gdb
/gdbtk
; then
9343 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
9344 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
9346 # gdb and gdbserver depend on gnulib and gdbsupport, but as nothing
9347 # else does, only include them if one of these is built. The Makefile
9348 # provides the ordering, so it's enough here to add to the list.
9349 case " ${configdirs} " in
9351 configdirs
="${configdirs} gnulib gdbsupport"
9354 configdirs
="${configdirs} gnulib gdbsupport"
9358 # Strip out unwanted targets.
9360 # While at that, we remove Makefiles if we were started for recursive
9361 # configuration, so that the top-level Makefile reconfigures them,
9362 # like we used to do when configure itself was recursive.
9364 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
9365 # but now we're fixing up the Makefile ourselves with the additional
9366 # commands passed to AC_CONFIG_FILES. Use separate variables
9367 # extrasub-{build,host,target} not because there is any reason to split
9368 # the substitutions up that way, but only to remain below the limit of
9369 # 99 commands in a script, for HP-UX sed.
9371 # Do not nest @if/@endif or @unless/@endunless pairs, because
9372 # configure will not warn you at all.
9374 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
9375 yes:yes:*\ gold\
*:*,c
++,*) ;;
9376 yes:yes:*\ gold\
*:*)
9377 as_fn_error $?
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
9382 for module
in ${build_configdirs} ; do
9383 if test -z "${no_recursion}" \
9384 && test -f ${build_subdir}/${module}/Makefile
; then
9385 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
9386 rm -f ${build_subdir}/${module}/Makefile
9388 extrasub_build
="$extrasub_build
9389 /^@if build-$module\$/d
9390 /^@endif build-$module\$/d
9391 /^@unless build-$module\$/,/^@endunless build-$module\$/d
9392 /^@if build-$module-$bootstrap_suffix\$/d
9393 /^@endif build-$module-$bootstrap_suffix\$/d
9394 /^@unless build-$module-$bootstrap_suffix\$/,/^@endunless build-$module-$bootstrap_suffix\$/d"
9397 for module
in ${configdirs} ; do
9398 if test -z "${no_recursion}"; then
9399 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
9400 if test -f ${file}; then
9401 echo 1>&2 "*** removing ${file} to force reconfigure"
9406 case ${module},${bootstrap_fixincludes} in
9407 fixincludes
,no
) host_bootstrap_suffix
=no-bootstrap
;;
9408 *) host_bootstrap_suffix
=$bootstrap_suffix ;;
9410 extrasub_host
="$extrasub_host
9412 /^@endif $module\$/d
9413 /^@unless $module\$/,/^@endunless $module\$/d
9414 /^@if $module-$host_bootstrap_suffix\$/d
9415 /^@endif $module-$host_bootstrap_suffix\$/d
9416 /^@unless $module-$host_bootstrap_suffix\$/,/^@endunless $module-$host_bootstrap_suffix\$/d"
9419 for module
in ${target_configdirs} ; do
9420 if test -z "${no_recursion}" \
9421 && test -f ${target_subdir}/${module}/Makefile
; then
9422 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
9423 rm -f ${target_subdir}/${module}/Makefile
9426 # We only bootstrap target libraries listed in bootstrap_target_libs.
9427 case $bootstrap_target_libs in
9428 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
9429 *) target_bootstrap_suffix
=no-bootstrap
;;
9432 extrasub_target
="$extrasub_target
9433 /^@if target-$module\$/d
9434 /^@endif target-$module\$/d
9435 /^@unless target-$module\$/,/^@endunless target-$module\$/d
9436 /^@if target-$module-$target_bootstrap_suffix\$/d
9437 /^@endif target-$module-$target_bootstrap_suffix\$/d
9438 /^@unless target-$module-$target_bootstrap_suffix\$/,/^@endunless target-$module-$target_bootstrap_suffix\$/d"
9441 # Do the final fixup along with target modules.
9442 extrasub_target
="$extrasub_target
9447 # Create the serialization dependencies. This uses a temporary file.
9449 # Check whether --enable-serial-configure was given.
9450 if test "${enable_serial_configure+set}" = set; then :
9451 enableval
=$enable_serial_configure;
9455 case ${enable_serial_configure} in
9457 enable_serial_build_configure
=yes
9458 enable_serial_host_configure
=yes
9459 enable_serial_target_configure
=yes
9463 # These force 'configure's to be done one at a time, to avoid problems
9464 # with contention over a shared config.cache.
9466 echo '# serdep.tmp' > serdep.tmp
9468 test "x${enable_serial_build_configure}" = xyes
&&
9469 for item
in ${build_configdirs} ; do
9472 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
9477 test "x${enable_serial_host_configure}" = xyes
&&
9478 for item
in ${configdirs} ; do
9481 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
9486 test "x${enable_serial_target_configure}" = xyes
&&
9487 for item
in ${target_configdirs} ; do
9490 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
9494 serialization_dependencies
=serdep.tmp
9497 # Base args. Strip norecursion, cache-file, srcdir, host, build,
9498 # target, nonopt, and variable assignments. These are the ones we
9499 # might not want to pass down to subconfigures. The exception being
9500 # --cache-file=/dev/null, which is used to turn off the use of cache
9501 # files altogether, and which should be passed on to subconfigures.
9502 # Also strip program-prefix, program-suffix, and program-transform-name,
9503 # so that we can pass down a consistent program-transform-name.
9508 eval "set -- $ac_configure_args"
9511 if test X
"$skip_next" = X
"yes"; then
9515 if test X
"$keep_next" = X
"yes"; then
9518 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
9520 baseargs
="$baseargs '$ac_arg'"
9521 tbaseargs
="$tbaseargs '$ac_arg'"
9526 # Handle separated arguments. Based on the logic generated by
9529 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
9530 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
9531 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
9532 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
9546 --with-* |
--without-*)
9547 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
9551 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
9554 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
9563 mpc | mpfr | gmp | isl
)
9564 # If we're processing --with-$lib, --with-$lib-include or
9565 # --with-$lib-lib, for one of the libs above, and target is
9566 # different from host, don't pass the current argument to any
9567 # target library's configure.
9568 if test x
$is_cross_compiler = xyes
; then
9577 --cache-file=/dev
/null | \
9578 -cache-file=/dev
/null
)
9579 # Handled here to avoid the test to skip args below.
9580 baseargs
="$baseargs '$ac_arg'"
9581 tbaseargs
="$tbaseargs '$ac_arg'"
9582 # Assert: $separate_arg should always be no.
9583 keep_next
=$separate_arg
9599 -program-prefix* | \
9600 -program-suffix* | \
9601 -program-transform-name* )
9602 skip_next
=$separate_arg
9606 # An option. Add it.
9609 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
9611 baseargs
="$baseargs '$ac_arg'"
9612 if test X
"$skip_targ" = Xno
; then
9613 tbaseargs
="$tbaseargs '$ac_arg'"
9615 keep_next
=$separate_arg
9618 # Either a variable assignment, or a nonopt (triplet). Don't
9619 # pass it down; let the Makefile handle this.
9624 # Remove the initial space we just introduced and, as these will be
9625 # expanded by make, quote '$'.
9626 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
9628 # Add in --program-transform-name, after --program-prefix and
9629 # --program-suffix have been applied to it. Autoconf has already
9630 # doubled dollar signs and backslashes in program_transform_name; we want
9631 # the backslashes un-doubled, and then the entire thing wrapped in single
9632 # quotes, because this will be expanded first by make and then by the shell.
9633 # Also, because we want to override the logic in subdir configure scripts to
9634 # choose program_transform_name, replace any s,x,x, with s,y,y,.
9635 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
9636 ${program_transform_name}
9638 gcc_transform_name
=`cat conftestsed.out`
9639 rm -f conftestsed.out
9640 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
9641 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
9642 if test "$silent" = yes; then
9643 baseargs
="$baseargs --silent"
9644 tbaseargs
="$tbaseargs --silent"
9646 baseargs
="$baseargs --disable-option-checking"
9647 tbaseargs
="$tbaseargs --disable-option-checking"
9649 # Record and document user additions to sub configure arguments.
9654 # For the build-side libraries, we just need to pretend we're native,
9655 # and not use the same cache file. Multilibs are neither needed nor
9656 # desired. We can't even use the same cache file for all build-side
9657 # libraries, as they're compiled differently; some with C, some with
9658 # C++ or with different feature-enabling options.
9659 build_configargs
="$build_configargs --cache-file=./config.cache ${baseargs}"
9661 # For host modules, accept cache file option, or specification as blank.
9662 case "${cache_file}" in
9664 cache_file_option
="" ;;
9665 /* |
[A-Za-z
]:[\\/]* ) # absolute path
9666 cache_file_option
="--cache-file=${cache_file}" ;;
9668 cache_file_option
="--cache-file=../${cache_file}" ;;
9671 # Host dirs don't like to share a cache file either, horribly enough.
9672 # This seems to be due to autoconf 2.5x stupidity.
9673 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
9675 target_configargs
="$target_configargs ${tbaseargs}"
9677 # Passing a --with-cross-host argument lets the target libraries know
9678 # whether they are being built with a cross-compiler or being built
9679 # native. However, it would be better to use other mechanisms to make the
9680 # sorts of decisions they want to make on this basis. Please consider
9681 # this option to be deprecated. FIXME.
9682 if test x
${is_cross_compiler} = xyes
; then
9683 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
9686 # Special user-friendly check for native x86_64-linux build, if
9687 # multilib is not explicitly enabled.
9688 case "$target:$have_compiler:$host:$target:$enable_multilib" in
9689 x86_64-
*linux
*:yes:$build:$build:)
9690 # Make sure we have a development environment that handles 32-bit
9692 echo "int main () { return 0; }" > conftest.c
9693 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
9694 if test $?
= 0 ; then
9695 if test -s conftest ||
test -s conftest.exe
; then
9700 if test x
${dev64} != xyes
; then
9701 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
9706 # Default to --enable-multilib.
9707 if test x
${enable_multilib} = x
; then
9708 target_configargs
="--enable-multilib ${target_configargs}"
9711 # Pass --with-newlib if appropriate. Note that target_configdirs has
9712 # changed from the earlier setting of with_newlib.
9713 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
9714 target_configargs
="--with-newlib ${target_configargs}"
9717 # Different target subdirs use different values of certain variables
9718 # (notably CXX). Worse, multilibs use *lots* of different values.
9719 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
9720 # it doesn't automatically accept command-line overrides of them.
9721 # This means it's not safe for target subdirs to share a cache file,
9722 # which is disgusting, but there you have it. Hopefully this can be
9723 # fixed in future. It's still worthwhile to use a cache file for each
9724 # directory. I think.
9726 # Pass the appropriate --build, --host, --target and --cache-file arguments.
9727 # We need to pass --target, as newer autoconf's requires consistency
9728 # for target_alias and gcc doesn't manage it consistently.
9729 target_configargs
="--cache-file=./config.cache ${target_configargs}"
9732 case " $target_configdirs " in
9734 case " $target_configargs " in
9735 *" --with-newlib "*)
9738 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
9742 # If we're not building GCC, don't discard standard headers.
9743 if test -d ${srcdir}/gcc
; then
9744 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
9746 if test "${build}" != "${host}"; then
9747 # On Canadian crosses, CC_FOR_TARGET will have already been set
9748 # by `configure', so we won't have an opportunity to add -Bgcc/
9749 # to it. This is right: we don't want to search that directory
9750 # for binaries, but we want the header files in there, so add
9752 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
9754 # Someone might think of using the pre-installed headers on
9755 # Canadian crosses, in case the installed compiler is not fully
9756 # compatible with the compiler being built. In this case, it
9757 # would be better to flag an error than risking having
9758 # incompatible object files being constructed. We can't
9759 # guarantee that an error will be flagged, but let's hope the
9760 # compiler will do it, when presented with incompatible header
9765 case "${target}-${is_cross_compiler}" in
9766 i
[3456789]86-*-linux*-no)
9767 # Here host == target, so we don't need to build gcc,
9768 # so we don't want to discard standard headers.
9769 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
9772 # If we're building newlib, use its generic headers last, but search
9773 # for any libc-related directories first (so make it the last -B
9775 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
9777 # If we're building libgloss, find the startup file, simulator library
9778 # and linker script.
9779 case " $target_configdirs " in
9781 # Look for startup file, simulator library and maybe linker script.
9782 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
9783 # Look for libnosys.a in case the target needs it.
9784 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
9785 # Most targets have the linker script in the source directory.
9786 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
9797 x86_64-
*mingw
* |
*-w64-mingw*)
9798 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
9799 # however, use a symlink named 'mingw' in ${prefix} .
9800 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
9803 # MinGW can't be handled as Cygwin above since it does not use newlib.
9804 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'
9808 # Allow the user to override the flags for
9809 # our build compiler if desired.
9810 if test x
"${build}" = x
"${host}" ; then
9811 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
9812 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
9813 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
9816 # On Canadian crosses, we'll be searching the right directories for
9817 # the previously-installed cross compiler, so don't bother to add
9818 # flags for directories within the install tree of the compiler
9819 # being built; programs in there won't even run.
9820 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
9821 # Search for pre-installed headers if nothing else fits.
9822 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
9825 if test "x
${use_gnu_ld}" = x &&
9826 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
9827 # Arrange for us to find uninstalled linker scripts.
9828 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
9831 # Search for other target-specific linker scripts and such.
9834 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
9838 # Makefile fragments.
9839 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
9841 eval fragval=\$$frag
9842 if test $fragval != /dev/null; then
9843 eval $frag=${srcdir}/$fragval
9851 # Miscellanea: directories, flags, etc.
9860 # Build module lists & subconfigure args.
9864 # Host module lists & subconfigure args.
9869 # Target module lists & subconfigure args.
9891 # Generate default definitions for YACC, M4, LEX and other programs that run
9892 # on the build machine. These are used if the Makefile can't locate these
9893 # programs in objdir.
9894 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
9896 for ac_prog in 'bison -y' byacc yacc
9898 # Extract the first word of "$ac_prog", so it can be a program name with args.
9899 set dummy $ac_prog; ac_word=$2
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9901 $as_echo_n "checking
for $ac_word...
" >&6; }
9902 if ${ac_cv_prog_YACC+:} false; then :
9903 $as_echo_n "(cached
) " >&6
9905 if test -n "$YACC"; then
9906 ac_cv_prog_YACC="$YACC" # Let the user override the test.
9908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9912 test -z "$as_dir" && as_dir=.
9913 for ac_exec_ext in '' $ac_executable_extensions; do
9914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9915 ac_cv_prog_YACC="$ac_prog"
9916 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9925 YACC=$ac_cv_prog_YACC
9926 if test -n "$YACC"; then
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
9928 $as_echo "$YACC" >&6; }
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9931 $as_echo "no
" >&6; }
9935 test -n "$YACC" && break
9937 test -n "$YACC" || YACC="$MISSING bison
-y"
9939 case " $build_configdirs " in
9940 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
9943 for ac_prog in bison
9945 # Extract the first word of "$ac_prog", so it can be a program name with args.
9946 set dummy $ac_prog; ac_word=$2
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9948 $as_echo_n "checking
for $ac_word...
" >&6; }
9949 if ${ac_cv_prog_BISON+:} false; then :
9950 $as_echo_n "(cached
) " >&6
9952 if test -n "$BISON"; then
9953 ac_cv_prog_BISON="$BISON" # Let the user override the test.
9955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9959 test -z "$as_dir" && as_dir=.
9960 for ac_exec_ext in '' $ac_executable_extensions; do
9961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9962 ac_cv_prog_BISON="$ac_prog"
9963 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9972 BISON=$ac_cv_prog_BISON
9973 if test -n "$BISON"; then
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
9975 $as_echo "$BISON" >&6; }
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9978 $as_echo "no
" >&6; }
9982 test -n "$BISON" && break
9984 test -n "$BISON" || BISON="$MISSING bison
"
9986 case " $build_configdirs " in
9987 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
9990 for ac_prog in gm4 gnum4 m4
9992 # Extract the first word of "$ac_prog", so it can be a program name with args.
9993 set dummy $ac_prog; ac_word=$2
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9995 $as_echo_n "checking
for $ac_word...
" >&6; }
9996 if ${ac_cv_prog_M4+:} false; then :
9997 $as_echo_n "(cached
) " >&6
9999 if test -n "$M4"; then
10000 ac_cv_prog_M4="$M4" # Let the user override the test.
10002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10003 for as_dir in $PATH
10006 test -z "$as_dir" && as_dir=.
10007 for ac_exec_ext in '' $ac_executable_extensions; do
10008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10009 ac_cv_prog_M4="$ac_prog"
10010 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10020 if test -n "$M4"; then
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
10022 $as_echo "$M4" >&6; }
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10025 $as_echo "no
" >&6; }
10029 test -n "$M4" && break
10031 test -n "$M4" || M4="$MISSING m4"
10033 case " $build_configdirs " in
10034 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
10037 for ac_prog in flex lex
10039 # Extract the first word of "$ac_prog", so it can be a program name with args.
10040 set dummy $ac_prog; ac_word=$2
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10042 $as_echo_n "checking
for $ac_word...
" >&6; }
10043 if ${ac_cv_prog_LEX+:} false; then :
10044 $as_echo_n "(cached
) " >&6
10046 if test -n "$LEX"; then
10047 ac_cv_prog_LEX="$LEX" # Let the user override the test.
10049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10050 for as_dir in $PATH
10053 test -z "$as_dir" && as_dir=.
10054 for ac_exec_ext in '' $ac_executable_extensions; do
10055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10056 ac_cv_prog_LEX="$ac_prog"
10057 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10066 LEX=$ac_cv_prog_LEX
10067 if test -n "$LEX"; then
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
10069 $as_echo "$LEX" >&6; }
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10072 $as_echo "no
" >&6; }
10076 test -n "$LEX" && break
10078 test -n "$LEX" || LEX="$MISSING flex
"
10080 case " $build_configdirs " in
10081 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
10082 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
10085 for ac_prog in flex
10087 # Extract the first word of "$ac_prog", so it can be a program name with args.
10088 set dummy $ac_prog; ac_word=$2
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10090 $as_echo_n "checking
for $ac_word...
" >&6; }
10091 if ${ac_cv_prog_FLEX+:} false; then :
10092 $as_echo_n "(cached
) " >&6
10094 if test -n "$FLEX"; then
10095 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
10097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10098 for as_dir in $PATH
10101 test -z "$as_dir" && as_dir=.
10102 for ac_exec_ext in '' $ac_executable_extensions; do
10103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10104 ac_cv_prog_FLEX="$ac_prog"
10105 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10114 FLEX=$ac_cv_prog_FLEX
10115 if test -n "$FLEX"; then
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
10117 $as_echo "$FLEX" >&6; }
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10120 $as_echo "no
" >&6; }
10124 test -n "$FLEX" && break
10126 test -n "$FLEX" || FLEX="$MISSING flex
"
10128 case " $build_configdirs " in
10129 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
10132 for ac_prog in makeinfo
10134 # Extract the first word of "$ac_prog", so it can be a program name with args.
10135 set dummy $ac_prog; ac_word=$2
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10137 $as_echo_n "checking
for $ac_word...
" >&6; }
10138 if ${ac_cv_prog_MAKEINFO+:} false; then :
10139 $as_echo_n "(cached
) " >&6
10141 if test -n "$MAKEINFO"; then
10142 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
10144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10145 for as_dir in $PATH
10148 test -z "$as_dir" && as_dir=.
10149 for ac_exec_ext in '' $ac_executable_extensions; do
10150 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10151 ac_cv_prog_MAKEINFO="$ac_prog"
10152 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10161 MAKEINFO=$ac_cv_prog_MAKEINFO
10162 if test -n "$MAKEINFO"; then
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
10164 $as_echo "$MAKEINFO" >&6; }
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10167 $as_echo "no
" >&6; }
10171 test -n "$MAKEINFO" && break
10173 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
10175 case " $build_configdirs " in
10176 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
10179 # For an installed makeinfo, we require it to be from texinfo 4.7 or
10180 # higher, else we use the "missing
" dummy.
10181 if ${MAKEINFO} --version \
10182 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
10185 MAKEINFO="$MISSING makeinfo
"
10191 # FIXME: expect and dejagnu may become build tools?
10193 for ac_prog in expect
10195 # Extract the first word of "$ac_prog", so it can be a program name with args.
10196 set dummy $ac_prog; ac_word=$2
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10198 $as_echo_n "checking
for $ac_word...
" >&6; }
10199 if ${ac_cv_prog_EXPECT+:} false; then :
10200 $as_echo_n "(cached
) " >&6
10202 if test -n "$EXPECT"; then
10203 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
10205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10206 for as_dir in $PATH
10209 test -z "$as_dir" && as_dir=.
10210 for ac_exec_ext in '' $ac_executable_extensions; do
10211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10212 ac_cv_prog_EXPECT="$ac_prog"
10213 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10222 EXPECT=$ac_cv_prog_EXPECT
10223 if test -n "$EXPECT"; then
10224 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
10225 $as_echo "$EXPECT" >&6; }
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10228 $as_echo "no
" >&6; }
10232 test -n "$EXPECT" && break
10234 test -n "$EXPECT" || EXPECT="expect
"
10236 case " $configdirs " in
10238 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
10242 for ac_prog in runtest
10244 # Extract the first word of "$ac_prog", so it can be a program name with args.
10245 set dummy $ac_prog; ac_word=$2
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10247 $as_echo_n "checking
for $ac_word...
" >&6; }
10248 if ${ac_cv_prog_RUNTEST+:} false; then :
10249 $as_echo_n "(cached
) " >&6
10251 if test -n "$RUNTEST"; then
10252 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
10254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10255 for as_dir in $PATH
10258 test -z "$as_dir" && as_dir=.
10259 for ac_exec_ext in '' $ac_executable_extensions; do
10260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10261 ac_cv_prog_RUNTEST="$ac_prog"
10262 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10271 RUNTEST=$ac_cv_prog_RUNTEST
10272 if test -n "$RUNTEST"; then
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
10274 $as_echo "$RUNTEST" >&6; }
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10277 $as_echo "no
" >&6; }
10281 test -n "$RUNTEST" && break
10283 test -n "$RUNTEST" || RUNTEST="runtest
"
10285 case " $configdirs " in
10287 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
10294 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
10295 ncn_target_tool_prefix=
10296 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
10300 if test -n "$AR"; then
10302 elif test -n "$ac_cv_prog_AR"; then
10306 if test -n "$ac_cv_prog_AR"; then
10307 for ncn_progname in ar; do
10308 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10309 set dummy ${ncn_progname}; ac_word=$2
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10311 $as_echo_n "checking
for $ac_word...
" >&6; }
10312 if ${ac_cv_prog_AR+:} false; then :
10313 $as_echo_n "(cached
) " >&6
10315 if test -n "$AR"; then
10316 ac_cv_prog_AR="$AR" # Let the user override the test.
10318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10319 for as_dir in $PATH
10322 test -z "$as_dir" && as_dir=.
10323 for ac_exec_ext in '' $ac_executable_extensions; do
10324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10325 ac_cv_prog_AR="${ncn_progname}"
10326 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10336 if test -n "$AR"; then
10337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
10338 $as_echo "$AR" >&6; }
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10341 $as_echo "no
" >&6; }
10348 for ncn_progname in ar; do
10349 if test -n "$ncn_tool_prefix"; then
10350 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10351 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10353 $as_echo_n "checking
for $ac_word...
" >&6; }
10354 if ${ac_cv_prog_AR+:} false; then :
10355 $as_echo_n "(cached
) " >&6
10357 if test -n "$AR"; then
10358 ac_cv_prog_AR="$AR" # Let the user override the test.
10360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10361 for as_dir in $PATH
10364 test -z "$as_dir" && as_dir=.
10365 for ac_exec_ext in '' $ac_executable_extensions; do
10366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10367 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
10368 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10378 if test -n "$AR"; then
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
10380 $as_echo "$AR" >&6; }
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10383 $as_echo "no
" >&6; }
10388 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
10389 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10390 set dummy ${ncn_progname}; ac_word=$2
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10392 $as_echo_n "checking
for $ac_word...
" >&6; }
10393 if ${ac_cv_prog_AR+:} false; then :
10394 $as_echo_n "(cached
) " >&6
10396 if test -n "$AR"; then
10397 ac_cv_prog_AR="$AR" # Let the user override the test.
10399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10400 for as_dir in $PATH
10403 test -z "$as_dir" && as_dir=.
10404 for ac_exec_ext in '' $ac_executable_extensions; do
10405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10406 ac_cv_prog_AR="${ncn_progname}"
10407 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10417 if test -n "$AR"; then
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
10419 $as_echo "$AR" >&6; }
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10422 $as_echo "no
" >&6; }
10427 test -n "$ac_cv_prog_AR" && break
10430 if test -z "$ac_cv_prog_AR" ; then
10432 if test $build = $host ; then
10435 AR="${ncn_tool_prefix}$2"
10441 if test -n "$AS"; then
10443 elif test -n "$ac_cv_prog_AS"; then
10447 if test -n "$ac_cv_prog_AS"; then
10448 for ncn_progname in as; do
10449 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10450 set dummy ${ncn_progname}; ac_word=$2
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10452 $as_echo_n "checking
for $ac_word...
" >&6; }
10453 if ${ac_cv_prog_AS+:} false; then :
10454 $as_echo_n "(cached
) " >&6
10456 if test -n "$AS"; then
10457 ac_cv_prog_AS="$AS" # Let the user override the test.
10459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10460 for as_dir in $PATH
10463 test -z "$as_dir" && as_dir=.
10464 for ac_exec_ext in '' $ac_executable_extensions; do
10465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10466 ac_cv_prog_AS="${ncn_progname}"
10467 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10477 if test -n "$AS"; then
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
10479 $as_echo "$AS" >&6; }
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10482 $as_echo "no
" >&6; }
10489 for ncn_progname in as; do
10490 if test -n "$ncn_tool_prefix"; then
10491 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10492 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10494 $as_echo_n "checking
for $ac_word...
" >&6; }
10495 if ${ac_cv_prog_AS+:} false; then :
10496 $as_echo_n "(cached
) " >&6
10498 if test -n "$AS"; then
10499 ac_cv_prog_AS="$AS" # Let the user override the test.
10501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10502 for as_dir in $PATH
10505 test -z "$as_dir" && as_dir=.
10506 for ac_exec_ext in '' $ac_executable_extensions; do
10507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10508 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
10509 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10519 if test -n "$AS"; then
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
10521 $as_echo "$AS" >&6; }
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10524 $as_echo "no
" >&6; }
10529 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
10530 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10531 set dummy ${ncn_progname}; ac_word=$2
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10533 $as_echo_n "checking
for $ac_word...
" >&6; }
10534 if ${ac_cv_prog_AS+:} false; then :
10535 $as_echo_n "(cached
) " >&6
10537 if test -n "$AS"; then
10538 ac_cv_prog_AS="$AS" # Let the user override the test.
10540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10541 for as_dir in $PATH
10544 test -z "$as_dir" && as_dir=.
10545 for ac_exec_ext in '' $ac_executable_extensions; do
10546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10547 ac_cv_prog_AS="${ncn_progname}"
10548 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10558 if test -n "$AS"; then
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
10560 $as_echo "$AS" >&6; }
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10563 $as_echo "no
" >&6; }
10568 test -n "$ac_cv_prog_AS" && break
10571 if test -z "$ac_cv_prog_AS" ; then
10573 if test $build = $host ; then
10576 AS="${ncn_tool_prefix}$2"
10582 if test -n "$DLLTOOL"; then
10583 ac_cv_prog_DLLTOOL=$DLLTOOL
10584 elif test -n "$ac_cv_prog_DLLTOOL"; then
10585 DLLTOOL=$ac_cv_prog_DLLTOOL
10588 if test -n "$ac_cv_prog_DLLTOOL"; then
10589 for ncn_progname in dlltool; do
10590 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10591 set dummy ${ncn_progname}; ac_word=$2
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10593 $as_echo_n "checking
for $ac_word...
" >&6; }
10594 if ${ac_cv_prog_DLLTOOL+:} false; then :
10595 $as_echo_n "(cached
) " >&6
10597 if test -n "$DLLTOOL"; then
10598 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
10600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10601 for as_dir in $PATH
10604 test -z "$as_dir" && as_dir=.
10605 for ac_exec_ext in '' $ac_executable_extensions; do
10606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10607 ac_cv_prog_DLLTOOL="${ncn_progname}"
10608 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10617 DLLTOOL=$ac_cv_prog_DLLTOOL
10618 if test -n "$DLLTOOL"; then
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
10620 $as_echo "$DLLTOOL" >&6; }
10622 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10623 $as_echo "no
" >&6; }
10630 for ncn_progname in dlltool; do
10631 if test -n "$ncn_tool_prefix"; then
10632 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10633 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10635 $as_echo_n "checking
for $ac_word...
" >&6; }
10636 if ${ac_cv_prog_DLLTOOL+:} false; then :
10637 $as_echo_n "(cached
) " >&6
10639 if test -n "$DLLTOOL"; then
10640 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
10642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10643 for as_dir in $PATH
10646 test -z "$as_dir" && as_dir=.
10647 for ac_exec_ext in '' $ac_executable_extensions; do
10648 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10649 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
10650 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10659 DLLTOOL=$ac_cv_prog_DLLTOOL
10660 if test -n "$DLLTOOL"; then
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
10662 $as_echo "$DLLTOOL" >&6; }
10664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10665 $as_echo "no
" >&6; }
10670 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
10671 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10672 set dummy ${ncn_progname}; ac_word=$2
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10674 $as_echo_n "checking
for $ac_word...
" >&6; }
10675 if ${ac_cv_prog_DLLTOOL+:} false; then :
10676 $as_echo_n "(cached
) " >&6
10678 if test -n "$DLLTOOL"; then
10679 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
10681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10682 for as_dir in $PATH
10685 test -z "$as_dir" && as_dir=.
10686 for ac_exec_ext in '' $ac_executable_extensions; do
10687 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10688 ac_cv_prog_DLLTOOL="${ncn_progname}"
10689 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10698 DLLTOOL=$ac_cv_prog_DLLTOOL
10699 if test -n "$DLLTOOL"; then
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
10701 $as_echo "$DLLTOOL" >&6; }
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10704 $as_echo "no
" >&6; }
10709 test -n "$ac_cv_prog_DLLTOOL" && break
10712 if test -z "$ac_cv_prog_DLLTOOL" ; then
10714 if test $build = $host ; then
10717 DLLTOOL="${ncn_tool_prefix}$2"
10723 if test -n "$LD"; then
10725 elif test -n "$ac_cv_prog_LD"; then
10729 if test -n "$ac_cv_prog_LD"; then
10730 for ncn_progname in ld; do
10731 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10732 set dummy ${ncn_progname}; ac_word=$2
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10734 $as_echo_n "checking
for $ac_word...
" >&6; }
10735 if ${ac_cv_prog_LD+:} false; then :
10736 $as_echo_n "(cached
) " >&6
10738 if test -n "$LD"; then
10739 ac_cv_prog_LD="$LD" # Let the user override the test.
10741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10742 for as_dir in $PATH
10745 test -z "$as_dir" && as_dir=.
10746 for ac_exec_ext in '' $ac_executable_extensions; do
10747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10748 ac_cv_prog_LD="${ncn_progname}"
10749 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10759 if test -n "$LD"; then
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
10761 $as_echo "$LD" >&6; }
10763 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10764 $as_echo "no
" >&6; }
10771 for ncn_progname in ld; do
10772 if test -n "$ncn_tool_prefix"; then
10773 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10774 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10776 $as_echo_n "checking
for $ac_word...
" >&6; }
10777 if ${ac_cv_prog_LD+:} false; then :
10778 $as_echo_n "(cached
) " >&6
10780 if test -n "$LD"; then
10781 ac_cv_prog_LD="$LD" # Let the user override the test.
10783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10784 for as_dir in $PATH
10787 test -z "$as_dir" && as_dir=.
10788 for ac_exec_ext in '' $ac_executable_extensions; do
10789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10790 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
10791 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10801 if test -n "$LD"; then
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
10803 $as_echo "$LD" >&6; }
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10806 $as_echo "no
" >&6; }
10811 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
10812 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10813 set dummy ${ncn_progname}; ac_word=$2
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10815 $as_echo_n "checking
for $ac_word...
" >&6; }
10816 if ${ac_cv_prog_LD+:} false; then :
10817 $as_echo_n "(cached
) " >&6
10819 if test -n "$LD"; then
10820 ac_cv_prog_LD="$LD" # Let the user override the test.
10822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10823 for as_dir in $PATH
10826 test -z "$as_dir" && as_dir=.
10827 for ac_exec_ext in '' $ac_executable_extensions; do
10828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10829 ac_cv_prog_LD="${ncn_progname}"
10830 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10840 if test -n "$LD"; then
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
10842 $as_echo "$LD" >&6; }
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10845 $as_echo "no
" >&6; }
10850 test -n "$ac_cv_prog_LD" && break
10853 if test -z "$ac_cv_prog_LD" ; then
10855 if test $build = $host ; then
10858 LD="${ncn_tool_prefix}$2"
10864 if test -n "$LIPO"; then
10865 ac_cv_prog_LIPO=$LIPO
10866 elif test -n "$ac_cv_prog_LIPO"; then
10867 LIPO=$ac_cv_prog_LIPO
10870 if test -n "$ac_cv_prog_LIPO"; then
10871 for ncn_progname in lipo; do
10872 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10873 set dummy ${ncn_progname}; ac_word=$2
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10875 $as_echo_n "checking
for $ac_word...
" >&6; }
10876 if ${ac_cv_prog_LIPO+:} false; then :
10877 $as_echo_n "(cached
) " >&6
10879 if test -n "$LIPO"; then
10880 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
10882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10883 for as_dir in $PATH
10886 test -z "$as_dir" && as_dir=.
10887 for ac_exec_ext in '' $ac_executable_extensions; do
10888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10889 ac_cv_prog_LIPO="${ncn_progname}"
10890 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10899 LIPO=$ac_cv_prog_LIPO
10900 if test -n "$LIPO"; then
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
10902 $as_echo "$LIPO" >&6; }
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10905 $as_echo "no
" >&6; }
10912 for ncn_progname in lipo; do
10913 if test -n "$ncn_tool_prefix"; then
10914 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10915 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10917 $as_echo_n "checking
for $ac_word...
" >&6; }
10918 if ${ac_cv_prog_LIPO+:} false; then :
10919 $as_echo_n "(cached
) " >&6
10921 if test -n "$LIPO"; then
10922 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
10924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10925 for as_dir in $PATH
10928 test -z "$as_dir" && as_dir=.
10929 for ac_exec_ext in '' $ac_executable_extensions; do
10930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10931 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
10932 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10941 LIPO=$ac_cv_prog_LIPO
10942 if test -n "$LIPO"; then
10943 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
10944 $as_echo "$LIPO" >&6; }
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10947 $as_echo "no
" >&6; }
10952 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
10953 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10954 set dummy ${ncn_progname}; ac_word=$2
10955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10956 $as_echo_n "checking
for $ac_word...
" >&6; }
10957 if ${ac_cv_prog_LIPO+:} false; then :
10958 $as_echo_n "(cached
) " >&6
10960 if test -n "$LIPO"; then
10961 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
10963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10964 for as_dir in $PATH
10967 test -z "$as_dir" && as_dir=.
10968 for ac_exec_ext in '' $ac_executable_extensions; do
10969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10970 ac_cv_prog_LIPO="${ncn_progname}"
10971 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10980 LIPO=$ac_cv_prog_LIPO
10981 if test -n "$LIPO"; then
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
10983 $as_echo "$LIPO" >&6; }
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10986 $as_echo "no
" >&6; }
10991 test -n "$ac_cv_prog_LIPO" && break
10994 if test -z "$ac_cv_prog_LIPO" ; then
10996 if test $build = $host ; then
10999 LIPO="${ncn_tool_prefix}$2"
11005 if test -n "$NM"; then
11007 elif test -n "$ac_cv_prog_NM"; then
11011 if test -n "$ac_cv_prog_NM"; then
11012 for ncn_progname in nm; do
11013 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11014 set dummy ${ncn_progname}; ac_word=$2
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11016 $as_echo_n "checking
for $ac_word...
" >&6; }
11017 if ${ac_cv_prog_NM+:} false; then :
11018 $as_echo_n "(cached
) " >&6
11020 if test -n "$NM"; then
11021 ac_cv_prog_NM="$NM" # Let the user override the test.
11023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11024 for as_dir in $PATH
11027 test -z "$as_dir" && as_dir=.
11028 for ac_exec_ext in '' $ac_executable_extensions; do
11029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11030 ac_cv_prog_NM="${ncn_progname}"
11031 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11041 if test -n "$NM"; then
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
11043 $as_echo "$NM" >&6; }
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11046 $as_echo "no
" >&6; }
11053 for ncn_progname in nm; do
11054 if test -n "$ncn_tool_prefix"; then
11055 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11056 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11058 $as_echo_n "checking
for $ac_word...
" >&6; }
11059 if ${ac_cv_prog_NM+:} false; then :
11060 $as_echo_n "(cached
) " >&6
11062 if test -n "$NM"; then
11063 ac_cv_prog_NM="$NM" # Let the user override the test.
11065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11066 for as_dir in $PATH
11069 test -z "$as_dir" && as_dir=.
11070 for ac_exec_ext in '' $ac_executable_extensions; do
11071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11072 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
11073 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11083 if test -n "$NM"; then
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
11085 $as_echo "$NM" >&6; }
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11088 $as_echo "no
" >&6; }
11093 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
11094 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11095 set dummy ${ncn_progname}; ac_word=$2
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11097 $as_echo_n "checking
for $ac_word...
" >&6; }
11098 if ${ac_cv_prog_NM+:} false; then :
11099 $as_echo_n "(cached
) " >&6
11101 if test -n "$NM"; then
11102 ac_cv_prog_NM="$NM" # Let the user override the test.
11104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11105 for as_dir in $PATH
11108 test -z "$as_dir" && as_dir=.
11109 for ac_exec_ext in '' $ac_executable_extensions; do
11110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11111 ac_cv_prog_NM="${ncn_progname}"
11112 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11122 if test -n "$NM"; then
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
11124 $as_echo "$NM" >&6; }
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11127 $as_echo "no
" >&6; }
11132 test -n "$ac_cv_prog_NM" && break
11135 if test -z "$ac_cv_prog_NM" ; then
11137 if test $build = $host ; then
11140 NM="${ncn_tool_prefix}$2"
11146 if test -n "$RANLIB"; then
11147 ac_cv_prog_RANLIB=$RANLIB
11148 elif test -n "$ac_cv_prog_RANLIB"; then
11149 RANLIB=$ac_cv_prog_RANLIB
11152 if test -n "$ac_cv_prog_RANLIB"; then
11153 for ncn_progname in ranlib; do
11154 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11155 set dummy ${ncn_progname}; ac_word=$2
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11157 $as_echo_n "checking
for $ac_word...
" >&6; }
11158 if ${ac_cv_prog_RANLIB+:} false; then :
11159 $as_echo_n "(cached
) " >&6
11161 if test -n "$RANLIB"; then
11162 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11165 for as_dir in $PATH
11168 test -z "$as_dir" && as_dir=.
11169 for ac_exec_ext in '' $ac_executable_extensions; do
11170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11171 ac_cv_prog_RANLIB="${ncn_progname}"
11172 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11181 RANLIB=$ac_cv_prog_RANLIB
11182 if test -n "$RANLIB"; then
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
11184 $as_echo "$RANLIB" >&6; }
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11187 $as_echo "no
" >&6; }
11194 for ncn_progname in ranlib; do
11195 if test -n "$ncn_tool_prefix"; then
11196 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11197 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11199 $as_echo_n "checking
for $ac_word...
" >&6; }
11200 if ${ac_cv_prog_RANLIB+:} false; then :
11201 $as_echo_n "(cached
) " >&6
11203 if test -n "$RANLIB"; then
11204 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11207 for as_dir in $PATH
11210 test -z "$as_dir" && as_dir=.
11211 for ac_exec_ext in '' $ac_executable_extensions; do
11212 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11213 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
11214 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11223 RANLIB=$ac_cv_prog_RANLIB
11224 if test -n "$RANLIB"; then
11225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
11226 $as_echo "$RANLIB" >&6; }
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11229 $as_echo "no
" >&6; }
11234 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
11235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11236 set dummy ${ncn_progname}; ac_word=$2
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11238 $as_echo_n "checking
for $ac_word...
" >&6; }
11239 if ${ac_cv_prog_RANLIB+:} false; then :
11240 $as_echo_n "(cached
) " >&6
11242 if test -n "$RANLIB"; then
11243 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11246 for as_dir in $PATH
11249 test -z "$as_dir" && as_dir=.
11250 for ac_exec_ext in '' $ac_executable_extensions; do
11251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11252 ac_cv_prog_RANLIB="${ncn_progname}"
11253 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11262 RANLIB=$ac_cv_prog_RANLIB
11263 if test -n "$RANLIB"; then
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
11265 $as_echo "$RANLIB" >&6; }
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11268 $as_echo "no
" >&6; }
11273 test -n "$ac_cv_prog_RANLIB" && break
11276 if test -z "$ac_cv_prog_RANLIB" ; then
11282 if test -n "$STRIP"; then
11283 ac_cv_prog_STRIP=$STRIP
11284 elif test -n "$ac_cv_prog_STRIP"; then
11285 STRIP=$ac_cv_prog_STRIP
11288 if test -n "$ac_cv_prog_STRIP"; then
11289 for ncn_progname in strip; do
11290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11291 set dummy ${ncn_progname}; ac_word=$2
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11293 $as_echo_n "checking
for $ac_word...
" >&6; }
11294 if ${ac_cv_prog_STRIP+:} false; then :
11295 $as_echo_n "(cached
) " >&6
11297 if test -n "$STRIP"; then
11298 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11301 for as_dir in $PATH
11304 test -z "$as_dir" && as_dir=.
11305 for ac_exec_ext in '' $ac_executable_extensions; do
11306 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11307 ac_cv_prog_STRIP="${ncn_progname}"
11308 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11317 STRIP=$ac_cv_prog_STRIP
11318 if test -n "$STRIP"; then
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
11320 $as_echo "$STRIP" >&6; }
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11323 $as_echo "no
" >&6; }
11330 for ncn_progname in strip; do
11331 if test -n "$ncn_tool_prefix"; then
11332 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11333 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11335 $as_echo_n "checking
for $ac_word...
" >&6; }
11336 if ${ac_cv_prog_STRIP+:} false; then :
11337 $as_echo_n "(cached
) " >&6
11339 if test -n "$STRIP"; then
11340 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11343 for as_dir in $PATH
11346 test -z "$as_dir" && as_dir=.
11347 for ac_exec_ext in '' $ac_executable_extensions; do
11348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11349 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
11350 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11359 STRIP=$ac_cv_prog_STRIP
11360 if test -n "$STRIP"; then
11361 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
11362 $as_echo "$STRIP" >&6; }
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11365 $as_echo "no
" >&6; }
11370 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
11371 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11372 set dummy ${ncn_progname}; ac_word=$2
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11374 $as_echo_n "checking
for $ac_word...
" >&6; }
11375 if ${ac_cv_prog_STRIP+:} false; then :
11376 $as_echo_n "(cached
) " >&6
11378 if test -n "$STRIP"; then
11379 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11382 for as_dir in $PATH
11385 test -z "$as_dir" && as_dir=.
11386 for ac_exec_ext in '' $ac_executable_extensions; do
11387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11388 ac_cv_prog_STRIP="${ncn_progname}"
11389 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11398 STRIP=$ac_cv_prog_STRIP
11399 if test -n "$STRIP"; then
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
11401 $as_echo "$STRIP" >&6; }
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11404 $as_echo "no
" >&6; }
11409 test -n "$ac_cv_prog_STRIP" && break
11412 if test -z "$ac_cv_prog_STRIP" ; then
11418 if test -n "$WINDRES"; then
11419 ac_cv_prog_WINDRES=$WINDRES
11420 elif test -n "$ac_cv_prog_WINDRES"; then
11421 WINDRES=$ac_cv_prog_WINDRES
11424 if test -n "$ac_cv_prog_WINDRES"; then
11425 for ncn_progname in windres; do
11426 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11427 set dummy ${ncn_progname}; ac_word=$2
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11429 $as_echo_n "checking
for $ac_word...
" >&6; }
11430 if ${ac_cv_prog_WINDRES+:} false; then :
11431 $as_echo_n "(cached
) " >&6
11433 if test -n "$WINDRES"; then
11434 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
11436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11437 for as_dir in $PATH
11440 test -z "$as_dir" && as_dir=.
11441 for ac_exec_ext in '' $ac_executable_extensions; do
11442 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11443 ac_cv_prog_WINDRES="${ncn_progname}"
11444 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11453 WINDRES=$ac_cv_prog_WINDRES
11454 if test -n "$WINDRES"; then
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
11456 $as_echo "$WINDRES" >&6; }
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11459 $as_echo "no
" >&6; }
11466 for ncn_progname in windres; do
11467 if test -n "$ncn_tool_prefix"; then
11468 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11469 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11471 $as_echo_n "checking
for $ac_word...
" >&6; }
11472 if ${ac_cv_prog_WINDRES+:} false; then :
11473 $as_echo_n "(cached
) " >&6
11475 if test -n "$WINDRES"; then
11476 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
11478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11479 for as_dir in $PATH
11482 test -z "$as_dir" && as_dir=.
11483 for ac_exec_ext in '' $ac_executable_extensions; do
11484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11485 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
11486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11495 WINDRES=$ac_cv_prog_WINDRES
11496 if test -n "$WINDRES"; then
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
11498 $as_echo "$WINDRES" >&6; }
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11501 $as_echo "no
" >&6; }
11506 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
11507 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11508 set dummy ${ncn_progname}; ac_word=$2
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11510 $as_echo_n "checking
for $ac_word...
" >&6; }
11511 if ${ac_cv_prog_WINDRES+:} false; then :
11512 $as_echo_n "(cached
) " >&6
11514 if test -n "$WINDRES"; then
11515 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
11517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11518 for as_dir in $PATH
11521 test -z "$as_dir" && as_dir=.
11522 for ac_exec_ext in '' $ac_executable_extensions; do
11523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11524 ac_cv_prog_WINDRES="${ncn_progname}"
11525 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11534 WINDRES=$ac_cv_prog_WINDRES
11535 if test -n "$WINDRES"; then
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
11537 $as_echo "$WINDRES" >&6; }
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11540 $as_echo "no
" >&6; }
11545 test -n "$ac_cv_prog_WINDRES" && break
11548 if test -z "$ac_cv_prog_WINDRES" ; then
11550 if test $build = $host ; then
11553 WINDRES="${ncn_tool_prefix}$2"
11559 if test -n "$WINDMC"; then
11560 ac_cv_prog_WINDMC=$WINDMC
11561 elif test -n "$ac_cv_prog_WINDMC"; then
11562 WINDMC=$ac_cv_prog_WINDMC
11565 if test -n "$ac_cv_prog_WINDMC"; then
11566 for ncn_progname in windmc; do
11567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11568 set dummy ${ncn_progname}; ac_word=$2
11569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11570 $as_echo_n "checking
for $ac_word...
" >&6; }
11571 if ${ac_cv_prog_WINDMC+:} false; then :
11572 $as_echo_n "(cached
) " >&6
11574 if test -n "$WINDMC"; then
11575 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
11577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11578 for as_dir in $PATH
11581 test -z "$as_dir" && as_dir=.
11582 for ac_exec_ext in '' $ac_executable_extensions; do
11583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11584 ac_cv_prog_WINDMC="${ncn_progname}"
11585 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11594 WINDMC=$ac_cv_prog_WINDMC
11595 if test -n "$WINDMC"; then
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
11597 $as_echo "$WINDMC" >&6; }
11599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11600 $as_echo "no
" >&6; }
11607 for ncn_progname in windmc; do
11608 if test -n "$ncn_tool_prefix"; then
11609 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11610 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11612 $as_echo_n "checking
for $ac_word...
" >&6; }
11613 if ${ac_cv_prog_WINDMC+:} false; then :
11614 $as_echo_n "(cached
) " >&6
11616 if test -n "$WINDMC"; then
11617 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
11619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11620 for as_dir in $PATH
11623 test -z "$as_dir" && as_dir=.
11624 for ac_exec_ext in '' $ac_executable_extensions; do
11625 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11626 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
11627 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11636 WINDMC=$ac_cv_prog_WINDMC
11637 if test -n "$WINDMC"; then
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
11639 $as_echo "$WINDMC" >&6; }
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11642 $as_echo "no
" >&6; }
11647 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
11648 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11649 set dummy ${ncn_progname}; ac_word=$2
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11651 $as_echo_n "checking
for $ac_word...
" >&6; }
11652 if ${ac_cv_prog_WINDMC+:} false; then :
11653 $as_echo_n "(cached
) " >&6
11655 if test -n "$WINDMC"; then
11656 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
11658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11659 for as_dir in $PATH
11662 test -z "$as_dir" && as_dir=.
11663 for ac_exec_ext in '' $ac_executable_extensions; do
11664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11665 ac_cv_prog_WINDMC="${ncn_progname}"
11666 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11675 WINDMC=$ac_cv_prog_WINDMC
11676 if test -n "$WINDMC"; then
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
11678 $as_echo "$WINDMC" >&6; }
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11681 $as_echo "no
" >&6; }
11686 test -n "$ac_cv_prog_WINDMC" && break
11689 if test -z "$ac_cv_prog_WINDMC" ; then
11691 if test $build = $host ; then
11694 WINDMC="${ncn_tool_prefix}$2"
11700 if test -n "$OBJCOPY"; then
11701 ac_cv_prog_OBJCOPY=$OBJCOPY
11702 elif test -n "$ac_cv_prog_OBJCOPY"; then
11703 OBJCOPY=$ac_cv_prog_OBJCOPY
11706 if test -n "$ac_cv_prog_OBJCOPY"; then
11707 for ncn_progname in objcopy; do
11708 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11709 set dummy ${ncn_progname}; ac_word=$2
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11711 $as_echo_n "checking
for $ac_word...
" >&6; }
11712 if ${ac_cv_prog_OBJCOPY+:} false; then :
11713 $as_echo_n "(cached
) " >&6
11715 if test -n "$OBJCOPY"; then
11716 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
11718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11719 for as_dir in $PATH
11722 test -z "$as_dir" && as_dir=.
11723 for ac_exec_ext in '' $ac_executable_extensions; do
11724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11725 ac_cv_prog_OBJCOPY="${ncn_progname}"
11726 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11735 OBJCOPY=$ac_cv_prog_OBJCOPY
11736 if test -n "$OBJCOPY"; then
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
11738 $as_echo "$OBJCOPY" >&6; }
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11741 $as_echo "no
" >&6; }
11748 for ncn_progname in objcopy; do
11749 if test -n "$ncn_tool_prefix"; then
11750 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11751 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11753 $as_echo_n "checking
for $ac_word...
" >&6; }
11754 if ${ac_cv_prog_OBJCOPY+:} false; then :
11755 $as_echo_n "(cached
) " >&6
11757 if test -n "$OBJCOPY"; then
11758 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
11760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11761 for as_dir in $PATH
11764 test -z "$as_dir" && as_dir=.
11765 for ac_exec_ext in '' $ac_executable_extensions; do
11766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11767 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
11768 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11777 OBJCOPY=$ac_cv_prog_OBJCOPY
11778 if test -n "$OBJCOPY"; then
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
11780 $as_echo "$OBJCOPY" >&6; }
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11783 $as_echo "no
" >&6; }
11788 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
11789 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11790 set dummy ${ncn_progname}; ac_word=$2
11791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11792 $as_echo_n "checking
for $ac_word...
" >&6; }
11793 if ${ac_cv_prog_OBJCOPY+:} false; then :
11794 $as_echo_n "(cached
) " >&6
11796 if test -n "$OBJCOPY"; then
11797 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
11799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11800 for as_dir in $PATH
11803 test -z "$as_dir" && as_dir=.
11804 for ac_exec_ext in '' $ac_executable_extensions; do
11805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11806 ac_cv_prog_OBJCOPY="${ncn_progname}"
11807 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11816 OBJCOPY=$ac_cv_prog_OBJCOPY
11817 if test -n "$OBJCOPY"; then
11818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
11819 $as_echo "$OBJCOPY" >&6; }
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11822 $as_echo "no
" >&6; }
11827 test -n "$ac_cv_prog_OBJCOPY" && break
11830 if test -z "$ac_cv_prog_OBJCOPY" ; then
11832 if test $build = $host ; then
11835 OBJCOPY="${ncn_tool_prefix}$2"
11841 if test -n "$OBJDUMP"; then
11842 ac_cv_prog_OBJDUMP=$OBJDUMP
11843 elif test -n "$ac_cv_prog_OBJDUMP"; then
11844 OBJDUMP=$ac_cv_prog_OBJDUMP
11847 if test -n "$ac_cv_prog_OBJDUMP"; then
11848 for ncn_progname in objdump; do
11849 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11850 set dummy ${ncn_progname}; ac_word=$2
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11852 $as_echo_n "checking
for $ac_word...
" >&6; }
11853 if ${ac_cv_prog_OBJDUMP+:} false; then :
11854 $as_echo_n "(cached
) " >&6
11856 if test -n "$OBJDUMP"; then
11857 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
11859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11860 for as_dir in $PATH
11863 test -z "$as_dir" && as_dir=.
11864 for ac_exec_ext in '' $ac_executable_extensions; do
11865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11866 ac_cv_prog_OBJDUMP="${ncn_progname}"
11867 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11876 OBJDUMP=$ac_cv_prog_OBJDUMP
11877 if test -n "$OBJDUMP"; then
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
11879 $as_echo "$OBJDUMP" >&6; }
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11882 $as_echo "no
" >&6; }
11889 for ncn_progname in objdump; do
11890 if test -n "$ncn_tool_prefix"; then
11891 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
11892 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
11893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11894 $as_echo_n "checking
for $ac_word...
" >&6; }
11895 if ${ac_cv_prog_OBJDUMP+:} false; then :
11896 $as_echo_n "(cached
) " >&6
11898 if test -n "$OBJDUMP"; then
11899 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
11901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11902 for as_dir in $PATH
11905 test -z "$as_dir" && as_dir=.
11906 for ac_exec_ext in '' $ac_executable_extensions; do
11907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11908 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
11909 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11918 OBJDUMP=$ac_cv_prog_OBJDUMP
11919 if test -n "$OBJDUMP"; then
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
11921 $as_echo "$OBJDUMP" >&6; }
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11924 $as_echo "no
" >&6; }
11929 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
11930 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11931 set dummy ${ncn_progname}; ac_word=$2
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11933 $as_echo_n "checking
for $ac_word...
" >&6; }
11934 if ${ac_cv_prog_OBJDUMP+:} false; then :
11935 $as_echo_n "(cached
) " >&6
11937 if test -n "$OBJDUMP"; then
11938 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
11940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11941 for as_dir in $PATH
11944 test -z "$as_dir" && as_dir=.
11945 for ac_exec_ext in '' $ac_executable_extensions; do
11946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11947 ac_cv_prog_OBJDUMP="${ncn_progname}"
11948 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11957 OBJDUMP=$ac_cv_prog_OBJDUMP
11958 if test -n "$OBJDUMP"; then
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
11960 $as_echo "$OBJDUMP" >&6; }
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11963 $as_echo "no
" >&6; }
11968 test -n "$ac_cv_prog_OBJDUMP" && break
11971 if test -z "$ac_cv_prog_OBJDUMP" ; then
11973 if test $build = $host ; then
11976 OBJDUMP="${ncn_tool_prefix}$2"
11982 if test -n "$OTOOL"; then
11983 ac_cv_prog_OTOOL=$OTOOL
11984 elif test -n "$ac_cv_prog_OTOOL"; then
11985 OTOOL=$ac_cv_prog_OTOOL
11988 if test -n "$ac_cv_prog_OTOOL"; then
11989 for ncn_progname in otool; do
11990 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11991 set dummy ${ncn_progname}; ac_word=$2
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11993 $as_echo_n "checking
for $ac_word...
" >&6; }
11994 if ${ac_cv_prog_OTOOL+:} false; then :
11995 $as_echo_n "(cached
) " >&6
11997 if test -n "$OTOOL"; then
11998 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
12000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12001 for as_dir in $PATH
12004 test -z "$as_dir" && as_dir=.
12005 for ac_exec_ext in '' $ac_executable_extensions; do
12006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12007 ac_cv_prog_OTOOL="${ncn_progname}"
12008 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12017 OTOOL=$ac_cv_prog_OTOOL
12018 if test -n "$OTOOL"; then
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
12020 $as_echo "$OTOOL" >&6; }
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12023 $as_echo "no
" >&6; }
12030 for ncn_progname in otool; do
12031 if test -n "$ncn_tool_prefix"; then
12032 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
12033 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12035 $as_echo_n "checking
for $ac_word...
" >&6; }
12036 if ${ac_cv_prog_OTOOL+:} false; then :
12037 $as_echo_n "(cached
) " >&6
12039 if test -n "$OTOOL"; then
12040 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
12042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12043 for as_dir in $PATH
12046 test -z "$as_dir" && as_dir=.
12047 for ac_exec_ext in '' $ac_executable_extensions; do
12048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12049 ac_cv_prog_OTOOL="${ncn_tool_prefix}${ncn_progname}"
12050 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12059 OTOOL=$ac_cv_prog_OTOOL
12060 if test -n "$OTOOL"; then
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
12062 $as_echo "$OTOOL" >&6; }
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12065 $as_echo "no
" >&6; }
12070 if test -z "$ac_cv_prog_OTOOL" && test $build = $host ; then
12071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12072 set dummy ${ncn_progname}; ac_word=$2
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12074 $as_echo_n "checking
for $ac_word...
" >&6; }
12075 if ${ac_cv_prog_OTOOL+:} false; then :
12076 $as_echo_n "(cached
) " >&6
12078 if test -n "$OTOOL"; then
12079 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
12081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12082 for as_dir in $PATH
12085 test -z "$as_dir" && as_dir=.
12086 for ac_exec_ext in '' $ac_executable_extensions; do
12087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12088 ac_cv_prog_OTOOL="${ncn_progname}"
12089 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12098 OTOOL=$ac_cv_prog_OTOOL
12099 if test -n "$OTOOL"; then
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
12101 $as_echo "$OTOOL" >&6; }
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12104 $as_echo "no
" >&6; }
12109 test -n "$ac_cv_prog_OTOOL" && break
12112 if test -z "$ac_cv_prog_OTOOL" ; then
12114 if test $build = $host ; then
12117 OTOOL="${ncn_tool_prefix}$2"
12123 if test -n "$READELF"; then
12124 ac_cv_prog_READELF=$READELF
12125 elif test -n "$ac_cv_prog_READELF"; then
12126 READELF=$ac_cv_prog_READELF
12129 if test -n "$ac_cv_prog_READELF"; then
12130 for ncn_progname in readelf; do
12131 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12132 set dummy ${ncn_progname}; ac_word=$2
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12134 $as_echo_n "checking
for $ac_word...
" >&6; }
12135 if ${ac_cv_prog_READELF+:} false; then :
12136 $as_echo_n "(cached
) " >&6
12138 if test -n "$READELF"; then
12139 ac_cv_prog_READELF="$READELF" # Let the user override the test.
12141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12142 for as_dir in $PATH
12145 test -z "$as_dir" && as_dir=.
12146 for ac_exec_ext in '' $ac_executable_extensions; do
12147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12148 ac_cv_prog_READELF="${ncn_progname}"
12149 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12158 READELF=$ac_cv_prog_READELF
12159 if test -n "$READELF"; then
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
12161 $as_echo "$READELF" >&6; }
12163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12164 $as_echo "no
" >&6; }
12171 for ncn_progname in readelf; do
12172 if test -n "$ncn_tool_prefix"; then
12173 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
12174 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12176 $as_echo_n "checking
for $ac_word...
" >&6; }
12177 if ${ac_cv_prog_READELF+:} false; then :
12178 $as_echo_n "(cached
) " >&6
12180 if test -n "$READELF"; then
12181 ac_cv_prog_READELF="$READELF" # Let the user override the test.
12183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12184 for as_dir in $PATH
12187 test -z "$as_dir" && as_dir=.
12188 for ac_exec_ext in '' $ac_executable_extensions; do
12189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12190 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
12191 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12200 READELF=$ac_cv_prog_READELF
12201 if test -n "$READELF"; then
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
12203 $as_echo "$READELF" >&6; }
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12206 $as_echo "no
" >&6; }
12211 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
12212 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12213 set dummy ${ncn_progname}; ac_word=$2
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12215 $as_echo_n "checking
for $ac_word...
" >&6; }
12216 if ${ac_cv_prog_READELF+:} false; then :
12217 $as_echo_n "(cached
) " >&6
12219 if test -n "$READELF"; then
12220 ac_cv_prog_READELF="$READELF" # Let the user override the test.
12222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12223 for as_dir in $PATH
12226 test -z "$as_dir" && as_dir=.
12227 for ac_exec_ext in '' $ac_executable_extensions; do
12228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12229 ac_cv_prog_READELF="${ncn_progname}"
12230 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12239 READELF=$ac_cv_prog_READELF
12240 if test -n "$READELF"; then
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
12242 $as_echo "$READELF" >&6; }
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12245 $as_echo "no
" >&6; }
12250 test -n "$ac_cv_prog_READELF" && break
12253 if test -z "$ac_cv_prog_READELF" ; then
12255 if test $build = $host ; then
12258 READELF="${ncn_tool_prefix}$2"
12269 # Check whether --with-build-time-tools was given.
12270 if test "${with_build_time_tools+set}" = set; then :
12271 withval=$with_build_time_tools; case x"$withval" in
12274 with_build_time_tools=
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
12276 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
12280 with_build_time_tools=
12286 if test -n "$CC_FOR_TARGET"; then
12287 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
12288 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
12289 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12292 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
12293 for ncn_progname in cc gcc; do
12294 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12295 set dummy ${ncn_progname}; ac_word=$2
12296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12297 $as_echo_n "checking
for $ac_word...
" >&6; }
12298 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
12299 $as_echo_n "(cached
) " >&6
12301 if test -n "$CC_FOR_TARGET"; then
12302 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
12304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12305 for as_dir in $PATH
12308 test -z "$as_dir" && as_dir=.
12309 for ac_exec_ext in '' $ac_executable_extensions; do
12310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12311 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
12312 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12321 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12322 if test -n "$CC_FOR_TARGET"; then
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
12324 $as_echo "$CC_FOR_TARGET" >&6; }
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12327 $as_echo "no
" >&6; }
12334 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12335 for ncn_progname in cc gcc; do
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12337 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12338 if test -x $with_build_time_tools/${ncn_progname}; then
12339 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12341 $as_echo "yes" >&6; }
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12345 $as_echo "no
" >&6; }
12350 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
12351 for ncn_progname in cc gcc; do
12352 if test -n "$ncn_target_tool_prefix"; then
12353 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12354 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12356 $as_echo_n "checking
for $ac_word...
" >&6; }
12357 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
12358 $as_echo_n "(cached
) " >&6
12360 if test -n "$CC_FOR_TARGET"; then
12361 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
12363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12364 for as_dir in $PATH
12367 test -z "$as_dir" && as_dir=.
12368 for ac_exec_ext in '' $ac_executable_extensions; do
12369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12370 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12371 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12380 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12381 if test -n "$CC_FOR_TARGET"; then
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
12383 $as_echo "$CC_FOR_TARGET" >&6; }
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12386 $as_echo "no
" >&6; }
12391 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
12392 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12393 set dummy ${ncn_progname}; ac_word=$2
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12395 $as_echo_n "checking
for $ac_word...
" >&6; }
12396 if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
12397 $as_echo_n "(cached
) " >&6
12399 if test -n "$CC_FOR_TARGET"; then
12400 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
12402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12403 for as_dir in $PATH
12406 test -z "$as_dir" && as_dir=.
12407 for ac_exec_ext in '' $ac_executable_extensions; do
12408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12409 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
12410 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12419 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
12420 if test -n "$CC_FOR_TARGET"; then
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
12422 $as_echo "$CC_FOR_TARGET" >&6; }
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12425 $as_echo "no
" >&6; }
12430 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
12434 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
12436 if test $build = $target ; then
12439 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
12442 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
12447 if test -n "$CXX_FOR_TARGET"; then
12448 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
12449 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
12450 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12453 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
12454 for ncn_progname in c++ g++ cxx gxx; do
12455 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12456 set dummy ${ncn_progname}; ac_word=$2
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12458 $as_echo_n "checking
for $ac_word...
" >&6; }
12459 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
12460 $as_echo_n "(cached
) " >&6
12462 if test -n "$CXX_FOR_TARGET"; then
12463 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
12465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12466 for as_dir in $PATH
12469 test -z "$as_dir" && as_dir=.
12470 for ac_exec_ext in '' $ac_executable_extensions; do
12471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12472 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
12473 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12482 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12483 if test -n "$CXX_FOR_TARGET"; then
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
12485 $as_echo "$CXX_FOR_TARGET" >&6; }
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12488 $as_echo "no
" >&6; }
12495 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
12496 for ncn_progname in c++ g++ cxx gxx; do
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12498 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12499 if test -x $with_build_time_tools/${ncn_progname}; then
12500 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12502 $as_echo "yes" >&6; }
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12506 $as_echo "no
" >&6; }
12511 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
12512 for ncn_progname in c++ g++ cxx gxx; do
12513 if test -n "$ncn_target_tool_prefix"; then
12514 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12515 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12517 $as_echo_n "checking
for $ac_word...
" >&6; }
12518 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
12519 $as_echo_n "(cached
) " >&6
12521 if test -n "$CXX_FOR_TARGET"; then
12522 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
12524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12525 for as_dir in $PATH
12528 test -z "$as_dir" && as_dir=.
12529 for ac_exec_ext in '' $ac_executable_extensions; do
12530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12531 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12532 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12541 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12542 if test -n "$CXX_FOR_TARGET"; then
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
12544 $as_echo "$CXX_FOR_TARGET" >&6; }
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12547 $as_echo "no
" >&6; }
12552 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
12553 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12554 set dummy ${ncn_progname}; ac_word=$2
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12556 $as_echo_n "checking
for $ac_word...
" >&6; }
12557 if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
12558 $as_echo_n "(cached
) " >&6
12560 if test -n "$CXX_FOR_TARGET"; then
12561 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
12563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12564 for as_dir in $PATH
12567 test -z "$as_dir" && as_dir=.
12568 for ac_exec_ext in '' $ac_executable_extensions; do
12569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12570 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
12571 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12580 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
12581 if test -n "$CXX_FOR_TARGET"; then
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
12583 $as_echo "$CXX_FOR_TARGET" >&6; }
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12586 $as_echo "no
" >&6; }
12591 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
12595 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
12596 set dummy c++ g++ cxx gxx
12597 if test $build = $target ; then
12598 CXX_FOR_TARGET="$2"
12600 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
12603 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
12608 if test -n "$GCC_FOR_TARGET"; then
12609 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
12610 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
12611 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
12614 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
12615 for ncn_progname in gcc; do
12616 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12617 set dummy ${ncn_progname}; ac_word=$2
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12619 $as_echo_n "checking
for $ac_word...
" >&6; }
12620 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
12621 $as_echo_n "(cached
) " >&6
12623 if test -n "$GCC_FOR_TARGET"; then
12624 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
12626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12627 for as_dir in $PATH
12630 test -z "$as_dir" && as_dir=.
12631 for ac_exec_ext in '' $ac_executable_extensions; do
12632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12633 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
12634 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12643 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
12644 if test -n "$GCC_FOR_TARGET"; then
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
12646 $as_echo "$GCC_FOR_TARGET" >&6; }
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12649 $as_echo "no
" >&6; }
12656 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12657 for ncn_progname in gcc; do
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12659 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12660 if test -x $with_build_time_tools/${ncn_progname}; then
12661 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12663 $as_echo "yes" >&6; }
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12667 $as_echo "no
" >&6; }
12672 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
12673 for ncn_progname in gcc; do
12674 if test -n "$ncn_target_tool_prefix"; then
12675 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12676 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12678 $as_echo_n "checking
for $ac_word...
" >&6; }
12679 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
12680 $as_echo_n "(cached
) " >&6
12682 if test -n "$GCC_FOR_TARGET"; then
12683 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
12685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12686 for as_dir in $PATH
12689 test -z "$as_dir" && as_dir=.
12690 for ac_exec_ext in '' $ac_executable_extensions; do
12691 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12692 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12693 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12702 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
12703 if test -n "$GCC_FOR_TARGET"; then
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
12705 $as_echo "$GCC_FOR_TARGET" >&6; }
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12708 $as_echo "no
" >&6; }
12713 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
12714 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12715 set dummy ${ncn_progname}; ac_word=$2
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12717 $as_echo_n "checking
for $ac_word...
" >&6; }
12718 if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
12719 $as_echo_n "(cached
) " >&6
12721 if test -n "$GCC_FOR_TARGET"; then
12722 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
12724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12725 for as_dir in $PATH
12728 test -z "$as_dir" && as_dir=.
12729 for ac_exec_ext in '' $ac_executable_extensions; do
12730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12731 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
12732 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12741 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
12742 if test -n "$GCC_FOR_TARGET"; then
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
12744 $as_echo "$GCC_FOR_TARGET" >&6; }
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12747 $as_echo "no
" >&6; }
12752 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
12756 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
12757 GCC_FOR_TARGET="${CC_FOR_TARGET}"
12759 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
12764 if test -n "$GFORTRAN_FOR_TARGET"; then
12765 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
12766 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
12767 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
12770 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
12771 for ncn_progname in gfortran; do
12772 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12773 set dummy ${ncn_progname}; ac_word=$2
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12775 $as_echo_n "checking
for $ac_word...
" >&6; }
12776 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
12777 $as_echo_n "(cached
) " >&6
12779 if test -n "$GFORTRAN_FOR_TARGET"; then
12780 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
12782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12783 for as_dir in $PATH
12786 test -z "$as_dir" && as_dir=.
12787 for ac_exec_ext in '' $ac_executable_extensions; do
12788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12789 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
12790 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12799 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
12800 if test -n "$GFORTRAN_FOR_TARGET"; then
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
12802 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12805 $as_echo "no
" >&6; }
12812 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
12813 for ncn_progname in gfortran; do
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12815 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12816 if test -x $with_build_time_tools/${ncn_progname}; then
12817 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12819 $as_echo "yes" >&6; }
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12823 $as_echo "no
" >&6; }
12828 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
12829 for ncn_progname in gfortran; do
12830 if test -n "$ncn_target_tool_prefix"; then
12831 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12832 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12834 $as_echo_n "checking
for $ac_word...
" >&6; }
12835 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
12836 $as_echo_n "(cached
) " >&6
12838 if test -n "$GFORTRAN_FOR_TARGET"; then
12839 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
12841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12842 for as_dir in $PATH
12845 test -z "$as_dir" && as_dir=.
12846 for ac_exec_ext in '' $ac_executable_extensions; do
12847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12848 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12849 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12858 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
12859 if test -n "$GFORTRAN_FOR_TARGET"; then
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
12861 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12864 $as_echo "no
" >&6; }
12869 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
12870 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12871 set dummy ${ncn_progname}; ac_word=$2
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12873 $as_echo_n "checking
for $ac_word...
" >&6; }
12874 if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
12875 $as_echo_n "(cached
) " >&6
12877 if test -n "$GFORTRAN_FOR_TARGET"; then
12878 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
12880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12881 for as_dir in $PATH
12884 test -z "$as_dir" && as_dir=.
12885 for ac_exec_ext in '' $ac_executable_extensions; do
12886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12887 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
12888 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12897 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
12898 if test -n "$GFORTRAN_FOR_TARGET"; then
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
12900 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12903 $as_echo "no
" >&6; }
12908 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
12912 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
12914 if test $build = $target ; then
12915 GFORTRAN_FOR_TARGET="$2"
12917 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
12920 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
12925 if test -n "$GOC_FOR_TARGET"; then
12926 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
12927 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
12928 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
12931 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
12932 for ncn_progname in gccgo; do
12933 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12934 set dummy ${ncn_progname}; ac_word=$2
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12936 $as_echo_n "checking
for $ac_word...
" >&6; }
12937 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
12938 $as_echo_n "(cached
) " >&6
12940 if test -n "$GOC_FOR_TARGET"; then
12941 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
12943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12944 for as_dir in $PATH
12947 test -z "$as_dir" && as_dir=.
12948 for ac_exec_ext in '' $ac_executable_extensions; do
12949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12950 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
12951 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12960 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
12961 if test -n "$GOC_FOR_TARGET"; then
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
12963 $as_echo "$GOC_FOR_TARGET" >&6; }
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12966 $as_echo "no
" >&6; }
12973 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12974 for ncn_progname in gccgo; do
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12976 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12977 if test -x $with_build_time_tools/${ncn_progname}; then
12978 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12980 $as_echo "yes" >&6; }
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12984 $as_echo "no
" >&6; }
12989 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
12990 for ncn_progname in gccgo; do
12991 if test -n "$ncn_target_tool_prefix"; then
12992 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12993 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12995 $as_echo_n "checking
for $ac_word...
" >&6; }
12996 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
12997 $as_echo_n "(cached
) " >&6
12999 if test -n "$GOC_FOR_TARGET"; then
13000 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
13002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13003 for as_dir in $PATH
13006 test -z "$as_dir" && as_dir=.
13007 for ac_exec_ext in '' $ac_executable_extensions; do
13008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13009 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13010 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13019 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
13020 if test -n "$GOC_FOR_TARGET"; then
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
13022 $as_echo "$GOC_FOR_TARGET" >&6; }
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13025 $as_echo "no
" >&6; }
13030 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
13031 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13032 set dummy ${ncn_progname}; ac_word=$2
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13034 $as_echo_n "checking
for $ac_word...
" >&6; }
13035 if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
13036 $as_echo_n "(cached
) " >&6
13038 if test -n "$GOC_FOR_TARGET"; then
13039 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
13041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13042 for as_dir in $PATH
13045 test -z "$as_dir" && as_dir=.
13046 for ac_exec_ext in '' $ac_executable_extensions; do
13047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13048 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
13049 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13058 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
13059 if test -n "$GOC_FOR_TARGET"; then
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
13061 $as_echo "$GOC_FOR_TARGET" >&6; }
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13064 $as_echo "no
" >&6; }
13069 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
13073 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
13075 if test $build = $target ; then
13076 GOC_FOR_TARGET="$2"
13078 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13081 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
13086 if test -n "$GDC_FOR_TARGET"; then
13087 ac_cv_prog_GDC_FOR_TARGET=$GDC_FOR_TARGET
13088 elif test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
13089 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13092 if test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
13093 for ncn_progname in gdc; do
13094 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13095 set dummy ${ncn_progname}; ac_word=$2
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13097 $as_echo_n "checking
for $ac_word...
" >&6; }
13098 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
13099 $as_echo_n "(cached
) " >&6
13101 if test -n "$GDC_FOR_TARGET"; then
13102 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
13104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13105 for as_dir in $PATH
13108 test -z "$as_dir" && as_dir=.
13109 for ac_exec_ext in '' $ac_executable_extensions; do
13110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13111 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
13112 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13121 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13122 if test -n "$GDC_FOR_TARGET"; then
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GDC_FOR_TARGET" >&5
13124 $as_echo "$GDC_FOR_TARGET" >&6; }
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13127 $as_echo "no
" >&6; }
13134 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13135 for ncn_progname in gdc; do
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13137 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13138 if test -x $with_build_time_tools/${ncn_progname}; then
13139 ac_cv_prog_GDC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13141 $as_echo "yes" >&6; }
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13145 $as_echo "no
" >&6; }
13150 if test -z "$ac_cv_prog_GDC_FOR_TARGET"; then
13151 for ncn_progname in gdc; do
13152 if test -n "$ncn_target_tool_prefix"; then
13153 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13154 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13156 $as_echo_n "checking
for $ac_word...
" >&6; }
13157 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
13158 $as_echo_n "(cached
) " >&6
13160 if test -n "$GDC_FOR_TARGET"; then
13161 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
13163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13164 for as_dir in $PATH
13167 test -z "$as_dir" && as_dir=.
13168 for ac_exec_ext in '' $ac_executable_extensions; do
13169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13170 ac_cv_prog_GDC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13171 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13180 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13181 if test -n "$GDC_FOR_TARGET"; then
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GDC_FOR_TARGET" >&5
13183 $as_echo "$GDC_FOR_TARGET" >&6; }
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13186 $as_echo "no
" >&6; }
13191 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test $build = $target ; then
13192 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13193 set dummy ${ncn_progname}; ac_word=$2
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13195 $as_echo_n "checking
for $ac_word...
" >&6; }
13196 if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
13197 $as_echo_n "(cached
) " >&6
13199 if test -n "$GDC_FOR_TARGET"; then
13200 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
13202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13203 for as_dir in $PATH
13206 test -z "$as_dir" && as_dir=.
13207 for ac_exec_ext in '' $ac_executable_extensions; do
13208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13209 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
13210 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13219 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
13220 if test -n "$GDC_FOR_TARGET"; then
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GDC_FOR_TARGET" >&5
13222 $as_echo "$GDC_FOR_TARGET" >&6; }
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13225 $as_echo "no
" >&6; }
13230 test -n "$ac_cv_prog_GDC_FOR_TARGET" && break
13234 if test -z "$ac_cv_prog_GDC_FOR_TARGET" ; then
13236 if test $build = $target ; then
13237 GDC_FOR_TARGET="$2"
13239 GDC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13242 GDC_FOR_TARGET="$ac_cv_prog_GDC_FOR_TARGET"
13247 cat > conftest.c << \EOF
13252 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
13253 have_gcc_for_target=yes
13255 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
13256 have_gcc_for_target=no
13263 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
13264 if test -n "$with_build_time_tools"; then
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
13266 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
13267 if test -x $with_build_time_tools/ar; then
13268 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
13269 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
13271 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13274 $as_echo "no
" >&6; }
13276 elif test $build != $host && test $have_gcc_for_target = yes; then
13277 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
13278 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
13279 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
13282 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13283 # Extract the first word of "ar", so it can be a program name with args.
13284 set dummy ar; 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_path_AR_FOR_TARGET+:} false; then :
13288 $as_echo_n "(cached
) " >&6
13290 case $AR_FOR_TARGET in
13292 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
13295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13296 for as_dir in $gcc_cv_tool_dirs
13299 test -z "$as_dir" && as_dir=.
13300 for ac_exec_ext in '' $ac_executable_extensions; do
13301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13302 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13303 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13313 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
13314 if test -n "$AR_FOR_TARGET"; then
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13316 $as_echo "$AR_FOR_TARGET" >&6; }
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13319 $as_echo "no
" >&6; }
13324 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
13327 if test -n "$AR_FOR_TARGET"; then
13328 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
13329 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
13330 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13333 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
13334 for ncn_progname in ar; do
13335 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13336 set dummy ${ncn_progname}; ac_word=$2
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13338 $as_echo_n "checking
for $ac_word...
" >&6; }
13339 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
13340 $as_echo_n "(cached
) " >&6
13342 if test -n "$AR_FOR_TARGET"; then
13343 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
13345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13346 for as_dir in $PATH
13349 test -z "$as_dir" && as_dir=.
13350 for ac_exec_ext in '' $ac_executable_extensions; do
13351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13352 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
13353 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13362 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13363 if test -n "$AR_FOR_TARGET"; then
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13365 $as_echo "$AR_FOR_TARGET" >&6; }
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13368 $as_echo "no
" >&6; }
13375 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
13376 for ncn_progname in ar; do
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13378 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13379 if test -x $with_build_time_tools/${ncn_progname}; then
13380 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13382 $as_echo "yes" >&6; }
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13386 $as_echo "no
" >&6; }
13391 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
13392 for ncn_progname in ar; do
13393 if test -n "$ncn_target_tool_prefix"; then
13394 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13395 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13397 $as_echo_n "checking
for $ac_word...
" >&6; }
13398 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
13399 $as_echo_n "(cached
) " >&6
13401 if test -n "$AR_FOR_TARGET"; then
13402 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
13404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13405 for as_dir in $PATH
13408 test -z "$as_dir" && as_dir=.
13409 for ac_exec_ext in '' $ac_executable_extensions; do
13410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13411 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13412 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13421 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13422 if test -n "$AR_FOR_TARGET"; then
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13424 $as_echo "$AR_FOR_TARGET" >&6; }
13426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13427 $as_echo "no
" >&6; }
13432 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
13433 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13434 set dummy ${ncn_progname}; ac_word=$2
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13436 $as_echo_n "checking
for $ac_word...
" >&6; }
13437 if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
13438 $as_echo_n "(cached
) " >&6
13440 if test -n "$AR_FOR_TARGET"; then
13441 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
13443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13444 for as_dir in $PATH
13447 test -z "$as_dir" && as_dir=.
13448 for ac_exec_ext in '' $ac_executable_extensions; do
13449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13450 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
13451 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13460 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
13461 if test -n "$AR_FOR_TARGET"; then
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
13463 $as_echo "$AR_FOR_TARGET" >&6; }
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13466 $as_echo "no
" >&6; }
13471 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
13475 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
13477 if test $build = $target ; then
13480 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
13483 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
13487 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
13493 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
13494 if test -n "$with_build_time_tools"; then
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
13496 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
13497 if test -x $with_build_time_tools/as; then
13498 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
13499 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
13501 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13504 $as_echo "no
" >&6; }
13506 elif test $build != $host && test $have_gcc_for_target = yes; then
13507 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
13508 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
13509 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
13512 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13513 # Extract the first word of "as
", so it can be a program name with args.
13514 set dummy as; ac_word=$2
13515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13516 $as_echo_n "checking
for $ac_word...
" >&6; }
13517 if ${ac_cv_path_AS_FOR_TARGET+:} false; then :
13518 $as_echo_n "(cached
) " >&6
13520 case $AS_FOR_TARGET in
13522 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
13525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13526 for as_dir in $gcc_cv_tool_dirs
13529 test -z "$as_dir" && as_dir=.
13530 for ac_exec_ext in '' $ac_executable_extensions; do
13531 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13532 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13533 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13543 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
13544 if test -n "$AS_FOR_TARGET"; then
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
13546 $as_echo "$AS_FOR_TARGET" >&6; }
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13549 $as_echo "no
" >&6; }
13554 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
13557 if test -n "$AS_FOR_TARGET"; then
13558 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
13559 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
13560 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
13563 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
13564 for ncn_progname in as; do
13565 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13566 set dummy ${ncn_progname}; ac_word=$2
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13568 $as_echo_n "checking
for $ac_word...
" >&6; }
13569 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
13570 $as_echo_n "(cached
) " >&6
13572 if test -n "$AS_FOR_TARGET"; then
13573 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
13575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13576 for as_dir in $PATH
13579 test -z "$as_dir" && as_dir=.
13580 for ac_exec_ext in '' $ac_executable_extensions; do
13581 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13582 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
13583 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13592 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
13593 if test -n "$AS_FOR_TARGET"; then
13594 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
13595 $as_echo "$AS_FOR_TARGET" >&6; }
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13598 $as_echo "no
" >&6; }
13605 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
13606 for ncn_progname in as; do
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13608 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13609 if test -x $with_build_time_tools/${ncn_progname}; then
13610 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13612 $as_echo "yes" >&6; }
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13616 $as_echo "no
" >&6; }
13621 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
13622 for ncn_progname in as; do
13623 if test -n "$ncn_target_tool_prefix"; then
13624 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13625 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13627 $as_echo_n "checking
for $ac_word...
" >&6; }
13628 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
13629 $as_echo_n "(cached
) " >&6
13631 if test -n "$AS_FOR_TARGET"; then
13632 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
13634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13635 for as_dir in $PATH
13638 test -z "$as_dir" && as_dir=.
13639 for ac_exec_ext in '' $ac_executable_extensions; do
13640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13641 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13642 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13651 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
13652 if test -n "$AS_FOR_TARGET"; then
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
13654 $as_echo "$AS_FOR_TARGET" >&6; }
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13657 $as_echo "no
" >&6; }
13662 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
13663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13664 set dummy ${ncn_progname}; ac_word=$2
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13666 $as_echo_n "checking
for $ac_word...
" >&6; }
13667 if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
13668 $as_echo_n "(cached
) " >&6
13670 if test -n "$AS_FOR_TARGET"; then
13671 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
13673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13674 for as_dir in $PATH
13677 test -z "$as_dir" && as_dir=.
13678 for ac_exec_ext in '' $ac_executable_extensions; do
13679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13680 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
13681 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13690 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
13691 if test -n "$AS_FOR_TARGET"; then
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
13693 $as_echo "$AS_FOR_TARGET" >&6; }
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13696 $as_echo "no
" >&6; }
13701 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
13705 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
13707 if test $build = $target ; then
13710 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
13713 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
13717 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
13723 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
13724 if test -n "$with_build_time_tools"; then
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
13726 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
13727 if test -x $with_build_time_tools/dlltool; then
13728 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
13729 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
13731 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13734 $as_echo "no
" >&6; }
13736 elif test $build != $host && test $have_gcc_for_target = yes; then
13737 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
13738 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
13739 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
13742 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13743 # Extract the first word of "dlltool
", so it can be a program name with args.
13744 set dummy dlltool; ac_word=$2
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13746 $as_echo_n "checking
for $ac_word...
" >&6; }
13747 if ${ac_cv_path_DLLTOOL_FOR_TARGET+:} false; then :
13748 $as_echo_n "(cached
) " >&6
13750 case $DLLTOOL_FOR_TARGET in
13752 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
13755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13756 for as_dir in $gcc_cv_tool_dirs
13759 test -z "$as_dir" && as_dir=.
13760 for ac_exec_ext in '' $ac_executable_extensions; do
13761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13762 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13763 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13773 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
13774 if test -n "$DLLTOOL_FOR_TARGET"; then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
13776 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13779 $as_echo "no
" >&6; }
13784 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
13787 if test -n "$DLLTOOL_FOR_TARGET"; then
13788 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
13789 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
13790 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
13793 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
13794 for ncn_progname in dlltool; do
13795 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13796 set dummy ${ncn_progname}; ac_word=$2
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13798 $as_echo_n "checking
for $ac_word...
" >&6; }
13799 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
13800 $as_echo_n "(cached
) " >&6
13802 if test -n "$DLLTOOL_FOR_TARGET"; then
13803 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
13805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13806 for as_dir in $PATH
13809 test -z "$as_dir" && as_dir=.
13810 for ac_exec_ext in '' $ac_executable_extensions; do
13811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13812 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
13813 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13822 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
13823 if test -n "$DLLTOOL_FOR_TARGET"; then
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
13825 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13828 $as_echo "no
" >&6; }
13835 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
13836 for ncn_progname in dlltool; do
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13838 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13839 if test -x $with_build_time_tools/${ncn_progname}; then
13840 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13842 $as_echo "yes" >&6; }
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13846 $as_echo "no
" >&6; }
13851 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
13852 for ncn_progname in dlltool; do
13853 if test -n "$ncn_target_tool_prefix"; then
13854 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13855 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13857 $as_echo_n "checking
for $ac_word...
" >&6; }
13858 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
13859 $as_echo_n "(cached
) " >&6
13861 if test -n "$DLLTOOL_FOR_TARGET"; then
13862 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
13864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13865 for as_dir in $PATH
13868 test -z "$as_dir" && as_dir=.
13869 for ac_exec_ext in '' $ac_executable_extensions; do
13870 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13871 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13872 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13881 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
13882 if test -n "$DLLTOOL_FOR_TARGET"; then
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
13884 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13887 $as_echo "no
" >&6; }
13892 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
13893 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13894 set dummy ${ncn_progname}; ac_word=$2
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13896 $as_echo_n "checking
for $ac_word...
" >&6; }
13897 if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
13898 $as_echo_n "(cached
) " >&6
13900 if test -n "$DLLTOOL_FOR_TARGET"; then
13901 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
13903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13904 for as_dir in $PATH
13907 test -z "$as_dir" && as_dir=.
13908 for ac_exec_ext in '' $ac_executable_extensions; do
13909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13910 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
13911 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13920 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
13921 if test -n "$DLLTOOL_FOR_TARGET"; then
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
13923 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13926 $as_echo "no
" >&6; }
13931 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
13935 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
13937 if test $build = $target ; then
13938 DLLTOOL_FOR_TARGET="$2"
13940 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
13943 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
13947 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
13953 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
13954 if test -n "$with_build_time_tools"; then
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
13956 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
13957 if test -x $with_build_time_tools/ld; then
13958 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
13959 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
13961 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13964 $as_echo "no
" >&6; }
13966 elif test $build != $host && test $have_gcc_for_target = yes; then
13967 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
13968 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
13969 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
13972 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13973 # Extract the first word of "ld
", so it can be a program name with args.
13974 set dummy ld; ac_word=$2
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13976 $as_echo_n "checking
for $ac_word...
" >&6; }
13977 if ${ac_cv_path_LD_FOR_TARGET+:} false; then :
13978 $as_echo_n "(cached
) " >&6
13980 case $LD_FOR_TARGET in
13982 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
13985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13986 for as_dir in $gcc_cv_tool_dirs
13989 test -z "$as_dir" && as_dir=.
13990 for ac_exec_ext in '' $ac_executable_extensions; do
13991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13992 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13993 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14003 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
14004 if test -n "$LD_FOR_TARGET"; then
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14006 $as_echo "$LD_FOR_TARGET" >&6; }
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14009 $as_echo "no
" >&6; }
14014 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
14017 if test -n "$LD_FOR_TARGET"; then
14018 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
14019 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
14020 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14023 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
14024 for ncn_progname in ld; do
14025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14026 set dummy ${ncn_progname}; ac_word=$2
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14028 $as_echo_n "checking
for $ac_word...
" >&6; }
14029 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
14030 $as_echo_n "(cached
) " >&6
14032 if test -n "$LD_FOR_TARGET"; then
14033 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
14035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14036 for as_dir in $PATH
14039 test -z "$as_dir" && as_dir=.
14040 for ac_exec_ext in '' $ac_executable_extensions; do
14041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14042 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
14043 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14052 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14053 if test -n "$LD_FOR_TARGET"; then
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14055 $as_echo "$LD_FOR_TARGET" >&6; }
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14058 $as_echo "no
" >&6; }
14065 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
14066 for ncn_progname in ld; do
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14068 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14069 if test -x $with_build_time_tools/${ncn_progname}; then
14070 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14072 $as_echo "yes" >&6; }
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14076 $as_echo "no
" >&6; }
14081 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
14082 for ncn_progname in ld; do
14083 if test -n "$ncn_target_tool_prefix"; then
14084 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14085 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14087 $as_echo_n "checking
for $ac_word...
" >&6; }
14088 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
14089 $as_echo_n "(cached
) " >&6
14091 if test -n "$LD_FOR_TARGET"; then
14092 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
14094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14095 for as_dir in $PATH
14098 test -z "$as_dir" && as_dir=.
14099 for ac_exec_ext in '' $ac_executable_extensions; do
14100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14101 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14102 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14111 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14112 if test -n "$LD_FOR_TARGET"; then
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14114 $as_echo "$LD_FOR_TARGET" >&6; }
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14117 $as_echo "no
" >&6; }
14122 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
14123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14124 set dummy ${ncn_progname}; ac_word=$2
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14126 $as_echo_n "checking
for $ac_word...
" >&6; }
14127 if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
14128 $as_echo_n "(cached
) " >&6
14130 if test -n "$LD_FOR_TARGET"; then
14131 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
14133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14134 for as_dir in $PATH
14137 test -z "$as_dir" && as_dir=.
14138 for ac_exec_ext in '' $ac_executable_extensions; do
14139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14140 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
14141 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14150 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
14151 if test -n "$LD_FOR_TARGET"; then
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
14153 $as_echo "$LD_FOR_TARGET" >&6; }
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14156 $as_echo "no
" >&6; }
14161 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
14165 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
14167 if test $build = $target ; then
14170 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
14173 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
14177 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
14183 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
14184 if test -n "$with_build_time_tools"; then
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
14186 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
14187 if test -x $with_build_time_tools/lipo; then
14188 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
14189 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
14191 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14194 $as_echo "no
" >&6; }
14196 elif test $build != $host && test $have_gcc_for_target = yes; then
14197 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
14198 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
14199 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
14202 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14203 # Extract the first word of "lipo
", so it can be a program name with args.
14204 set dummy lipo; ac_word=$2
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14206 $as_echo_n "checking
for $ac_word...
" >&6; }
14207 if ${ac_cv_path_LIPO_FOR_TARGET+:} false; then :
14208 $as_echo_n "(cached
) " >&6
14210 case $LIPO_FOR_TARGET in
14212 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
14215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14216 for as_dir in $gcc_cv_tool_dirs
14219 test -z "$as_dir" && as_dir=.
14220 for ac_exec_ext in '' $ac_executable_extensions; do
14221 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14222 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14223 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14233 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
14234 if test -n "$LIPO_FOR_TARGET"; then
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14236 $as_echo "$LIPO_FOR_TARGET" >&6; }
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14239 $as_echo "no
" >&6; }
14244 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
14247 if test -n "$LIPO_FOR_TARGET"; then
14248 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
14249 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
14250 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14253 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
14254 for ncn_progname in lipo; do
14255 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14256 set dummy ${ncn_progname}; ac_word=$2
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14258 $as_echo_n "checking
for $ac_word...
" >&6; }
14259 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
14260 $as_echo_n "(cached
) " >&6
14262 if test -n "$LIPO_FOR_TARGET"; then
14263 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
14265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14266 for as_dir in $PATH
14269 test -z "$as_dir" && as_dir=.
14270 for ac_exec_ext in '' $ac_executable_extensions; do
14271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14272 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
14273 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14282 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14283 if test -n "$LIPO_FOR_TARGET"; then
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14285 $as_echo "$LIPO_FOR_TARGET" >&6; }
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14288 $as_echo "no
" >&6; }
14295 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
14296 for ncn_progname in lipo; do
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14298 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14299 if test -x $with_build_time_tools/${ncn_progname}; then
14300 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14302 $as_echo "yes" >&6; }
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14306 $as_echo "no
" >&6; }
14311 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
14312 for ncn_progname in lipo; do
14313 if test -n "$ncn_target_tool_prefix"; then
14314 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14315 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14317 $as_echo_n "checking
for $ac_word...
" >&6; }
14318 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
14319 $as_echo_n "(cached
) " >&6
14321 if test -n "$LIPO_FOR_TARGET"; then
14322 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
14324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14325 for as_dir in $PATH
14328 test -z "$as_dir" && as_dir=.
14329 for ac_exec_ext in '' $ac_executable_extensions; do
14330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14331 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14332 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14341 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14342 if test -n "$LIPO_FOR_TARGET"; then
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14344 $as_echo "$LIPO_FOR_TARGET" >&6; }
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14347 $as_echo "no
" >&6; }
14352 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
14353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14354 set dummy ${ncn_progname}; ac_word=$2
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14356 $as_echo_n "checking
for $ac_word...
" >&6; }
14357 if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
14358 $as_echo_n "(cached
) " >&6
14360 if test -n "$LIPO_FOR_TARGET"; then
14361 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
14363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14364 for as_dir in $PATH
14367 test -z "$as_dir" && as_dir=.
14368 for ac_exec_ext in '' $ac_executable_extensions; do
14369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14370 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
14371 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14380 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
14381 if test -n "$LIPO_FOR_TARGET"; then
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
14383 $as_echo "$LIPO_FOR_TARGET" >&6; }
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14386 $as_echo "no
" >&6; }
14391 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
14395 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
14397 if test $build = $target ; then
14398 LIPO_FOR_TARGET="$2"
14400 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
14403 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
14407 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
14413 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
14414 if test -n "$with_build_time_tools"; then
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
14416 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
14417 if test -x $with_build_time_tools/nm; then
14418 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
14419 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
14421 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14424 $as_echo "no
" >&6; }
14426 elif test $build != $host && test $have_gcc_for_target = yes; then
14427 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
14428 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
14429 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
14432 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14433 # Extract the first word of "nm
", so it can be a program name with args.
14434 set dummy nm; ac_word=$2
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14436 $as_echo_n "checking
for $ac_word...
" >&6; }
14437 if ${ac_cv_path_NM_FOR_TARGET+:} false; then :
14438 $as_echo_n "(cached
) " >&6
14440 case $NM_FOR_TARGET in
14442 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
14445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14446 for as_dir in $gcc_cv_tool_dirs
14449 test -z "$as_dir" && as_dir=.
14450 for ac_exec_ext in '' $ac_executable_extensions; do
14451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14452 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14453 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14463 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
14464 if test -n "$NM_FOR_TARGET"; then
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
14466 $as_echo "$NM_FOR_TARGET" >&6; }
14468 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14469 $as_echo "no
" >&6; }
14474 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
14477 if test -n "$NM_FOR_TARGET"; then
14478 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
14479 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
14480 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
14483 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
14484 for ncn_progname in nm; do
14485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14486 set dummy ${ncn_progname}; ac_word=$2
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14488 $as_echo_n "checking
for $ac_word...
" >&6; }
14489 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
14490 $as_echo_n "(cached
) " >&6
14492 if test -n "$NM_FOR_TARGET"; then
14493 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
14495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14496 for as_dir in $PATH
14499 test -z "$as_dir" && as_dir=.
14500 for ac_exec_ext in '' $ac_executable_extensions; do
14501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14502 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
14503 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14512 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
14513 if test -n "$NM_FOR_TARGET"; then
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
14515 $as_echo "$NM_FOR_TARGET" >&6; }
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14518 $as_echo "no
" >&6; }
14525 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
14526 for ncn_progname in nm; do
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14528 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14529 if test -x $with_build_time_tools/${ncn_progname}; then
14530 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14532 $as_echo "yes" >&6; }
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14536 $as_echo "no
" >&6; }
14541 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
14542 for ncn_progname in nm; do
14543 if test -n "$ncn_target_tool_prefix"; then
14544 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14545 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14547 $as_echo_n "checking
for $ac_word...
" >&6; }
14548 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
14549 $as_echo_n "(cached
) " >&6
14551 if test -n "$NM_FOR_TARGET"; then
14552 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
14554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14555 for as_dir in $PATH
14558 test -z "$as_dir" && as_dir=.
14559 for ac_exec_ext in '' $ac_executable_extensions; do
14560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14561 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14562 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14571 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
14572 if test -n "$NM_FOR_TARGET"; then
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
14574 $as_echo "$NM_FOR_TARGET" >&6; }
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14577 $as_echo "no
" >&6; }
14582 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
14583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14584 set dummy ${ncn_progname}; ac_word=$2
14585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14586 $as_echo_n "checking
for $ac_word...
" >&6; }
14587 if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
14588 $as_echo_n "(cached
) " >&6
14590 if test -n "$NM_FOR_TARGET"; then
14591 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
14593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14594 for as_dir in $PATH
14597 test -z "$as_dir" && as_dir=.
14598 for ac_exec_ext in '' $ac_executable_extensions; do
14599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14600 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
14601 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14610 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
14611 if test -n "$NM_FOR_TARGET"; then
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
14613 $as_echo "$NM_FOR_TARGET" >&6; }
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14616 $as_echo "no
" >&6; }
14621 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
14625 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
14627 if test $build = $target ; then
14630 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
14633 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
14637 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
14643 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
14644 if test -n "$with_build_time_tools"; then
14645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objcopy
in $with_build_time_tools" >&5
14646 $as_echo_n "checking
for objcopy
in $with_build_time_tools...
" >&6; }
14647 if test -x $with_build_time_tools/objcopy; then
14648 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
14649 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
14651 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14654 $as_echo "no
" >&6; }
14656 elif test $build != $host && test $have_gcc_for_target = yes; then
14657 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
14658 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
14659 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
14662 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14663 # Extract the first word of "objcopy
", so it can be a program name with args.
14664 set dummy objcopy; ac_word=$2
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14666 $as_echo_n "checking
for $ac_word...
" >&6; }
14667 if ${ac_cv_path_OBJCOPY_FOR_TARGET+:} false; then :
14668 $as_echo_n "(cached
) " >&6
14670 case $OBJCOPY_FOR_TARGET in
14672 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
14675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14676 for as_dir in $gcc_cv_tool_dirs
14679 test -z "$as_dir" && as_dir=.
14680 for ac_exec_ext in '' $ac_executable_extensions; do
14681 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14682 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14683 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14693 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
14694 if test -n "$OBJCOPY_FOR_TARGET"; then
14695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
14696 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14699 $as_echo "no
" >&6; }
14704 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
14707 if test -n "$OBJCOPY_FOR_TARGET"; then
14708 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
14709 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
14710 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
14713 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
14714 for ncn_progname in objcopy; do
14715 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14716 set dummy ${ncn_progname}; ac_word=$2
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14718 $as_echo_n "checking
for $ac_word...
" >&6; }
14719 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
14720 $as_echo_n "(cached
) " >&6
14722 if test -n "$OBJCOPY_FOR_TARGET"; then
14723 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
14725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14726 for as_dir in $PATH
14729 test -z "$as_dir" && as_dir=.
14730 for ac_exec_ext in '' $ac_executable_extensions; do
14731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14732 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
14733 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14742 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
14743 if test -n "$OBJCOPY_FOR_TARGET"; then
14744 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
14745 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
14747 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14748 $as_echo "no
" >&6; }
14755 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
14756 for ncn_progname in objcopy; do
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14758 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14759 if test -x $with_build_time_tools/${ncn_progname}; then
14760 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14762 $as_echo "yes" >&6; }
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14766 $as_echo "no
" >&6; }
14771 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
14772 for ncn_progname in objcopy; do
14773 if test -n "$ncn_target_tool_prefix"; then
14774 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14775 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
14776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14777 $as_echo_n "checking
for $ac_word...
" >&6; }
14778 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
14779 $as_echo_n "(cached
) " >&6
14781 if test -n "$OBJCOPY_FOR_TARGET"; then
14782 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
14784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14785 for as_dir in $PATH
14788 test -z "$as_dir" && as_dir=.
14789 for ac_exec_ext in '' $ac_executable_extensions; do
14790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14791 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
14792 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14801 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
14802 if test -n "$OBJCOPY_FOR_TARGET"; then
14803 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
14804 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
14806 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14807 $as_echo "no
" >&6; }
14812 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
14813 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14814 set dummy ${ncn_progname}; ac_word=$2
14815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14816 $as_echo_n "checking
for $ac_word...
" >&6; }
14817 if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
14818 $as_echo_n "(cached
) " >&6
14820 if test -n "$OBJCOPY_FOR_TARGET"; then
14821 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
14823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14824 for as_dir in $PATH
14827 test -z "$as_dir" && as_dir=.
14828 for ac_exec_ext in '' $ac_executable_extensions; do
14829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14830 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
14831 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14840 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
14841 if test -n "$OBJCOPY_FOR_TARGET"; then
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
14843 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
14845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14846 $as_echo "no
" >&6; }
14851 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
14855 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
14857 if test $build = $target ; then
14858 OBJCOPY_FOR_TARGET="$2"
14860 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
14863 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
14867 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
14873 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
14874 if test -n "$with_build_time_tools"; then
14875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
14876 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
14877 if test -x $with_build_time_tools/objdump; then
14878 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
14879 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
14880 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
14881 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
14883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14884 $as_echo "no
" >&6; }
14886 elif test $build != $host && test $have_gcc_for_target = yes; then
14887 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
14888 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
14889 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
14892 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14893 # Extract the first word of "objdump
", so it can be a program name with args.
14894 set dummy objdump; ac_word=$2
14895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14896 $as_echo_n "checking
for $ac_word...
" >&6; }
14897 if ${ac_cv_path_OBJDUMP_FOR_TARGET+:} false; then :
14898 $as_echo_n "(cached
) " >&6
14900 case $OBJDUMP_FOR_TARGET in
14902 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
14905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14906 for as_dir in $gcc_cv_tool_dirs
14909 test -z "$as_dir" && as_dir=.
14910 for ac_exec_ext in '' $ac_executable_extensions; do
14911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14912 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
14913 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14923 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
14924 if test -n "$OBJDUMP_FOR_TARGET"; then
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
14926 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14929 $as_echo "no
" >&6; }
14934 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
14937 if test -n "$OBJDUMP_FOR_TARGET"; then
14938 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
14939 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
14940 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
14943 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
14944 for ncn_progname in objdump; do
14945 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14946 set dummy ${ncn_progname}; ac_word=$2
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14948 $as_echo_n "checking
for $ac_word...
" >&6; }
14949 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
14950 $as_echo_n "(cached
) " >&6
14952 if test -n "$OBJDUMP_FOR_TARGET"; then
14953 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
14955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14956 for as_dir in $PATH
14959 test -z "$as_dir" && as_dir=.
14960 for ac_exec_ext in '' $ac_executable_extensions; do
14961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14962 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
14963 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14972 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
14973 if test -n "$OBJDUMP_FOR_TARGET"; then
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
14975 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
14977 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14978 $as_echo "no
" >&6; }
14985 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
14986 for ncn_progname in objdump; do
14987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
14988 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
14989 if test -x $with_build_time_tools/${ncn_progname}; then
14990 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
14991 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
14992 $as_echo "yes" >&6; }
14995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14996 $as_echo "no
" >&6; }
15001 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
15002 for ncn_progname in objdump; do
15003 if test -n "$ncn_target_tool_prefix"; then
15004 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15005 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15007 $as_echo_n "checking
for $ac_word...
" >&6; }
15008 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
15009 $as_echo_n "(cached
) " >&6
15011 if test -n "$OBJDUMP_FOR_TARGET"; then
15012 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
15014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15015 for as_dir in $PATH
15018 test -z "$as_dir" && as_dir=.
15019 for ac_exec_ext in '' $ac_executable_extensions; do
15020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15021 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15022 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15031 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
15032 if test -n "$OBJDUMP_FOR_TARGET"; then
15033 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
15034 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15037 $as_echo "no
" >&6; }
15042 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
15043 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15044 set dummy ${ncn_progname}; ac_word=$2
15045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15046 $as_echo_n "checking
for $ac_word...
" >&6; }
15047 if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
15048 $as_echo_n "(cached
) " >&6
15050 if test -n "$OBJDUMP_FOR_TARGET"; then
15051 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
15053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15054 for as_dir in $PATH
15057 test -z "$as_dir" && as_dir=.
15058 for ac_exec_ext in '' $ac_executable_extensions; do
15059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15060 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
15061 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15070 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
15071 if test -n "$OBJDUMP_FOR_TARGET"; then
15072 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
15073 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15076 $as_echo "no
" >&6; }
15081 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
15085 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
15087 if test $build = $target ; then
15088 OBJDUMP_FOR_TARGET="$2"
15090 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
15093 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
15097 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
15103 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
15104 if test -n "$with_build_time_tools"; then
15105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for otool
in $with_build_time_tools" >&5
15106 $as_echo_n "checking
for otool
in $with_build_time_tools...
" >&6; }
15107 if test -x $with_build_time_tools/otool; then
15108 OTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/otool
15109 ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OTOOL_FOR_TARGET" >&5
15111 $as_echo "$ac_cv_path_OTOOL_FOR_TARGET" >&6; }
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15114 $as_echo "no
" >&6; }
15116 elif test $build != $host && test $have_gcc_for_target = yes; then
15117 OTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=otool`
15118 test $OTOOL_FOR_TARGET = otool && OTOOL_FOR_TARGET=
15119 test -n "$OTOOL_FOR_TARGET" && ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
15122 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15123 # Extract the first word of "otool
", so it can be a program name with args.
15124 set dummy otool; ac_word=$2
15125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15126 $as_echo_n "checking
for $ac_word...
" >&6; }
15127 if ${ac_cv_path_OTOOL_FOR_TARGET+:} false; then :
15128 $as_echo_n "(cached
) " >&6
15130 case $OTOOL_FOR_TARGET in
15132 ac_cv_path_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test with a path.
15135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15136 for as_dir in $gcc_cv_tool_dirs
15139 test -z "$as_dir" && as_dir=.
15140 for ac_exec_ext in '' $ac_executable_extensions; do
15141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15142 ac_cv_path_OTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15143 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15153 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
15154 if test -n "$OTOOL_FOR_TARGET"; then
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15156 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15159 $as_echo "no
" >&6; }
15164 if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
15167 if test -n "$OTOOL_FOR_TARGET"; then
15168 ac_cv_prog_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
15169 elif test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
15170 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15173 if test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
15174 for ncn_progname in otool; do
15175 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15176 set dummy ${ncn_progname}; ac_word=$2
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15178 $as_echo_n "checking
for $ac_word...
" >&6; }
15179 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
15180 $as_echo_n "(cached
) " >&6
15182 if test -n "$OTOOL_FOR_TARGET"; then
15183 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
15185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15186 for as_dir in $PATH
15189 test -z "$as_dir" && as_dir=.
15190 for ac_exec_ext in '' $ac_executable_extensions; do
15191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15192 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
15193 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15202 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15203 if test -n "$OTOOL_FOR_TARGET"; then
15204 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15205 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15208 $as_echo "no
" >&6; }
15215 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
15216 for ncn_progname in otool; do
15217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15218 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15219 if test -x $with_build_time_tools/${ncn_progname}; then
15220 ac_cv_prog_OTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15222 $as_echo "yes" >&6; }
15225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15226 $as_echo "no
" >&6; }
15231 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET"; then
15232 for ncn_progname in otool; do
15233 if test -n "$ncn_target_tool_prefix"; then
15234 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15235 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15237 $as_echo_n "checking
for $ac_word...
" >&6; }
15238 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
15239 $as_echo_n "(cached
) " >&6
15241 if test -n "$OTOOL_FOR_TARGET"; then
15242 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
15244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15245 for as_dir in $PATH
15248 test -z "$as_dir" && as_dir=.
15249 for ac_exec_ext in '' $ac_executable_extensions; do
15250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15251 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15252 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15261 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15262 if test -n "$OTOOL_FOR_TARGET"; then
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15264 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15267 $as_echo "no
" >&6; }
15272 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test $build = $target ; then
15273 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15274 set dummy ${ncn_progname}; ac_word=$2
15275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15276 $as_echo_n "checking
for $ac_word...
" >&6; }
15277 if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
15278 $as_echo_n "(cached
) " >&6
15280 if test -n "$OTOOL_FOR_TARGET"; then
15281 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
15283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15284 for as_dir in $PATH
15287 test -z "$as_dir" && as_dir=.
15288 for ac_exec_ext in '' $ac_executable_extensions; do
15289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15290 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
15291 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15300 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
15301 if test -n "$OTOOL_FOR_TARGET"; then
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL_FOR_TARGET" >&5
15303 $as_echo "$OTOOL_FOR_TARGET" >&6; }
15305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15306 $as_echo "no
" >&6; }
15311 test -n "$ac_cv_prog_OTOOL_FOR_TARGET" && break
15315 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" ; then
15317 if test $build = $target ; then
15318 OTOOL_FOR_TARGET="$2"
15320 OTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
15323 OTOOL_FOR_TARGET="$ac_cv_prog_OTOOL_FOR_TARGET"
15327 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
15333 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
15334 if test -n "$with_build_time_tools"; then
15335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
15336 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
15337 if test -x $with_build_time_tools/ranlib; then
15338 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
15339 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
15340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
15341 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15344 $as_echo "no
" >&6; }
15346 elif test $build != $host && test $have_gcc_for_target = yes; then
15347 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
15348 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
15349 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
15352 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15353 # Extract the first word of "ranlib
", so it can be a program name with args.
15354 set dummy ranlib; ac_word=$2
15355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15356 $as_echo_n "checking
for $ac_word...
" >&6; }
15357 if ${ac_cv_path_RANLIB_FOR_TARGET+:} false; then :
15358 $as_echo_n "(cached
) " >&6
15360 case $RANLIB_FOR_TARGET in
15362 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
15365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15366 for as_dir in $gcc_cv_tool_dirs
15369 test -z "$as_dir" && as_dir=.
15370 for ac_exec_ext in '' $ac_executable_extensions; do
15371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15372 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15373 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15383 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
15384 if test -n "$RANLIB_FOR_TARGET"; then
15385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
15386 $as_echo "$RANLIB_FOR_TARGET" >&6; }
15388 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15389 $as_echo "no
" >&6; }
15394 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
15397 if test -n "$RANLIB_FOR_TARGET"; then
15398 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
15399 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
15400 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
15403 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
15404 for ncn_progname in ranlib; do
15405 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15406 set dummy ${ncn_progname}; ac_word=$2
15407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15408 $as_echo_n "checking
for $ac_word...
" >&6; }
15409 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
15410 $as_echo_n "(cached
) " >&6
15412 if test -n "$RANLIB_FOR_TARGET"; then
15413 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
15415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15416 for as_dir in $PATH
15419 test -z "$as_dir" && as_dir=.
15420 for ac_exec_ext in '' $ac_executable_extensions; do
15421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15422 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
15423 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15432 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
15433 if test -n "$RANLIB_FOR_TARGET"; then
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
15435 $as_echo "$RANLIB_FOR_TARGET" >&6; }
15437 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15438 $as_echo "no
" >&6; }
15445 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
15446 for ncn_progname in ranlib; do
15447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15448 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15449 if test -x $with_build_time_tools/${ncn_progname}; then
15450 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15452 $as_echo "yes" >&6; }
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15456 $as_echo "no
" >&6; }
15461 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
15462 for ncn_progname in ranlib; do
15463 if test -n "$ncn_target_tool_prefix"; then
15464 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15465 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15467 $as_echo_n "checking
for $ac_word...
" >&6; }
15468 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
15469 $as_echo_n "(cached
) " >&6
15471 if test -n "$RANLIB_FOR_TARGET"; then
15472 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
15474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15475 for as_dir in $PATH
15478 test -z "$as_dir" && as_dir=.
15479 for ac_exec_ext in '' $ac_executable_extensions; do
15480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15481 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15482 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15491 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
15492 if test -n "$RANLIB_FOR_TARGET"; then
15493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
15494 $as_echo "$RANLIB_FOR_TARGET" >&6; }
15496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15497 $as_echo "no
" >&6; }
15502 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
15503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15504 set dummy ${ncn_progname}; ac_word=$2
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15506 $as_echo_n "checking
for $ac_word...
" >&6; }
15507 if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
15508 $as_echo_n "(cached
) " >&6
15510 if test -n "$RANLIB_FOR_TARGET"; then
15511 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
15513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15514 for as_dir in $PATH
15517 test -z "$as_dir" && as_dir=.
15518 for ac_exec_ext in '' $ac_executable_extensions; do
15519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15520 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
15521 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15530 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
15531 if test -n "$RANLIB_FOR_TARGET"; then
15532 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
15533 $as_echo "$RANLIB_FOR_TARGET" >&6; }
15535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15536 $as_echo "no
" >&6; }
15541 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
15545 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
15547 if test $build = $target ; then
15548 RANLIB_FOR_TARGET="$2"
15550 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
15553 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
15557 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
15563 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
15564 if test -n "$with_build_time_tools"; then
15565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
15566 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
15567 if test -x $with_build_time_tools/readelf; then
15568 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
15569 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
15570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
15571 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15574 $as_echo "no
" >&6; }
15576 elif test $build != $host && test $have_gcc_for_target = yes; then
15577 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
15578 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
15579 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
15582 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15583 # Extract the first word of "readelf
", so it can be a program name with args.
15584 set dummy readelf; ac_word=$2
15585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15586 $as_echo_n "checking
for $ac_word...
" >&6; }
15587 if ${ac_cv_path_READELF_FOR_TARGET+:} false; then :
15588 $as_echo_n "(cached
) " >&6
15590 case $READELF_FOR_TARGET in
15592 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
15595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15596 for as_dir in $gcc_cv_tool_dirs
15599 test -z "$as_dir" && as_dir=.
15600 for ac_exec_ext in '' $ac_executable_extensions; do
15601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15602 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15603 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15613 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
15614 if test -n "$READELF_FOR_TARGET"; then
15615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
15616 $as_echo "$READELF_FOR_TARGET" >&6; }
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15619 $as_echo "no
" >&6; }
15624 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
15627 if test -n "$READELF_FOR_TARGET"; then
15628 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
15629 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
15630 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
15633 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
15634 for ncn_progname in readelf; do
15635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15636 set dummy ${ncn_progname}; ac_word=$2
15637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15638 $as_echo_n "checking
for $ac_word...
" >&6; }
15639 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
15640 $as_echo_n "(cached
) " >&6
15642 if test -n "$READELF_FOR_TARGET"; then
15643 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
15645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15646 for as_dir in $PATH
15649 test -z "$as_dir" && as_dir=.
15650 for ac_exec_ext in '' $ac_executable_extensions; do
15651 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15652 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
15653 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15662 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
15663 if test -n "$READELF_FOR_TARGET"; then
15664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
15665 $as_echo "$READELF_FOR_TARGET" >&6; }
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15668 $as_echo "no
" >&6; }
15675 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
15676 for ncn_progname in readelf; do
15677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15678 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15679 if test -x $with_build_time_tools/${ncn_progname}; then
15680 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15682 $as_echo "yes" >&6; }
15685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15686 $as_echo "no
" >&6; }
15691 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
15692 for ncn_progname in readelf; do
15693 if test -n "$ncn_target_tool_prefix"; then
15694 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15695 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15697 $as_echo_n "checking
for $ac_word...
" >&6; }
15698 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
15699 $as_echo_n "(cached
) " >&6
15701 if test -n "$READELF_FOR_TARGET"; then
15702 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
15704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15705 for as_dir in $PATH
15708 test -z "$as_dir" && as_dir=.
15709 for ac_exec_ext in '' $ac_executable_extensions; do
15710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15711 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15712 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15721 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
15722 if test -n "$READELF_FOR_TARGET"; then
15723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
15724 $as_echo "$READELF_FOR_TARGET" >&6; }
15726 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15727 $as_echo "no
" >&6; }
15732 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
15733 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15734 set dummy ${ncn_progname}; ac_word=$2
15735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15736 $as_echo_n "checking
for $ac_word...
" >&6; }
15737 if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
15738 $as_echo_n "(cached
) " >&6
15740 if test -n "$READELF_FOR_TARGET"; then
15741 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
15743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15744 for as_dir in $PATH
15747 test -z "$as_dir" && as_dir=.
15748 for ac_exec_ext in '' $ac_executable_extensions; do
15749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15750 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
15751 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15760 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
15761 if test -n "$READELF_FOR_TARGET"; then
15762 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
15763 $as_echo "$READELF_FOR_TARGET" >&6; }
15765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15766 $as_echo "no
" >&6; }
15771 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
15775 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
15777 if test $build = $target ; then
15778 READELF_FOR_TARGET="$2"
15780 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
15783 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
15787 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
15793 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
15794 if test -n "$with_build_time_tools"; then
15795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
15796 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
15797 if test -x $with_build_time_tools/strip; then
15798 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
15799 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
15800 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
15801 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15804 $as_echo "no
" >&6; }
15806 elif test $build != $host && test $have_gcc_for_target = yes; then
15807 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
15808 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
15809 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
15812 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
15813 # Extract the first word of "strip
", so it can be a program name with args.
15814 set dummy strip; ac_word=$2
15815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15816 $as_echo_n "checking
for $ac_word...
" >&6; }
15817 if ${ac_cv_path_STRIP_FOR_TARGET+:} false; then :
15818 $as_echo_n "(cached
) " >&6
15820 case $STRIP_FOR_TARGET in
15822 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
15825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15826 for as_dir in $gcc_cv_tool_dirs
15829 test -z "$as_dir" && as_dir=.
15830 for ac_exec_ext in '' $ac_executable_extensions; do
15831 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15832 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
15833 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15843 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
15844 if test -n "$STRIP_FOR_TARGET"; then
15845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
15846 $as_echo "$STRIP_FOR_TARGET" >&6; }
15848 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15849 $as_echo "no
" >&6; }
15854 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
15857 if test -n "$STRIP_FOR_TARGET"; then
15858 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
15859 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
15860 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
15863 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
15864 for ncn_progname in strip; do
15865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15866 set dummy ${ncn_progname}; ac_word=$2
15867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15868 $as_echo_n "checking
for $ac_word...
" >&6; }
15869 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
15870 $as_echo_n "(cached
) " >&6
15872 if test -n "$STRIP_FOR_TARGET"; then
15873 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
15875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15876 for as_dir in $PATH
15879 test -z "$as_dir" && as_dir=.
15880 for ac_exec_ext in '' $ac_executable_extensions; do
15881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15882 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
15883 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15892 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
15893 if test -n "$STRIP_FOR_TARGET"; then
15894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
15895 $as_echo "$STRIP_FOR_TARGET" >&6; }
15897 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15898 $as_echo "no
" >&6; }
15905 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
15906 for ncn_progname in strip; do
15907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
15908 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
15909 if test -x $with_build_time_tools/${ncn_progname}; then
15910 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
15911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
15912 $as_echo "yes" >&6; }
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15916 $as_echo "no
" >&6; }
15921 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
15922 for ncn_progname in strip; do
15923 if test -n "$ncn_target_tool_prefix"; then
15924 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
15925 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
15926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15927 $as_echo_n "checking
for $ac_word...
" >&6; }
15928 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
15929 $as_echo_n "(cached
) " >&6
15931 if test -n "$STRIP_FOR_TARGET"; then
15932 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
15934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15935 for as_dir in $PATH
15938 test -z "$as_dir" && as_dir=.
15939 for ac_exec_ext in '' $ac_executable_extensions; do
15940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15941 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
15942 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15951 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
15952 if test -n "$STRIP_FOR_TARGET"; then
15953 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
15954 $as_echo "$STRIP_FOR_TARGET" >&6; }
15956 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15957 $as_echo "no
" >&6; }
15962 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
15963 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
15964 set dummy ${ncn_progname}; ac_word=$2
15965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
15966 $as_echo_n "checking
for $ac_word...
" >&6; }
15967 if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
15968 $as_echo_n "(cached
) " >&6
15970 if test -n "$STRIP_FOR_TARGET"; then
15971 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
15973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15974 for as_dir in $PATH
15977 test -z "$as_dir" && as_dir=.
15978 for ac_exec_ext in '' $ac_executable_extensions; do
15979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15980 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
15981 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
15990 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
15991 if test -n "$STRIP_FOR_TARGET"; then
15992 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
15993 $as_echo "$STRIP_FOR_TARGET" >&6; }
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
15996 $as_echo "no
" >&6; }
16001 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
16005 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
16007 if test $build = $target ; then
16008 STRIP_FOR_TARGET="$2"
16010 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
16013 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
16017 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
16023 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
16024 if test -n "$with_build_time_tools"; then
16025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
16026 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
16027 if test -x $with_build_time_tools/windres; then
16028 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
16029 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
16030 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
16031 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
16033 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16034 $as_echo "no
" >&6; }
16036 elif test $build != $host && test $have_gcc_for_target = yes; then
16037 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
16038 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
16039 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
16042 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
16043 # Extract the first word of "windres
", so it can be a program name with args.
16044 set dummy windres; ac_word=$2
16045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16046 $as_echo_n "checking
for $ac_word...
" >&6; }
16047 if ${ac_cv_path_WINDRES_FOR_TARGET+:} false; then :
16048 $as_echo_n "(cached
) " >&6
16050 case $WINDRES_FOR_TARGET in
16052 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
16055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16056 for as_dir in $gcc_cv_tool_dirs
16059 test -z "$as_dir" && as_dir=.
16060 for ac_exec_ext in '' $ac_executable_extensions; do
16061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16062 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
16063 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16073 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
16074 if test -n "$WINDRES_FOR_TARGET"; then
16075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16076 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16079 $as_echo "no
" >&6; }
16084 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
16087 if test -n "$WINDRES_FOR_TARGET"; then
16088 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
16089 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
16090 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16093 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
16094 for ncn_progname in windres; do
16095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16096 set dummy ${ncn_progname}; ac_word=$2
16097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16098 $as_echo_n "checking
for $ac_word...
" >&6; }
16099 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
16100 $as_echo_n "(cached
) " >&6
16102 if test -n "$WINDRES_FOR_TARGET"; then
16103 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
16105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16106 for as_dir in $PATH
16109 test -z "$as_dir" && as_dir=.
16110 for ac_exec_ext in '' $ac_executable_extensions; do
16111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16112 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
16113 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16122 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16123 if test -n "$WINDRES_FOR_TARGET"; then
16124 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16125 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16127 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16128 $as_echo "no
" >&6; }
16135 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
16136 for ncn_progname in windres; do
16137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16138 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16139 if test -x $with_build_time_tools/${ncn_progname}; then
16140 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16141 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16142 $as_echo "yes" >&6; }
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16146 $as_echo "no
" >&6; }
16151 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
16152 for ncn_progname in windres; do
16153 if test -n "$ncn_target_tool_prefix"; then
16154 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16155 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16157 $as_echo_n "checking
for $ac_word...
" >&6; }
16158 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
16159 $as_echo_n "(cached
) " >&6
16161 if test -n "$WINDRES_FOR_TARGET"; then
16162 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
16164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16165 for as_dir in $PATH
16168 test -z "$as_dir" && as_dir=.
16169 for ac_exec_ext in '' $ac_executable_extensions; do
16170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16171 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16172 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16181 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16182 if test -n "$WINDRES_FOR_TARGET"; then
16183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16184 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16187 $as_echo "no
" >&6; }
16192 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
16193 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16194 set dummy ${ncn_progname}; ac_word=$2
16195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16196 $as_echo_n "checking
for $ac_word...
" >&6; }
16197 if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
16198 $as_echo_n "(cached
) " >&6
16200 if test -n "$WINDRES_FOR_TARGET"; then
16201 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
16203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16204 for as_dir in $PATH
16207 test -z "$as_dir" && as_dir=.
16208 for ac_exec_ext in '' $ac_executable_extensions; do
16209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16210 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
16211 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16220 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
16221 if test -n "$WINDRES_FOR_TARGET"; then
16222 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
16223 $as_echo "$WINDRES_FOR_TARGET" >&6; }
16225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16226 $as_echo "no
" >&6; }
16231 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
16235 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
16237 if test $build = $target ; then
16238 WINDRES_FOR_TARGET="$2"
16240 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
16243 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
16247 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
16253 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
16254 if test -n "$with_build_time_tools"; then
16255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
16256 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
16257 if test -x $with_build_time_tools/windmc; then
16258 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
16259 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
16260 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
16261 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
16263 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16264 $as_echo "no
" >&6; }
16266 elif test $build != $host && test $have_gcc_for_target = yes; then
16267 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
16268 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
16269 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
16272 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
16273 # Extract the first word of "windmc
", so it can be a program name with args.
16274 set dummy windmc; ac_word=$2
16275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16276 $as_echo_n "checking
for $ac_word...
" >&6; }
16277 if ${ac_cv_path_WINDMC_FOR_TARGET+:} false; then :
16278 $as_echo_n "(cached
) " >&6
16280 case $WINDMC_FOR_TARGET in
16282 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
16285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16286 for as_dir in $gcc_cv_tool_dirs
16289 test -z "$as_dir" && as_dir=.
16290 for ac_exec_ext in '' $ac_executable_extensions; do
16291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16292 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
16293 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16303 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
16304 if test -n "$WINDMC_FOR_TARGET"; then
16305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16306 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16308 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16309 $as_echo "no
" >&6; }
16314 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
16317 if test -n "$WINDMC_FOR_TARGET"; then
16318 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
16319 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
16320 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16323 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
16324 for ncn_progname in windmc; do
16325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16326 set dummy ${ncn_progname}; ac_word=$2
16327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16328 $as_echo_n "checking
for $ac_word...
" >&6; }
16329 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
16330 $as_echo_n "(cached
) " >&6
16332 if test -n "$WINDMC_FOR_TARGET"; then
16333 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
16335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16336 for as_dir in $PATH
16339 test -z "$as_dir" && as_dir=.
16340 for ac_exec_ext in '' $ac_executable_extensions; do
16341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16342 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
16343 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16352 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16353 if test -n "$WINDMC_FOR_TARGET"; then
16354 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16355 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16357 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16358 $as_echo "no
" >&6; }
16365 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
16366 for ncn_progname in windmc; do
16367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
16368 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
16369 if test -x $with_build_time_tools/${ncn_progname}; then
16370 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
16371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16372 $as_echo "yes" >&6; }
16375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16376 $as_echo "no
" >&6; }
16381 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
16382 for ncn_progname in windmc; do
16383 if test -n "$ncn_target_tool_prefix"; then
16384 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
16385 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
16386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16387 $as_echo_n "checking
for $ac_word...
" >&6; }
16388 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
16389 $as_echo_n "(cached
) " >&6
16391 if test -n "$WINDMC_FOR_TARGET"; then
16392 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
16394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16395 for as_dir in $PATH
16398 test -z "$as_dir" && as_dir=.
16399 for ac_exec_ext in '' $ac_executable_extensions; do
16400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16401 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
16402 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16411 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16412 if test -n "$WINDMC_FOR_TARGET"; then
16413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16414 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16416 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16417 $as_echo "no
" >&6; }
16422 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
16423 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
16424 set dummy ${ncn_progname}; ac_word=$2
16425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16426 $as_echo_n "checking
for $ac_word...
" >&6; }
16427 if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
16428 $as_echo_n "(cached
) " >&6
16430 if test -n "$WINDMC_FOR_TARGET"; then
16431 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
16433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16434 for as_dir in $PATH
16437 test -z "$as_dir" && as_dir=.
16438 for ac_exec_ext in '' $ac_executable_extensions; do
16439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16440 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
16441 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16450 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
16451 if test -n "$WINDMC_FOR_TARGET"; then
16452 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
16453 $as_echo "$WINDMC_FOR_TARGET" >&6; }
16455 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16456 $as_echo "no
" >&6; }
16461 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
16465 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
16467 if test $build = $target ; then
16468 WINDMC_FOR_TARGET="$2"
16470 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
16473 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
16477 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
16481 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
16483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
16484 $as_echo_n "checking where to
find the target
ar...
" >&6; }
16485 if test "x
${build}" != "x
${host}" ; then
16486 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
16487 # We already found the complete path
16488 ac_dir=`dirname $AR_FOR_TARGET`
16489 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16490 $as_echo "pre-installed
in $ac_dir" >&6; }
16492 # Canadian cross, just use what we found
16493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16494 $as_echo "pre-installed
" >&6; }
16498 case " ${configdirs} " in
16503 if test $ok = yes; then
16504 # An in-tree tool is available and we can use it
16505 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
16506 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16507 $as_echo "just compiled
" >&6; }
16508 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
16509 # We already found the complete path
16510 ac_dir=`dirname $AR_FOR_TARGET`
16511 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16512 $as_echo "pre-installed
in $ac_dir" >&6; }
16513 elif test "x
$target" = "x
$host"; then
16514 # We can use an host tool
16515 AR_FOR_TARGET='$(AR)'
16516 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16517 $as_echo "host tool
" >&6; }
16519 # We need a cross tool
16520 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16521 $as_echo "pre-installed
" >&6; }
16525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
16526 $as_echo_n "checking where to
find the target as...
" >&6; }
16527 if test "x
${build}" != "x
${host}" ; then
16528 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
16529 # We already found the complete path
16530 ac_dir=`dirname $AS_FOR_TARGET`
16531 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16532 $as_echo "pre-installed
in $ac_dir" >&6; }
16534 # Canadian cross, just use what we found
16535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16536 $as_echo "pre-installed
" >&6; }
16540 case " ${configdirs} " in
16545 if test $ok = yes; then
16546 # An in-tree tool is available and we can use it
16547 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
16548 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16549 $as_echo "just compiled
" >&6; }
16550 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
16551 # We already found the complete path
16552 ac_dir=`dirname $AS_FOR_TARGET`
16553 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16554 $as_echo "pre-installed
in $ac_dir" >&6; }
16555 elif test "x
$target" = "x
$host"; then
16556 # We can use an host tool
16557 AS_FOR_TARGET='$(AS)'
16558 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16559 $as_echo "host tool
" >&6; }
16561 # We need a cross tool
16562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16563 $as_echo "pre-installed
" >&6; }
16567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
16568 $as_echo_n "checking where to
find the target cc...
" >&6; }
16569 if test "x
${build}" != "x
${host}" ; then
16570 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
16571 # We already found the complete path
16572 ac_dir=`dirname $CC_FOR_TARGET`
16573 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16574 $as_echo "pre-installed
in $ac_dir" >&6; }
16576 # Canadian cross, just use what we found
16577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16578 $as_echo "pre-installed
" >&6; }
16582 case " ${configdirs} " in
16587 if test $ok = yes; then
16588 # An in-tree tool is available and we can use it
16589 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
16590 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16591 $as_echo "just compiled
" >&6; }
16592 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
16593 # We already found the complete path
16594 ac_dir=`dirname $CC_FOR_TARGET`
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16596 $as_echo "pre-installed
in $ac_dir" >&6; }
16597 elif test "x
$target" = "x
$host"; then
16598 # We can use an host tool
16599 CC_FOR_TARGET='$(CC)'
16600 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16601 $as_echo "host tool
" >&6; }
16603 # We need a cross tool
16604 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16605 $as_echo "pre-installed
" >&6; }
16609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
16610 $as_echo_n "checking where to
find the target c
++...
" >&6; }
16611 if test "x
${build}" != "x
${host}" ; then
16612 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
16613 # We already found the complete path
16614 ac_dir=`dirname $CXX_FOR_TARGET`
16615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16616 $as_echo "pre-installed
in $ac_dir" >&6; }
16618 # Canadian cross, just use what we found
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16620 $as_echo "pre-installed
" >&6; }
16624 case " ${configdirs} " in
16628 case ,${enable_languages}, in
16632 if test $ok = yes; then
16633 # An in-tree tool is available and we can use it
16634 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'
16635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16636 $as_echo "just compiled
" >&6; }
16637 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
16638 # We already found the complete path
16639 ac_dir=`dirname $CXX_FOR_TARGET`
16640 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16641 $as_echo "pre-installed
in $ac_dir" >&6; }
16642 elif test "x
$target" = "x
$host"; then
16643 # We can use an host tool
16644 CXX_FOR_TARGET='$(CXX)'
16645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16646 $as_echo "host tool
" >&6; }
16648 # We need a cross tool
16649 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16650 $as_echo "pre-installed
" >&6; }
16654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
16655 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
16656 if test "x
${build}" != "x
${host}" ; then
16657 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
16658 # We already found the complete path
16659 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
16660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16661 $as_echo "pre-installed
in $ac_dir" >&6; }
16663 # Canadian cross, just use what we found
16664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16665 $as_echo "pre-installed
" >&6; }
16669 case " ${configdirs} " in
16673 case ,${enable_languages}, in
16677 if test $ok = yes; then
16678 # An in-tree tool is available and we can use it
16679 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'
16680 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16681 $as_echo "just compiled
" >&6; }
16682 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
16683 # We already found the complete path
16684 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
16685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16686 $as_echo "pre-installed
in $ac_dir" >&6; }
16687 elif test "x
$target" = "x
$host"; then
16688 # We can use an host tool
16689 RAW_CXX_FOR_TARGET='$(CXX)'
16690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16691 $as_echo "host tool
" >&6; }
16693 # We need a cross tool
16694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16695 $as_echo "pre-installed
" >&6; }
16699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
16700 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
16701 if test "x
${build}" != "x
${host}" ; then
16702 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
16703 # We already found the complete path
16704 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
16705 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16706 $as_echo "pre-installed
in $ac_dir" >&6; }
16708 # Canadian cross, just use what we found
16709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16710 $as_echo "pre-installed
" >&6; }
16714 case " ${configdirs} " in
16719 if test $ok = yes; then
16720 # An in-tree tool is available and we can use it
16721 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
16722 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16723 $as_echo "just compiled
" >&6; }
16724 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
16725 # We already found the complete path
16726 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
16727 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16728 $as_echo "pre-installed
in $ac_dir" >&6; }
16729 elif test "x
$target" = "x
$host"; then
16730 # We can use an host tool
16731 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
16732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16733 $as_echo "host tool
" >&6; }
16735 # We need a cross tool
16736 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16737 $as_echo "pre-installed
" >&6; }
16741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
16742 $as_echo_n "checking where to
find the target gcc...
" >&6; }
16743 if test "x
${build}" != "x
${host}" ; then
16744 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
16745 # We already found the complete path
16746 ac_dir=`dirname $GCC_FOR_TARGET`
16747 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16748 $as_echo "pre-installed
in $ac_dir" >&6; }
16750 # Canadian cross, just use what we found
16751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16752 $as_echo "pre-installed
" >&6; }
16756 case " ${configdirs} " in
16761 if test $ok = yes; then
16762 # An in-tree tool is available and we can use it
16763 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
16764 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16765 $as_echo "just compiled
" >&6; }
16766 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
16767 # We already found the complete path
16768 ac_dir=`dirname $GCC_FOR_TARGET`
16769 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16770 $as_echo "pre-installed
in $ac_dir" >&6; }
16771 elif test "x
$target" = "x
$host"; then
16772 # We can use an host tool
16773 GCC_FOR_TARGET='$()'
16774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16775 $as_echo "host tool
" >&6; }
16777 # We need a cross tool
16778 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16779 $as_echo "pre-installed
" >&6; }
16783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
16784 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
16785 if test "x
${build}" != "x
${host}" ; then
16786 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
16787 # We already found the complete path
16788 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
16789 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16790 $as_echo "pre-installed
in $ac_dir" >&6; }
16792 # Canadian cross, just use what we found
16793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16794 $as_echo "pre-installed
" >&6; }
16798 case " ${configdirs} " in
16802 case ,${enable_languages}, in
16806 if test $ok = yes; then
16807 # An in-tree tool is available and we can use it
16808 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
16809 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16810 $as_echo "just compiled
" >&6; }
16811 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
16812 # We already found the complete path
16813 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
16814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16815 $as_echo "pre-installed
in $ac_dir" >&6; }
16816 elif test "x
$target" = "x
$host"; then
16817 # We can use an host tool
16818 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
16819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16820 $as_echo "host tool
" >&6; }
16822 # We need a cross tool
16823 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16824 $as_echo "pre-installed
" >&6; }
16828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
16829 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
16830 if test "x
${build}" != "x
${host}" ; then
16831 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
16832 # We already found the complete path
16833 ac_dir=`dirname $GOC_FOR_TARGET`
16834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16835 $as_echo "pre-installed
in $ac_dir" >&6; }
16837 # Canadian cross, just use what we found
16838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16839 $as_echo "pre-installed
" >&6; }
16843 case " ${configdirs} " in
16847 case ,${enable_languages}, in
16851 if test $ok = yes; then
16852 # An in-tree tool is available and we can use it
16853 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
16854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16855 $as_echo "just compiled
" >&6; }
16856 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
16857 # We already found the complete path
16858 ac_dir=`dirname $GOC_FOR_TARGET`
16859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16860 $as_echo "pre-installed
in $ac_dir" >&6; }
16861 elif test "x
$target" = "x
$host"; then
16862 # We can use an host tool
16863 GOC_FOR_TARGET='$(GOC)'
16864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16865 $as_echo "host tool
" >&6; }
16867 # We need a cross tool
16868 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16869 $as_echo "pre-installed
" >&6; }
16873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gdc
" >&5
16874 $as_echo_n "checking where to
find the target gdc...
" >&6; }
16875 if test "x
${build}" != "x
${host}" ; then
16876 if expr "x
$GDC_FOR_TARGET" : "x
/" > /dev/null; then
16877 # We already found the complete path
16878 ac_dir=`dirname $GDC_FOR_TARGET`
16879 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16880 $as_echo "pre-installed
in $ac_dir" >&6; }
16882 # Canadian cross, just use what we found
16883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16884 $as_echo "pre-installed
" >&6; }
16888 case " ${configdirs} " in
16892 case ,${enable_languages}, in
16896 if test $ok = yes; then
16897 # An in-tree tool is available and we can use it
16898 GDC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/'
16899 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16900 $as_echo "just compiled
" >&6; }
16901 elif expr "x
$GDC_FOR_TARGET" : "x
/" > /dev/null; then
16902 # We already found the complete path
16903 ac_dir=`dirname $GDC_FOR_TARGET`
16904 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16905 $as_echo "pre-installed
in $ac_dir" >&6; }
16906 elif test "x
$target" = "x
$host"; then
16907 # We can use an host tool
16908 GDC_FOR_TARGET='$(GDC)'
16909 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16910 $as_echo "host tool
" >&6; }
16912 # We need a cross tool
16913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16914 $as_echo "pre-installed
" >&6; }
16918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
16919 $as_echo_n "checking where to
find the target ld...
" >&6; }
16920 if test "x
${build}" != "x
${host}" ; then
16921 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
16922 # We already found the complete path
16923 ac_dir=`dirname $LD_FOR_TARGET`
16924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16925 $as_echo "pre-installed
in $ac_dir" >&6; }
16927 # Canadian cross, just use what we found
16928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16929 $as_echo "pre-installed
" >&6; }
16933 case " ${configdirs} " in
16938 if test $ok = yes; then
16939 # An in-tree tool is available and we can use it
16940 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
16941 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
16942 $as_echo "just compiled
" >&6; }
16943 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
16944 # We already found the complete path
16945 ac_dir=`dirname $LD_FOR_TARGET`
16946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16947 $as_echo "pre-installed
in $ac_dir" >&6; }
16948 elif test "x
$target" = "x
$host"; then
16949 # We can use an host tool
16950 LD_FOR_TARGET='$(LD)'
16951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16952 $as_echo "host tool
" >&6; }
16954 # We need a cross tool
16955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16956 $as_echo "pre-installed
" >&6; }
16960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
16961 $as_echo_n "checking where to
find the target lipo...
" >&6; }
16962 if test "x
${build}" != "x
${host}" ; then
16963 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
16964 # We already found the complete path
16965 ac_dir=`dirname $LIPO_FOR_TARGET`
16966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16967 $as_echo "pre-installed
in $ac_dir" >&6; }
16969 # Canadian cross, just use what we found
16970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16971 $as_echo "pre-installed
" >&6; }
16974 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
16975 # We already found the complete path
16976 ac_dir=`dirname $LIPO_FOR_TARGET`
16977 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16978 $as_echo "pre-installed
in $ac_dir" >&6; }
16979 elif test "x
$target" = "x
$host"; then
16980 # We can use an host tool
16981 LIPO_FOR_TARGET='$(LIPO)'
16982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
16983 $as_echo "host tool
" >&6; }
16985 # We need a cross tool
16986 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
16987 $as_echo "pre-installed
" >&6; }
16991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
16992 $as_echo_n "checking where to
find the target nm...
" >&6; }
16993 if test "x
${build}" != "x
${host}" ; then
16994 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
16995 # We already found the complete path
16996 ac_dir=`dirname $NM_FOR_TARGET`
16997 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
16998 $as_echo "pre-installed
in $ac_dir" >&6; }
17000 # Canadian cross, just use what we found
17001 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17002 $as_echo "pre-installed
" >&6; }
17006 case " ${configdirs} " in
17011 if test $ok = yes; then
17012 # An in-tree tool is available and we can use it
17013 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
17014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17015 $as_echo "just compiled
" >&6; }
17016 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
17017 # We already found the complete path
17018 ac_dir=`dirname $NM_FOR_TARGET`
17019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17020 $as_echo "pre-installed
in $ac_dir" >&6; }
17021 elif test "x
$target" = "x
$host"; then
17022 # We can use an host tool
17023 NM_FOR_TARGET='$(NM)'
17024 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17025 $as_echo "host tool
" >&6; }
17027 # We need a cross tool
17028 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17029 $as_echo "pre-installed
" >&6; }
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objcopy
" >&5
17034 $as_echo_n "checking where to
find the target objcopy...
" >&6; }
17035 if test "x
${build}" != "x
${host}" ; then
17036 if expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
17037 # We already found the complete path
17038 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
17039 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17040 $as_echo "pre-installed
in $ac_dir" >&6; }
17042 # Canadian cross, just use what we found
17043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17044 $as_echo "pre-installed
" >&6; }
17048 case " ${configdirs} " in
17053 if test $ok = yes; then
17054 # An in-tree tool is available and we can use it
17055 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
17056 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17057 $as_echo "just compiled
" >&6; }
17058 elif expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
17059 # We already found the complete path
17060 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
17061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17062 $as_echo "pre-installed
in $ac_dir" >&6; }
17063 elif test "x
$target" = "x
$host"; then
17064 # We can use an host tool
17065 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
17066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17067 $as_echo "host tool
" >&6; }
17069 # We need a cross tool
17070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17071 $as_echo "pre-installed
" >&6; }
17075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
17076 $as_echo_n "checking where to
find the target objdump...
" >&6; }
17077 if test "x
${build}" != "x
${host}" ; then
17078 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
17079 # We already found the complete path
17080 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
17081 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17082 $as_echo "pre-installed
in $ac_dir" >&6; }
17084 # Canadian cross, just use what we found
17085 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17086 $as_echo "pre-installed
" >&6; }
17090 case " ${configdirs} " in
17095 if test $ok = yes; then
17096 # An in-tree tool is available and we can use it
17097 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
17098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17099 $as_echo "just compiled
" >&6; }
17100 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
17101 # We already found the complete path
17102 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
17103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17104 $as_echo "pre-installed
in $ac_dir" >&6; }
17105 elif test "x
$target" = "x
$host"; then
17106 # We can use an host tool
17107 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
17108 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17109 $as_echo "host tool
" >&6; }
17111 # We need a cross tool
17112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17113 $as_echo "pre-installed
" >&6; }
17117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target otool
" >&5
17118 $as_echo_n "checking where to
find the target otool...
" >&6; }
17119 if test "x
${build}" != "x
${host}" ; then
17120 if expr "x
$OTOOL_FOR_TARGET" : "x
/" > /dev/null; then
17121 # We already found the complete path
17122 ac_dir=`dirname $OTOOL_FOR_TARGET`
17123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17124 $as_echo "pre-installed
in $ac_dir" >&6; }
17126 # Canadian cross, just use what we found
17127 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17128 $as_echo "pre-installed
" >&6; }
17131 if expr "x
$OTOOL_FOR_TARGET" : "x
/" > /dev/null; then
17132 # We already found the complete path
17133 ac_dir=`dirname $OTOOL_FOR_TARGET`
17134 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17135 $as_echo "pre-installed
in $ac_dir" >&6; }
17136 elif test "x
$target" = "x
$host"; then
17137 # We can use an host tool
17138 OTOOL_FOR_TARGET='$(OTOOL)'
17139 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17140 $as_echo "host tool
" >&6; }
17142 # We need a cross tool
17143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17144 $as_echo "pre-installed
" >&6; }
17148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
17149 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
17150 if test "x
${build}" != "x
${host}" ; then
17151 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
17152 # We already found the complete path
17153 ac_dir=`dirname $RANLIB_FOR_TARGET`
17154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17155 $as_echo "pre-installed
in $ac_dir" >&6; }
17157 # Canadian cross, just use what we found
17158 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17159 $as_echo "pre-installed
" >&6; }
17163 case " ${configdirs} " in
17168 if test $ok = yes; then
17169 # An in-tree tool is available and we can use it
17170 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
17171 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17172 $as_echo "just compiled
" >&6; }
17173 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
17174 # We already found the complete path
17175 ac_dir=`dirname $RANLIB_FOR_TARGET`
17176 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17177 $as_echo "pre-installed
in $ac_dir" >&6; }
17178 elif test "x
$target" = "x
$host"; then
17179 # We can use an host tool
17180 RANLIB_FOR_TARGET='$(RANLIB)'
17181 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17182 $as_echo "host tool
" >&6; }
17184 # We need a cross tool
17185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17186 $as_echo "pre-installed
" >&6; }
17190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
17191 $as_echo_n "checking where to
find the target readelf...
" >&6; }
17192 if test "x
${build}" != "x
${host}" ; then
17193 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
17194 # We already found the complete path
17195 ac_dir=`dirname $READELF_FOR_TARGET`
17196 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17197 $as_echo "pre-installed
in $ac_dir" >&6; }
17199 # Canadian cross, just use what we found
17200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17201 $as_echo "pre-installed
" >&6; }
17205 case " ${configdirs} " in
17210 if test $ok = yes; then
17211 # An in-tree tool is available and we can use it
17212 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
17213 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17214 $as_echo "just compiled
" >&6; }
17215 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
17216 # We already found the complete path
17217 ac_dir=`dirname $READELF_FOR_TARGET`
17218 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17219 $as_echo "pre-installed
in $ac_dir" >&6; }
17220 elif test "x
$target" = "x
$host"; then
17221 # We can use an host tool
17222 READELF_FOR_TARGET='$(READELF)'
17223 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17224 $as_echo "host tool
" >&6; }
17226 # We need a cross tool
17227 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17228 $as_echo "pre-installed
" >&6; }
17232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
17233 $as_echo_n "checking where to
find the target strip...
" >&6; }
17234 if test "x
${build}" != "x
${host}" ; then
17235 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
17236 # We already found the complete path
17237 ac_dir=`dirname $STRIP_FOR_TARGET`
17238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17239 $as_echo "pre-installed
in $ac_dir" >&6; }
17241 # Canadian cross, just use what we found
17242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17243 $as_echo "pre-installed
" >&6; }
17247 case " ${configdirs} " in
17252 if test $ok = yes; then
17253 # An in-tree tool is available and we can use it
17254 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
17255 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17256 $as_echo "just compiled
" >&6; }
17257 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
17258 # We already found the complete path
17259 ac_dir=`dirname $STRIP_FOR_TARGET`
17260 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17261 $as_echo "pre-installed
in $ac_dir" >&6; }
17262 elif test "x
$target" = "x
$host"; then
17263 # We can use an host tool
17264 STRIP_FOR_TARGET='$(STRIP)'
17265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17266 $as_echo "host tool
" >&6; }
17268 # We need a cross tool
17269 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17270 $as_echo "pre-installed
" >&6; }
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
17275 $as_echo_n "checking where to
find the target windres...
" >&6; }
17276 if test "x
${build}" != "x
${host}" ; then
17277 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
17278 # We already found the complete path
17279 ac_dir=`dirname $WINDRES_FOR_TARGET`
17280 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17281 $as_echo "pre-installed
in $ac_dir" >&6; }
17283 # Canadian cross, just use what we found
17284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17285 $as_echo "pre-installed
" >&6; }
17289 case " ${configdirs} " in
17294 if test $ok = yes; then
17295 # An in-tree tool is available and we can use it
17296 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
17297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17298 $as_echo "just compiled
" >&6; }
17299 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
17300 # We already found the complete path
17301 ac_dir=`dirname $WINDRES_FOR_TARGET`
17302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17303 $as_echo "pre-installed
in $ac_dir" >&6; }
17304 elif test "x
$target" = "x
$host"; then
17305 # We can use an host tool
17306 WINDRES_FOR_TARGET='$(WINDRES)'
17307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17308 $as_echo "host tool
" >&6; }
17310 # We need a cross tool
17311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17312 $as_echo "pre-installed
" >&6; }
17316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
17317 $as_echo_n "checking where to
find the target windmc...
" >&6; }
17318 if test "x
${build}" != "x
${host}" ; then
17319 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
17320 # We already found the complete path
17321 ac_dir=`dirname $WINDMC_FOR_TARGET`
17322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17323 $as_echo "pre-installed
in $ac_dir" >&6; }
17325 # Canadian cross, just use what we found
17326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17327 $as_echo "pre-installed
" >&6; }
17331 case " ${configdirs} " in
17336 if test $ok = yes; then
17337 # An in-tree tool is available and we can use it
17338 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
17339 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
17340 $as_echo "just compiled
" >&6; }
17341 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
17342 # We already found the complete path
17343 ac_dir=`dirname $WINDMC_FOR_TARGET`
17344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
17345 $as_echo "pre-installed
in $ac_dir" >&6; }
17346 elif test "x
$target" = "x
$host"; then
17347 # We can use an host tool
17348 WINDMC_FOR_TARGET='$(WINDMC)'
17349 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
17350 $as_echo "host tool
" >&6; }
17352 # We need a cross tool
17353 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
17354 $as_echo "pre-installed
" >&6; }
17362 # Certain tools may need extra flags.
17363 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
17364 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
17365 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
17367 # When building target libraries, except in a Canadian cross, we use
17368 # the same toolchain as the compiler we just built.
17369 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
17370 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
17371 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
17372 if test $host = $build; then
17373 case " $configdirs " in
17375 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
17376 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
17377 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
17386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
17387 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
17388 # Check whether --enable-maintainer-mode was given.
17389 if test "${enable_maintainer_mode+set}" = set; then :
17390 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
17392 USE_MAINTAINER_MODE=no
17395 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
17396 $as_echo "$USE_MAINTAINER_MODE" >&6; }
17399 if test "$USE_MAINTAINER_MODE" = yes; then
17400 MAINTAINER_MODE_TRUE=
17401 MAINTAINER_MODE_FALSE='#'
17403 MAINTAINER_MODE_TRUE='#'
17404 MAINTAINER_MODE_FALSE=
17406 MAINT=$MAINTAINER_MODE_TRUE
17408 # ---------------------
17409 # GCC bootstrap support
17410 # ---------------------
17412 # Stage specific cflags for build.
17417 yes) stage1_cflags="-g -Wa,-J" ;;
17418 *) stage1_cflags="-g -J" ;;
17424 # Enable --enable-checking in stage1 of the compiler.
17425 # Check whether --enable-stage1-checking was given.
17426 if test "${enable_stage1_checking+set}" = set; then :
17427 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
17429 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
17430 # For --disable-checking or implicit --enable-checking=release, avoid
17431 # setting --enable-checking=gc in the default stage1 checking for LTO
17432 # bootstraps. See PR62077.
17433 case $BUILD_CONFIG in
17435 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
17437 stage1_checking=--enable-checking=yes,types;;
17439 if test "x
$enable_checking" = x && \
17440 test -d ${srcdir}/gcc && \
17441 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
17442 stage1_checking=--enable-checking=yes,types,extra
17445 stage1_checking=--enable-checking=$enable_checking,types
17451 # Enable -Werror in bootstrap stage2 and later.
17452 # Check whether --enable-werror was given.
17453 if test "${enable_werror+set}" = set; then :
17454 enableval=$enable_werror;
17455 case ${enable_werror} in
17456 yes) stage2_werror_flag="--enable-werror-always" ;;
17457 *) stage2_werror_flag="" ;;
17462 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
17463 case $BUILD_CONFIG in
17465 stage2_werror_flag="--enable-werror-always" ;;
17467 stage2_werror_flag="--enable-werror-always" ;;
17476 # Specify what files to not compare during bootstrap.
17478 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
17480 hppa*64*-*-hpux*) ;;
17481 hppa*-*-hpux*) compare_exclusions="$compare_exclusions |
*/libgcc
/lib2funcs
* | gcc
/function-tests.o
" ;;
17482 powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions |
*libgomp
*\$
(objext
)" ;;
17486 ac_config_files="$ac_config_files Makefile
"
17488 cat >confcache <<\_ACEOF
17489 # This file is a shell script that caches the results of configure
17490 # tests run on this system so they can be shared between configure
17491 # scripts and configure runs, see configure's option --config-cache.
17492 # It is not useful on other systems. If it contains results you don't
17493 # want to keep, you may remove or edit it.
17495 # config.status only pays attention to the cache file if you give it
17496 # the --recheck option to rerun configure.
17498 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17499 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17500 # following values.
17504 # The following way of writing the cache mishandles newlines in values,
17505 # but we know of no workaround that is simple, portable, and efficient.
17506 # So, we kill variables containing newlines.
17507 # Ultrix sh set writes to stderr and can't be redirected directly,
17508 # and sets the high bit in the cache file unless we assign to the vars.
17510 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17511 eval ac_val=\$$ac_var
17515 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
17516 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
17519 _ | IFS | as_nl) ;; #(
17520 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17521 *) { eval $ac_var=; unset $ac_var;} ;;
17527 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17528 *${as_nl}ac_space=\ *)
17529 # `set' does not quote correctly, so add quotes: double-quote
17530 # substitution turns \\\\ into \\, and sed turns \\ into \.
17533 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
17536 # `set' quotes correctly as required by POSIX, so do not add quotes.
17537 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
17546 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17548 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17550 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17551 if test -w "$cache_file"; then
17552 if test "x
$cache_file" != "x
/dev
/null
"; then
17553 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
17554 $as_echo "$as_me: updating cache
$cache_file" >&6;}
17555 if test ! -f "$cache_file" || test -h "$cache_file"; then
17556 cat confcache >"$cache_file"
17558 case $cache_file in #(
17560 mv -f confcache "$cache_file"$$ &&
17561 mv -f "$cache_file"$$ "$cache_file" ;; #(
17563 mv -f confcache "$cache_file" ;;
17568 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
17569 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
17574 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
17575 # Let make expand exec_prefix.
17576 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
17578 # Transform confdefs.h into DEFS.
17579 # Protect against shell expansion while executing Makefile rules.
17580 # Protect against Makefile macro expansion.
17582 # If the first sed substitution is executed (which looks for macros that
17583 # take arguments), then branch to the quote section. Otherwise,
17584 # look for a macro that doesn't take arguments.
17594 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
17596 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
17600 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
17613 DEFS=`sed -n "$ac_script" confdefs.h`
17619 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17620 # 1. Remove the extension, and $U if already installed.
17621 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
17622 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17623 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17624 # will be set to the directory where LIBOBJS objects are built.
17625 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17626 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
17628 LIBOBJS=$ac_libobjs
17630 LTLIBOBJS=$ac_ltlibobjs
17634 : "${CONFIG_STATUS=./config.status}"
17636 ac_clean_files_save=$ac_clean_files
17637 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17638 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17639 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17641 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17643 # Generated by $as_me.
17644 # Run this file to recreate the current configuration.
17645 # Compiler output produced by configure, useful for debugging
17646 # configure, is in config.log if it exists.
17649 ac_cs_recheck=false
17652 SHELL=\${CONFIG_SHELL-$SHELL}
17655 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17656 ## -------------------- ##
17657 ## M4sh Initialization. ##
17658 ## -------------------- ##
17660 # Be more Bourne compatible
17661 DUALCASE=1; export DUALCASE # for MKS sh
17662 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17665 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17666 # is contrary to our usage. Disable this feature.
17667 alias -g '${1+"$@"}'='"$@"'
17668 setopt NO_GLOB_SUBST
17670 case `(set -o) 2>/dev/null` in #(
17682 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17683 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17684 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
17685 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17686 # Prefer a ksh shell builtin over an external printf program on Solaris,
17687 # but without wasting forks for bash or zsh.
17688 if test -z "$BASH_VERSION$ZSH_VERSION" \
17689 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
17690 as_echo
='print -r --'
17691 as_echo_n
='print -rn --'
17692 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
17693 as_echo
='printf %s\n'
17694 as_echo_n
='printf %s'
17696 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17697 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
17698 as_echo_n
='/usr/ucb/echo -n'
17700 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
17701 as_echo_n_body
='eval
17705 expr "X$arg" : "X\\(.*\\)$as_nl";
17706 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17708 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17710 export as_echo_n_body
17711 as_echo_n
='sh -c $as_echo_n_body as_echo'
17713 export as_echo_body
17714 as_echo
='sh -c $as_echo_body as_echo'
17717 # The user is always right.
17718 if test "${PATH_SEPARATOR+set}" != set; then
17720 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
17721 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
17728 # We need space, tab and new line, in precisely that order. Quoting is
17729 # there to prevent editors from complaining about space-tab.
17730 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17731 # splitting by setting IFS to empty value.)
17734 # Find who we are. Look in the path if we contain no directory separator.
17737 *[\\/]* ) as_myself
=$0 ;;
17738 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17739 for as_dir
in $PATH
17742 test -z "$as_dir" && as_dir
=.
17743 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
17749 # We did not find ourselves, most probably we were run as `sh COMMAND'
17750 # in which case we are not to be found in the path.
17751 if test "x$as_myself" = x
; then
17754 if test ! -f "$as_myself"; then
17755 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17759 # Unset variables that we do not need and which cause bugs (e.g. in
17760 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17761 # suppresses any "Segmentation fault" message there. '((' could
17762 # trigger a bug in pdksh 5.2.14.
17763 for as_var
in BASH_ENV ENV MAIL MAILPATH
17764 do eval test x\
${$as_var+set} = xset \
17765 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17778 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17781 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17782 # ----------------------------------------
17783 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17784 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17785 # script with STATUS, using 1 if that was 0.
17788 as_status
=$1; test $as_status -eq 0 && as_status
=1
17790 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17791 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17793 $as_echo "$as_me: error: $2" >&2
17794 as_fn_exit
$as_status
17798 # as_fn_set_status STATUS
17799 # -----------------------
17800 # Set $? to STATUS, without forking.
17801 as_fn_set_status
()
17804 } # as_fn_set_status
17806 # as_fn_exit STATUS
17807 # -----------------
17808 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17812 as_fn_set_status
$1
17818 # Portably unset VAR.
17821 { eval $1=; unset $1;}
17823 as_unset
=as_fn_unset
17824 # as_fn_append VAR VALUE
17825 # ----------------------
17826 # Append the text in VALUE to the end of the definition contained in VAR. Take
17827 # advantage of any shell optimizations that allow amortized linear growth over
17828 # repeated appends, instead of the typical quadratic growth present in naive
17830 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17831 eval 'as_fn_append ()
17842 # as_fn_arith ARG...
17843 # ------------------
17844 # Perform arithmetic evaluation on the ARGs, and store the result in the
17845 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17846 # must be portable across $(()) and expr.
17847 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17848 eval 'as_fn_arith ()
17855 as_val
=`expr "$@" || test $? -eq 1`
17860 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17861 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17867 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17868 as_basename
=basename
17873 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17879 as_me
=`$as_basename -- "$0" ||
17880 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17881 X"$0" : 'X\(//\)$' \| \
17882 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17884 sed '/^.*\/\([^/][^/]*\)\/*$/{
17898 # Avoid depending upon Character Ranges.
17899 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17900 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17901 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17902 as_cr_digits
='0123456789'
17903 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17905 ECHO_C
= ECHO_N
= ECHO_T
=
17906 case `echo -n x` in #(((((
17908 case `echo 'xy\c'` in
17909 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17911 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17918 rm -f conf$$ conf$$.exe conf$$.
file
17919 if test -d conf$$.dir
; then
17920 rm -f conf$$.dir
/conf$$.
file
17923 mkdir conf$$.dir
2>/dev
/null
17925 if (echo >conf$$.
file) 2>/dev
/null
; then
17926 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17928 # ... but there are two gotchas:
17929 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17930 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17931 # In both cases, we have to default to `cp -pR'.
17932 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17934 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17942 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17943 rmdir conf$$.dir
2>/dev
/null
17948 # Create "$as_dir" as a directory, including parents if necessary.
17953 -*) as_dir
=.
/$as_dir;;
17955 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17959 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17960 *) as_qdir
=$as_dir;;
17962 as_dirs
="'$as_qdir' $as_dirs"
17963 as_dir
=`$as_dirname -- "$as_dir" ||
17964 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17965 X"$as_dir" : 'X\(//\)[^/]' \| \
17966 X"$as_dir" : 'X\(//\)$' \| \
17967 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17968 $as_echo X"$as_dir" |
17969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17973 /^X\(\/\/\)[^/].*/{
17986 test -d "$as_dir" && break
17988 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17989 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17993 if mkdir
-p .
2>/dev
/null
; then
17994 as_mkdir_p
='mkdir -p "$as_dir"'
17996 test -d .
/-p && rmdir .
/-p
18001 # as_fn_executable_p FILE
18002 # -----------------------
18003 # Test if FILE is an executable regular file.
18004 as_fn_executable_p
()
18006 test -f "$1" && test -x "$1"
18007 } # as_fn_executable_p
18008 as_test_x
='test -x'
18009 as_executable_p
=as_fn_executable_p
18011 # Sed expression to map a string onto a valid CPP name.
18012 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18014 # Sed expression to map a string onto a valid variable name.
18015 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18019 ## ----------------------------------- ##
18020 ## Main body of $CONFIG_STATUS script. ##
18021 ## ----------------------------------- ##
18023 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18026 # Save the log message, to keep $0 and so on meaningful, and to
18027 # report actual input values of CONFIG_FILES etc. instead of their
18028 # values after options handling.
18030 This file was extended by $as_me, which was
18031 generated by GNU Autoconf 2.69. Invocation command line was
18033 CONFIG_FILES = $CONFIG_FILES
18034 CONFIG_HEADERS = $CONFIG_HEADERS
18035 CONFIG_LINKS = $CONFIG_LINKS
18036 CONFIG_COMMANDS = $CONFIG_COMMANDS
18039 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18044 case $ac_config_files in *"
18045 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18051 # Files that config.status was made for.
18052 config_files="$ac_config_files"
18056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18058 \`$as_me' instantiates files and other configuration actions
18059 from templates according to the current configuration. Unless the files
18060 and actions are specified as TAGs, all are instantiated by default.
18062 Usage: $0 [OPTION]... [TAG]...
18064 -h, --help print this help, then exit
18065 -V, --version print version number and configuration settings, then exit
18066 --config print configuration, then exit
18067 -q, --quiet, --silent
18068 do not print progress messages
18069 -d, --debug don't remove temporary files
18070 --recheck update $as_me by reconfiguring in the same conditions
18071 --file=FILE[:TEMPLATE]
18072 instantiate the configuration file FILE
18074 Configuration files:
18077 Report bugs to the package provider."
18080 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18081 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18084 configured by $0, generated by GNU Autoconf 2.69,
18085 with options \\"\$ac_cs_config\\"
18087 Copyright (C) 2012 Free Software Foundation, Inc.
18088 This config.status script is free software; the Free Software Foundation
18089 gives unlimited permission to copy, distribute and modify it."
18095 test -n "\$AWK" || AWK=awk
18098 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18099 # The default lists apply if the user does not specify any file.
18105 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18106 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18110 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18122 # Handling of the options.
18123 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18125 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18126 $as_echo "$ac_cs_version"; exit ;;
18127 --config |
--confi |
--conf |
--con |
--co |
--c )
18128 $as_echo "$ac_cs_config"; exit ;;
18129 --debug |
--debu |
--deb |
--de |
--d |
-d )
18131 --file |
--fil |
--fi |
--f )
18134 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18135 '') as_fn_error $?
"missing file argument" ;;
18137 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18138 ac_need_defaults
=false
;;
18139 --he |
--h |
--help |
--hel |
-h )
18140 $as_echo "$ac_cs_usage"; exit ;;
18141 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18142 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18145 # This is an error.
18146 -*) as_fn_error $?
"unrecognized option: \`$1'
18147 Try \`$0 --help' for more information." ;;
18149 *) as_fn_append ac_config_targets
" $1"
18150 ac_need_defaults
=false
;;
18156 ac_configure_extra_args
=
18158 if $ac_cs_silent; then
18160 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18165 if \$ac_cs_recheck; then
18166 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18168 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18169 CONFIG_SHELL='$SHELL'
18170 export CONFIG_SHELL
18175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18179 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18180 ## Running $as_me. ##
18186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18190 extrasub_build="$extrasub_build"
18191 extrasub_host="$extrasub_host"
18192 extrasub_target="$extrasub_target"
18196 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18198 # Handling of arguments.
18199 for ac_config_target
in $ac_config_targets
18201 case $ac_config_target in
18202 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
18204 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18209 # If the user did not use the arguments to specify the items to instantiate,
18210 # then the envvar interface is used. Set only those that are not.
18211 # We use the long form for the default assignment because of an extremely
18212 # bizarre bug on SunOS 4.1.3.
18213 if $ac_need_defaults; then
18214 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18217 # Have a temporary directory for convenience. Make it in the build tree
18218 # simply because there is no reason against having it here, and in addition,
18219 # creating and moving files from /tmp can sometimes cause problems.
18220 # Hook for its removal unless debugging.
18221 # Note that there is a small window in which the directory will not be cleaned:
18222 # after its creation but before its name has been assigned to `$tmp'.
18226 trap 'exit_status=$?
18227 : "${ac_tmp:=$tmp}"
18228 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18230 trap 'as_fn_exit 1' 1 2 13 15
18232 # Create a (secure) tmp directory for tmp files.
18235 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18239 tmp
=.
/conf$$
-$RANDOM
18240 (umask 077 && mkdir
"$tmp")
18241 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18244 # Set up the scripts for CONFIG_FILES section.
18245 # No need to generate them if there are no CONFIG_FILES.
18246 # This happens for instance with `./config.status config.h'.
18247 if test -n "$CONFIG_FILES"; then
18249 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
18250 ac_cs_awk_getline
=:
18251 ac_cs_awk_pipe_init
=
18252 ac_cs_awk_read_file
='
18253 while ((getline aline < (F[key])) > 0)
18256 ac_cs_awk_pipe_fini
=
18258 ac_cs_awk_getline
=false
18259 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
18260 ac_cs_awk_read_file
='
18262 print "cat " F[key] " &&"
18263 '$ac_cs_awk_pipe_init
18264 # The final `:' finishes the AND list.
18265 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
18267 ac_cr
=`echo X | tr X '\015'`
18268 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18269 # But we know of no other shell where ac_cr would be empty at this
18270 # point, so we can use a bashism as a fallback.
18271 if test "x$ac_cr" = x
; then
18272 eval ac_cr
=\$
\'\\r
\'
18274 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18275 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18278 ac_cs_awk_cr
=$ac_cr
18281 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18284 # Create commands to substitute file output variables.
18286 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18287 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
18288 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
18291 } >conf$
$files.sh
&&
18292 . .
/conf$
$files.sh ||
18293 as_fn_error $?
"could not make $CONFIG_STATUS" "$LINENO" 5
18294 rm -f conf$
$files.sh
18297 echo "cat >conf$$subs.awk <<_ACEOF" &&
18298 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18300 } >conf$$subs.sh ||
18301 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18302 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18304 for ac_last_try in false false false false false :; do
18305 . ./conf$$subs.sh ||
18306 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18308 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18309 if test $ac_delim_n = $ac_delim_num; then
18311 elif $ac_last_try; then
18312 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18314 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18317 rm -f conf$$subs.sh
18319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18320 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18324 s/^/S["/; s
/!.
*/"]=/
18334 s/\(.\{148\}\)..*/\1/
18336 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18341 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18348 s/\(.\{148\}\)..*/\1/
18350 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18354 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18359 ' <conf$$subs.awk | sed '
18364 ' >>$CONFIG_STATUS || ac_write_fail=1
18365 rm -f conf$$subs.awk
18366 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18368 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18369 for (key in S) S_is_set[key] = 1
18371 \$ac_cs_awk_pipe_init
18375 nfields = split(line, field, "@
")
18377 len = length(field[1])
18378 for (i = 2; i < nfields; i++) {
18380 keylen = length(key)
18381 if (S_is_set[key]) {
18383 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18384 len += length(value) + length(field[++i])
18389 if (nfields == 3 && !substed) {
18391 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18392 \$ac_cs_awk_read_file
18398 \$ac_cs_awk_pipe_fini
18401 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18402 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18403 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18406 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18407 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18410 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18411 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18412 # trailing colons and then remove the whole line if VPATH becomes empty
18413 # (actually we leave an empty line to preserve line numbers).
18414 if test "x
$srcdir" = x.; then
18415 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18433 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18434 fi # test -n "$CONFIG_FILES"
18437 eval set X " :F
$CONFIG_FILES "
18442 :[FHLC]) ac_mode=$ac_tag; continue;;
18444 case $ac_mode$ac_tag in
18446 :L* | :C*:*) as_fn_error $? "invalid tag \
`$ac_tag'" "$LINENO" 5;;
18447 :[FH]-) ac_tag=-:-;;
18448 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18465 -) ac_f="$ac_tmp/stdin";;
18466 *) # Look for the file first in the build tree, then in the source tree
18467 # (if the path is not absolute). The absolute path cannot be DOS-style,
18468 # because $ac_f cannot contain `:'.
18472 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18474 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18476 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
18477 as_fn_append ac_file_inputs " '$ac_f'"
18480 # Let's still pretend it is `configure' which instantiates (i.e., don't
18481 # use $as_me), people would be surprised to read:
18482 # /* config.h. Generated by config.status. */
18483 configure_input='Generated from '`
18484 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18486 if test x"$ac_file" != x-; then
18487 configure_input="$ac_file.
$configure_input"
18488 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
18489 $as_echo "$as_me: creating
$ac_file" >&6;}
18491 # Neutralize special characters interpreted by sed in replacement strings.
18492 case $configure_input in #(
18493 *\&* | *\|* | *\\* )
18494 ac_sed_conf_input=`$as_echo "$configure_input" |
18495 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18496 *) ac_sed_conf_input=$configure_input;;
18500 *:-:* | *:-) cat >"$ac_tmp/stdin
" \
18501 || as_fn_error $? "could not create
$ac_file" "$LINENO" 5 ;;
18506 ac_dir=`$as_dirname -- "$ac_file" ||
18507 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18508 X"$ac_file" : 'X\(//\)[^/]' \| \
18509 X"$ac_file" : 'X\(//\)$' \| \
18510 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18511 $as_echo X"$ac_file" |
18512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18516 /^X\(\/\/\)[^/].*/{
18529 as_dir="$ac_dir"; as_fn_mkdir_p
18533 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18535 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18536 # A "..
" for each directory in $ac_dir_suffix.
18537 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18538 case $ac_top_builddir_sub in
18539 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18540 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18543 ac_abs_top_builddir=$ac_pwd
18544 ac_abs_builddir=$ac_pwd$ac_dir_suffix
18545 # for backward compatibility:
18546 ac_top_builddir=$ac_top_build_prefix
18549 .) # We are building in place.
18551 ac_top_srcdir=$ac_top_builddir_sub
18552 ac_abs_top_srcdir=$ac_pwd ;;
18553 [\\/]* | ?:[\\/]* ) # Absolute name.
18554 ac_srcdir=$srcdir$ac_dir_suffix;
18555 ac_top_srcdir=$srcdir
18556 ac_abs_top_srcdir=$srcdir ;;
18557 *) # Relative name.
18558 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18559 ac_top_srcdir=$ac_top_build_prefix$srcdir
18560 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
18562 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
18572 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
18573 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18577 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18578 # If the template does not know about datarootdir, expand it.
18579 # FIXME: This hack should be removed a few years after 2.60.
18580 ac_datarootdir_hack=; ac_datarootdir_seen=
18591 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
18592 *datarootdir*) ac_datarootdir_seen=yes;;
18593 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
18595 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
18597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18598 ac_datarootdir_hack='
18599 s&@datadir@&$datadir&g
18600 s&@docdir@&$docdir&g
18601 s&@infodir@&$infodir&g
18602 s&@localedir@&$localedir&g
18603 s&@mandir@&$mandir&g
18604 s&\\\${datarootdir}&$datarootdir&g' ;;
18608 # Neutralize VPATH when `$srcdir' = `.'.
18609 # Shell code in configure.ac might set extrasub.
18610 # FIXME: do we really want to maintain this feature?
18611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18612 ac_sed_extra="$ac_vpsub
18615 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18617 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18618 s|@configure_input@|
$ac_sed_conf_input|
;t t
18619 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18620 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18621 s
&@srcdir@
&$ac_srcdir&;t t
18622 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18623 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18624 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18625 s
&@builddir@
&$ac_builddir&;t t
18626 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18627 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18628 s
&@INSTALL@
&$ac_INSTALL&;t t
18629 $ac_datarootdir_hack
18631 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18632 if $ac_cs_awk_getline; then
18633 $AWK -f "$ac_tmp/subs.
awk"
18635 $AWK -f "$ac_tmp/subs.
awk" | $SHELL
18637 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18639 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18640 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18641 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18642 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18644 which seems to be undefined. Please make sure it is defined" >&5
18645 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18646 which seems to be undefined. Please make sure it is defined" >&2;}
18648 rm -f "$ac_tmp/stdin"
18650 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18651 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18653 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18661 case $ac_file$ac_mode in
18662 "Makefile":F) sed "$extrasub_build" Makefile |
18663 sed "$extrasub_host" |
18664 sed "$extrasub_target" > mf$$
18665 mv -f mf$$ Makefile ;;
18673 ac_clean_files=$ac_clean_files_save
18675 test $ac_write_fail = 0 ||
18676 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18679 # configure is writing to config.log, and then calls config.status.
18680 # config.status does its own redirection, appending to config.log.
18681 # Unfortunately, on DOS this fails, as config.log is still kept open
18682 # by configure, so config.status won't be able to
write to it
; its
18683 # output is simply discarded. So we exec the FD to /dev/null,
18684 # effectively closing config.log, so it can be properly (re)opened and
18685 # appended to by config.status. When coming back to configure, we
18686 # need to make the FD available again.
18687 if test "$no_create" != yes; then
18689 ac_config_status_args
=
18690 test "$silent" = yes &&
18691 ac_config_status_args
="$ac_config_status_args --quiet"
18693 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18695 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18696 # would make configure fail if this is the last instruction.
18697 $ac_cs_success || as_fn_exit
1
18699 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18701 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}