2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x
; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var
in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\
${$as_var+set} = xset \
119 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
132 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x
; then
135 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required
="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev
/null
; then :
178 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
183 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir
=.
190 for as_base
in sh bash ksh sh5
; do
191 # Try only shells that exist, to save several forks.
192 as_shell
=$as_dir/$as_base
193 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
195 CONFIG_SHELL
=$as_shell as_have_required
=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
204 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
206 CONFIG_SHELL
=$SHELL as_have_required
=yes
211 if test "x$CONFIG_SHELL" != x
; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x
$as_have_required = xno
; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x
${ZSH_VERSION+set} = xset
; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL
=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE
= GREP_OPTIONS
=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir
=.
/$as_dir;;
283 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
287 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs
="'$as_qdir' $as_dirs"
291 as_dir
=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
317 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
352 as_val
=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
364 as_status
=$?
; test $as_status -eq 0 && as_status
=1
366 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit
$as_status
373 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
380 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
392 as_me
=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits
='0123456789'
416 as_cr_alnum
=$as_cr_Letters$as_cr_digits
419 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
420 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 chmod +x
"$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C
= ECHO_N
= ECHO_T
=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
463 rm -f conf$$ conf$$.exe conf$$.
file
464 if test -d conf$$.dir
; then
465 rm -f conf$$.dir
/conf$$.
file
468 mkdir conf$$.dir
2>/dev
/null
470 if (echo >conf$$.
file) 2>/dev
/null
; then
471 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
479 elif ln conf$$.
file conf$$
2>/dev
/null
; then
487 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
488 rmdir conf$$.dir
2>/dev
/null
490 if mkdir
-p .
2>/dev
/null
; then
491 as_mkdir_p
='mkdir -p "$as_dir"'
493 test -d .
/-p && rmdir .
/-p
497 if test -x / >/dev
/null
2>&1; then
500 if ls -dL / >/dev
/null
2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p
=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev
/null
6>&1
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
537 ac_default_prefix
=/usr
/local
539 ac_config_libobj_dir
=.
546 # Identity of this package.
554 ac_unique_file
="move-if-change"
555 enable_option_checking
=no
556 ac_subst_vars
='LTLIBOBJS
564 MAINTAINER_MODE_FALSE
566 COMPILER_NM_FOR_TARGET
567 COMPILER_LD_FOR_TARGET
568 COMPILER_AS_FOR_TARGET
642 DEBUG_PREFIX_CFLAGS_FOR_TARGET
643 SYSROOT_CFLAGS_FOR_TARGET
644 extra_host_zlib_configure_flags
645 extra_host_libiberty_configure_flags
647 extra_linker_plugin_flags
648 extra_linker_plugin_configure_flags
656 extra_isl_gmp_configure_flags
657 extra_mpc_mpfr_configure_flags
658 extra_mpc_gmp_configure_flags
659 extra_mpfr_configure_flags
675 extra_liboffloadmic_configure_flags
702 TOPLEVEL_CONFIGURE_ARGUMENTS
730 program_transform_name
741 ac_subst_files
='serialization_dependencies
747 enable_option_checking
750 enable_as_accelerator_for
751 enable_offload_targets
754 enable_compressed_debug_sections
756 enable_libquadmath_support
780 enable_isl_version_check
782 enable_linker_plugin_configure_flags
783 enable_linker_plugin_flags
784 enable_stage1_languages
787 with_debug_prefix_map
790 enable_serial_configure
791 with_build_time_tools
792 enable_maintainer_mode
793 enable_stage1_checking
797 ac_precious_vars
='build_alias
844 # Initialize some variables set by options.
846 ac_init_version
=false
847 ac_unrecognized_opts
=
849 # The variables have the same names as the options, with
850 # dashes changed to underlines.
858 program_transform_name
=s
,x
,x
,
866 # Installation directory options.
867 # These are left unexpanded so users can "make install exec_prefix=/foo"
868 # and all the variables that are supposed to be based on exec_prefix
869 # by default will actually change.
870 # Use braces instead of parens because sh, perl, etc. also accept them.
871 # (The list follows the same order as the GNU Coding Standards.)
872 bindir
='${exec_prefix}/bin'
873 sbindir
='${exec_prefix}/sbin'
874 libexecdir
='${exec_prefix}/libexec'
875 datarootdir
='${prefix}/share'
876 datadir
='${datarootdir}'
877 sysconfdir
='${prefix}/etc'
878 sharedstatedir
='${prefix}/com'
879 localstatedir
='${prefix}/var'
880 includedir
='${prefix}/include'
881 oldincludedir
='/usr/include'
882 docdir
='${datarootdir}/doc/${PACKAGE}'
883 infodir
='${datarootdir}/info'
888 libdir
='${exec_prefix}/lib'
889 localedir
='${datarootdir}/locale'
890 mandir
='${datarootdir}/man'
896 # If the previous option needs an argument, assign it.
897 if test -n "$ac_prev"; then
898 eval $ac_prev=\
$ac_option
904 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
908 # Accept the important Cygnus configure options, so we can diagnose typos.
910 case $ac_dashdash$ac_option in
914 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
916 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
919 -build |
--build |
--buil |
--bui |
--bu)
920 ac_prev
=build_alias
;;
921 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
922 build_alias
=$ac_optarg ;;
924 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
925 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
926 ac_prev
=cache_file
;;
927 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
928 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
929 cache_file
=$ac_optarg ;;
932 cache_file
=config.cache
;;
934 -datadir |
--datadir |
--datadi |
--datad)
936 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
937 datadir
=$ac_optarg ;;
939 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
940 |
--dataroo |
--dataro |
--datar)
941 ac_prev
=datarootdir
;;
942 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
943 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
944 datarootdir
=$ac_optarg ;;
946 -disable-* |
--disable-*)
947 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
948 # Reject names that are not valid shell variable names.
949 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
950 as_fn_error
"invalid feature name: $ac_useropt"
951 ac_useropt_orig
=$ac_useropt
952 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953 case $ac_user_opts in
957 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
958 ac_unrecognized_sep
=', ';;
960 eval enable_
$ac_useropt=no
;;
962 -docdir |
--docdir |
--docdi |
--doc |
--do)
964 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
967 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
969 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
972 -enable-* |
--enable-*)
973 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
974 # Reject names that are not valid shell variable names.
975 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
976 as_fn_error
"invalid feature name: $ac_useropt"
977 ac_useropt_orig
=$ac_useropt
978 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
983 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
984 ac_unrecognized_sep
=', ';;
986 eval enable_
$ac_useropt=\
$ac_optarg ;;
988 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
989 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
990 |
--exec |
--exe |
--ex)
991 ac_prev
=exec_prefix
;;
992 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
993 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
994 |
--exec=* |
--exe=* |
--ex=*)
995 exec_prefix
=$ac_optarg ;;
997 -gas |
--gas |
--ga |
--g)
998 # Obsolete; use --with-gas.
1001 -help |
--help |
--hel |
--he |
-h)
1002 ac_init_help
=long
;;
1003 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1004 ac_init_help
=recursive
;;
1005 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1006 ac_init_help
=short
;;
1008 -host |
--host |
--hos |
--ho)
1009 ac_prev
=host_alias
;;
1010 -host=* |
--host=* |
--hos=* |
--ho=*)
1011 host_alias
=$ac_optarg ;;
1013 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1015 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1017 htmldir
=$ac_optarg ;;
1019 -includedir |
--includedir |
--includedi |
--included |
--include \
1020 |
--includ |
--inclu |
--incl |
--inc)
1021 ac_prev
=includedir
;;
1022 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1023 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1024 includedir
=$ac_optarg ;;
1026 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1028 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1029 infodir
=$ac_optarg ;;
1031 -libdir |
--libdir |
--libdi |
--libd)
1033 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1034 libdir
=$ac_optarg ;;
1036 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1037 |
--libexe |
--libex |
--libe)
1038 ac_prev
=libexecdir
;;
1039 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1040 |
--libexe=* |
--libex=* |
--libe=*)
1041 libexecdir
=$ac_optarg ;;
1043 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1044 ac_prev
=localedir
;;
1045 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1046 localedir
=$ac_optarg ;;
1048 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1049 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1050 ac_prev
=localstatedir
;;
1051 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1052 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1053 localstatedir
=$ac_optarg ;;
1055 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1057 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1058 mandir
=$ac_optarg ;;
1060 -nfp |
--nfp |
--nf)
1061 # Obsolete; use --without-fp.
1064 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1065 |
--no-cr |
--no-c |
-n)
1068 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1069 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1072 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1073 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1074 |
--oldin |
--oldi |
--old |
--ol |
--o)
1075 ac_prev
=oldincludedir
;;
1076 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1077 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1078 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1079 oldincludedir
=$ac_optarg ;;
1081 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1083 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1084 prefix
=$ac_optarg ;;
1086 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1087 |
--program-pre |
--program-pr |
--program-p)
1088 ac_prev
=program_prefix
;;
1089 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1090 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1091 program_prefix
=$ac_optarg ;;
1093 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1094 |
--program-suf |
--program-su |
--program-s)
1095 ac_prev
=program_suffix
;;
1096 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1097 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1098 program_suffix
=$ac_optarg ;;
1100 -program-transform-name |
--program-transform-name \
1101 |
--program-transform-nam |
--program-transform-na \
1102 |
--program-transform-n |
--program-transform- \
1103 |
--program-transform |
--program-transfor \
1104 |
--program-transfo |
--program-transf \
1105 |
--program-trans |
--program-tran \
1106 |
--progr-tra |
--program-tr |
--program-t)
1107 ac_prev
=program_transform_name
;;
1108 -program-transform-name=* |
--program-transform-name=* \
1109 |
--program-transform-nam=* |
--program-transform-na=* \
1110 |
--program-transform-n=* |
--program-transform-=* \
1111 |
--program-transform=* |
--program-transfor=* \
1112 |
--program-transfo=* |
--program-transf=* \
1113 |
--program-trans=* |
--program-tran=* \
1114 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1115 program_transform_name
=$ac_optarg ;;
1117 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1119 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1120 pdfdir
=$ac_optarg ;;
1122 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1124 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1127 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1128 |
-silent |
--silent |
--silen |
--sile |
--sil)
1131 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1133 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1135 sbindir
=$ac_optarg ;;
1137 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1138 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1139 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1141 ac_prev
=sharedstatedir
;;
1142 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1143 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1144 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1146 sharedstatedir
=$ac_optarg ;;
1148 -site |
--site |
--sit)
1150 -site=* |
--site=* |
--sit=*)
1153 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1155 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1156 srcdir
=$ac_optarg ;;
1158 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1159 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1160 ac_prev
=sysconfdir
;;
1161 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1162 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1163 sysconfdir
=$ac_optarg ;;
1165 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1166 ac_prev
=target_alias
;;
1167 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1168 target_alias
=$ac_optarg ;;
1170 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1173 -version |
--version |
--versio |
--versi |
--vers |
-V)
1174 ac_init_version
=: ;;
1177 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1178 # Reject names that are not valid shell variable names.
1179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1180 as_fn_error
"invalid package name: $ac_useropt"
1181 ac_useropt_orig
=$ac_useropt
1182 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1187 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1188 ac_unrecognized_sep
=', ';;
1190 eval with_
$ac_useropt=\
$ac_optarg ;;
1192 -without-* |
--without-*)
1193 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1194 # Reject names that are not valid shell variable names.
1195 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1196 as_fn_error
"invalid package name: $ac_useropt"
1197 ac_useropt_orig
=$ac_useropt
1198 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1199 case $ac_user_opts in
1203 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1204 ac_unrecognized_sep
=', ';;
1206 eval with_
$ac_useropt=no
;;
1209 # Obsolete; use --with-x.
1212 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1213 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1214 ac_prev
=x_includes
;;
1215 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1216 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1217 x_includes
=$ac_optarg ;;
1219 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1220 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1221 ac_prev
=x_libraries
;;
1222 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1223 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1224 x_libraries
=$ac_optarg ;;
1226 -*) as_fn_error
"unrecognized option: \`$ac_option'
1227 Try \`$0 --help' for more information."
1231 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1232 # Reject names that are not valid shell variable names.
1233 case $ac_envvar in #(
1234 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1235 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1237 eval $ac_envvar=\
$ac_optarg
1238 export $ac_envvar ;;
1241 # FIXME: should be removed in autoconf 3.0.
1242 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1243 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1244 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1245 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1251 if test -n "$ac_prev"; then
1252 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1253 as_fn_error
"missing argument to $ac_option"
1256 if test -n "$ac_unrecognized_opts"; then
1257 case $enable_option_checking in
1259 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1260 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1264 # Check all directory arguments for consistency.
1265 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1266 datadir sysconfdir sharedstatedir localstatedir includedir \
1267 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1268 libdir localedir mandir
1270 eval ac_val
=\$
$ac_var
1271 # Remove trailing slashes.
1274 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1275 eval $ac_var=\
$ac_val;;
1277 # Be sure to have absolute directory names.
1279 [\\/$
]* | ?
:[\\/]* ) continue;;
1280 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1282 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1285 # There might be people who depend on the old broken behavior: `$host'
1286 # used to hold the argument of --host etc.
1287 # FIXME: To remove some day.
1290 target
=$target_alias
1292 # FIXME: To remove some day.
1293 if test "x$host_alias" != x
; then
1294 if test "x$build_alias" = x
; then
1295 cross_compiling
=maybe
1296 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1297 If a cross compiler is detected then cross compile mode will be used." >&2
1298 elif test "x$build_alias" != "x$host_alias"; then
1304 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1306 test "$silent" = yes && exec 6>/dev
/null
1309 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1310 ac_ls_di
=`ls -di .` &&
1311 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1312 as_fn_error
"working directory cannot be determined"
1313 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1314 as_fn_error
"pwd does not report name of working directory"
1317 # Find the source files, if location was not specified.
1318 if test -z "$srcdir"; then
1319 ac_srcdir_defaulted
=yes
1320 # Try the directory containing this script, then the parent directory.
1321 ac_confdir
=`$as_dirname -- "$as_myself" ||
1322 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323 X"$as_myself" : 'X\(//\)[^/]' \| \
1324 X"$as_myself" : 'X\(//\)$' \| \
1325 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1326 $as_echo X"$as_myself" |
1327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1349 ac_srcdir_defaulted
=no
1351 if test ! -r "$srcdir/$ac_unique_file"; then
1352 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1353 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1355 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1357 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1359 # When building in place, set srcdir=.
1360 if test "$ac_abs_confdir" = "$ac_pwd"; then
1363 # Remove unnecessary trailing slashes from srcdir.
1364 # Double slashes in file names in object file debugging info
1365 # mess up M-x gdb in Emacs.
1367 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1371 as_fn_error
"path to source, $srcdir, contains spaces"
1374 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1376 for ac_var
in $ac_precious_vars; do
1377 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1378 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1379 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1380 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1384 # Report the --help message.
1386 if test "$ac_init_help" = "long"; then
1387 # Omit some internal or obsolete options to make the list less imposing.
1388 # This message is too long to be a string in the A/UX 3.1 sh.
1390 \`configure' configures this package to adapt to many kinds of systems.
1392 Usage: $0 [OPTION]... [VAR=VALUE]...
1394 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1395 VAR=VALUE. See below for descriptions of some of the useful variables.
1397 Defaults for the options are specified in brackets.
1400 -h, --help display this help and exit
1401 --help=short display options specific to this package
1402 --help=recursive display the short help of all the included packages
1403 -V, --version display version information and exit
1404 -q, --quiet, --silent do not print \`checking...' messages
1405 --cache-file=FILE cache test results in FILE [disabled]
1406 -C, --config-cache alias for \`--cache-file=config.cache'
1407 -n, --no-create do not create output files
1408 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1410 Installation directories:
1411 --prefix=PREFIX install architecture-independent files in PREFIX
1412 [$ac_default_prefix]
1413 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1416 By default, \`make install' will install all the files in
1417 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1418 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1419 for instance \`--prefix=\$HOME'.
1421 For better control, use the options below.
1423 Fine tuning of the installation directories:
1424 --bindir=DIR user executables [EPREFIX/bin]
1425 --sbindir=DIR system admin executables [EPREFIX/sbin]
1426 --libexecdir=DIR program executables [EPREFIX/libexec]
1427 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1428 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1429 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1430 --libdir=DIR object code libraries [EPREFIX/lib]
1431 --includedir=DIR C header files [PREFIX/include]
1432 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1433 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1434 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1435 --infodir=DIR info documentation [DATAROOTDIR/info]
1436 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1437 --mandir=DIR man documentation [DATAROOTDIR/man]
1438 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1439 --htmldir=DIR html documentation [DOCDIR]
1440 --dvidir=DIR dvi documentation [DOCDIR]
1441 --pdfdir=DIR pdf documentation [DOCDIR]
1442 --psdir=DIR ps documentation [DOCDIR]
1448 --program-prefix=PREFIX prepend PREFIX to installed program names
1449 --program-suffix=SUFFIX append SUFFIX to installed program names
1450 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1453 --build=BUILD configure
for building on BUILD
[guessed
]
1454 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1455 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1459 if test -n "$ac_init_help"; then
1464 --disable-option-checking ignore unrecognized
--enable/--with options
1465 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1466 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1467 --enable-as-accelerator-for=ARG
1468 build as offload target compiler. Specify offload
1470 --enable-offload-targets=LIST
1471 enable offloading to devices from comma-separated
1472 LIST of TARGET
[=DIR
]. Use optional path to
find
1473 offload target compiler during the build
1474 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1475 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1476 --enable-compressed-debug-sections={all
,gas
,gold
,ld
,none
}
1477 Enable compressed debug sections
for gas
, gold or ld
1479 --disable-libquadmath do not build libquadmath directory
1480 --disable-libquadmath-support
1481 disable libquadmath support
for Fortran
1482 --enable-libada build libada directory
1483 --enable-libssp build libssp directory
1484 --disable-libstdcxx do not build libstdc
++-v3 directory
1485 --enable-liboffloadmic=ARG
1486 build liboffloadmic
[ARG
={no
,host,target
}]
1487 --enable-bootstrap enable bootstrapping
[yes if native build
]
1488 --disable-isl-version-check
1489 disable check
for isl version
1490 --enable-lto enable link
time optimization support
1491 --enable-linker-plugin-configure-flags=FLAGS
1492 additional flags
for configuring linker plugins
1494 --enable-linker-plugin-flags=FLAGS
1495 additional flags
for configuring and building linker
1497 --enable-stage1-languages[=all
]
1498 choose additional languages to build during stage1.
1499 Mostly useful
for compiler development
1500 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1502 --enable-vtable-verify Enable vtable verification feature
1503 --enable-serial-[{host,target,build}-]configure
1504 force sequential configuration of sub-packages for
1505 the host, target or build machine, or all
1507 --enable-maintainer-mode
1508 enable make rules and dependencies not useful (and
1509 sometimes confusing) to the casual installer
1510 --enable-stage1-checking[=all]
1511 choose additional checking for stage1 of the
1513 --enable-werror enable -Werror in bootstrap stage2 and later
1514 --enable-host-shared build host code as shared libraries
1517 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1518 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1519 --with-build-libsubdir=DIR Directory where to find libraries for build system
1520 --with-system-zlib use installed libz
1521 --with-mpc=PATH specify prefix directory for installed MPC package.
1522 Equivalent to --with-mpc-include=PATH/include plus
1523 --with-mpc-lib=PATH/lib
1524 --with-mpc-include=PATH specify directory for installed MPC include files
1525 --with-mpc-lib=PATH specify directory for the installed MPC library
1526 --with-mpfr-dir=PATH this option has been REMOVED
1527 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1528 Equivalent to --with-mpfr-include=PATH/include plus
1529 --with-mpfr-lib=PATH/lib
1530 --with-mpfr-include=PATH
1531 specify directory for installed MPFR include files
1532 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1533 --with-gmp-dir=PATH this option has been REMOVED
1534 --with-gmp=PATH specify prefix directory for the installed GMP
1535 package. Equivalent to
1536 --with-gmp-include=PATH/include plus
1537 --with-gmp-lib=PATH/lib
1538 --with-gmp-include=PATH specify directory for installed GMP include files
1539 --with-gmp-lib=PATH specify directory for the installed GMP library
1540 --with-stage1-libs=LIBS libraries for stage1
1541 --with-stage1-ldflags=FLAGS
1542 linker flags for stage1
1543 --with-boot-libs=LIBS libraries for stage2 and later
1544 --with-boot-ldflags=FLAGS
1545 linker flags for stage2 and later
1546 --with-isl=PATH Specify prefix directory for the installed isl
1547 package. Equivalent to
1548 --with-isl-include=PATH/include plus
1549 --with-isl-lib=PATH/lib
1550 --with-isl-include=PATH Specify directory for installed isl include files
1551 --with-isl-lib=PATH Specify the directory for the installed isl library
1552 --with-build-sysroot=SYSROOT
1553 use sysroot as the system root during the build
1554 --with-debug-prefix-map='A
=B C
=D ...
'
1555 map A to B, C to D ... in debug information
1556 --with-build-config='NAME NAME2...
'
1557 use config/NAME.mk build configuration
1558 --with-build-time-tools=PATH
1559 use given path to find target tools during the build
1561 Some influential environment variables:
1562 CC C compiler command
1563 CFLAGS C compiler flags
1564 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1565 nonstandard directory <lib dir>
1566 LIBS libraries to pass to the linker, e.g. -l<library>
1567 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1568 you have headers in a nonstandard directory <include dir>
1569 CXX C++ compiler command
1570 CXXFLAGS C++ compiler flags
1572 additional configure arguments for build directories
1574 additional configure arguments for host directories
1576 additional configure arguments for target directories
1579 DLLTOOL DLLTOOL for the host
1581 LIPO LIPO for the host
1583 RANLIB RANLIB for the host
1584 STRIP STRIP for the host
1585 WINDRES WINDRES for the host
1586 WINDMC WINDMC for the host
1587 OBJCOPY OBJCOPY for the host
1588 OBJDUMP OBJDUMP for the host
1589 READELF READELF for the host
1597 GFORTRAN for the target
1605 DLLTOOL for the target
1613 OBJCOPY for the target
1615 OBJDUMP for the target
1617 RANLIB for the target
1619 READELF for the target
1621 STRIP for the target
1623 WINDRES for the target
1625 WINDMC for the target
1627 Use these variables to override the choices made by `configure' or to
help
1628 it to
find libraries and programs with nonstandard names
/locations.
1630 Report bugs to the package provider.
1635 if test "$ac_init_help" = "recursive"; then
1636 # If there are subdirs, report their specific --help.
1637 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1638 test -d "$ac_dir" ||
1639 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1644 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1646 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1647 # A ".." for each directory in $ac_dir_suffix.
1648 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1649 case $ac_top_builddir_sub in
1650 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1651 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1654 ac_abs_top_builddir
=$ac_pwd
1655 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1656 # for backward compatibility:
1657 ac_top_builddir
=$ac_top_build_prefix
1660 .
) # We are building in place.
1662 ac_top_srcdir
=$ac_top_builddir_sub
1663 ac_abs_top_srcdir
=$ac_pwd ;;
1664 [\\/]* | ?
:[\\/]* ) # Absolute name.
1665 ac_srcdir
=$srcdir$ac_dir_suffix;
1666 ac_top_srcdir
=$srcdir
1667 ac_abs_top_srcdir
=$srcdir ;;
1669 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1670 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1671 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1673 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1675 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1676 # Check for guested configure.
1677 if test -f "$ac_srcdir/configure.gnu"; then
1679 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1680 elif test -f "$ac_srcdir/configure"; then
1682 $SHELL "$ac_srcdir/configure" --help=recursive
1684 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1686 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1690 test -n "$ac_init_help" && exit $ac_status
1691 if $ac_init_version; then
1694 generated by GNU Autoconf
2.64
1696 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1697 This configure
script is free software
; the Free Software Foundation
1698 gives unlimited permission to copy
, distribute and modify it.
1703 ## ------------------------ ##
1704 ## Autoconf initialization. ##
1705 ## ------------------------ ##
1707 # ac_fn_c_try_compile LINENO
1708 # --------------------------
1709 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1710 ac_fn_c_try_compile
()
1712 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1713 rm -f conftest.
$ac_objext
1714 if { { ac_try
="$ac_compile"
1716 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_compile") 2>conftest.err
1723 if test -s conftest.err; then
1724 grep -v '^ *+' conftest.err >conftest.er1
1725 cat conftest.er1 >&5
1726 mv -f conftest.er1 conftest.err
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } && {
1730 test -z "$ac_c_werror_flag" ||
1731 test ! -s conftest.err
1732 } && test -s conftest.$ac_objext; then :
1735 $as_echo "$as_me: failed program was:" >&5
1736 sed 's/^/| /' conftest.$ac_ext >&5
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743 } # ac_fn_c_try_compile
1745 # ac_fn_cxx_try_compile LINENO
1746 # ----------------------------
1747 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1748 ac_fn_cxx_try_compile ()
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 rm -f conftest.$ac_objext
1752 if { { ac_try="$ac_compile"
1754 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1755 *) ac_try_echo
=$ac_try;;
1757 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758 $as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_compile") 2>conftest.err
1761 if test -s conftest.err
; then
1762 grep -v '^ *+' conftest.err
>conftest.er1
1763 cat conftest.er1
>&5
1764 mv -f conftest.er1 conftest.err
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && {
1768 test -z "$ac_cxx_werror_flag" ||
1769 test ! -s conftest.err
1770 } && test -s conftest.
$ac_objext; then :
1773 $as_echo "$as_me: failed program was:" >&5
1774 sed 's/^/| /' conftest.
$ac_ext >&5
1778 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1781 } # ac_fn_cxx_try_compile
1783 # ac_fn_cxx_try_link LINENO
1784 # -------------------------
1785 # Try to link conftest.$ac_ext, and return whether this succeeded.
1786 ac_fn_cxx_try_link
()
1788 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1789 rm -f conftest.
$ac_objext conftest
$ac_exeext
1790 if { { ac_try
="$ac_link"
1792 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1793 *) ac_try_echo=$ac_try;;
1795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1796 $as_echo "$ac_try_echo"; } >&5
1797 (eval "$ac_link") 2>conftest.err
1799 if test -s conftest.err; then
1800 grep -v '^ *+' conftest.err >conftest.er1
1801 cat conftest.er1 >&5
1802 mv -f conftest.er1 conftest.err
1804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1805 test $ac_status = 0; } && {
1806 test -z "$ac_cxx_werror_flag" ||
1807 test ! -s conftest.err
1808 } && test -s conftest$ac_exeext && {
1809 test "$cross_compiling" = yes ||
1810 $as_test_x conftest$ac_exeext
1814 $as_echo "$as_me: failed program was:" >&5
1815 sed 's/^/| /' conftest.$ac_ext >&5
1819 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1820 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1821 # interfere with the next link command; also delete a directory that is
1822 # left behind by Apple's compiler. We do this before executing the actions.
1823 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827 } # ac_fn_cxx_try_link
1829 # ac_fn_c_try_link LINENO
1830 # -----------------------
1831 # Try to link conftest.$ac_ext, and return whether this succeeded.
1834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1835 rm -f conftest.$ac_objext conftest$ac_exeext
1836 if { { ac_try="$ac_link"
1838 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1839 *) ac_try_echo
=$ac_try;;
1841 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1842 $as_echo "$ac_try_echo"; } >&5
1843 (eval "$ac_link") 2>conftest.err
1845 if test -s conftest.err
; then
1846 grep -v '^ *+' conftest.err
>conftest.er1
1847 cat conftest.er1
>&5
1848 mv -f conftest.er1 conftest.err
1850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1851 test $ac_status = 0; } && {
1852 test -z "$ac_c_werror_flag" ||
1853 test ! -s conftest.err
1854 } && test -s conftest
$ac_exeext && {
1855 test "$cross_compiling" = yes ||
1856 $as_test_x conftest
$ac_exeext
1860 $as_echo "$as_me: failed program was:" >&5
1861 sed 's/^/| /' conftest.
$ac_ext >&5
1865 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1866 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1867 # interfere with the next link command; also delete a directory that is
1868 # left behind by Apple's compiler. We do this before executing the actions.
1869 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1870 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1873 } # ac_fn_c_try_link
1874 cat >config.log
<<_ACEOF
1875 This file contains any messages produced by compilers while
1876 running configure, to aid debugging if configure makes a mistake.
1878 It was created by $as_me, which was
1879 generated by GNU Autoconf 2.64. Invocation command line was
1891 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1892 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1893 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1894 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1895 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1897 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1898 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1900 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1901 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1902 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1903 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1904 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1905 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1906 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1910 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1914 test -z "$as_dir" && as_dir
=.
1915 $as_echo "PATH: $as_dir"
1931 # Keep a trace of the command line.
1932 # Strip out --no-create and --no-recursion so they do not pile up.
1933 # Strip out --silent because we don't want to record it for future runs.
1934 # Also quote any args containing shell meta-characters.
1935 # Make two passes to allow for proper duplicate-argument suppression.
1939 ac_must_keep_next
=false
1945 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1946 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1947 |
-silent |
--silent |
--silen |
--sile |
--sil)
1950 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1953 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1955 as_fn_append ac_configure_args1
" '$ac_arg'"
1956 if test $ac_must_keep_next = true
; then
1957 ac_must_keep_next
=false
# Got value, back to normal.
1960 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1961 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1962 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1963 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1964 case "$ac_configure_args0 " in
1965 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1968 -* ) ac_must_keep_next
=true
;;
1971 as_fn_append ac_configure_args
" '$ac_arg'"
1976 { ac_configure_args0
=; unset ac_configure_args0
;}
1977 { ac_configure_args1
=; unset ac_configure_args1
;}
1979 # When interrupted or exit'd, cleanup temporary files, and complete
1980 # config.log. We remove comments because anyway the quotes in there
1981 # would cause problems or look ugly.
1982 # WARNING: Use '\'' to represent an apostrophe within the trap.
1983 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1984 trap 'exit_status=$?
1985 # Save into config.log some information that might help in debugging.
1990 ## ---------------- ##
1991 ## Cache variables. ##
1992 ## ---------------- ##
1995 # The following way of writing the cache mishandles newlines in values,
1997 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1998 eval ac_val=\$$ac_var
2002 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2003 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2006 _ | IFS | as_nl) ;; #(
2007 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2008 *) { eval $ac_var=; unset $ac_var;} ;;
2013 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2014 *${as_nl}ac_space=\ *)
2016 "s/'\''/'\''\\\\'\'''\''/g;
2017 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2020 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2028 ## ----------------- ##
2029 ## Output variables. ##
2030 ## ----------------- ##
2033 for ac_var in $ac_subst_vars
2035 eval ac_val=\$$ac_var
2037 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2039 $as_echo "$ac_var='\''$ac_val'\''"
2043 if test -n "$ac_subst_files"; then
2045 ## ------------------- ##
2046 ## File substitutions. ##
2047 ## ------------------- ##
2050 for ac_var
in $ac_subst_files
2052 eval ac_val
=\$
$ac_var
2054 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2056 $as_echo "$ac_var='\''$ac_val'\''"
2061 if test -s confdefs.h; then
2071 test "$ac_signal" != 0 &&
2072 $as_echo "$as_me: caught signal $ac_signal"
2073 $as_echo "$as_me: exit $exit_status"
2075 rm -f core *.core core.conftest.* &&
2076 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2079 for ac_signal
in 1 2 13 15; do
2080 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2084 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2085 rm -f -r conftest
* confdefs.h
2087 $as_echo "/* confdefs.h */" > confdefs.h
2089 # Predefined preprocessor variables.
2091 cat >>confdefs.h
<<_ACEOF
2092 #define PACKAGE_NAME "$PACKAGE_NAME"
2095 cat >>confdefs.h
<<_ACEOF
2096 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2099 cat >>confdefs.h
<<_ACEOF
2100 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2103 cat >>confdefs.h
<<_ACEOF
2104 #define PACKAGE_STRING "$PACKAGE_STRING"
2107 cat >>confdefs.h
<<_ACEOF
2108 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2111 cat >>confdefs.h
<<_ACEOF
2112 #define PACKAGE_URL "$PACKAGE_URL"
2116 # Let the site file select an alternate cache file if it wants to.
2117 # Prefer an explicitly selected file to automatically selected ones.
2120 if test -n "$CONFIG_SITE"; then
2121 ac_site_file1
=$CONFIG_SITE
2122 elif test "x$prefix" != xNONE
; then
2123 ac_site_file1
=$prefix/share
/config.site
2124 ac_site_file2
=$prefix/etc
/config.site
2126 ac_site_file1
=$ac_default_prefix/share
/config.site
2127 ac_site_file2
=$ac_default_prefix/etc
/config.site
2129 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2131 test "x$ac_site_file" = xNONE
&& continue
2132 if test -r "$ac_site_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2134 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2135 sed 's/^/| /' "$ac_site_file" >&5
2140 if test -r "$cache_file"; then
2141 # Some versions of bash will fail to source /dev/null (special
2142 # files actually), so we avoid doing that.
2143 if test -f "$cache_file"; then
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2145 $as_echo "$as_me: loading cache $cache_file" >&6;}
2147 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2148 *) .
"./$cache_file";;
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2153 $as_echo "$as_me: creating cache $cache_file" >&6;}
2157 # Check that the precious variables saved in the cache have kept the same
2159 ac_cache_corrupted
=false
2160 for ac_var
in $ac_precious_vars; do
2161 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2162 eval ac_new_set
=\
$ac_env_${ac_var}_set
2163 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2164 eval ac_new_val
=\
$ac_env_${ac_var}_value
2165 case $ac_old_set,$ac_new_set in
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2168 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2169 ac_cache_corrupted
=: ;;
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2172 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2173 ac_cache_corrupted
=: ;;
2176 if test "x$ac_old_val" != "x$ac_new_val"; then
2177 # differences in whitespace do not lead to failure.
2178 ac_old_val_w
=`echo x $ac_old_val`
2179 ac_new_val_w
=`echo x $ac_new_val`
2180 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2182 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2183 ac_cache_corrupted
=:
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2186 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2187 eval $ac_var=\
$ac_old_val
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2190 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2192 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2195 # Pass precious variables to config.status.
2196 if test "$ac_new_set" = set; then
2198 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2199 *) ac_arg
=$ac_var=$ac_new_val ;;
2201 case " $ac_configure_args " in
2202 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2203 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2207 if $ac_cache_corrupted; then
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2211 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2212 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2214 ## -------------------- ##
2215 ## Main body of script. ##
2216 ## -------------------- ##
2219 ac_cpp
='$CPP $CPPFLAGS'
2220 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2221 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2222 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2233 # if PWD already has a value, it is probably wrong.
2234 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2236 # Export original configure arguments for use by sub-configures.
2237 # Quote arguments with shell meta charatcers.
2238 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2239 set -- "$progname" "$@"
2243 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2244 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2245 # if the argument is of the form -foo=baz, quote the baz part only
2246 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2249 # Add the quoted argument to the list.
2250 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2252 if test "$silent" = yes; then
2253 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2255 # Remove the initial space we just introduced and, as these will be
2256 # expanded by make, quote '$'.
2257 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2260 # Find the build, host, and target systems.
2262 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2263 for ac_t
in install-sh
install.sh shtool
; do
2264 if test -f "$ac_dir/$ac_t"; then
2266 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2271 if test -z "$ac_aux_dir"; then
2272 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2275 # These three variables are undocumented and unsupported,
2276 # and are intended to be withdrawn in a future Autoconf release.
2277 # They can cause serious problems if a builder's source tree is in a directory
2278 # whose full name contains unusual characters.
2279 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2280 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2281 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2284 # Make sure we can run config.sub.
2285 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2286 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2289 $as_echo_n "checking build system type... " >&6; }
2290 if test "${ac_cv_build+set}" = set; then :
2291 $as_echo_n "(cached) " >&6
2293 ac_build_alias
=$build_alias
2294 test "x$ac_build_alias" = x
&&
2295 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2296 test "x$ac_build_alias" = x
&&
2297 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2298 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2303 $as_echo "$ac_cv_build" >&6; }
2304 case $ac_cv_build in
2306 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2309 ac_save_IFS
=$IFS; IFS
='-'
2315 # Remember, the first character of IFS is used to create $*,
2316 # except with old shells:
2319 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2322 case ${build_alias} in
2323 "") build_noncanonical
=${build} ;;
2324 *) build_noncanonical
=${build_alias} ;;
2329 case ${host_alias} in
2330 "") host_noncanonical
=${build_noncanonical} ;;
2331 *) host_noncanonical
=${host_alias} ;;
2336 case ${target_alias} in
2337 "") target_noncanonical
=${host_noncanonical} ;;
2338 *) target_noncanonical
=${target_alias} ;;
2344 test "$host_noncanonical" = "$target_noncanonical" &&
2345 test "$program_prefix$program_suffix$program_transform_name" = \
2347 program_transform_name
=s
,y
,y
,
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2350 $as_echo_n "checking host system type... " >&6; }
2351 if test "${ac_cv_host+set}" = set; then :
2352 $as_echo_n "(cached) " >&6
2354 if test "x$host_alias" = x
; then
2355 ac_cv_host
=$ac_cv_build
2357 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2358 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2363 $as_echo "$ac_cv_host" >&6; }
2366 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2369 ac_save_IFS
=$IFS; IFS
='-'
2375 # Remember, the first character of IFS is used to create $*,
2376 # except with old shells:
2379 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2383 $as_echo_n "checking target system type... " >&6; }
2384 if test "${ac_cv_target+set}" = set; then :
2385 $as_echo_n "(cached) " >&6
2387 if test "x$target_alias" = x
; then
2388 ac_cv_target
=$ac_cv_host
2390 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2391 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2396 $as_echo "$ac_cv_target" >&6; }
2397 case $ac_cv_target in
2399 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2401 target
=$ac_cv_target
2402 ac_save_IFS
=$IFS; IFS
='-'
2408 # Remember, the first character of IFS is used to create $*,
2409 # except with old shells:
2412 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2415 # The aliases save the names the user supplied, while $host etc.
2416 # will get canonicalized.
2417 test -n "$target_alias" &&
2418 test "$program_prefix$program_suffix$program_transform_name" = \
2420 program_prefix
=${target_alias}-
2422 test "$program_prefix" != NONE
&&
2423 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2424 # Use a double $ so make ignores it.
2425 test "$program_suffix" != NONE
&&
2426 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2427 # Double any \ or $.
2428 # By default was `s,x,x', remove it if useless.
2429 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2430 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2434 # Get 'install' or 'install-sh' and its variants.
2435 # Find a good install program. We prefer a C program (faster),
2436 # so one script is as good as another. But avoid the broken or
2437 # incompatible versions:
2438 # SysV /etc/install, /usr/sbin/install
2439 # SunOS /usr/etc/install
2440 # IRIX /sbin/install
2442 # AmigaOS /C/install, which installs bootblocks on floppy discs
2443 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2444 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2445 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2446 # OS/2's system install, which has a completely different semantic
2447 # ./install, which can be erroneously created by make from ./install.sh.
2448 # Reject install programs that cannot install multiple files.
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2450 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2451 if test -z "$INSTALL"; then
2452 if test "${ac_cv_path_install+set}" = set; then :
2453 $as_echo_n "(cached) " >&6
2455 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2459 test -z "$as_dir" && as_dir
=.
2460 # Account for people who put trailing slashes in PATH elements.
2461 case $as_dir/ in #((
2462 .
/ | .
// |
/[cC
]/* | \
2463 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2464 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2467 # OSF1 and SCO ODT 3.0 have their own names for install.
2468 # Don't use installbsd from OSF since it installs stuff as root
2470 for ac_prog
in ginstall scoinst
install; do
2471 for ac_exec_ext
in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2473 if test $ac_prog = install &&
2474 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2475 # AIX install. It has an incompatible calling convention.
2477 elif test $ac_prog = install &&
2478 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2479 # program-specific install script used by HP pwplus--don't use.
2482 rm -rf conftest.one conftest.two conftest.dir
2483 echo one
> conftest.one
2484 echo two
> conftest.two
2486 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2487 test -s conftest.one
&& test -s conftest.two
&&
2488 test -s conftest.dir
/conftest.one
&&
2489 test -s conftest.dir
/conftest.two
2491 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2504 rm -rf conftest.one conftest.two conftest.dir
2507 if test "${ac_cv_path_install+set}" = set; then
2508 INSTALL
=$ac_cv_path_install
2510 # As a last resort, use the slow shell script. Don't cache a
2511 # value for INSTALL within a source directory, because that will
2512 # break other packages using the cache if that directory is
2513 # removed, or if the value is a relative name.
2514 INSTALL
=$ac_install_sh
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2518 $as_echo "$INSTALL" >&6; }
2520 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2521 # It thinks the first close brace ends the variable substitution.
2522 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2524 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2526 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2529 $as_echo_n "checking whether ln works... " >&6; }
2530 if test "${acx_cv_prog_LN+set}" = set; then :
2531 $as_echo_n "(cached) " >&6
2533 rm -f conftestdata_t
2534 echo >conftestdata_f
2535 if ln conftestdata_f conftestdata_t
2>/dev
/null
2541 rm -f conftestdata_f conftestdata_t
2544 if test $acx_cv_prog_LN = no
; then
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2547 $as_echo "no, using $LN" >&6; }
2549 LN
="$acx_cv_prog_LN"
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2551 $as_echo "yes" >&6; }
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2555 $as_echo_n "checking whether ln -s works... " >&6; }
2557 if test "$LN_S" = "ln -s"; then
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2559 $as_echo "yes" >&6; }
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2562 $as_echo "no, using $LN_S" >&6; }
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2566 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2567 if test "${ac_cv_path_SED+set}" = set; then :
2568 $as_echo_n "(cached) " >&6
2570 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2571 for ac_i
in 1 2 3 4 5 6 7; do
2572 ac_script
="$ac_script$as_nl$ac_script"
2574 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2575 { ac_script
=; unset ac_script
;}
2576 if test -z "$SED"; then
2577 ac_path_SED_found
=false
2578 # Loop through the user's path and test for each of PROGNAME-LIST
2579 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2583 test -z "$as_dir" && as_dir
=.
2584 for ac_prog
in sed gsed
; do
2585 for ac_exec_ext
in '' $ac_executable_extensions; do
2586 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2587 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2588 # Check for GNU ac_path_SED and select it if it is found.
2589 # Check for GNU $ac_path_SED
2590 case `"$ac_path_SED" --version 2>&1` in
2592 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2595 $as_echo_n 0123456789 >"conftest.in"
2598 cat "conftest.in" "conftest.in" >"conftest.tmp"
2599 mv "conftest.tmp" "conftest.in"
2600 cp "conftest.in" "conftest.nl"
2601 $as_echo '' >> "conftest.nl"
2602 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2603 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2604 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2605 if test $ac_count -gt ${ac_path_SED_max-0}; then
2606 # Best one so far, save it but keep looking for a better one
2607 ac_cv_path_SED
="$ac_path_SED"
2608 ac_path_SED_max
=$ac_count
2610 # 10*(2^10) chars as input seems more than enough
2611 test $ac_count -gt 10 && break
2613 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2616 $ac_path_SED_found && break 3
2621 if test -z "$ac_cv_path_SED"; then
2622 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2630 $as_echo "$ac_cv_path_SED" >&6; }
2631 SED
="$ac_cv_path_SED"
2634 for ac_prog
in gawk mawk nawk
awk
2636 # Extract the first word of "$ac_prog", so it can be a program name with args.
2637 set dummy
$ac_prog; ac_word
=$2
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2639 $as_echo_n "checking for $ac_word... " >&6; }
2640 if test "${ac_cv_prog_AWK+set}" = set; then :
2641 $as_echo_n "(cached) " >&6
2643 if test -n "$AWK"; then
2644 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2646 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2650 test -z "$as_dir" && as_dir
=.
2651 for ac_exec_ext
in '' $ac_executable_extensions; do
2652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2653 ac_cv_prog_AWK
="$ac_prog"
2654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2664 if test -n "$AWK"; then
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2666 $as_echo "$AWK" >&6; }
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2669 $as_echo "no" >&6; }
2673 test -n "$AWK" && break
2677 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2679 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2681 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2682 INSTALL
="${srcpwd}/install-sh -c"
2685 # Set srcdir to "." if that's what it is.
2686 # This is important for multilib support.
2688 if test "${pwd}" = "${srcpwd}" ; then
2696 ### To add a new directory to the tree, first choose whether it is a target
2697 ### or a host dependent tool. Then put it into the appropriate list
2698 ### (library or tools, host or target), doing a dependency sort.
2700 # Subdirs will be configured in the order listed in build_configdirs,
2701 # configdirs, or target_configdirs; see the serialization section below.
2703 # Dependency sorting is only needed when *configuration* must be done in
2704 # a particular order. In all cases a dependency should be specified in
2705 # the Makefile, whether or not it's implicitly specified here.
2707 # Double entries in build_configdirs, configdirs, or target_configdirs may
2708 # cause circular dependencies and break everything horribly.
2710 # these library is used by various programs built for the build
2713 build_libs
="build-libiberty build-libcpp"
2715 # these tools are built for the build environment
2716 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2718 # these libraries are used by various programs built for the host environment
2720 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
2722 # these tools are built for the host environment
2723 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2724 # know that we are building the simulator.
2725 # binutils, gas and ld appear in that order because it makes sense to run
2726 # "make check" in that particular order.
2727 # If --enable-gold is used, "gold" may replace "ld".
2728 host_tools
="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
2730 # these libraries are built for the target environment, and are built after
2731 # the host libraries and the host tools (which may be a cross compiler)
2732 # Note that libiberty is not a target library.
2733 target_libraries
="target-libgcc \
2734 target-libbacktrace \
2739 target-liboffloadmic \
2742 target-libstdc++-v3 \
2743 target-libsanitizer \
2747 target-libquadmath \
2748 target-libgfortran \
2755 # these tools are built using the target libraries, and are intended to
2756 # run only in the target environment
2758 # note: any program that *uses* libraries that are in the "target_libraries"
2759 # list belongs in this list.
2761 target_tools
="target-rda"
2763 ################################################################################
2765 ## All tools belong in one of the four categories, and are assigned above
2766 ## We assign ${configdirs} this way to remove all embedded newlines. This
2767 ## is important because configure will choke if they ever get through.
2768 ## ${configdirs} is directories we build using the host tools.
2769 ## ${target_configdirs} is directories we build using the target tools.
2770 configdirs
=`echo ${host_libs} ${host_tools}`
2771 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2772 build_configdirs
=`echo ${build_libs} ${build_tools}`
2776 ################################################################################
2778 srcname
="gnu development package"
2780 # This gets set non-empty for some net releases of packages.
2783 # Define is_cross_compiler to save on calls to 'test'.
2785 if test x
"${host}" = x
"${target}" ; then
2786 is_cross_compiler
=no
2788 is_cross_compiler
=yes
2791 # Find the build and target subdir names.
2793 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2794 # have matching libraries, they should use host libraries: Makefile.tpl
2795 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2796 # However, they still use the build modules, because the corresponding
2797 # host modules (e.g. bison) are only built for the host when bootstrap
2799 # - build_subdir is where we find build modules, and never changes.
2800 # - build_libsubdir is where we find build libraries, and can be overridden.
2802 # Prefix 'build-' so this never conflicts with target_subdir.
2803 build_subdir
="build-${build_noncanonical}"
2805 # Check whether --with-build-libsubdir was given.
2806 if test "${with_build_libsubdir+set}" = set; then :
2807 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2809 build_libsubdir
="$build_subdir"
2812 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2813 if ( test $srcdir = .
&& test -d gcc
) \
2814 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2815 host_subdir
="host-${host_noncanonical}"
2820 target_subdir
=${target_noncanonical}
2822 # Be sure to cover against remnants of an in-tree build.
2823 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2824 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2825 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2828 # Skipdirs are removed silently.
2830 # Noconfigdirs are removed loudly.
2834 # Make sure we don't let GNU ld be added if we didn't want it.
2835 if test x
$with_gnu_ld = xno
; then
2837 noconfigdirs
="$noconfigdirs ld gold"
2841 # Make sure we don't let GNU as be added if we didn't want it.
2842 if test x
$with_gnu_as = xno
; then
2844 noconfigdirs
="$noconfigdirs gas"
2849 # Check whether --with-system-zlib was given.
2850 if test "${with_system_zlib+set}" = set; then :
2851 withval
=$with_system_zlib;
2854 # Make sure we don't let ZLIB be added if we didn't want it.
2855 if test x
$with_system_zlib = xyes
; then
2856 use_included_zlib
=no
2857 noconfigdirs
="$noconfigdirs zlib"
2860 # some tools are so dependent upon X11 that if we're not building with X,
2861 # it's not even worth trying to configure, much less build, that tool.
2864 yes |
"") ;; # the default value for this tree is that X11 is available
2866 skipdirs
="${skipdirs} tk itcl libgui"
2867 # We won't be able to build gdbtk without X.
2870 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2873 # Some are only suitable for cross toolchains.
2874 # Remove these if host=target.
2875 cross_only
="target-libgloss target-newlib target-opcodes"
2877 case $is_cross_compiler in
2878 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2881 # If both --with-headers and --with-libs are specified, default to
2883 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2884 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2885 if test x
"${with_newlib}" = x
; then
2890 # Recognize --with-newlib/--without-newlib.
2891 case ${with_newlib} in
2892 no
) skipdirs
="${skipdirs} target-newlib" ;;
2893 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2896 # Check whether --enable-as-accelerator-for was given.
2897 if test "${enable_as_accelerator_for+set}" = set; then :
2898 enableval
=$enable_as_accelerator_for;
2902 # Check whether --enable-offload-targets was given.
2903 if test "${enable_offload_targets+set}" = set; then :
2904 enableval
=$enable_offload_targets;
2905 if test x
"$enable_offload_targets" = x
; then
2906 as_fn_error
"no offload targets specified" "$LINENO" 5
2910 enable_offload_targets
=
2914 # Handle --enable-gold, --enable-ld.
2915 # --disable-gold [--enable-ld]
2916 # Build only ld. Default option.
2917 # --enable-gold [--enable-ld]
2918 # Build both gold and ld. Install gold as "ld.gold", install ld
2919 # as "ld.bfd" and "ld".
2920 # --enable-gold=default [--enable-ld]
2921 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2922 # install ld as "ld.bfd".
2923 # --enable-gold[=default] --disable-ld
2924 # Build only gold, which is then installed as both "ld.gold" and "ld".
2925 # --enable-gold --enable-ld=default
2926 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2928 # In other words, ld is default
2929 # --enable-gold=default --enable-ld=default
2933 # Check whether --enable-gold was given.
2934 if test "${enable_gold+set}" = set; then :
2935 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2940 case "${ENABLE_GOLD}" in
2942 # Check for ELF target.
2945 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2946 |
*-*-linux* |
*-*-gnu* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2947 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
2948 |
*-*-solaris2* |
*-*-nto* |
*-*-nacl*)
2950 *-*-linux*aout
* |
*-*-linux*oldld
*)
2958 if test "$is_elf" = "yes"; then
2959 # Check for target supported by gold.
2961 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* \
2962 | aarch64
*-*-* | tilegx
*-*-* | mips
*-*-* | s390
*-*-*)
2963 configdirs
="$configdirs gold"
2964 if test x
${ENABLE_GOLD} = xdefault
; then
2975 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
2979 # Check whether --enable-ld was given.
2980 if test "${enable_ld+set}" = set; then :
2981 enableval
=$enable_ld; ENABLE_LD
=$enableval
2987 case "${ENABLE_LD}" in
2989 if test x
${default_ld} != x
; then
2990 as_fn_error
"either gold or ld can be the default ld" "$LINENO" 5
2996 if test x
${ENABLE_GOLD} != xyes
; then
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2998 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3000 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3003 as_fn_error
"invalid --enable-ld argument" "$LINENO" 5
3008 # Decide the default method for compressing debug sections.
3009 # Provide a configure time option to override our default.
3010 # Check whether --enable-compressed_debug_sections was given.
3011 if test "${enable_compressed_debug_sections+set}" = set; then :
3012 enableval
=$enable_compressed_debug_sections;
3013 if test x
"$enable_compressed_debug_sections" = xyes
; then
3014 as_fn_error
"no program with compressed debug sections specified" "$LINENO" 5
3018 enable_compressed_debug_sections
=
3022 # Configure extra directories which are host specific
3026 configdirs
="$configdirs libtermcap" ;;
3029 # A target can indicate whether a language isn't supported for some reason.
3030 # Only spaces may be used in this macro; not newlines or tabs.
3031 unsupported_languages
=
3033 # Remove more programs from consideration, based on the host or
3034 # target this usually means that a port of the program doesn't
3038 i
[3456789]86-*-msdosdjgpp*)
3039 noconfigdirs
="$noconfigdirs tcl tk itcl"
3044 # Check whether --enable-libquadmath was given.
3045 if test "${enable_libquadmath+set}" = set; then :
3046 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3048 ENABLE_LIBQUADMATH
=yes
3051 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3052 noconfigdirs
="$noconfigdirs target-libquadmath"
3056 # Check whether --enable-libquadmath-support was given.
3057 if test "${enable_libquadmath_support+set}" = set; then :
3058 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3060 ENABLE_LIBQUADMATH_SUPPORT
=yes
3063 enable_libquadmath_support
=
3064 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3065 enable_libquadmath_support
=no
3069 # Check whether --enable-libada was given.
3070 if test "${enable_libada+set}" = set; then :
3071 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3076 if test "${ENABLE_LIBADA}" != "yes" ; then
3077 noconfigdirs
="$noconfigdirs gnattools"
3080 # Check whether --enable-libssp was given.
3081 if test "${enable_libssp+set}" = set; then :
3082 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3088 # Check whether --enable-libstdcxx was given.
3089 if test "${enable_libstdcxx+set}" = set; then :
3090 enableval
=$enable_libstdcxx; ENABLE_LIBSTDCXX
=$enableval
3092 ENABLE_LIBSTDCXX
=default
3095 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3096 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3099 # If this is accelerator compiler and its target is intelmic we enable
3100 # target liboffloadmic by default. If this is compiler with offloading
3101 # for intelmic we enable host liboffloadmic by default. Otherwise
3102 # liboffloadmic is disabled by default.
3103 # Check whether --enable-liboffloadmic was given.
3104 if test "${enable_liboffloadmic+set}" = set; then :
3105 enableval
=$enable_liboffloadmic; case "$enableval" in
3107 enable_liboffloadmic
=$enableval ;;
3109 as_fn_error
"--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3112 if test x
"$enable_as_accelerator_for" != x
; then
3114 *-intelmic-* |
*-intelmicemul-*)
3115 enable_liboffloadmic
=target
3116 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=target"
3119 enable_liboffloadmic
=no
3123 case "${enable_offload_targets}" in
3124 *-intelmic-* |
*-intelmicemul-*)
3125 enable_liboffloadmic
=host
3126 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=host"
3129 enable_liboffloadmic
=no
3137 # Enable libgomp by default on hosted POSIX systems, and a few others.
3138 if test x
$enable_libgomp = x
; then
3140 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3142 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3144 *-*-solaris2* |
*-*-hpux11*)
3146 *-*-darwin* |
*-*-aix*)
3151 noconfigdirs
="$noconfigdirs target-libgomp"
3156 # Disable libatomic on unsupported systems.
3157 if test -d ${srcdir}/libatomic
; then
3158 if test x
$enable_libatomic = x
; then
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3160 $as_echo_n "checking for libatomic support... " >&6; }
3161 if (srcdir
=${srcdir}/libatomic
; \
3162 .
${srcdir}/configure.tgt
; \
3163 test -n "$UNSUPPORTED")
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3166 $as_echo "no" >&6; }
3167 noconfigdirs
="$noconfigdirs target-libatomic"
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3170 $as_echo "yes" >&6; }
3175 # Disable libcilkrts on unsupported systems.
3176 if test -d ${srcdir}/libcilkrts
; then
3177 if test x
$enable_libcilkrts = x
; then
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3179 $as_echo_n "checking for libcilkrts support... " >&6; }
3180 if (srcdir
=${srcdir}/libcilkrts
; \
3181 .
${srcdir}/configure.tgt
; \
3182 test -n "$UNSUPPORTED")
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3185 $as_echo "no" >&6; }
3186 noconfigdirs
="$noconfigdirs target-libcilkrts"
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3189 $as_echo "yes" >&6; }
3194 # Disable liboffloadmic on unsupported systems.
3195 if test -d ${srcdir}/liboffloadmic
; then
3196 if test x
$enable_liboffloadmic != xno
; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3198 $as_echo_n "checking for liboffloadmic support... " >&6; }
3199 if (srcdir
=${srcdir}/liboffloadmic
; \
3200 .
${srcdir}/configure.tgt
; \
3201 test -n "$UNSUPPORTED")
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3204 $as_echo "no" >&6; }
3205 noconfigdirs
="$noconfigdirs target-liboffloadmic"
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3208 $as_echo "yes" >&6; }
3213 # Disable libitm on unsupported systems.
3214 if test -d ${srcdir}/libitm
; then
3215 if test x
$enable_libitm = x
; then
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3217 $as_echo_n "checking for libitm support... " >&6; }
3218 if (srcdir
=${srcdir}/libitm
; \
3219 .
${srcdir}/configure.tgt
; \
3220 test -n "$UNSUPPORTED")
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3223 $as_echo "no" >&6; }
3224 noconfigdirs
="$noconfigdirs target-libitm"
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3227 $as_echo "yes" >&6; }
3232 # Disable libsanitizer on unsupported systems.
3233 if test -d ${srcdir}/libsanitizer
; then
3234 if test x
$enable_libsanitizer = x
; then
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3236 $as_echo_n "checking for libsanitizer support... " >&6; }
3237 if (srcdir
=${srcdir}/libsanitizer
; \
3238 .
${srcdir}/configure.tgt
; \
3239 test -n "$UNSUPPORTED")
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3242 $as_echo "no" >&6; }
3243 noconfigdirs
="$noconfigdirs target-libsanitizer"
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3246 $as_echo "yes" >&6; }
3251 # Disable libvtv on unsupported systems.
3252 if test -d ${srcdir}/libvtv
; then
3253 if test x
$enable_libvtv = x
; then
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3255 $as_echo_n "checking for libvtv support... " >&6; }
3256 if (srcdir
=${srcdir}/libvtv
; \
3257 .
${srcdir}/configure.tgt
; \
3258 test "$VTV_SUPPORTED" != "yes")
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3261 $as_echo "no" >&6; }
3262 noconfigdirs
="$noconfigdirs target-libvtv"
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3265 $as_echo "yes" >&6; }
3271 # Enable libmpx on supported systems by request.
3272 if test -d ${srcdir}/libmpx
; then
3273 if test x
$enable_libmpx = x
; then
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3275 $as_echo_n "checking for libmpx support... " >&6; }
3276 if (srcdir
=${srcdir}/libmpx
; \
3277 .
${srcdir}/configure.tgt
; \
3278 test "$LIBMPX_SUPPORTED" != "yes")
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3281 $as_echo "no" >&6; }
3282 noconfigdirs
="$noconfigdirs target-libmpx"
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3285 $as_echo "yes" >&6; }
3292 # Disable libquadmath for some systems.
3295 noconfigdirs
="$noconfigdirs target-libquadmath"
3297 # libquadmath is unused on AIX and libquadmath build process use of
3298 # LD_LIBRARY_PATH can break AIX bootstrap.
3299 powerpc-
*-aix* | rs6000-
*-aix*)
3300 noconfigdirs
="$noconfigdirs target-libquadmath"
3304 # Disable libssp for some systems.
3307 # No hosted I/O support.
3308 noconfigdirs
="$noconfigdirs target-libssp"
3310 powerpc-
*-aix* | rs6000-
*-aix*)
3311 noconfigdirs
="$noconfigdirs target-libssp"
3314 # libssp uses a misaligned load to trigger a fault, but the RL78
3315 # doesn't fault for those - instead, it gives a build-time error
3316 # for explicit misaligned loads.
3317 noconfigdirs
="$noconfigdirs target-libssp"
3320 # No hosted I/O support.
3321 noconfigdirs
="$noconfigdirs target-libssp"
3325 # Disable libstdc++-v3 for some systems.
3326 # Allow user to override this if they pass --enable-libstdc++-v3
3327 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3330 # VxWorks uses the Dinkumware C++ library.
3331 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3334 # the C++ libraries don't build on top of CE's C libraries
3335 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3338 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3341 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3346 # Disable Fortran for some systems.
3349 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3350 unsupported_languages
="$unsupported_languages fortran"
3354 # Disable libffi for some systems.
3358 i
[3456789]86-*-darwin*)
3360 x86_64-
*-darwin[912]*)
3363 noconfigdirs
="$noconfigdirs target-libffi"
3366 noconfigdirs
="$noconfigdirs target-libffi"
3369 noconfigdirs
="$noconfigdirs target-libffi"
3372 noconfigdirs
="$noconfigdirs target-libffi"
3375 noconfigdirs
="$noconfigdirs target-libffi"
3378 noconfigdirs
="$noconfigdirs target-libffi"
3381 noconfigdirs
="$noconfigdirs target-libffi"
3383 aarch64
*-*-freebsd*)
3384 noconfigdirs
="$noconfigdirs target-libffi"
3387 noconfigdirs
="$noconfigdirs target-libffi"
3390 noconfigdirs
="$noconfigdirs target-libffi"
3393 noconfigdirs
="$noconfigdirs target-libffi"
3396 noconfigdirs
="$noconfigdirs target-libffi"
3398 cris-
*-* | crisv32-
*-*)
3402 *) # See PR46792 regarding target-libffi.
3403 noconfigdirs
="$noconfigdirs target-libffi";;
3407 noconfigdirs
="$noconfigdirs target-libffi"
3412 noconfigdirs
="$noconfigdirs target-libffi"
3415 noconfigdirs
="$noconfigdirs target-libffi"
3417 i
[3456789]86-w64-mingw*)
3418 noconfigdirs
="$noconfigdirs target-libffi"
3420 i
[3456789]86-*-mingw*)
3421 noconfigdirs
="$noconfigdirs target-libffi"
3424 noconfigdirs
="$noconfigdirs target-libffi"
3427 noconfigdirs
="$noconfigdirs target-libffi"
3430 # copied from rs6000-*-* entry
3431 noconfigdirs
="$noconfigdirs target-libffi"
3434 noconfigdirs
="$noconfigdirs target-libffi"
3437 noconfigdirs
="$noconfigdirs target-libffi"
3440 noconfigdirs
="$noconfigdirs target-libffi"
3444 # Disable the go frontend on systems where it is known to not work. Please keep
3445 # this in sync with contrib/config-list.mk.
3447 *-*-darwin* |
*-*-cygwin* |
*-*-mingw* |
*-*-aix*)
3448 unsupported_languages
="$unsupported_languages go"
3452 # Disable libgo for some systems where it is known to not work.
3453 # For testing, you can easily override this with --enable-libgo.
3454 if test x
$enable_libgo = x
; then
3458 noconfigdirs
="$noconfigdirs target-libgo"
3460 *-*-cygwin* |
*-*-mingw*)
3461 noconfigdirs
="$noconfigdirs target-libgo"
3464 noconfigdirs
="$noconfigdirs target-libgo"
3469 # Default libgloss CPU subdirectory.
3470 libgloss_dir
="$target_cpu"
3473 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3477 libgloss_dir
=aarch64
3482 cris-
*-* | crisv32-
*-*)
3491 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3492 libgloss_dir
=m68hc11
3494 m68
*-*-* | fido-
*-*)
3508 # Disable newlib and libgloss for various target OSes.
3511 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3513 i
[3456789]86-*-linux*)
3514 # This section makes it possible to build newlib natively on linux.
3515 # If we are using a cross compiler then don't configure newlib.
3516 if test x
${is_cross_compiler} != xno
; then
3517 noconfigdirs
="$noconfigdirs target-newlib"
3519 noconfigdirs
="$noconfigdirs target-libgloss"
3520 # If we are not using a cross compiler, do configure newlib.
3521 # Note however, that newlib will only be configured in this situation
3522 # if the --with-newlib option has been given, because otherwise
3523 # 'target-newlib' will appear in skipdirs.
3525 i
[3456789]86-*-rdos*)
3526 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3528 sh
*-*-pe|mips
*-*-pe|arm-wince-pe
)
3529 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3532 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3535 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3538 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3541 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3544 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3547 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3549 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3550 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3553 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3556 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3559 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3562 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3565 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3568 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3571 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3579 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3580 noconfigdirs
="$noconfigdirs sim target-rda"
3583 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3584 noconfigdirs
="$noconfigdirs sim target-rda"
3587 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3588 noconfigdirs
="$noconfigdirs sim target-rda"
3590 i
[3456789]86-*-darwin*)
3591 noconfigdirs
="$noconfigdirs ld gprof"
3592 noconfigdirs
="$noconfigdirs sim target-rda"
3594 x86_64-
*-darwin[912]*)
3595 noconfigdirs
="$noconfigdirs ld gas gprof"
3596 noconfigdirs
="$noconfigdirs sim target-rda"
3599 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3600 noconfigdirs
="$noconfigdirs sim target-rda"
3605 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3606 && test -f /usr
/local
/include
/gmp.h
; then
3611 # Remove unsupported stuff on all kaOS configurations.
3612 noconfigdirs
="$noconfigdirs target-libgloss"
3619 noconfigdirs
="$noconfigdirs target-libgloss"
3622 noconfigdirs
="$noconfigdirs target-libgloss"
3623 # this is not caught below because this stanza matches earlier
3625 or1k
*-*-*) noconfigdirs
="$noconfigdirs gdb" ;;
3628 # The tpf target doesn't support gdb yet.
3630 noconfigdirs
="$noconfigdirs gdb tcl tk libgui itcl"
3633 noconfigdirs
="$noconfigdirs target-rda"
3638 # ld works, but does not support shared libraries.
3639 # gas doesn't generate exception information.
3640 noconfigdirs
="$noconfigdirs gas ld"
3643 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3646 # newlib is not 64 bit ready
3647 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3649 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3650 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3653 noconfigdirs
="$noconfigdirs sim"
3656 noconfigdirs
="$noconfigdirs target-libgloss"
3659 noconfigdirs
="$noconfigdirs ld target-libgloss"
3662 if test x
${with_avrlibc} != xno
; then
3663 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3666 c4x-
*-* | tic4x-
*-*)
3667 noconfigdirs
="$noconfigdirs target-libgloss"
3670 noconfigdirs
="$noconfigdirs target-libgloss gdb"
3673 noconfigdirs
="$noconfigdirs target-libgloss"
3676 noconfigdirs
="$noconfigdirs gdb"
3679 noconfigdirs
="$noconfigdirs gdb"
3682 noconfigdirs
="$noconfigdirs target-rda gprof"
3685 noconfigdirs
="$noconfigdirs"
3688 noconfigdirs
="$noconfigdirs target-libgloss"
3691 noconfigdirs
="$noconfigdirs target-libgloss"
3693 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3696 noconfigdirs
="$noconfigdirs gdb"
3699 noconfigdirs
="$noconfigdirs gdb ld"
3707 hppa
*-*-openbsd* | \
3713 noconfigdirs
="$noconfigdirs ld"
3716 noconfigdirs
="$noconfigdirs gdb"
3719 # No gdb support yet.
3720 noconfigdirs
="$noconfigdirs readline libgui itcl gdb"
3723 # No ld support yet.
3724 noconfigdirs
="$noconfigdirs gdb libgui itcl ld"
3727 # No ld support yet.
3728 noconfigdirs
="$noconfigdirs libgui itcl ld"
3730 i
[3456789]86-w64-mingw*)
3732 i
[3456789]86-*-mingw*)
3733 target_configdirs
="$target_configdirs target-winsup"
3736 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3737 noconfigdirs
="$noconfigdirs target-libgloss"
3738 # always build newlib if winsup directory is present.
3739 if test -d "$srcdir/winsup/cygwin"; then
3740 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3741 elif test -d "$srcdir/newlib"; then
3742 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3746 noconfigdirs
="$noconfigdirs target-libgloss"
3748 i
[3456789]86-*-sco3.2v5
*)
3749 # The linker does not yet know about weak symbols in COFF,
3750 # and is not configured to handle mixed ELF and COFF.
3751 noconfigdirs
="$noconfigdirs ld target-libgloss"
3753 i
[3456789]86-*-sco*)
3754 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3756 i
[3456789]86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
3757 noconfigdirs
="$noconfigdirs target-libgloss"
3759 i
[3456789]86-*-sysv4*)
3760 noconfigdirs
="$noconfigdirs target-libgloss"
3762 i
[3456789]86-*-beos*)
3763 noconfigdirs
="$noconfigdirs gdb"
3765 i
[3456789]86-*-rdos*)
3766 noconfigdirs
="$noconfigdirs gdb"
3769 noconfigdirs
="$noconfigdirs gdb"
3772 noconfigdirs
="$noconfigdirs sim"
3775 # copied from rs6000-*-* entry
3776 noconfigdirs
="$noconfigdirs gprof"
3778 powerpc
*-*-winnt* | powerpc
*-*-pe*)
3779 target_configdirs
="$target_configdirs target-winsup"
3780 noconfigdirs
="$noconfigdirs gdb tcl tk target-libgloss itcl"
3781 # always build newlib.
3782 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3784 # This is temporary until we can link against shared libraries
3785 powerpcle-
*-solaris*)
3786 noconfigdirs
="$noconfigdirs gdb sim tcl tk itcl"
3789 noconfigdirs
="$noconfigdirs gdb"
3792 noconfigdirs
="$noconfigdirs gprof"
3795 noconfigdirs
="$noconfigdirs gprof"
3798 noconfigdirs
="$noconfigdirs gprof"
3801 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss"
3804 noconfigdirs
="$noconfigdirs gprof"
3806 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
3807 if test x
$with_newlib = xyes
; then
3808 noconfigdirs
="$noconfigdirs gprof"
3812 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3815 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3818 noconfigdirs
="$noconfigdirs ld gas gprof target-libgloss"
3822 mips
*-*-ultrix* | mips
*-*-osf* | mips
*-*-ecoff* | mips
*-*-pe* \
3823 | mips
*-*-irix* | mips
*-*-lnews* | mips
*-*-riscos*)
3824 noconfigdirs
="$noconfigdirs ld gas gprof"
3827 noconfigdirs
="$noconfigdirs gprof"
3830 noconfigdirs
="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3833 noconfigdirs
="$noconfigdirs gdb"
3840 noconfigdirs
="$noconfigdirs target-libgloss" ;;
3844 if test x
${is_cross_compiler} = xno
; then
3849 noconfigdirs
="$noconfigdirs sim"
3851 tilepro
*-*-* | tilegx
*-*-*)
3852 noconfigdirs
="$noconfigdirs sim"
3855 noconfigdirs
="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3858 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3862 # If we aren't building newlib, then don't build libgloss, since libgloss
3863 # depends upon some newlib header files.
3864 case "${noconfigdirs}" in
3865 *target-libgloss
*) ;;
3866 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3869 # Work in distributions that contain no compiler tools, like Autoconf.
3870 host_makefile_frag
=/dev
/null
3871 if test -d ${srcdir}/config
; then
3873 i
[3456789]86-*-msdosdjgpp*)
3874 host_makefile_frag
="config/mh-djgpp"
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3879 $as_echo_n "checking to see if cat works as expected... " >&6; }
3880 echo a
>cygwin-cat-check
3881 if test `cat cygwin-cat-check` = a
; then
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3884 $as_echo "yes" >&6; }
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3888 $as_echo "no" >&6; }
3889 as_fn_error
"The cat command does not ignore carriage return characters.
3890 Please either mount the build directory in binary mode or run the following
3891 commands before running any configure script:
3897 host_makefile_frag
="config/mh-cygwin"
3900 host_makefile_frag
="config/mh-mingw"
3903 host_makefile_frag
="config/mh-alpha-linux"
3906 host_makefile_frag
="config/mh-pa-hpux10"
3909 host_makefile_frag
="config/mh-pa"
3912 host_makefile_frag
="config/mh-pa"
3915 host_makefile_frag
="config/mh-darwin"
3918 host_makefile_frag
="config/mh-ppc-aix"
3921 host_makefile_frag
="config/mh-ppc-aix"
3926 if test "${build}" != "${host}" ; then
3927 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
3928 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
3929 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
3930 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
3931 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
3932 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
3933 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
3934 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
3935 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
3936 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
3937 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
3938 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
3940 AR_FOR_BUILD
="\$(AR)"
3941 AS_FOR_BUILD
="\$(AS)"
3942 CC_FOR_BUILD
="\$(CC)"
3943 CXX_FOR_BUILD
="\$(CXX)"
3944 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
3945 GOC_FOR_BUILD
="\$(GOC)"
3946 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
3947 LD_FOR_BUILD
="\$(LD)"
3948 NM_FOR_BUILD
="\$(NM)"
3949 RANLIB_FOR_BUILD
="\$(RANLIB)"
3950 WINDRES_FOR_BUILD
="\$(WINDRES)"
3951 WINDMC_FOR_BUILD
="\$(WINDMC)"
3955 ac_cpp
='$CPP $CPPFLAGS'
3956 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3957 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3958 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3959 if test -n "$ac_tool_prefix"; then
3960 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3961 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3963 $as_echo_n "checking for $ac_word... " >&6; }
3964 if test "${ac_cv_prog_CC+set}" = set; then :
3965 $as_echo_n "(cached) " >&6
3967 if test -n "$CC"; then
3968 ac_cv_prog_CC
="$CC" # Let the user override the test.
3970 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3974 test -z "$as_dir" && as_dir
=.
3975 for ac_exec_ext
in '' $ac_executable_extensions; do
3976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3977 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3988 if test -n "$CC"; then
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3990 $as_echo "$CC" >&6; }
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3993 $as_echo "no" >&6; }
3998 if test -z "$ac_cv_prog_CC"; then
4000 # Extract the first word of "gcc", so it can be a program name with args.
4001 set dummy gcc
; ac_word
=$2
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4003 $as_echo_n "checking for $ac_word... " >&6; }
4004 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4005 $as_echo_n "(cached) " >&6
4007 if test -n "$ac_ct_CC"; then
4008 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4010 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4014 test -z "$as_dir" && as_dir
=.
4015 for ac_exec_ext
in '' $ac_executable_extensions; do
4016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4017 ac_cv_prog_ac_ct_CC
="gcc"
4018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4027 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4028 if test -n "$ac_ct_CC"; then
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4030 $as_echo "$ac_ct_CC" >&6; }
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4033 $as_echo "no" >&6; }
4036 if test "x$ac_ct_CC" = x
; then
4039 case $cross_compiling:$ac_tool_warned in
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4043 ac_tool_warned
=yes ;;
4051 if test -z "$CC"; then
4052 if test -n "$ac_tool_prefix"; then
4053 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4054 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4056 $as_echo_n "checking for $ac_word... " >&6; }
4057 if test "${ac_cv_prog_CC+set}" = set; then :
4058 $as_echo_n "(cached) " >&6
4060 if test -n "$CC"; then
4061 ac_cv_prog_CC
="$CC" # Let the user override the test.
4063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4067 test -z "$as_dir" && as_dir
=.
4068 for ac_exec_ext
in '' $ac_executable_extensions; do
4069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4070 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4081 if test -n "$CC"; then
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4083 $as_echo "$CC" >&6; }
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4086 $as_echo "no" >&6; }
4092 if test -z "$CC"; then
4093 # Extract the first word of "cc", so it can be a program name with args.
4094 set dummy cc
; ac_word
=$2
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4096 $as_echo_n "checking for $ac_word... " >&6; }
4097 if test "${ac_cv_prog_CC+set}" = set; then :
4098 $as_echo_n "(cached) " >&6
4100 if test -n "$CC"; then
4101 ac_cv_prog_CC
="$CC" # Let the user override the test.
4104 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4108 test -z "$as_dir" && as_dir
=.
4109 for ac_exec_ext
in '' $ac_executable_extensions; do
4110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4111 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4112 ac_prog_rejected
=yes
4116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4123 if test $ac_prog_rejected = yes; then
4124 # We found a bogon in the path, so make sure we never use it.
4125 set dummy
$ac_cv_prog_CC
4127 if test $# != 0; then
4128 # We chose a different compiler from the bogus one.
4129 # However, it has the same basename, so the bogon will be chosen
4130 # first if we set CC to just the basename; use the full file name.
4132 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4138 if test -n "$CC"; then
4139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4140 $as_echo "$CC" >&6; }
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4143 $as_echo "no" >&6; }
4148 if test -z "$CC"; then
4149 if test -n "$ac_tool_prefix"; then
4150 for ac_prog
in cl.exe
4152 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4153 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4155 $as_echo_n "checking for $ac_word... " >&6; }
4156 if test "${ac_cv_prog_CC+set}" = set; then :
4157 $as_echo_n "(cached) " >&6
4159 if test -n "$CC"; then
4160 ac_cv_prog_CC
="$CC" # Let the user override the test.
4162 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4166 test -z "$as_dir" && as_dir
=.
4167 for ac_exec_ext
in '' $ac_executable_extensions; do
4168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4169 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4180 if test -n "$CC"; then
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4182 $as_echo "$CC" >&6; }
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4185 $as_echo "no" >&6; }
4189 test -n "$CC" && break
4192 if test -z "$CC"; then
4194 for ac_prog
in cl.exe
4196 # Extract the first word of "$ac_prog", so it can be a program name with args.
4197 set dummy
$ac_prog; ac_word
=$2
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4199 $as_echo_n "checking for $ac_word... " >&6; }
4200 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4201 $as_echo_n "(cached) " >&6
4203 if test -n "$ac_ct_CC"; then
4204 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4210 test -z "$as_dir" && as_dir
=.
4211 for ac_exec_ext
in '' $ac_executable_extensions; do
4212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4213 ac_cv_prog_ac_ct_CC
="$ac_prog"
4214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4224 if test -n "$ac_ct_CC"; then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4226 $as_echo "$ac_ct_CC" >&6; }
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4233 test -n "$ac_ct_CC" && break
4236 if test "x$ac_ct_CC" = x
; then
4239 case $cross_compiling:$ac_tool_warned in
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4243 ac_tool_warned
=yes ;;
4252 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4253 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4254 as_fn_error
"no acceptable C compiler found in \$PATH
4255 See \`config.log' for more details." "$LINENO" 5; }
4257 # Provide some information about the compiler.
4258 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4261 for ac_option
in --version -v -V -qversion; do
4262 { { ac_try
="$ac_compiler $ac_option >&5"
4264 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4265 *) ac_try_echo=$ac_try;;
4267 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4268 $as_echo "$ac_try_echo"; } >&5
4269 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4271 if test -s conftest.err; then
4273 ... rest of stderr output deleted ...
4274 10q' conftest.err >conftest.er1
4275 cat conftest.er1 >&5
4276 rm -f conftest.er1 conftest.err
4278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4279 test $ac_status = 0; }
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4293 ac_clean_files_save=$ac_clean_files
4294 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4295 # Try to create an executable without -o first, disregard a.out.
4296 # It will help us diagnose broken compilers, and finding out an intuition
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4299 $as_echo_n "checking for C compiler default output file name... " >&6; }
4300 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4302 # The possible output files:
4303 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4306 for ac_file in $ac_files
4309 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4310 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4315 if { { ac_try="$ac_link_default"
4317 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4318 *) ac_try_echo
=$ac_try;;
4320 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4321 $as_echo "$ac_try_echo"; } >&5
4322 (eval "$ac_link_default") 2>&5
4324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4325 test $ac_status = 0; }; then :
4326 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4327 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4328 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4329 # so that the user can short-circuit this test for compilers unknown to
4331 for ac_file
in $ac_files ''
4333 test -f "$ac_file" ||
continue
4335 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4338 # We found the default executable, but exeext='' is most
4342 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4344 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4346 # We set ac_cv_exeext here because the later test for it is not
4347 # safe: cross compilers may not add the suffix if given an `-o'
4348 # argument, so we may need to know it at that point already.
4349 # Even if this section looks crufty: it has the advantage of
4356 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4362 $as_echo "$ac_file" >&6; }
4363 if test -z "$ac_file"; then :
4364 $as_echo "$as_me: failed program was:" >&5
4365 sed 's/^/| /' conftest.
$ac_ext >&5
4367 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369 { as_fn_set_status
77
4370 as_fn_error
"C compiler cannot create executables
4371 See \`config.log' for more details." "$LINENO" 5; }; }
4373 ac_exeext
=$ac_cv_exeext
4375 # Check that the compiler produces executables we can run. If not, either
4376 # the compiler is broken, or we cross compile.
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4378 $as_echo_n "checking whether the C compiler works... " >&6; }
4379 # If not cross compiling, check that we can run a simple program.
4380 if test "$cross_compiling" != yes; then
4381 if { ac_try
='./$ac_file'
4382 { { case "(($ac_try" in
4383 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4384 *) ac_try_echo=$ac_try;;
4386 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4387 $as_echo "$ac_try_echo"; } >&5
4388 (eval "$ac_try") 2>&5
4390 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4391 test $ac_status = 0; }; }; then
4394 if test "$cross_compiling" = maybe; then
4397 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4399 as_fn_error "cannot run C compiled programs.
4400 If you meant to cross compile
, use \
`--host'.
4401 See \`config.log
' for more details." "$LINENO" 5; }
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4406 $as_echo "yes" >&6; }
4408 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4409 ac_clean_files=$ac_clean_files_save
4410 # Check that the compiler produces executables we can run. If not, either
4411 # the compiler is broken, or we cross compile.
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4413 $as_echo_n "checking whether we are cross compiling... " >&6; }
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4415 $as_echo "$cross_compiling" >&6; }
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4418 $as_echo_n "checking for suffix of executables... " >&6; }
4419 if { { ac_try="$ac_link"
4421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4422 *) ac_try_echo=$ac_try;;
4424 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4425 $as_echo "$ac_try_echo"; } >&5
4426 (eval "$ac_link") 2>&5
4428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4429 test $ac_status = 0; }; then :
4430 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4431 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4432 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4434 for ac_file
in conftest.exe conftest conftest.
*; do
4435 test -f "$ac_file" ||
continue
4437 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4438 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4444 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4445 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4446 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4447 See \`config.log' for more details." "$LINENO" 5; }
4449 rm -f conftest
$ac_cv_exeext
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4451 $as_echo "$ac_cv_exeext" >&6; }
4453 rm -f conftest.
$ac_ext
4454 EXEEXT
=$ac_cv_exeext
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4457 $as_echo_n "checking for suffix of object files... " >&6; }
4458 if test "${ac_cv_objext+set}" = set; then :
4459 $as_echo_n "(cached) " >&6
4461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4462 /* end confdefs.h. */
4472 rm -f conftest.o conftest.obj
4473 if { { ac_try
="$ac_compile"
4475 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4476 *) ac_try_echo=$ac_try;;
4478 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4479 $as_echo "$ac_try_echo"; } >&5
4480 (eval "$ac_compile") 2>&5
4482 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4483 test $ac_status = 0; }; then :
4484 for ac_file in conftest.o conftest.obj conftest.*; do
4485 test -f "$ac_file" || continue;
4487 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4488 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4493 $as_echo "$as_me: failed program was:" >&5
4494 sed 's/^/| /' conftest.$ac_ext >&5
4496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4498 as_fn_error "cannot compute suffix of object files
: cannot compile
4499 See \
`config.log' for more details." "$LINENO" 5; }
4501 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4504 $as_echo "$ac_cv_objext" >&6; }
4505 OBJEXT=$ac_cv_objext
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4508 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4509 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4510 $as_echo_n "(cached) " >&6
4512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4513 /* end confdefs.h. */
4526 if ac_fn_c_try_compile "$LINENO"; then :
4531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4532 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4536 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4537 if test $ac_compiler_gnu = yes; then
4542 ac_test_CFLAGS=${CFLAGS+set}
4543 ac_save_CFLAGS=$CFLAGS
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4545 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4546 if test "${ac_cv_prog_cc_g+set}" = set; then :
4547 $as_echo_n "(cached) " >&6
4549 ac_save_c_werror_flag=$ac_c_werror_flag
4550 ac_c_werror_flag=yes
4553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554 /* end confdefs.h. */
4564 if ac_fn_c_try_compile "$LINENO"; then :
4568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4569 /* end confdefs.h. */
4579 if ac_fn_c_try_compile "$LINENO"; then :
4582 ac_c_werror_flag=$ac_save_c_werror_flag
4584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4585 /* end confdefs.h. */
4595 if ac_fn_c_try_compile "$LINENO"; then :
4598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4603 ac_c_werror_flag=$ac_save_c_werror_flag
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4606 $as_echo "$ac_cv_prog_cc_g" >&6; }
4607 if test "$ac_test_CFLAGS" = set; then
4608 CFLAGS=$ac_save_CFLAGS
4609 elif test $ac_cv_prog_cc_g = yes; then
4610 if test "$GCC" = yes; then
4616 if test "$GCC" = yes; then
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4623 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4624 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
4627 ac_cv_prog_cc_c89=no
4629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4630 /* end confdefs.h. */
4633 #include <sys/types.h>
4634 #include <sys/stat.h>
4635 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4636 struct buf { int x; };
4637 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4638 static char *e (p, i)
4644 static char *f (char * (*g) (char **, int), char **p, ...)
4649 s = g (p, va_arg (v,int));
4654 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4655 function prototypes and stuff, but not '\xHH' hex character constants.
4656 These don't provoke an error unfortunately, instead are silently treated
4657 as 'x'. The following induces an error, until -std is added to get
4658 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4659 array size at least. It's necessary to write '\x00'==0 to get something
4660 that's true only with -std. */
4661 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4663 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4664 inside strings and character constants. */
4666 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4668 int test (int i, double x);
4669 struct s1 {int (*f) (int a);};
4670 struct s2 {int (*f) (double a);};
4671 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4677 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4682 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4683 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4685 CC="$ac_save_CC $ac_arg"
4686 if ac_fn_c_try_compile "$LINENO"; then :
4687 ac_cv_prog_cc_c89=$ac_arg
4689 rm -f core conftest.err conftest.$ac_objext
4690 test "x$ac_cv_prog_cc_c89" != "xno" && break
4692 rm -f conftest.$ac_ext
4697 case "x$ac_cv_prog_cc_c89" in
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4700 $as_echo "none needed" >&6; } ;;
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4703 $as_echo "unsupported" >&6; } ;;
4705 CC="$CC $ac_cv_prog_cc_c89"
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4707 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4709 if test "x$ac_cv_prog_cc_c89" != xno; then :
4714 ac_cpp='$CPP $CPPFLAGS'
4715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4720 ac_cpp='$CXXCPP $CPPFLAGS'
4721 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4722 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4723 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4724 if test -z "$CXX"; then
4725 if test -n "$CCC"; then
4728 if test -n "$ac_tool_prefix"; then
4729 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4731 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4732 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4734 $as_echo_n "checking for $ac_word... " >&6; }
4735 if test "${ac_cv_prog_CXX+set}" = set; then :
4736 $as_echo_n "(cached) " >&6
4738 if test -n "$CXX"; then
4739 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
4747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4748 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4759 if test -n "$CXX"; then
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4761 $as_echo "$CXX" >&6; }
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4764 $as_echo "no" >&6; }
4768 test -n "$CXX" && break
4771 if test -z "$CXX"; then
4773 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4775 # Extract the first word of "$ac_prog", so it can be a program name with args.
4776 set dummy $ac_prog; ac_word=$2
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4778 $as_echo_n "checking for $ac_word... " >&6; }
4779 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4780 $as_echo_n "(cached) " >&6
4782 if test -n "$ac_ct_CXX"; then
4783 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 test -z "$as_dir" && as_dir=.
4790 for ac_exec_ext in '' $ac_executable_extensions; do
4791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4792 ac_cv_prog_ac_ct_CXX="$ac_prog"
4793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4802 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4803 if test -n "$ac_ct_CXX"; then
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4805 $as_echo "$ac_ct_CXX" >&6; }
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4808 $as_echo "no" >&6; }
4812 test -n "$ac_ct_CXX" && break
4815 if test "x$ac_ct_CXX" = x; then
4818 case $cross_compiling:$ac_tool_warned in
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4822 ac_tool_warned=yes ;;
4830 # Provide some information about the compiler.
4831 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4834 for ac_option in --version -v -V -qversion; do
4835 { { ac_try="$ac_compiler $ac_option >&5"
4837 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4838 *) ac_try_echo
=$ac_try;;
4840 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4841 $as_echo "$ac_try_echo"; } >&5
4842 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4844 if test -s conftest.err
; then
4846 ... rest of stderr output deleted ...
4847 10q' conftest.err
>conftest.er1
4848 cat conftest.er1
>&5
4849 rm -f conftest.er1 conftest.err
4851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4852 test $ac_status = 0; }
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4856 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4857 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4858 $as_echo_n "(cached) " >&6
4860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4861 /* end confdefs.h. */
4874 if ac_fn_cxx_try_compile
"$LINENO"; then :
4879 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4880 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4884 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4885 if test $ac_compiler_gnu = yes; then
4890 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4891 ac_save_CXXFLAGS
=$CXXFLAGS
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4893 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4894 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
4897 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4898 ac_cxx_werror_flag
=yes
4901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4902 /* end confdefs.h. */
4912 if ac_fn_cxx_try_compile
"$LINENO"; then :
4913 ac_cv_prog_cxx_g
=yes
4916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4917 /* end confdefs.h. */
4927 if ac_fn_cxx_try_compile
"$LINENO"; then :
4930 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4933 /* end confdefs.h. */
4943 if ac_fn_cxx_try_compile
"$LINENO"; then :
4944 ac_cv_prog_cxx_g
=yes
4946 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4948 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4950 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4951 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4954 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4955 if test "$ac_test_CXXFLAGS" = set; then
4956 CXXFLAGS
=$ac_save_CXXFLAGS
4957 elif test $ac_cv_prog_cxx_g = yes; then
4958 if test "$GXX" = yes; then
4964 if test "$GXX" = yes; then
4971 ac_cpp
='$CPP $CPPFLAGS'
4972 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4973 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4974 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4977 # We must set the default linker to the linker used by gcc for the correct
4978 # operation of libtool. If LD is not defined and we are using gcc, try to
4979 # set the LD default to the ld used by gcc.
4980 if test -z "$LD"; then
4981 if test "$GCC" = yes; then
4984 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4986 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4988 case $gcc_prog_ld in
4989 # Accept absolute paths.
4990 [\\/]* |
[A-Za-z
]:[\\/]*)
4991 LD
="$gcc_prog_ld" ;;
4996 # Check whether -static-libstdc++ -static-libgcc is supported.
4998 if test "$GCC" = yes; then
4999 saved_LDFLAGS
="$LDFLAGS"
5001 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5003 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5005 ac_cpp
='$CXXCPP $CPPFLAGS'
5006 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5007 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5008 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5012 /* end confdefs.h. */
5014 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5015 #error -static-libstdc++ not implemented
5019 if ac_fn_cxx_try_link
"$LINENO"; then :
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5021 $as_echo "yes" >&6; }; have_static_libs
=yes
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5024 $as_echo "no" >&6; }
5026 rm -f core conftest.err conftest.
$ac_objext \
5027 conftest
$ac_exeext conftest.
$ac_ext
5029 ac_cpp
='$CPP $CPPFLAGS'
5030 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5031 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5032 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5035 LDFLAGS
="$saved_LDFLAGS"
5041 if test -n "$ac_tool_prefix"; then
5042 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5043 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5049 if test -n "$GNATBIND"; then
5050 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
5052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5056 test -z "$as_dir" && as_dir
=.
5057 for ac_exec_ext
in '' $ac_executable_extensions; do
5058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5059 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
5060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5069 GNATBIND
=$ac_cv_prog_GNATBIND
5070 if test -n "$GNATBIND"; then
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5072 $as_echo "$GNATBIND" >&6; }
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5075 $as_echo "no" >&6; }
5080 if test -z "$ac_cv_prog_GNATBIND"; then
5081 ac_ct_GNATBIND
=$GNATBIND
5082 # Extract the first word of "gnatbind", so it can be a program name with args.
5083 set dummy gnatbind
; ac_word
=$2
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5085 $as_echo_n "checking for $ac_word... " >&6; }
5086 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5089 if test -n "$ac_ct_GNATBIND"; then
5090 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
5092 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5096 test -z "$as_dir" && as_dir
=.
5097 for ac_exec_ext
in '' $ac_executable_extensions; do
5098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5099 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5109 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
5110 if test -n "$ac_ct_GNATBIND"; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5112 $as_echo "$ac_ct_GNATBIND" >&6; }
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5118 if test "x$ac_ct_GNATBIND" = x
; then
5121 case $cross_compiling:$ac_tool_warned in
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5124 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5125 ac_tool_warned
=yes ;;
5127 GNATBIND
=$ac_ct_GNATBIND
5130 GNATBIND
="$ac_cv_prog_GNATBIND"
5133 if test -n "$ac_tool_prefix"; then
5134 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5135 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5139 $as_echo_n "(cached) " >&6
5141 if test -n "$GNATMAKE"; then
5142 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5148 test -z "$as_dir" && as_dir
=.
5149 for ac_exec_ext
in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5161 GNATMAKE
=$ac_cv_prog_GNATMAKE
5162 if test -n "$GNATMAKE"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5164 $as_echo "$GNATMAKE" >&6; }
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5172 if test -z "$ac_cv_prog_GNATMAKE"; then
5173 ac_ct_GNATMAKE
=$GNATMAKE
5174 # Extract the first word of "gnatmake", so it can be a program name with args.
5175 set dummy gnatmake
; ac_word
=$2
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5177 $as_echo_n "checking for $ac_word... " >&6; }
5178 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5179 $as_echo_n "(cached) " >&6
5181 if test -n "$ac_ct_GNATMAKE"; then
5182 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5184 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5188 test -z "$as_dir" && as_dir
=.
5189 for ac_exec_ext
in '' $ac_executable_extensions; do
5190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5191 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5202 if test -n "$ac_ct_GNATMAKE"; then
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5204 $as_echo "$ac_ct_GNATMAKE" >&6; }
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5207 $as_echo "no" >&6; }
5210 if test "x$ac_ct_GNATMAKE" = x
; then
5213 case $cross_compiling:$ac_tool_warned in
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5216 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5217 ac_tool_warned
=yes ;;
5219 GNATMAKE
=$ac_ct_GNATMAKE
5222 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5226 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5227 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5230 cat >conftest.adb
<<EOF
5231 procedure conftest is begin null; end conftest;
5233 acx_cv_cc_gcc_supports_ada
=no
5234 # There is a bug in old released versions of GCC which causes the
5235 # driver to exit successfully when the appropriate language module
5236 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5237 # Therefore we must check for the error message as well as an
5238 # unsuccessful exit.
5239 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5240 # given a .adb file, but produce no object file. So we must check
5241 # if an object file was really produced to guard against this.
5242 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5243 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5244 acx_cv_cc_gcc_supports_ada
=yes
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5249 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5251 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5258 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5259 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5260 $as_echo_n "(cached) " >&6
5264 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5265 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5266 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5269 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5272 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5273 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5276 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5283 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5284 do_compare
="$gcc_cv_prog_cmp_skip"
5288 # Check whether --enable-bootstrap was given.
5289 if test "${enable_bootstrap+set}" = set; then :
5290 enableval
=$enable_bootstrap;
5292 enable_bootstrap
=default
5296 # Issue errors and warnings for invalid/strange bootstrap combinations.
5297 if test -r $srcdir/gcc
/configure
; then
5303 case "$have_compiler:$host:$target:$enable_bootstrap" in
5306 # Default behavior. Enable bootstrap if we have a compiler
5307 # and we are in a native configuration.
5308 yes:$build:$build:default
)
5309 enable_bootstrap
=yes ;;
5312 enable_bootstrap
=no
;;
5314 # We have a compiler and we are in a native configuration, bootstrap is ok
5315 yes:$build:$build:yes)
5318 # Other configurations, but we have a compiler. Assume the user knows
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5322 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5325 # No compiler: if they passed --enable-bootstrap explicitly, fail
5327 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5329 # Fail if wrong command line
5331 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
5335 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5336 # C++98 compiler can still start the bootstrap.
5337 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5338 CXX
="$CXX -std=gnu++98"
5341 # Used for setting $lt_cv_objdir
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5343 $as_echo_n "checking for objdir... " >&6; }
5344 if test "${lt_cv_objdir+set}" = set; then :
5345 $as_echo_n "(cached) " >&6
5347 rm -f .libs
2>/dev
/null
5348 mkdir .libs
2>/dev
/null
5349 if test -d .libs
; then
5352 # MS-DOS does not allow filenames that begin with a dot.
5355 rmdir .libs
2>/dev
/null
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5358 $as_echo "$lt_cv_objdir" >&6; }
5359 objdir
=$lt_cv_objdir
5365 cat >>confdefs.h
<<_ACEOF
5366 #define LT_OBJDIR "$lt_cv_objdir/"
5371 # Check for GMP, MPFR and MPC
5372 gmplibs
="-lmpc -lmpfr -lgmp"
5376 # Specify a location for mpc
5377 # check for this first so it ends up on the link line before mpfr.
5379 # Check whether --with-mpc was given.
5380 if test "${with_mpc+set}" = set; then :
5385 # Check whether --with-mpc-include was given.
5386 if test "${with_mpc_include+set}" = set; then :
5387 withval
=$with_mpc_include;
5391 # Check whether --with-mpc-lib was given.
5392 if test "${with_mpc_lib+set}" = set; then :
5393 withval
=$with_mpc_lib;
5397 if test "x$with_mpc" != x
; then
5398 gmplibs
="-L$with_mpc/lib $gmplibs"
5399 gmpinc
="-I$with_mpc/include $gmpinc"
5401 if test "x$with_mpc_include" != x
; then
5402 gmpinc
="-I$with_mpc_include $gmpinc"
5404 if test "x$with_mpc_lib" != x
; then
5405 gmplibs
="-L$with_mpc_lib $gmplibs"
5407 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5408 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5409 gmpinc
='-I$$s/mpc/src '"$gmpinc"
5410 # Do not test the mpc version. Assume that it is sufficient, since
5411 # it is in the source tree, and the library has not been built yet
5412 # but it would be included on the link line in the version check below
5413 # hence making the test fail.
5417 # Specify a location for mpfr
5418 # check for this first so it ends up on the link line before gmp.
5420 # Check whether --with-mpfr-dir was given.
5421 if test "${with_mpfr_dir+set}" = set; then :
5422 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5423 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5428 # Check whether --with-mpfr was given.
5429 if test "${with_mpfr+set}" = set; then :
5434 # Check whether --with-mpfr-include was given.
5435 if test "${with_mpfr_include+set}" = set; then :
5436 withval
=$with_mpfr_include;
5440 # Check whether --with-mpfr-lib was given.
5441 if test "${with_mpfr_lib+set}" = set; then :
5442 withval
=$with_mpfr_lib;
5446 if test "x$with_mpfr" != x
; then
5447 gmplibs
="-L$with_mpfr/lib $gmplibs"
5448 gmpinc
="-I$with_mpfr/include $gmpinc"
5450 if test "x$with_mpfr_include" != x
; then
5451 gmpinc
="-I$with_mpfr_include $gmpinc"
5453 if test "x$with_mpfr_lib" != x
; then
5454 gmplibs
="-L$with_mpfr_lib $gmplibs"
5456 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5457 # MPFR v3.1.0 moved the sources into a src sub-directory.
5458 if ! test -d ${srcdir}/mpfr
/src
; then
5459 as_fn_error
"Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
5461 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5462 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5463 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5464 # Do not test the mpfr version. Assume that it is sufficient, since
5465 # it is in the source tree, and the library has not been built yet
5466 # but it would be included on the link line in the version check below
5467 # hence making the test fail.
5471 # Specify a location for gmp
5473 # Check whether --with-gmp-dir was given.
5474 if test "${with_gmp_dir+set}" = set; then :
5475 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5476 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5481 # Check whether --with-gmp was given.
5482 if test "${with_gmp+set}" = set; then :
5487 # Check whether --with-gmp-include was given.
5488 if test "${with_gmp_include+set}" = set; then :
5489 withval
=$with_gmp_include;
5493 # Check whether --with-gmp-lib was given.
5494 if test "${with_gmp_lib+set}" = set; then :
5495 withval
=$with_gmp_lib;
5500 if test "x$with_gmp" != x
; then
5501 gmplibs
="-L$with_gmp/lib $gmplibs"
5502 gmpinc
="-I$with_gmp/include $gmpinc"
5504 if test "x$with_gmp_include" != x
; then
5505 gmpinc
="-I$with_gmp_include $gmpinc"
5507 if test "x$with_gmp_lib" != x
; then
5508 gmplibs
="-L$with_gmp_lib $gmplibs"
5510 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5511 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5512 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5513 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5514 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5515 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5516 # Do not test the gmp version. Assume that it is sufficient, since
5517 # it is in the source tree, and the library has not been built yet
5518 # but it would be included on the link line in the version check below
5519 # hence making the test fail.
5523 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5525 saved_CFLAGS
="$CFLAGS"
5526 CFLAGS
="$CFLAGS $gmpinc"
5527 # Check for the recommended and required versions of GMP.
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5529 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5532 /* end confdefs.h. */
5538 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5539 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5540 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5548 if ac_fn_c_try_compile
"$LINENO"; then :
5549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5550 /* end confdefs.h. */
5556 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5557 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5558 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5566 if ac_fn_c_try_compile
"$LINENO"; then :
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5568 $as_echo "yes" >&6; }
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5571 $as_echo "buggy but acceptable" >&6; }
5573 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5576 $as_echo "no" >&6; }; have_gmp
=no
5578 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5580 # If we have GMP, check the MPFR version.
5581 if test x
"$have_gmp" = xyes
; then
5582 # Check for the recommended and required versions of MPFR.
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5584 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5586 /* end confdefs.h. */
5593 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5601 if ac_fn_c_try_compile
"$LINENO"; then :
5602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5603 /* end confdefs.h. */
5610 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5618 if ac_fn_c_try_compile
"$LINENO"; then :
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5620 $as_echo "yes" >&6; }
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5623 $as_echo "buggy but acceptable" >&6; }
5625 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5628 $as_echo "no" >&6; }; have_gmp
=no
5630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5633 # Check for the MPC header version.
5634 if test x
"$have_gmp" = xyes
; then
5635 # Check for the recommended and required versions of MPC.
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5637 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5639 /* end confdefs.h. */
5645 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5653 if ac_fn_c_try_compile
"$LINENO"; then :
5654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5655 /* end confdefs.h. */
5661 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5669 if ac_fn_c_try_compile
"$LINENO"; then :
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5671 $as_echo "yes" >&6; }
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5674 $as_echo "buggy but acceptable" >&6; }
5676 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5679 $as_echo "no" >&6; }; have_gmp
=no
5681 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5684 # Now check the MPFR library.
5685 if test x
"$have_gmp" = xyes
; then
5687 LIBS
="$LIBS $gmplibs"
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5689 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5691 /* end confdefs.h. */
5703 mpfr_atan2 (n, n, x, GMP_RNDN);
5704 mpfr_erfc (n, x, GMP_RNDN);
5705 mpfr_subnormalize (x, t, GMP_RNDN);
5709 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5710 mpc_cosh (c, c, MPC_RNDNN);
5711 mpc_pow (c, c, c, MPC_RNDNN);
5712 mpc_acosh (c, c, MPC_RNDNN);
5719 if ac_fn_c_try_link
"$LINENO"; then :
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5721 $as_echo "yes" >&6; }
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }; have_gmp
=no
5726 rm -f core conftest.err conftest.
$ac_objext \
5727 conftest
$ac_exeext conftest.
$ac_ext
5731 CFLAGS
="$saved_CFLAGS"
5733 # The library versions listed in the error message below should match
5734 # the HARD-minimums enforced above.
5735 if test x
$have_gmp != xyes
; then
5736 as_fn_error
"Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5737 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5738 their locations. Source code for these libraries can be found at
5739 their respective hosting sites as well as at
5740 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5741 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5742 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5743 make sure that you have installed both the libraries and the header
5744 files. They may be located in separate packages." "$LINENO" 5
5748 # Flags needed for both GMP, MPFR and/or MPC.
5756 # Libraries to use for stage1 or when not bootstrapping.
5758 # Check whether --with-stage1-libs was given.
5759 if test "${with_stage1_libs+set}" = set; then :
5760 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5763 stage1_libs
=$withval
5771 # Linker flags to use for stage1 or when not bootstrapping.
5773 # Check whether --with-stage1-ldflags was given.
5774 if test "${with_stage1_ldflags+set}" = set; then :
5775 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5778 stage1_ldflags
=$withval
5782 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5783 # if supported. But if the user explicitly specified the libraries to use,
5784 # trust that they are doing what they want.
5785 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5786 stage1_ldflags
="-static-libstdc++ -static-libgcc"
5792 # Libraries to use for stage2 and later builds.
5794 # Check whether --with-boot-libs was given.
5795 if test "${with_boot_libs+set}" = set; then :
5796 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5799 poststage1_libs
=$withval
5807 # Linker flags to use for stage2 and later builds.
5809 # Check whether --with-boot-ldflags was given.
5810 if test "${with_boot_ldflags+set}" = set; then :
5811 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5814 poststage1_ldflags
=$withval
5818 # In stages 2 and 3, default to linking libstdc++ and libgcc
5819 # statically. But if the user explicitly specified the libraries to
5820 # use, trust that they are doing what they want.
5821 if test "$poststage1_libs" = ""; then
5822 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
5828 # GCC GRAPHITE dependency isl.
5829 # Basic setup is inlined here, actual checks are in config/isl.m4
5832 # Check whether --with-isl was given.
5833 if test "${with_isl+set}" = set; then :
5838 # Treat --without-isl as a request to disable
5839 # GRAPHITE support and skip all following checks.
5840 if test "x$with_isl" != "xno"; then
5844 # Check whether --with-isl-include was given.
5845 if test "${with_isl_include+set}" = set; then :
5846 withval
=$with_isl_include;
5850 # Check whether --with-isl-lib was given.
5851 if test "${with_isl_lib+set}" = set; then :
5852 withval
=$with_isl_lib;
5856 # Check whether --enable-isl-version-check was given.
5857 if test "${enable_isl_version_check+set}" = set; then :
5858 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
5860 ENABLE_ISL_CHECK
=yes
5864 # Initialize isllibs and islinc.
5873 isllibs
="-L$with_isl/lib"
5874 islinc
="-I$with_isl/include"
5877 if test "x${with_isl_include}" != x
; then
5878 islinc
="-I$with_isl_include"
5880 if test "x${with_isl_lib}" != x
; then
5881 isllibs
="-L$with_isl_lib"
5883 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
5884 && test -d ${srcdir}/isl
; then
5885 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5886 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
5889 $as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
5892 isllibs
="${isllibs} -lisl"
5896 if test "${ENABLE_ISL_CHECK}" = yes ; then
5897 _isl_saved_CFLAGS
=$CFLAGS
5898 _isl_saved_LDFLAGS
=$LDFLAGS
5899 _isl_saved_LIBS
=$LIBS
5901 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5902 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
5903 LIBS
="${_isl_saved_LIBS} -lisl -lgmp"
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.16, 0.15, or deprecated 0.14" >&5
5906 $as_echo_n "checking for isl 0.16, 0.15, or deprecated 0.14... " >&6; }
5907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5908 /* end confdefs.h. */
5909 #include <isl/ctx.h>
5913 isl_ctx_get_max_operations (isl_ctx_alloc ());
5918 if ac_fn_c_try_link
"$LINENO"; then :
5923 rm -f core conftest.err conftest.
$ac_objext \
5924 conftest
$ac_exeext conftest.
$ac_ext
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5926 $as_echo "$gcc_cv_isl" >&6; }
5928 if test "${gcc_cv_isl}" = no
; then
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated" >&5
5930 $as_echo "recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated" >&6; }
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.16 or 0.15" >&5
5934 $as_echo_n "checking for isl 0.16 or 0.15... " >&6; }
5935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5936 /* end confdefs.h. */
5937 #include <isl/schedule.h>
5941 isl_options_set_schedule_serialize_sccs (NULL, 0);
5946 if ac_fn_c_try_link
"$LINENO"; then :
5947 ac_has_isl_options_set_schedule_serialize_sccs
=yes
5949 ac_has_isl_options_set_schedule_serialize_sccs
=no
5951 rm -f core conftest.err conftest.
$ac_objext \
5952 conftest
$ac_exeext conftest.
$ac_ext
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_isl_options_set_schedule_serialize_sccs" >&5
5954 $as_echo "$ac_has_isl_options_set_schedule_serialize_sccs" >&6; }
5956 if test x
"$ac_has_isl_options_set_schedule_serialize_sccs" = x
"yes"; then
5961 CFLAGS
=$_isl_saved_CFLAGS
5962 LDFLAGS
=$_isl_saved_LDFLAGS
5963 LIBS
=$_isl_saved_LIBS
5971 if test "x${with_isl}" = xno
; then
5972 graphite_requested
=no
5973 elif test "x${with_isl}" != x \
5974 ||
test "x${with_isl_include}" != x \
5975 ||
test "x${with_isl_lib}" != x
; then
5976 graphite_requested
=yes
5978 graphite_requested
=no
5983 if test "${gcc_cv_isl}" = no
; then
5988 if test "${graphite_requested}" = yes \
5989 && test "x${isllibs}" = x \
5990 && test "x${islinc}" = x
; then
5992 as_fn_error
"Unable to find a usable isl. See config.log for details." "$LINENO" 5
5998 # If the isl check failed, disable builds of in-tree variant of isl
5999 if test "x$with_isl" = xno ||
6000 test "x$gcc_cv_isl" = xno
; then
6001 noconfigdirs
="$noconfigdirs isl"
6008 # Check for LTO support.
6009 # Check whether --enable-lto was given.
6010 if test "${enable_lto+set}" = set; then :
6011 enableval
=$enable_lto; enable_lto
=$enableval
6013 enable_lto
=yes; default_enable_lto
=yes
6022 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
6023 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
6024 alpha
*-dec-osf* | hppa
[12]*-*-hpux* | \
6033 if test $target_elf = yes; then :
6034 # ELF platforms build the lto-plugin always.
6035 build_lto_plugin
=yes
6038 if test x
"$default_enable_lto" = x
"yes" ; then
6040 *-apple-darwin9* |
*-cygwin* |
*-mingw* |
*djgpp
*) ;;
6041 # On other non-ELF platforms, LTO has yet to be validated.
6045 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6046 # It would also be nice to check the binutils support, but we don't
6047 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6048 # warn during gcc/ subconfigure; unless you're bootstrapping with
6049 # -flto it won't be needed until after installation anyway.
6051 *-cygwin* |
*-mingw* |
*-apple-darwin* |
*djgpp
*) ;;
6052 *) if test x
"$enable_lto" = x
"yes"; then
6053 as_fn_error
"LTO support is not enabled for this target." "$LINENO" 5
6058 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6059 # Build it unless LTO was explicitly disabled.
6061 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
6068 # Check whether --enable-linker-plugin-configure-flags was given.
6069 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6070 enableval
=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags
=$enableval
6072 extra_linker_plugin_configure_flags
=
6076 # Check whether --enable-linker-plugin-flags was given.
6077 if test "${enable_linker_plugin_flags+set}" = set; then :
6078 enableval
=$enable_linker_plugin_flags; extra_linker_plugin_flags
=$enableval
6080 extra_linker_plugin_flags
=
6086 # By default, C and C++ are the only stage 1 languages.
6087 stage1_languages
=,c
,
6089 # Target libraries that we bootstrap.
6090 bootstrap_target_libs
=,target-libgcc
,
6092 # Figure out what language subdirectories are present.
6093 # Look if the user specified --enable-languages="..."; if not, use
6094 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6096 # NB: embedded tabs in this IF block -- do not untabify
6097 if test -d ${srcdir}/gcc
; then
6098 if test x
"${enable_languages+set}" != xset
; then
6099 if test x
"${LANGUAGES+set}" = xset
; then
6100 enable_languages
="${LANGUAGES}"
6101 echo configure.ac
: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
6103 enable_languages
=all
6106 if test x
"${enable_languages}" = x ||
6107 test x
"${enable_languages}" = xyes
;
6109 echo configure.ac
: --enable-languages needs
at least one language argument
1>&2
6113 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6115 # 'f95' is the old name for the 'fortran' language. We issue a warning
6116 # and make the substitution.
6117 case ,${enable_languages}, in
6119 echo configure.ac
: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
6120 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6124 # If bootstrapping, C++ must be enabled.
6125 case ",$enable_languages,:$enable_bootstrap" in
6128 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
6129 enable_languages
="${enable_languages},c++"
6131 as_fn_error
"bootstrapping requires c++ sources" "$LINENO" 5
6136 # First scan to see if an enabled language requires some other language.
6137 # We assume that a given config-lang.in will list all the language
6138 # front ends it requires, even if some are required indirectly.
6139 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6140 case ${lang_frag} in
6142 # The odd quoting in the next line works around
6143 # an apparent bug in bash 1.12 on linux.
6144 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6146 # From the config-lang.in, get $language, $lang_requires, and
6147 # $lang_requires_boot_languages.
6150 lang_requires_boot_languages
=
6152 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
6153 case ,${enable_languages}, in
6157 echo " \`$other' language required by \`$language'; enabling" 1>&2
6158 enable_languages
="${enable_languages},${other}"
6162 for other
in ${lang_requires_boot_languages} ; do
6163 if test "$other" != "c"; then
6164 case ,${enable_stage1_languages}, in
6168 case ,${enable_languages}, in
6170 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6171 enable_stage1_languages
="$enable_stage1_languages,${other}"
6182 new_enable_languages
=,c
,
6184 # If LTO is enabled, add the LTO front end.
6185 if test "$enable_lto" = "yes" ; then
6186 case ,${enable_languages}, in
6188 *) enable_languages
="${enable_languages},lto" ;;
6190 if test "${build_lto_plugin}" = "yes" ; then
6191 configdirs
="$configdirs lto-plugin"
6195 # If we're building an offloading compiler, add the LTO front end.
6196 if test x
"$enable_as_accelerator_for" != x
; then
6197 case ,${enable_languages}, in
6199 *) enable_languages
="${enable_languages},lto" ;;
6203 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6204 potential_languages
=,c
,
6206 enabled_target_libs
=
6207 disabled_target_libs
=
6209 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6210 case ${lang_frag} in
6212 # The odd quoting in the next line works around
6213 # an apparent bug in bash 1.12 on linux.
6214 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6216 # From the config-lang.in, get $language, $target_libs,
6217 # $lang_dirs, $boot_language, and $build_by_default
6223 build_by_default
=yes
6225 if test x
${language} = x
; then
6226 echo "${lang_frag} doesn't set \$language." 1>&2
6230 if test "$language" = "c++"; then
6235 case ,${enable_languages}, in
6237 # Language was explicitly selected; include it
6238 # unless it is C, which is enabled by default.
6239 if test "$language" != "c"; then
6244 # 'all' was selected, select it if it is a default language
6245 if test "$language" != "c"; then
6246 add_this_lang
=${build_by_default}
6251 # Disable languages that need other directories if these aren't available.
6252 for i
in $subdir_requires; do
6253 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6254 case ,${enable_languages}, in
6256 # Specifically requested language; tell them.
6257 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6261 add_this_lang
=unsupported
6266 # Disable Ada if no preexisting GNAT is available.
6267 case ,${enable_languages},:${language}:${have_gnat} in
6268 *,${language},*:ada
:no
)
6269 # Specifically requested language; tell them.
6270 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
6274 add_this_lang
=unsupported
6278 # Disable a language that is unsupported by the target.
6279 case " $unsupported_languages " in
6281 add_this_lang
=unsupported
6285 case $add_this_lang in
6287 # Remove language-dependent dirs.
6288 disabled_target_libs
="$disabled_target_libs $target_libs"
6289 noconfigdirs
="$noconfigdirs $lang_dirs"
6292 # Remove language-dependent dirs; still show language as supported.
6293 disabled_target_libs
="$disabled_target_libs $target_libs"
6294 noconfigdirs
="$noconfigdirs $lang_dirs"
6295 potential_languages
="${potential_languages}${language},"
6298 new_enable_languages
="${new_enable_languages}${language},"
6299 potential_languages
="${potential_languages}${language},"
6300 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
6301 enabled_target_libs
="$enabled_target_libs $target_libs"
6302 case "${boot_language}:,$enable_stage1_languages," in
6303 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
6304 # Add to (comma-separated) list of stage 1 languages.
6305 case ",$stage1_languages," in
6306 *,$language,* |
,yes, |
,all
,) ;;
6307 *) stage1_languages
="${stage1_languages}${language}," ;;
6309 # We need to bootstrap any supporting libraries.
6310 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
6319 # Add target libraries which are only needed for disabled languages
6321 if test -n "$disabled_target_libs"; then
6322 for dir
in $disabled_target_libs; do
6323 case " $enabled_target_libs " in
6325 *) noconfigdirs
="$noconfigdirs $dir" ;;
6330 # Check whether --enable-stage1-languages was given.
6331 if test "${enable_stage1_languages+set}" = set; then :
6332 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6334 # Set it to something that will have no effect in the loop below
6335 enable_stage1_languages
=c
;;
6337 enable_stage1_languages
=`echo $new_enable_languages | \
6338 sed -e "s/^,//" -e "s/,$//" ` ;;
6340 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
6341 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6344 # Add "good" languages from enable_stage1_languages to stage1_languages,
6345 # while "bad" languages go in missing_languages. Leave no duplicates.
6346 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6347 case $potential_languages in
6349 case $stage1_languages in
6351 *) stage1_languages
="$stage1_languages$i," ;;
6354 case $missing_languages in
6356 *) missing_languages
="$missing_languages$i," ;;
6363 # Remove leading/trailing commas that were added for simplicity
6364 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6365 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6366 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6367 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6369 if test "x$missing_languages" != x
; then
6371 The following requested languages could not be built: ${missing_languages}
6372 Supported languages are: ${potential_languages}" "$LINENO" 5
6374 if test "x$new_enable_languages" != "x$enable_languages"; then
6375 echo The following languages will be built
: ${new_enable_languages}
6376 enable_languages
="$new_enable_languages"
6380 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6383 # Handle --disable-<component> generically.
6384 for dir
in $configdirs $build_configdirs $target_configdirs ; do
6385 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6386 varname
=`echo $dirname | sed -e s/+/_/g`
6387 if eval test x\
${enable_${varname}} "=" xno
; then
6388 noconfigdirs
="$noconfigdirs $dir"
6392 # Check for Boehm's garbage collector
6393 # Check whether --enable-objc-gc was given.
6394 if test "${enable_objc_gc+set}" = set; then :
6395 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6396 *,objc
,*:*:yes:*target-boehm-gc
*)
6397 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6403 # Make sure we only build Boehm's garbage collector if required.
6404 case ,${enable_languages},:${enable_objc_gc} in
6406 # Keep target-boehm-gc if requested for Objective-C.
6409 # Otherwise remove target-boehm-gc.
6410 noconfigdirs
="$noconfigdirs target-boehm-gc"
6414 # Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
6415 case ,${enable_languages}, in
6417 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6418 case "${noconfigdirs}" in
6419 *target-libstdc
++-v3*)
6420 noconfigdirs
="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6426 noconfigdirs
="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
6430 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6431 # $build_configdirs and $target_configdirs.
6432 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6435 for dir
in .
$skipdirs $noconfigdirs ; do
6436 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6437 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6438 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6439 if test -r $srcdir/$dirname/configure
; then
6440 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6443 notsupp
="$notsupp $dir"
6447 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6448 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6449 if test -r $srcdir/$dirname/configure
; then
6450 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6453 notsupp
="$notsupp $dir"
6457 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6458 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6459 if test -r $srcdir/$dirname/configure
; then
6460 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6463 notsupp
="$notsupp $dir"
6469 # Quietly strip out all directories which aren't configurable in this tree.
6470 # This relies on all configurable subdirectories being autoconfiscated, which
6472 build_configdirs_all
="$build_configdirs"
6474 for i
in ${build_configdirs_all} ; do
6475 j
=`echo $i | sed -e s/build-//g`
6476 if test -f ${srcdir}/$j/configure
; then
6477 build_configdirs
="${build_configdirs} $i"
6481 configdirs_all
="$configdirs"
6483 for i
in ${configdirs_all} ; do
6484 if test -f ${srcdir}/$i/configure
; then
6485 configdirs
="${configdirs} $i"
6489 target_configdirs_all
="$target_configdirs"
6491 for i
in ${target_configdirs_all} ; do
6492 j
=`echo $i | sed -e s/target-//g`
6493 if test -f ${srcdir}/$j/configure
; then
6494 target_configdirs
="${target_configdirs} $i"
6498 # libiberty-linker-plugin is special: it doesn't have its own source directory,
6499 # so we have to add it after the preceding checks.
6500 if test x
"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6502 case " $configdirs " in
6504 # If we can build libiberty, we can also build libiberty-linker-plugin.
6505 configdirs
="$configdirs libiberty-linker-plugin"
6506 extra_linker_plugin_configure_flags
="$extra_linker_plugin_configure_flags \
6507 --with-libiberty=../libiberty-linker-plugin";;
6509 as_fn_error
"libiberty missing" "$LINENO" 5;;
6513 # Sometimes we have special requirements for the host libiberty.
6514 extra_host_libiberty_configure_flags
=
6515 extra_host_zlib_configure_flags
=
6516 case " $configdirs " in
6517 *" lto-plugin "* |
*" libcc1 "*)
6518 # When these are to be built as shared libraries, the same applies to
6520 extra_host_libiberty_configure_flags
=--enable-shared
6523 # When bfd is to be built as a shared library, the same applies to
6525 if test "$enable_shared" = "yes"; then
6526 extra_host_zlib_configure_flags
=--enable-host-shared
6533 # Produce a warning message for the subdirs we can't configure.
6534 # This isn't especially interesting in the Cygnus tree, but in the individual
6535 # FSF releases, it's important to let people know when their machine isn't
6536 # supported by the one or two programs in a package.
6538 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6539 # If $appdirs is non-empty, at least one of those directories must still
6540 # be configured, or we error out. (E.g., if the gas release supports a
6541 # specified target in some subdirs but not the gas subdir, we shouldn't
6542 # pretend that all is well.)
6543 if test -n "$appdirs" ; then
6544 for dir
in $appdirs ; do
6545 if test -r $dir/Makefile.
in ; then
6546 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6550 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6556 if test -n "$appdirs" ; then
6557 echo "*** This configuration is not supported by this package." 1>&2
6561 # Okay, some application will build, or we don't care to check. Still
6562 # notify of subdirs not getting built.
6563 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6564 echo " ${notsupp}" 1>&2
6565 echo " (Any other directories should still work fine.)" 1>&2
6573 # To find our prefix, in gcc_cv_tool_prefix.
6575 # The user is always right.
6576 if test "${PATH_SEPARATOR+set}" != set; then
6577 echo "#! /bin/sh" >conf$$.sh
6578 echo "exit 0" >>conf$$.sh
6580 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6590 if test "x$exec_prefix" = xNONE
; then
6591 if test "x$prefix" = xNONE
; then
6592 gcc_cv_tool_prefix
=$ac_default_prefix
6594 gcc_cv_tool_prefix
=$prefix
6597 gcc_cv_tool_prefix
=$exec_prefix
6600 # If there is no compiler in the tree, use the PATH only. In any
6601 # case, if there is no compiler in the tree nobody should use
6602 # AS_FOR_TARGET and LD_FOR_TARGET.
6603 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6604 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6605 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6606 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6607 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6608 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6609 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6610 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6615 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6616 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6624 # Check whether --with-build-sysroot was given.
6625 if test "${with_build_sysroot+set}" = set; then :
6626 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6627 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6630 SYSROOT_CFLAGS_FOR_TARGET
=
6636 # Check whether --with-debug-prefix-map was given.
6637 if test "${with_debug_prefix_map+set}" = set; then :
6638 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6639 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6640 for debug_map
in $withval; do
6641 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6645 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6650 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6651 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6652 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6653 # We want to ensure that TARGET libraries (which we know are built with
6654 # gcc) are built with "-O2 -g", so include those options when setting
6655 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6656 if test "x$CFLAGS_FOR_TARGET" = x
; then
6657 if test "x${is_cross_compiler}" = xyes
; then
6658 CFLAGS_FOR_TARGET
="-g -O2"
6660 CFLAGS_FOR_TARGET
=$CFLAGS
6663 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
6666 *" -g "* |
*" -g3 "*) ;;
6667 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
6673 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6674 if test "x${is_cross_compiler}" = xyes
; then
6675 CXXFLAGS_FOR_TARGET
="-g -O2"
6677 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6678 case " $CXXFLAGS " in
6680 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
6682 case " $CXXFLAGS " in
6683 *" -g "* |
*" -g3 "*) ;;
6684 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
6692 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6693 # the named directory are copied to $(tooldir)/sys-include.
6694 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6695 if test x
${is_cross_compiler} = xno
; then
6696 echo 1>&2 '***' --with-headers is only supported when cross compiling
6699 if test x
"${with_headers}" != xyes
; then
6700 x
=${gcc_cv_tool_prefix}
6701 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6705 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6706 # the name directories are copied to $(tooldir)/lib. Multiple directories
6708 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6709 if test x
${is_cross_compiler} = xno
; then
6710 echo 1>&2 '***' --with-libs is only supported when cross compiling
6713 if test x
"${with_libs}" != xyes
; then
6714 # Copy the libraries in reverse order, so that files in the first named
6715 # library override files in subsequent libraries.
6716 x
=${gcc_cv_tool_prefix}
6717 for l
in ${with_libs}; do
6718 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6723 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6725 # This is done by determining whether or not the appropriate directory
6726 # is available, and by checking whether or not specific configurations
6727 # have requested that this magic not happen.
6729 # The command line options always override the explicit settings in
6730 # configure.ac, and the settings in configure.ac override this magic.
6732 # If the default for a toolchain is to use GNU as and ld, and you don't
6733 # want to do that, then you should use the --without-gnu-as and
6734 # --without-gnu-ld options for the configure script. Similarly, if
6735 # the default is to use the included zlib and you don't want to do that,
6736 # you should use the --with-system-zlib option for the configure script.
6738 if test x
${use_gnu_as} = x
&&
6739 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6741 extra_host_args
="$extra_host_args --with-gnu-as"
6744 if test x
${use_gnu_ld} = x
&&
6745 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6747 extra_host_args
="$extra_host_args --with-gnu-ld"
6750 if test x
${use_included_zlib} = x
&&
6751 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
6754 with_system_zlib
=yes
6755 extra_host_args
="$extra_host_args --with-system-zlib"
6758 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6759 # can detect this case.
6761 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6763 extra_host_args
="$extra_host_args --with-newlib"
6766 # Handle ${copy_dirs}
6767 set fnord
${copy_dirs}
6769 while test $# != 0 ; do
6770 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6773 echo Copying
$1 to
$2
6775 # Use the install script to create the directory and all required
6776 # parent directories.
6777 if test -d $2 ; then
6781 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6784 # Copy the directory, assuming we have tar.
6785 # FIXME: Should we use B in the second tar? Not all systems support it.
6786 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6788 # It is the responsibility of the user to correctly adjust all
6789 # symlinks. If somebody can figure out how to handle them correctly
6790 # here, feel free to add the code.
6797 # Determine a target-dependent exec_prefix that the installed
6798 # gcc will search in. Keep this list sorted by triplet, with
6799 # the *-*-osname triplets last.
6802 i
[34567]86-pc-msdosdjgpp*)
6803 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6808 md_exec_prefix
=/usr
/ccs
/bin
6812 extra_arflags_for_target
=
6813 extra_nmflags_for_target
=
6814 extra_ranlibflags_for_target
=
6815 target_makefile_frag
=/dev
/null
6818 target_makefile_frag
="config/mt-spu"
6820 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
6821 target_makefile_frag
="config/mt-sde"
6823 mipsisa
*-*-elfoabi*)
6824 target_makefile_frag
="config/mt-mips-elfoabi"
6826 mips
*-*-*linux
* | mips
*-*-gnu*)
6827 target_makefile_frag
="config/mt-mips-gnu"
6830 target_makefile_frag
="config/mt-nios2-elf"
6832 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6833 target_makefile_frag
="config/mt-gnu"
6835 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6836 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6837 # commands to handle both 32-bit and 64-bit objects. These flags are
6838 # harmless if we're using GNU nm or ar.
6839 extra_arflags_for_target
=" -X32_64"
6840 extra_nmflags_for_target
=" -B -X32_64"
6844 alphaieee_frag
=/dev
/null
6847 # This just makes sure to use the -mieee option to build target libs.
6848 # This should probably be set individually by each library.
6849 alphaieee_frag
="config/mt-alphaieee"
6853 # If --enable-target-optspace always use -Os instead of -O2 to build
6854 # the target libraries, similarly if it is not specified, use -Os
6855 # on selected platforms.
6856 ospace_frag
=/dev
/null
6857 case "${enable_target_optspace}:${target}" in
6859 ospace_frag
="config/mt-ospace"
6862 ospace_frag
="config/mt-d30v"
6864 :m32r-
* |
:d10v-
* |
:fr30-
* |
:i?
86*-*-elfiamcu)
6865 ospace_frag
="config/mt-ospace"
6870 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6874 # Some systems (e.g., one of the i386-aix systems the gas testers are
6875 # using) don't handle "\$" correctly, so don't use it here.
6876 tooldir
='${exec_prefix}'/${target_noncanonical}
6877 build_tooldir
=${tooldir}
6879 # Create a .gdbinit file which runs the one in srcdir
6880 # and tells GDB to look there for source files.
6882 if test -r ${srcdir}/.gdbinit
; then
6885 *) cat > .
/.gdbinit
<<EOF
6889 source ${srcdir}/.gdbinit
6895 # Make sure that the compiler is able to generate an executable. If it
6896 # can't, we are probably in trouble. We don't care whether we can run the
6897 # executable--we might be using a cross compiler--we only care whether it
6898 # can be created. At this point the main configure script has set CC.
6900 echo "int main () { return 0; }" > conftest.c
6901 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6902 if test $?
= 0 ; then
6903 if test -s conftest ||
test -s conftest.exe
; then
6909 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6910 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6917 # Decide which environment variable is used to find dynamic libraries.
6919 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
6920 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
6921 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
6922 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
6925 # On systems where the dynamic library environment variable is PATH,
6926 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6927 # built executables to PATH.
6928 if test "$RPATH_ENVVAR" = PATH
; then
6929 GCC_SHLIB_SUBDIR
=/shlib
6934 # Adjust the toplevel makefile according to whether bootstrap was selected.
6935 case $enable_bootstrap in
6937 bootstrap_suffix
=bootstrap
6938 BUILD_CONFIG
=bootstrap-debug
6941 bootstrap_suffix
=no-bootstrap
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6947 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6950 # Check whether --with-build-config was given.
6951 if test "${with_build_config+set}" = set; then :
6952 withval
=$with_build_config; case $with_build_config in
6953 yes) with_build_config
= ;;
6954 no
) with_build_config
= BUILD_CONFIG
= ;;
6959 if test "x${with_build_config}" != x
; then
6960 BUILD_CONFIG
=$with_build_config
6962 case $BUILD_CONFIG in
6964 if echo "int f (void) { return 0; }" > conftest.c
&&
6965 ${CC} -c conftest.c
&&
6966 mv conftest.o conftest.o.g0
&&
6967 ${CC} -c -g conftest.c
&&
6968 mv conftest.o conftest.o.g
&&
6969 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
6974 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6979 $as_echo "$BUILD_CONFIG" >&6; }
6982 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
6984 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
6985 # Check whether --enable-vtable-verify was given.
6986 if test "${enable_vtable_verify+set}" = set; then :
6987 enableval
=$enable_vtable_verify; case "$enableval" in
6988 yes) enable_vtable_verify
=yes ;;
6989 no
) enable_vtable_verify
=no
;;
6990 *) enable_vtable_verify
=no
;;
6993 enable_vtable_verify
=no
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
6997 $as_echo "$enable_vtable_verify" >&6; }
6999 # Record target_configdirs and the configure arguments for target and
7000 # build configuration in Makefile.
7001 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7002 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7003 bootstrap_fixincludes
=no
7005 # If we are building libgomp, bootstrap it.
7006 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
7007 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
7010 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7011 # or bootstrap-ubsan, bootstrap it.
7012 if echo " ${target_configdirs} " |
grep " libsanitizer " > /dev
/null
2>&1; then
7013 case "$BUILD_CONFIG" in
7014 *bootstrap-asan
* |
*bootstrap-ubsan
* )
7015 bootstrap_target_libs
=${bootstrap_target_libs}target-libsanitizer
,
7016 bootstrap_fixincludes
=yes
7021 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
7022 if echo " ${target_configdirs} " |
grep " libvtv " > /dev
/null
2>&1 &&
7023 test "$enable_vtable_verify" != no
; then
7024 bootstrap_target_libs
=${bootstrap_target_libs}target-libvtv
,
7027 # If we are building libmpx, bootstrap it.
7028 if echo " ${target_configdirs} " |
grep " libmpx " > /dev
/null
2>&1; then
7029 bootstrap_target_libs
=${bootstrap_target_libs}target-libmpx
,
7032 # Determine whether gdb needs tk/tcl or not.
7033 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7034 # and in that case we want gdb to be built without tk. Ugh!
7035 # In fact I believe gdb is the *only* package directly dependent on tk,
7036 # so we should be able to put the 'maybe's in unconditionally and
7037 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7038 # 100% sure that that's safe though.
7040 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7041 case "$enable_gdbtk" in
7045 GDB_TK
="${gdb_tk}" ;;
7047 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7048 # distro. Eventually someone will fix this and move Insight, nee
7049 # gdbtk to a separate directory.
7050 if test -d ${srcdir}/gdb
/gdbtk
; then
7057 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7058 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7060 # Strip out unwanted targets.
7062 # While at that, we remove Makefiles if we were started for recursive
7063 # configuration, so that the top-level Makefile reconfigures them,
7064 # like we used to do when configure itself was recursive.
7066 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7067 # but now we're fixing up the Makefile ourselves with the additional
7068 # commands passed to AC_CONFIG_FILES. Use separate variables
7069 # extrasub-{build,host,target} not because there is any reason to split
7070 # the substitutions up that way, but only to remain below the limit of
7071 # 99 commands in a script, for HP-UX sed.
7072 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7074 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7075 yes:yes:*\ gold\
*:*,c
++,*) ;;
7076 yes:yes:*\ gold\
*:*)
7077 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7082 for module
in ${build_configdirs} ; do
7083 if test -z "${no_recursion}" \
7084 && test -f ${build_subdir}/${module}/Makefile
; then
7085 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7086 rm -f ${build_subdir}/${module}/Makefile
7088 extrasub_build
="$extrasub_build
7089 /^@if build-$module\$/d
7090 /^@endif build-$module\$/d
7091 /^@if build-$module-$bootstrap_suffix\$/d
7092 /^@endif build-$module-$bootstrap_suffix\$/d"
7095 for module
in ${configdirs} ; do
7096 if test -z "${no_recursion}"; then
7097 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
7098 if test -f ${file}; then
7099 echo 1>&2 "*** removing ${file} to force reconfigure"
7104 case ${module},${bootstrap_fixincludes} in
7105 fixincludes
,no
) host_bootstrap_suffix
=no-bootstrap
;;
7106 *) host_bootstrap_suffix
=$bootstrap_suffix ;;
7108 extrasub_host
="$extrasub_host
7110 /^@endif $module\$/d
7111 /^@if $module-$host_bootstrap_suffix\$/d
7112 /^@endif $module-$host_bootstrap_suffix\$/d"
7115 for module
in ${target_configdirs} ; do
7116 if test -z "${no_recursion}" \
7117 && test -f ${target_subdir}/${module}/Makefile
; then
7118 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7119 rm -f ${target_subdir}/${module}/Makefile
7122 # We only bootstrap target libraries listed in bootstrap_target_libs.
7123 case $bootstrap_target_libs in
7124 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
7125 *) target_bootstrap_suffix
=no-bootstrap
;;
7128 extrasub_target
="$extrasub_target
7129 /^@if target-$module\$/d
7130 /^@endif target-$module\$/d
7131 /^@if target-$module-$target_bootstrap_suffix\$/d
7132 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7135 # Do the final fixup along with target modules.
7136 extrasub_target
="$extrasub_target
7137 /^@if /,/^@endif /d"
7139 # Create the serialization dependencies. This uses a temporary file.
7141 # Check whether --enable-serial-configure was given.
7142 if test "${enable_serial_configure+set}" = set; then :
7143 enableval
=$enable_serial_configure;
7147 case ${enable_serial_configure} in
7149 enable_serial_build_configure
=yes
7150 enable_serial_host_configure
=yes
7151 enable_serial_target_configure
=yes
7155 # These force 'configure's to be done one at a time, to avoid problems
7156 # with contention over a shared config.cache.
7158 echo '# serdep.tmp' > serdep.tmp
7160 test "x${enable_serial_build_configure}" = xyes
&&
7161 for item
in ${build_configdirs} ; do
7164 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
7169 test "x${enable_serial_host_configure}" = xyes
&&
7170 for item
in ${configdirs} ; do
7173 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
7178 test "x${enable_serial_target_configure}" = xyes
&&
7179 for item
in ${target_configdirs} ; do
7182 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
7186 serialization_dependencies
=serdep.tmp
7189 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7190 # target, nonopt, and variable assignments. These are the ones we
7191 # might not want to pass down to subconfigures. The exception being
7192 # --cache-file=/dev/null, which is used to turn off the use of cache
7193 # files altogether, and which should be passed on to subconfigures.
7194 # Also strip program-prefix, program-suffix, and program-transform-name,
7195 # so that we can pass down a consistent program-transform-name.
7200 eval "set -- $ac_configure_args"
7203 if test X
"$skip_next" = X
"yes"; then
7207 if test X
"$keep_next" = X
"yes"; then
7210 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7212 baseargs
="$baseargs '$ac_arg'"
7213 tbaseargs
="$tbaseargs '$ac_arg'"
7218 # Handle separated arguments. Based on the logic generated by
7221 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
7222 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
7223 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
7224 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
7238 --with-* |
--without-*)
7239 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7243 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
7246 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
7255 mpc | mpfr | gmp | isl
)
7256 # If we're processing --with-$lib, --with-$lib-include or
7257 # --with-$lib-lib, for one of the libs above, and target is
7258 # different from host, don't pass the current argument to any
7259 # target library's configure.
7260 if test x
$is_cross_compiler = xyes
; then
7269 --cache-file=/dev
/null | \
7270 -cache-file=/dev
/null
)
7271 # Handled here to avoid the test to skip args below.
7272 baseargs
="$baseargs '$ac_arg'"
7273 tbaseargs
="$tbaseargs '$ac_arg'"
7274 # Assert: $separate_arg should always be no.
7275 keep_next
=$separate_arg
7291 -program-prefix* | \
7292 -program-suffix* | \
7293 -program-transform-name* )
7294 skip_next
=$separate_arg
7298 # An option. Add it.
7301 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7303 baseargs
="$baseargs '$ac_arg'"
7304 if test X
"$skip_targ" = Xno
; then
7305 tbaseargs
="$tbaseargs '$ac_arg'"
7307 keep_next
=$separate_arg
7310 # Either a variable assignment, or a nonopt (triplet). Don't
7311 # pass it down; let the Makefile handle this.
7316 # Remove the initial space we just introduced and, as these will be
7317 # expanded by make, quote '$'.
7318 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7320 # Add in --program-transform-name, after --program-prefix and
7321 # --program-suffix have been applied to it. Autoconf has already
7322 # doubled dollar signs and backslashes in program_transform_name; we want
7323 # the backslashes un-doubled, and then the entire thing wrapped in single
7324 # quotes, because this will be expanded first by make and then by the shell.
7325 # Also, because we want to override the logic in subdir configure scripts to
7326 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7327 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7328 ${program_transform_name}
7330 gcc_transform_name
=`cat conftestsed.out`
7331 rm -f conftestsed.out
7332 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
7333 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7334 if test "$silent" = yes; then
7335 baseargs
="$baseargs --silent"
7336 tbaseargs
="$tbaseargs --silent"
7338 baseargs
="$baseargs --disable-option-checking"
7339 tbaseargs
="$tbaseargs --disable-option-checking"
7341 # Record and document user additions to sub configure arguments.
7346 # For the build-side libraries, we just need to pretend we're native,
7347 # and not use the same cache file. Multilibs are neither needed nor
7348 # desired. We can't even use the same cache file for all build-side
7349 # libraries, as they're compiled differently; some with C, some with
7350 # C++ or with different feature-enabling options.
7351 build_configargs
="$build_configargs --cache-file=./config.cache ${baseargs}"
7353 # For host modules, accept cache file option, or specification as blank.
7354 case "${cache_file}" in
7356 cache_file_option
="" ;;
7357 /* |
[A-Za-z
]:[\\/]* ) # absolute path
7358 cache_file_option
="--cache-file=${cache_file}" ;;
7360 cache_file_option
="--cache-file=../${cache_file}" ;;
7363 # Host dirs don't like to share a cache file either, horribly enough.
7364 # This seems to be due to autoconf 2.5x stupidity.
7365 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7367 target_configargs
="$target_configargs ${tbaseargs}"
7369 # Passing a --with-cross-host argument lets the target libraries know
7370 # whether they are being built with a cross-compiler or being built
7371 # native. However, it would be better to use other mechanisms to make the
7372 # sorts of decisions they want to make on this basis. Please consider
7373 # this option to be deprecated. FIXME.
7374 if test x
${is_cross_compiler} = xyes
; then
7375 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
7378 # Special user-friendly check for native x86_64-linux build, if
7379 # multilib is not explicitly enabled.
7380 case "$target:$have_compiler:$host:$target:$enable_multilib" in
7381 x86_64-
*linux
*:yes:$build:$build:)
7382 # Make sure we have a development environment that handles 32-bit
7384 echo "int main () { return 0; }" > conftest.c
7385 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7386 if test $?
= 0 ; then
7387 if test -s conftest ||
test -s conftest.exe
; then
7392 if test x
${dev64} != xyes
; then
7393 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
7398 # Default to --enable-multilib.
7399 if test x
${enable_multilib} = x
; then
7400 target_configargs
="--enable-multilib ${target_configargs}"
7403 # Pass --with-newlib if appropriate. Note that target_configdirs has
7404 # changed from the earlier setting of with_newlib.
7405 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
7406 target_configargs
="--with-newlib ${target_configargs}"
7409 # Different target subdirs use different values of certain variables
7410 # (notably CXX). Worse, multilibs use *lots* of different values.
7411 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7412 # it doesn't automatically accept command-line overrides of them.
7413 # This means it's not safe for target subdirs to share a cache file,
7414 # which is disgusting, but there you have it. Hopefully this can be
7415 # fixed in future. It's still worthwhile to use a cache file for each
7416 # directory. I think.
7418 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7419 # We need to pass --target, as newer autoconf's requires consistency
7420 # for target_alias and gcc doesn't manage it consistently.
7421 target_configargs
="--cache-file=./config.cache ${target_configargs}"
7424 case " $target_configdirs " in
7426 case " $target_configargs " in
7427 *" --with-newlib "*)
7430 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7434 # If we're not building GCC, don't discard standard headers.
7435 if test -d ${srcdir}/gcc
; then
7436 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
7438 if test "${build}" != "${host}"; then
7439 # On Canadian crosses, CC_FOR_TARGET will have already been set
7440 # by `configure', so we won't have an opportunity to add -Bgcc/
7441 # to it. This is right: we don't want to search that directory
7442 # for binaries, but we want the header files in there, so add
7444 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7446 # Someone might think of using the pre-installed headers on
7447 # Canadian crosses, in case the installed compiler is not fully
7448 # compatible with the compiler being built. In this case, it
7449 # would be better to flag an error than risking having
7450 # incompatible object files being constructed. We can't
7451 # guarantee that an error will be flagged, but let's hope the
7452 # compiler will do it, when presented with incompatible header
7457 case "${target}-${is_cross_compiler}" in
7458 i
[3456789]86-*-linux*-no)
7459 # Here host == target, so we don't need to build gcc,
7460 # so we don't want to discard standard headers.
7461 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7464 # If we're building newlib, use its generic headers last, but search
7465 # for any libc-related directories first (so make it the last -B
7467 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7469 # If we're building libgloss, find the startup file, simulator library
7470 # and linker script.
7471 case " $target_configdirs " in
7473 # Look for startup file, simulator library and maybe linker script.
7474 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7475 # Look for libnosys.a in case the target needs it.
7476 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7477 # Most targets have the linker script in the source directory.
7478 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7489 x86_64-
*mingw
* |
*-w64-mingw*)
7490 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7491 # however, use a symlink named 'mingw' in ${prefix} .
7492 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7495 # MinGW can't be handled as Cygwin above since it does not use newlib.
7496 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'
7500 # Allow the user to override the flags for
7501 # our build compiler if desired.
7502 if test x
"${build}" = x
"${host}" ; then
7503 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
7504 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7505 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7508 # On Canadian crosses, we'll be searching the right directories for
7509 # the previously-installed cross compiler, so don't bother to add
7510 # flags for directories within the install tree of the compiler
7511 # being built; programs in there won't even run.
7512 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7513 # Search for pre-installed headers if nothing else fits.
7514 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7517 if test "x
${use_gnu_ld}" = x &&
7518 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7519 # Arrange for us to find uninstalled linker scripts.
7520 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7523 # Search for other target-specific linker scripts and such.
7526 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7530 # Makefile fragments.
7531 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7533 eval fragval=\$$frag
7534 if test $fragval != /dev/null; then
7535 eval $frag=${srcdir}/$fragval
7543 # Miscellanea: directories, flags, etc.
7552 # Build module lists & subconfigure args.
7556 # Host module lists & subconfigure args.
7561 # Target module lists & subconfigure args.
7582 # Generate default definitions for YACC, M4, LEX and other programs that run
7583 # on the build machine. These are used if the Makefile can't locate these
7584 # programs in objdir.
7585 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7587 for ac_prog in 'bison -y' byacc yacc
7589 # Extract the first word of "$ac_prog", so it can be a program name with args.
7590 set dummy $ac_prog; ac_word=$2
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7592 $as_echo_n "checking
for $ac_word...
" >&6; }
7593 if test "${ac_cv_prog_YACC+set}" = set; then :
7594 $as_echo_n "(cached
) " >&6
7596 if test -n "$YACC"; then
7597 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7603 test -z "$as_dir" && as_dir=.
7604 for ac_exec_ext in '' $ac_executable_extensions; do
7605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7606 ac_cv_prog_YACC="$ac_prog"
7607 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7616 YACC=$ac_cv_prog_YACC
7617 if test -n "$YACC"; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7619 $as_echo "$YACC" >&6; }
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7622 $as_echo "no
" >&6; }
7626 test -n "$YACC" && break
7628 test -n "$YACC" || YACC="$MISSING bison
-y"
7630 case " $build_configdirs " in
7631 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7634 for ac_prog in bison
7636 # Extract the first word of "$ac_prog", so it can be a program name with args.
7637 set dummy $ac_prog; ac_word=$2
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7639 $as_echo_n "checking
for $ac_word...
" >&6; }
7640 if test "${ac_cv_prog_BISON+set}" = set; then :
7641 $as_echo_n "(cached
) " >&6
7643 if test -n "$BISON"; then
7644 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7650 test -z "$as_dir" && as_dir=.
7651 for ac_exec_ext in '' $ac_executable_extensions; do
7652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7653 ac_cv_prog_BISON="$ac_prog"
7654 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7663 BISON=$ac_cv_prog_BISON
7664 if test -n "$BISON"; then
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7666 $as_echo "$BISON" >&6; }
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7669 $as_echo "no
" >&6; }
7673 test -n "$BISON" && break
7675 test -n "$BISON" || BISON="$MISSING bison
"
7677 case " $build_configdirs " in
7678 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7681 for ac_prog in gm4 gnum4 m4
7683 # Extract the first word of "$ac_prog", so it can be a program name with args.
7684 set dummy $ac_prog; ac_word=$2
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7686 $as_echo_n "checking
for $ac_word...
" >&6; }
7687 if test "${ac_cv_prog_M4+set}" = set; then :
7688 $as_echo_n "(cached
) " >&6
7690 if test -n "$M4"; then
7691 ac_cv_prog_M4="$M4" # Let the user override the test.
7693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7697 test -z "$as_dir" && as_dir=.
7698 for ac_exec_ext in '' $ac_executable_extensions; do
7699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7700 ac_cv_prog_M4="$ac_prog"
7701 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7711 if test -n "$M4"; then
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7713 $as_echo "$M4" >&6; }
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7716 $as_echo "no
" >&6; }
7720 test -n "$M4" && break
7722 test -n "$M4" || M4="$MISSING m4"
7724 case " $build_configdirs " in
7725 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7728 for ac_prog in flex lex
7730 # Extract the first word of "$ac_prog", so it can be a program name with args.
7731 set dummy $ac_prog; ac_word=$2
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7733 $as_echo_n "checking
for $ac_word...
" >&6; }
7734 if test "${ac_cv_prog_LEX+set}" = set; then :
7735 $as_echo_n "(cached
) " >&6
7737 if test -n "$LEX"; then
7738 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7744 test -z "$as_dir" && as_dir=.
7745 for ac_exec_ext in '' $ac_executable_extensions; do
7746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7747 ac_cv_prog_LEX="$ac_prog"
7748 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7758 if test -n "$LEX"; then
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7760 $as_echo "$LEX" >&6; }
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7763 $as_echo "no
" >&6; }
7767 test -n "$LEX" && break
7769 test -n "$LEX" || LEX="$MISSING flex
"
7771 case " $build_configdirs " in
7772 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7773 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7778 # Extract the first word of "$ac_prog", so it can be a program name with args.
7779 set dummy $ac_prog; ac_word=$2
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7781 $as_echo_n "checking
for $ac_word...
" >&6; }
7782 if test "${ac_cv_prog_FLEX+set}" = set; then :
7783 $as_echo_n "(cached
) " >&6
7785 if test -n "$FLEX"; then
7786 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7792 test -z "$as_dir" && as_dir=.
7793 for ac_exec_ext in '' $ac_executable_extensions; do
7794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7795 ac_cv_prog_FLEX="$ac_prog"
7796 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7805 FLEX=$ac_cv_prog_FLEX
7806 if test -n "$FLEX"; then
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7808 $as_echo "$FLEX" >&6; }
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7811 $as_echo "no
" >&6; }
7815 test -n "$FLEX" && break
7817 test -n "$FLEX" || FLEX="$MISSING flex
"
7819 case " $build_configdirs " in
7820 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7823 for ac_prog in makeinfo
7825 # Extract the first word of "$ac_prog", so it can be a program name with args.
7826 set dummy $ac_prog; ac_word=$2
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7828 $as_echo_n "checking
for $ac_word...
" >&6; }
7829 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7830 $as_echo_n "(cached
) " >&6
7832 if test -n "$MAKEINFO"; then
7833 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7839 test -z "$as_dir" && as_dir=.
7840 for ac_exec_ext in '' $ac_executable_extensions; do
7841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7842 ac_cv_prog_MAKEINFO="$ac_prog"
7843 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7852 MAKEINFO=$ac_cv_prog_MAKEINFO
7853 if test -n "$MAKEINFO"; then
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7855 $as_echo "$MAKEINFO" >&6; }
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7858 $as_echo "no
" >&6; }
7862 test -n "$MAKEINFO" && break
7864 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7866 case " $build_configdirs " in
7867 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7870 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7871 # higher, else we use the "missing
" dummy.
7872 if ${MAKEINFO} --version \
7873 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7876 MAKEINFO="$MISSING makeinfo
"
7882 # FIXME: expect and dejagnu may become build tools?
7884 for ac_prog in expect
7886 # Extract the first word of "$ac_prog", so it can be a program name with args.
7887 set dummy $ac_prog; ac_word=$2
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7889 $as_echo_n "checking
for $ac_word...
" >&6; }
7890 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7891 $as_echo_n "(cached
) " >&6
7893 if test -n "$EXPECT"; then
7894 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7900 test -z "$as_dir" && as_dir=.
7901 for ac_exec_ext in '' $ac_executable_extensions; do
7902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7903 ac_cv_prog_EXPECT="$ac_prog"
7904 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7913 EXPECT=$ac_cv_prog_EXPECT
7914 if test -n "$EXPECT"; then
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
7916 $as_echo "$EXPECT" >&6; }
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7919 $as_echo "no
" >&6; }
7923 test -n "$EXPECT" && break
7925 test -n "$EXPECT" || EXPECT="expect
"
7927 case " $configdirs " in
7929 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7933 for ac_prog in runtest
7935 # Extract the first word of "$ac_prog", so it can be a program name with args.
7936 set dummy $ac_prog; ac_word=$2
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7938 $as_echo_n "checking
for $ac_word...
" >&6; }
7939 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7940 $as_echo_n "(cached
) " >&6
7942 if test -n "$RUNTEST"; then
7943 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7949 test -z "$as_dir" && as_dir=.
7950 for ac_exec_ext in '' $ac_executable_extensions; do
7951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7952 ac_cv_prog_RUNTEST="$ac_prog"
7953 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7962 RUNTEST=$ac_cv_prog_RUNTEST
7963 if test -n "$RUNTEST"; then
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
7965 $as_echo "$RUNTEST" >&6; }
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7968 $as_echo "no
" >&6; }
7972 test -n "$RUNTEST" && break
7974 test -n "$RUNTEST" || RUNTEST="runtest
"
7976 case " $configdirs " in
7978 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7985 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7986 ncn_target_tool_prefix=
7987 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7991 if test -n "$AR"; then
7993 elif test -n "$ac_cv_prog_AR"; then
7997 if test -n "$ac_cv_prog_AR"; then
7998 for ncn_progname in ar; do
7999 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8000 set dummy ${ncn_progname}; ac_word=$2
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8002 $as_echo_n "checking
for $ac_word...
" >&6; }
8003 if test "${ac_cv_prog_AR+set}" = set; then :
8004 $as_echo_n "(cached
) " >&6
8006 if test -n "$AR"; then
8007 ac_cv_prog_AR="$AR" # Let the user override the test.
8009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8013 test -z "$as_dir" && as_dir=.
8014 for ac_exec_ext in '' $ac_executable_extensions; do
8015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8016 ac_cv_prog_AR="${ncn_progname}"
8017 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8027 if test -n "$AR"; then
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8029 $as_echo "$AR" >&6; }
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8032 $as_echo "no
" >&6; }
8039 for ncn_progname in ar; do
8040 if test -n "$ncn_tool_prefix"; then
8041 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8042 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8044 $as_echo_n "checking
for $ac_word...
" >&6; }
8045 if test "${ac_cv_prog_AR+set}" = set; then :
8046 $as_echo_n "(cached
) " >&6
8048 if test -n "$AR"; then
8049 ac_cv_prog_AR="$AR" # Let the user override the test.
8051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8055 test -z "$as_dir" && as_dir=.
8056 for ac_exec_ext in '' $ac_executable_extensions; do
8057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8058 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8059 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8069 if test -n "$AR"; then
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8071 $as_echo "$AR" >&6; }
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8074 $as_echo "no
" >&6; }
8079 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8080 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8081 set dummy ${ncn_progname}; ac_word=$2
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8083 $as_echo_n "checking
for $ac_word...
" >&6; }
8084 if test "${ac_cv_prog_AR+set}" = set; then :
8085 $as_echo_n "(cached
) " >&6
8087 if test -n "$AR"; then
8088 ac_cv_prog_AR="$AR" # Let the user override the test.
8090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8094 test -z "$as_dir" && as_dir=.
8095 for ac_exec_ext in '' $ac_executable_extensions; do
8096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8097 ac_cv_prog_AR="${ncn_progname}"
8098 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8108 if test -n "$AR"; then
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8110 $as_echo "$AR" >&6; }
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8113 $as_echo "no
" >&6; }
8118 test -n "$ac_cv_prog_AR" && break
8121 if test -z "$ac_cv_prog_AR" ; then
8123 if test $build = $host ; then
8126 AR="${ncn_tool_prefix}$2"
8132 if test -n "$AS"; then
8134 elif test -n "$ac_cv_prog_AS"; then
8138 if test -n "$ac_cv_prog_AS"; then
8139 for ncn_progname in as; do
8140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8141 set dummy ${ncn_progname}; ac_word=$2
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8143 $as_echo_n "checking
for $ac_word...
" >&6; }
8144 if test "${ac_cv_prog_AS+set}" = set; then :
8145 $as_echo_n "(cached
) " >&6
8147 if test -n "$AS"; then
8148 ac_cv_prog_AS="$AS" # Let the user override the test.
8150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8154 test -z "$as_dir" && as_dir=.
8155 for ac_exec_ext in '' $ac_executable_extensions; do
8156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8157 ac_cv_prog_AS="${ncn_progname}"
8158 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8168 if test -n "$AS"; then
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8170 $as_echo "$AS" >&6; }
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8173 $as_echo "no
" >&6; }
8180 for ncn_progname in as; do
8181 if test -n "$ncn_tool_prefix"; then
8182 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8183 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8185 $as_echo_n "checking
for $ac_word...
" >&6; }
8186 if test "${ac_cv_prog_AS+set}" = set; then :
8187 $as_echo_n "(cached
) " >&6
8189 if test -n "$AS"; then
8190 ac_cv_prog_AS="$AS" # Let the user override the test.
8192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8196 test -z "$as_dir" && as_dir=.
8197 for ac_exec_ext in '' $ac_executable_extensions; do
8198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8199 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8200 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8210 if test -n "$AS"; then
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8212 $as_echo "$AS" >&6; }
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8215 $as_echo "no
" >&6; }
8220 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8222 set dummy ${ncn_progname}; ac_word=$2
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8224 $as_echo_n "checking
for $ac_word...
" >&6; }
8225 if test "${ac_cv_prog_AS+set}" = set; then :
8226 $as_echo_n "(cached
) " >&6
8228 if test -n "$AS"; then
8229 ac_cv_prog_AS="$AS" # Let the user override the test.
8231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8235 test -z "$as_dir" && as_dir=.
8236 for ac_exec_ext in '' $ac_executable_extensions; do
8237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8238 ac_cv_prog_AS="${ncn_progname}"
8239 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8249 if test -n "$AS"; then
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8251 $as_echo "$AS" >&6; }
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8254 $as_echo "no
" >&6; }
8259 test -n "$ac_cv_prog_AS" && break
8262 if test -z "$ac_cv_prog_AS" ; then
8264 if test $build = $host ; then
8267 AS="${ncn_tool_prefix}$2"
8273 if test -n "$DLLTOOL"; then
8274 ac_cv_prog_DLLTOOL=$DLLTOOL
8275 elif test -n "$ac_cv_prog_DLLTOOL"; then
8276 DLLTOOL=$ac_cv_prog_DLLTOOL
8279 if test -n "$ac_cv_prog_DLLTOOL"; then
8280 for ncn_progname in dlltool; do
8281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8282 set dummy ${ncn_progname}; ac_word=$2
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8284 $as_echo_n "checking
for $ac_word...
" >&6; }
8285 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8286 $as_echo_n "(cached
) " >&6
8288 if test -n "$DLLTOOL"; then
8289 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8298 ac_cv_prog_DLLTOOL="${ncn_progname}"
8299 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8308 DLLTOOL=$ac_cv_prog_DLLTOOL
8309 if test -n "$DLLTOOL"; then
8310 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8311 $as_echo "$DLLTOOL" >&6; }
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8314 $as_echo "no
" >&6; }
8321 for ncn_progname in dlltool; do
8322 if test -n "$ncn_tool_prefix"; then
8323 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8324 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8326 $as_echo_n "checking
for $ac_word...
" >&6; }
8327 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8328 $as_echo_n "(cached
) " >&6
8330 if test -n "$DLLTOOL"; then
8331 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8337 test -z "$as_dir" && as_dir=.
8338 for ac_exec_ext in '' $ac_executable_extensions; do
8339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8340 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8341 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8350 DLLTOOL=$ac_cv_prog_DLLTOOL
8351 if test -n "$DLLTOOL"; then
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8353 $as_echo "$DLLTOOL" >&6; }
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8356 $as_echo "no
" >&6; }
8361 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8363 set dummy ${ncn_progname}; ac_word=$2
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8365 $as_echo_n "checking
for $ac_word...
" >&6; }
8366 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8367 $as_echo_n "(cached
) " >&6
8369 if test -n "$DLLTOOL"; then
8370 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8376 test -z "$as_dir" && as_dir=.
8377 for ac_exec_ext in '' $ac_executable_extensions; do
8378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8379 ac_cv_prog_DLLTOOL="${ncn_progname}"
8380 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8389 DLLTOOL=$ac_cv_prog_DLLTOOL
8390 if test -n "$DLLTOOL"; then
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8392 $as_echo "$DLLTOOL" >&6; }
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8395 $as_echo "no
" >&6; }
8400 test -n "$ac_cv_prog_DLLTOOL" && break
8403 if test -z "$ac_cv_prog_DLLTOOL" ; then
8405 if test $build = $host ; then
8408 DLLTOOL="${ncn_tool_prefix}$2"
8414 if test -n "$LD"; then
8416 elif test -n "$ac_cv_prog_LD"; then
8420 if test -n "$ac_cv_prog_LD"; then
8421 for ncn_progname in ld; do
8422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8423 set dummy ${ncn_progname}; ac_word=$2
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8425 $as_echo_n "checking
for $ac_word...
" >&6; }
8426 if test "${ac_cv_prog_LD+set}" = set; then :
8427 $as_echo_n "(cached
) " >&6
8429 if test -n "$LD"; then
8430 ac_cv_prog_LD="$LD" # Let the user override the test.
8432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 test -z "$as_dir" && as_dir=.
8437 for ac_exec_ext in '' $ac_executable_extensions; do
8438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8439 ac_cv_prog_LD="${ncn_progname}"
8440 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8450 if test -n "$LD"; then
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8452 $as_echo "$LD" >&6; }
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8455 $as_echo "no
" >&6; }
8462 for ncn_progname in ld; do
8463 if test -n "$ncn_tool_prefix"; then
8464 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8465 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8467 $as_echo_n "checking
for $ac_word...
" >&6; }
8468 if test "${ac_cv_prog_LD+set}" = set; then :
8469 $as_echo_n "(cached
) " >&6
8471 if test -n "$LD"; then
8472 ac_cv_prog_LD="$LD" # Let the user override the test.
8474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8478 test -z "$as_dir" && as_dir=.
8479 for ac_exec_ext in '' $ac_executable_extensions; do
8480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8481 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8482 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8492 if test -n "$LD"; then
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8494 $as_echo "$LD" >&6; }
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8497 $as_echo "no
" >&6; }
8502 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8504 set dummy ${ncn_progname}; ac_word=$2
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8506 $as_echo_n "checking
for $ac_word...
" >&6; }
8507 if test "${ac_cv_prog_LD+set}" = set; then :
8508 $as_echo_n "(cached
) " >&6
8510 if test -n "$LD"; then
8511 ac_cv_prog_LD="$LD" # Let the user override the test.
8513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8517 test -z "$as_dir" && as_dir=.
8518 for ac_exec_ext in '' $ac_executable_extensions; do
8519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8520 ac_cv_prog_LD="${ncn_progname}"
8521 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8531 if test -n "$LD"; then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8533 $as_echo "$LD" >&6; }
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8536 $as_echo "no
" >&6; }
8541 test -n "$ac_cv_prog_LD" && break
8544 if test -z "$ac_cv_prog_LD" ; then
8546 if test $build = $host ; then
8549 LD="${ncn_tool_prefix}$2"
8555 if test -n "$LIPO"; then
8556 ac_cv_prog_LIPO=$LIPO
8557 elif test -n "$ac_cv_prog_LIPO"; then
8558 LIPO=$ac_cv_prog_LIPO
8561 if test -n "$ac_cv_prog_LIPO"; then
8562 for ncn_progname in lipo; do
8563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8564 set dummy ${ncn_progname}; ac_word=$2
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8566 $as_echo_n "checking
for $ac_word...
" >&6; }
8567 if test "${ac_cv_prog_LIPO+set}" = set; then :
8568 $as_echo_n "(cached
) " >&6
8570 if test -n "$LIPO"; then
8571 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8577 test -z "$as_dir" && as_dir=.
8578 for ac_exec_ext in '' $ac_executable_extensions; do
8579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8580 ac_cv_prog_LIPO="${ncn_progname}"
8581 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8590 LIPO=$ac_cv_prog_LIPO
8591 if test -n "$LIPO"; then
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8593 $as_echo "$LIPO" >&6; }
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8596 $as_echo "no
" >&6; }
8603 for ncn_progname in lipo; do
8604 if test -n "$ncn_tool_prefix"; then
8605 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8606 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8608 $as_echo_n "checking
for $ac_word...
" >&6; }
8609 if test "${ac_cv_prog_LIPO+set}" = set; then :
8610 $as_echo_n "(cached
) " >&6
8612 if test -n "$LIPO"; then
8613 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8619 test -z "$as_dir" && as_dir=.
8620 for ac_exec_ext in '' $ac_executable_extensions; do
8621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8622 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8623 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8632 LIPO=$ac_cv_prog_LIPO
8633 if test -n "$LIPO"; then
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8635 $as_echo "$LIPO" >&6; }
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8638 $as_echo "no
" >&6; }
8643 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8645 set dummy ${ncn_progname}; ac_word=$2
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8647 $as_echo_n "checking
for $ac_word...
" >&6; }
8648 if test "${ac_cv_prog_LIPO+set}" = set; then :
8649 $as_echo_n "(cached
) " >&6
8651 if test -n "$LIPO"; then
8652 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8658 test -z "$as_dir" && as_dir=.
8659 for ac_exec_ext in '' $ac_executable_extensions; do
8660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8661 ac_cv_prog_LIPO="${ncn_progname}"
8662 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8671 LIPO=$ac_cv_prog_LIPO
8672 if test -n "$LIPO"; then
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8674 $as_echo "$LIPO" >&6; }
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8677 $as_echo "no
" >&6; }
8682 test -n "$ac_cv_prog_LIPO" && break
8685 if test -z "$ac_cv_prog_LIPO" ; then
8687 if test $build = $host ; then
8690 LIPO="${ncn_tool_prefix}$2"
8696 if test -n "$NM"; then
8698 elif test -n "$ac_cv_prog_NM"; then
8702 if test -n "$ac_cv_prog_NM"; then
8703 for ncn_progname in nm; do
8704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8705 set dummy ${ncn_progname}; ac_word=$2
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8707 $as_echo_n "checking
for $ac_word...
" >&6; }
8708 if test "${ac_cv_prog_NM+set}" = set; then :
8709 $as_echo_n "(cached
) " >&6
8711 if test -n "$NM"; then
8712 ac_cv_prog_NM="$NM" # Let the user override the test.
8714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8718 test -z "$as_dir" && as_dir=.
8719 for ac_exec_ext in '' $ac_executable_extensions; do
8720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8721 ac_cv_prog_NM="${ncn_progname}"
8722 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8732 if test -n "$NM"; then
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8734 $as_echo "$NM" >&6; }
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8737 $as_echo "no
" >&6; }
8744 for ncn_progname in nm; do
8745 if test -n "$ncn_tool_prefix"; then
8746 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8747 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8749 $as_echo_n "checking
for $ac_word...
" >&6; }
8750 if test "${ac_cv_prog_NM+set}" = set; then :
8751 $as_echo_n "(cached
) " >&6
8753 if test -n "$NM"; then
8754 ac_cv_prog_NM="$NM" # Let the user override the test.
8756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8760 test -z "$as_dir" && as_dir=.
8761 for ac_exec_ext in '' $ac_executable_extensions; do
8762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8763 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8764 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8774 if test -n "$NM"; then
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8776 $as_echo "$NM" >&6; }
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8779 $as_echo "no
" >&6; }
8784 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8786 set dummy ${ncn_progname}; ac_word=$2
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8788 $as_echo_n "checking
for $ac_word...
" >&6; }
8789 if test "${ac_cv_prog_NM+set}" = set; then :
8790 $as_echo_n "(cached
) " >&6
8792 if test -n "$NM"; then
8793 ac_cv_prog_NM="$NM" # Let the user override the test.
8795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8799 test -z "$as_dir" && as_dir=.
8800 for ac_exec_ext in '' $ac_executable_extensions; do
8801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8802 ac_cv_prog_NM="${ncn_progname}"
8803 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8813 if test -n "$NM"; then
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8815 $as_echo "$NM" >&6; }
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8818 $as_echo "no
" >&6; }
8823 test -n "$ac_cv_prog_NM" && break
8826 if test -z "$ac_cv_prog_NM" ; then
8828 if test $build = $host ; then
8831 NM="${ncn_tool_prefix}$2"
8837 if test -n "$RANLIB"; then
8838 ac_cv_prog_RANLIB=$RANLIB
8839 elif test -n "$ac_cv_prog_RANLIB"; then
8840 RANLIB=$ac_cv_prog_RANLIB
8843 if test -n "$ac_cv_prog_RANLIB"; then
8844 for ncn_progname in ranlib; do
8845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8846 set dummy ${ncn_progname}; ac_word=$2
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8848 $as_echo_n "checking
for $ac_word...
" >&6; }
8849 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8850 $as_echo_n "(cached
) " >&6
8852 if test -n "$RANLIB"; then
8853 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8859 test -z "$as_dir" && as_dir=.
8860 for ac_exec_ext in '' $ac_executable_extensions; do
8861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8862 ac_cv_prog_RANLIB="${ncn_progname}"
8863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8872 RANLIB=$ac_cv_prog_RANLIB
8873 if test -n "$RANLIB"; then
8874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8875 $as_echo "$RANLIB" >&6; }
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8878 $as_echo "no
" >&6; }
8885 for ncn_progname in ranlib; do
8886 if test -n "$ncn_tool_prefix"; then
8887 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8888 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8890 $as_echo_n "checking
for $ac_word...
" >&6; }
8891 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8892 $as_echo_n "(cached
) " >&6
8894 if test -n "$RANLIB"; then
8895 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8901 test -z "$as_dir" && as_dir=.
8902 for ac_exec_ext in '' $ac_executable_extensions; do
8903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8904 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8905 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8914 RANLIB=$ac_cv_prog_RANLIB
8915 if test -n "$RANLIB"; then
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8917 $as_echo "$RANLIB" >&6; }
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8920 $as_echo "no
" >&6; }
8925 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8927 set dummy ${ncn_progname}; ac_word=$2
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8929 $as_echo_n "checking
for $ac_word...
" >&6; }
8930 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8931 $as_echo_n "(cached
) " >&6
8933 if test -n "$RANLIB"; then
8934 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8940 test -z "$as_dir" && as_dir=.
8941 for ac_exec_ext in '' $ac_executable_extensions; do
8942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8943 ac_cv_prog_RANLIB="${ncn_progname}"
8944 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8953 RANLIB=$ac_cv_prog_RANLIB
8954 if test -n "$RANLIB"; then
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8956 $as_echo "$RANLIB" >&6; }
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8959 $as_echo "no
" >&6; }
8964 test -n "$ac_cv_prog_RANLIB" && break
8967 if test -z "$ac_cv_prog_RANLIB" ; then
8973 if test -n "$STRIP"; then
8974 ac_cv_prog_STRIP=$STRIP
8975 elif test -n "$ac_cv_prog_STRIP"; then
8976 STRIP=$ac_cv_prog_STRIP
8979 if test -n "$ac_cv_prog_STRIP"; then
8980 for ncn_progname in strip; do
8981 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8982 set dummy ${ncn_progname}; ac_word=$2
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8984 $as_echo_n "checking
for $ac_word...
" >&6; }
8985 if test "${ac_cv_prog_STRIP+set}" = set; then :
8986 $as_echo_n "(cached
) " >&6
8988 if test -n "$STRIP"; then
8989 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8995 test -z "$as_dir" && as_dir=.
8996 for ac_exec_ext in '' $ac_executable_extensions; do
8997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8998 ac_cv_prog_STRIP="${ncn_progname}"
8999 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9008 STRIP=$ac_cv_prog_STRIP
9009 if test -n "$STRIP"; then
9010 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9011 $as_echo "$STRIP" >&6; }
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9014 $as_echo "no
" >&6; }
9021 for ncn_progname in strip; do
9022 if test -n "$ncn_tool_prefix"; then
9023 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9024 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9026 $as_echo_n "checking
for $ac_word...
" >&6; }
9027 if test "${ac_cv_prog_STRIP+set}" = set; then :
9028 $as_echo_n "(cached
) " >&6
9030 if test -n "$STRIP"; then
9031 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9037 test -z "$as_dir" && as_dir=.
9038 for ac_exec_ext in '' $ac_executable_extensions; do
9039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9040 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9041 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9050 STRIP=$ac_cv_prog_STRIP
9051 if test -n "$STRIP"; then
9052 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9053 $as_echo "$STRIP" >&6; }
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9056 $as_echo "no
" >&6; }
9061 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9062 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9063 set dummy ${ncn_progname}; ac_word=$2
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9065 $as_echo_n "checking
for $ac_word...
" >&6; }
9066 if test "${ac_cv_prog_STRIP+set}" = set; then :
9067 $as_echo_n "(cached
) " >&6
9069 if test -n "$STRIP"; then
9070 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9076 test -z "$as_dir" && as_dir=.
9077 for ac_exec_ext in '' $ac_executable_extensions; do
9078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9079 ac_cv_prog_STRIP="${ncn_progname}"
9080 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9089 STRIP=$ac_cv_prog_STRIP
9090 if test -n "$STRIP"; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9092 $as_echo "$STRIP" >&6; }
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9095 $as_echo "no
" >&6; }
9100 test -n "$ac_cv_prog_STRIP" && break
9103 if test -z "$ac_cv_prog_STRIP" ; then
9109 if test -n "$WINDRES"; then
9110 ac_cv_prog_WINDRES=$WINDRES
9111 elif test -n "$ac_cv_prog_WINDRES"; then
9112 WINDRES=$ac_cv_prog_WINDRES
9115 if test -n "$ac_cv_prog_WINDRES"; then
9116 for ncn_progname in windres; do
9117 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9118 set dummy ${ncn_progname}; ac_word=$2
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9120 $as_echo_n "checking
for $ac_word...
" >&6; }
9121 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9122 $as_echo_n "(cached
) " >&6
9124 if test -n "$WINDRES"; then
9125 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9131 test -z "$as_dir" && as_dir=.
9132 for ac_exec_ext in '' $ac_executable_extensions; do
9133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9134 ac_cv_prog_WINDRES="${ncn_progname}"
9135 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9144 WINDRES=$ac_cv_prog_WINDRES
9145 if test -n "$WINDRES"; then
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9147 $as_echo "$WINDRES" >&6; }
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9150 $as_echo "no
" >&6; }
9157 for ncn_progname in windres; do
9158 if test -n "$ncn_tool_prefix"; then
9159 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9160 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9162 $as_echo_n "checking
for $ac_word...
" >&6; }
9163 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9164 $as_echo_n "(cached
) " >&6
9166 if test -n "$WINDRES"; then
9167 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9173 test -z "$as_dir" && as_dir=.
9174 for ac_exec_ext in '' $ac_executable_extensions; do
9175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9176 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9177 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9186 WINDRES=$ac_cv_prog_WINDRES
9187 if test -n "$WINDRES"; then
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9189 $as_echo "$WINDRES" >&6; }
9191 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9192 $as_echo "no
" >&6; }
9197 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9198 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9199 set dummy ${ncn_progname}; ac_word=$2
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9201 $as_echo_n "checking
for $ac_word...
" >&6; }
9202 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9203 $as_echo_n "(cached
) " >&6
9205 if test -n "$WINDRES"; then
9206 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9212 test -z "$as_dir" && as_dir=.
9213 for ac_exec_ext in '' $ac_executable_extensions; do
9214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9215 ac_cv_prog_WINDRES="${ncn_progname}"
9216 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9225 WINDRES=$ac_cv_prog_WINDRES
9226 if test -n "$WINDRES"; then
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9228 $as_echo "$WINDRES" >&6; }
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9231 $as_echo "no
" >&6; }
9236 test -n "$ac_cv_prog_WINDRES" && break
9239 if test -z "$ac_cv_prog_WINDRES" ; then
9241 if test $build = $host ; then
9244 WINDRES="${ncn_tool_prefix}$2"
9250 if test -n "$WINDMC"; then
9251 ac_cv_prog_WINDMC=$WINDMC
9252 elif test -n "$ac_cv_prog_WINDMC"; then
9253 WINDMC=$ac_cv_prog_WINDMC
9256 if test -n "$ac_cv_prog_WINDMC"; then
9257 for ncn_progname in windmc; do
9258 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9259 set dummy ${ncn_progname}; ac_word=$2
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9261 $as_echo_n "checking
for $ac_word...
" >&6; }
9262 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9263 $as_echo_n "(cached
) " >&6
9265 if test -n "$WINDMC"; then
9266 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9272 test -z "$as_dir" && as_dir=.
9273 for ac_exec_ext in '' $ac_executable_extensions; do
9274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9275 ac_cv_prog_WINDMC="${ncn_progname}"
9276 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9285 WINDMC=$ac_cv_prog_WINDMC
9286 if test -n "$WINDMC"; then
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9288 $as_echo "$WINDMC" >&6; }
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9291 $as_echo "no
" >&6; }
9298 for ncn_progname in windmc; do
9299 if test -n "$ncn_tool_prefix"; then
9300 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9301 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9303 $as_echo_n "checking
for $ac_word...
" >&6; }
9304 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9305 $as_echo_n "(cached
) " >&6
9307 if test -n "$WINDMC"; then
9308 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9314 test -z "$as_dir" && as_dir=.
9315 for ac_exec_ext in '' $ac_executable_extensions; do
9316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9317 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9318 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9327 WINDMC=$ac_cv_prog_WINDMC
9328 if test -n "$WINDMC"; then
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9330 $as_echo "$WINDMC" >&6; }
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9333 $as_echo "no
" >&6; }
9338 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9339 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9340 set dummy ${ncn_progname}; ac_word=$2
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9342 $as_echo_n "checking
for $ac_word...
" >&6; }
9343 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9344 $as_echo_n "(cached
) " >&6
9346 if test -n "$WINDMC"; then
9347 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9353 test -z "$as_dir" && as_dir=.
9354 for ac_exec_ext in '' $ac_executable_extensions; do
9355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9356 ac_cv_prog_WINDMC="${ncn_progname}"
9357 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9366 WINDMC=$ac_cv_prog_WINDMC
9367 if test -n "$WINDMC"; then
9368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9369 $as_echo "$WINDMC" >&6; }
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9372 $as_echo "no
" >&6; }
9377 test -n "$ac_cv_prog_WINDMC" && break
9380 if test -z "$ac_cv_prog_WINDMC" ; then
9382 if test $build = $host ; then
9385 WINDMC="${ncn_tool_prefix}$2"
9391 if test -n "$OBJCOPY"; then
9392 ac_cv_prog_OBJCOPY=$OBJCOPY
9393 elif test -n "$ac_cv_prog_OBJCOPY"; then
9394 OBJCOPY=$ac_cv_prog_OBJCOPY
9397 if test -n "$ac_cv_prog_OBJCOPY"; then
9398 for ncn_progname in objcopy; do
9399 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9400 set dummy ${ncn_progname}; ac_word=$2
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9402 $as_echo_n "checking
for $ac_word...
" >&6; }
9403 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9404 $as_echo_n "(cached
) " >&6
9406 if test -n "$OBJCOPY"; then
9407 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9413 test -z "$as_dir" && as_dir=.
9414 for ac_exec_ext in '' $ac_executable_extensions; do
9415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9416 ac_cv_prog_OBJCOPY="${ncn_progname}"
9417 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9426 OBJCOPY=$ac_cv_prog_OBJCOPY
9427 if test -n "$OBJCOPY"; then
9428 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9429 $as_echo "$OBJCOPY" >&6; }
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9432 $as_echo "no
" >&6; }
9439 for ncn_progname in objcopy; do
9440 if test -n "$ncn_tool_prefix"; then
9441 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9442 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9444 $as_echo_n "checking
for $ac_word...
" >&6; }
9445 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9446 $as_echo_n "(cached
) " >&6
9448 if test -n "$OBJCOPY"; then
9449 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9455 test -z "$as_dir" && as_dir=.
9456 for ac_exec_ext in '' $ac_executable_extensions; do
9457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9458 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9459 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9468 OBJCOPY=$ac_cv_prog_OBJCOPY
9469 if test -n "$OBJCOPY"; then
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9471 $as_echo "$OBJCOPY" >&6; }
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9474 $as_echo "no
" >&6; }
9479 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9480 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9481 set dummy ${ncn_progname}; ac_word=$2
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9483 $as_echo_n "checking
for $ac_word...
" >&6; }
9484 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9485 $as_echo_n "(cached
) " >&6
9487 if test -n "$OBJCOPY"; then
9488 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 test -z "$as_dir" && as_dir=.
9495 for ac_exec_ext in '' $ac_executable_extensions; do
9496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9497 ac_cv_prog_OBJCOPY="${ncn_progname}"
9498 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9507 OBJCOPY=$ac_cv_prog_OBJCOPY
9508 if test -n "$OBJCOPY"; then
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9510 $as_echo "$OBJCOPY" >&6; }
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9513 $as_echo "no
" >&6; }
9518 test -n "$ac_cv_prog_OBJCOPY" && break
9521 if test -z "$ac_cv_prog_OBJCOPY" ; then
9523 if test $build = $host ; then
9526 OBJCOPY="${ncn_tool_prefix}$2"
9532 if test -n "$OBJDUMP"; then
9533 ac_cv_prog_OBJDUMP=$OBJDUMP
9534 elif test -n "$ac_cv_prog_OBJDUMP"; then
9535 OBJDUMP=$ac_cv_prog_OBJDUMP
9538 if test -n "$ac_cv_prog_OBJDUMP"; then
9539 for ncn_progname in objdump; do
9540 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9541 set dummy ${ncn_progname}; ac_word=$2
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9543 $as_echo_n "checking
for $ac_word...
" >&6; }
9544 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9545 $as_echo_n "(cached
) " >&6
9547 if test -n "$OBJDUMP"; then
9548 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9554 test -z "$as_dir" && as_dir=.
9555 for ac_exec_ext in '' $ac_executable_extensions; do
9556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9557 ac_cv_prog_OBJDUMP="${ncn_progname}"
9558 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9567 OBJDUMP=$ac_cv_prog_OBJDUMP
9568 if test -n "$OBJDUMP"; then
9569 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9570 $as_echo "$OBJDUMP" >&6; }
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9573 $as_echo "no
" >&6; }
9580 for ncn_progname in objdump; do
9581 if test -n "$ncn_tool_prefix"; then
9582 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9583 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9585 $as_echo_n "checking
for $ac_word...
" >&6; }
9586 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9587 $as_echo_n "(cached
) " >&6
9589 if test -n "$OBJDUMP"; then
9590 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9596 test -z "$as_dir" && as_dir=.
9597 for ac_exec_ext in '' $ac_executable_extensions; do
9598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9599 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9600 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9609 OBJDUMP=$ac_cv_prog_OBJDUMP
9610 if test -n "$OBJDUMP"; then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9612 $as_echo "$OBJDUMP" >&6; }
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9615 $as_echo "no
" >&6; }
9620 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9621 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9622 set dummy ${ncn_progname}; ac_word=$2
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9624 $as_echo_n "checking
for $ac_word...
" >&6; }
9625 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9626 $as_echo_n "(cached
) " >&6
9628 if test -n "$OBJDUMP"; then
9629 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9635 test -z "$as_dir" && as_dir=.
9636 for ac_exec_ext in '' $ac_executable_extensions; do
9637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9638 ac_cv_prog_OBJDUMP="${ncn_progname}"
9639 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9648 OBJDUMP=$ac_cv_prog_OBJDUMP
9649 if test -n "$OBJDUMP"; then
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9651 $as_echo "$OBJDUMP" >&6; }
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9654 $as_echo "no
" >&6; }
9659 test -n "$ac_cv_prog_OBJDUMP" && break
9662 if test -z "$ac_cv_prog_OBJDUMP" ; then
9664 if test $build = $host ; then
9667 OBJDUMP="${ncn_tool_prefix}$2"
9673 if test -n "$READELF"; then
9674 ac_cv_prog_READELF=$READELF
9675 elif test -n "$ac_cv_prog_READELF"; then
9676 READELF=$ac_cv_prog_READELF
9679 if test -n "$ac_cv_prog_READELF"; then
9680 for ncn_progname in readelf; do
9681 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9682 set dummy ${ncn_progname}; ac_word=$2
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9684 $as_echo_n "checking
for $ac_word...
" >&6; }
9685 if test "${ac_cv_prog_READELF+set}" = set; then :
9686 $as_echo_n "(cached
) " >&6
9688 if test -n "$READELF"; then
9689 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9695 test -z "$as_dir" && as_dir=.
9696 for ac_exec_ext in '' $ac_executable_extensions; do
9697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9698 ac_cv_prog_READELF="${ncn_progname}"
9699 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9708 READELF=$ac_cv_prog_READELF
9709 if test -n "$READELF"; then
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9711 $as_echo "$READELF" >&6; }
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9714 $as_echo "no
" >&6; }
9721 for ncn_progname in readelf; do
9722 if test -n "$ncn_tool_prefix"; then
9723 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9724 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9726 $as_echo_n "checking
for $ac_word...
" >&6; }
9727 if test "${ac_cv_prog_READELF+set}" = set; then :
9728 $as_echo_n "(cached
) " >&6
9730 if test -n "$READELF"; then
9731 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9737 test -z "$as_dir" && as_dir=.
9738 for ac_exec_ext in '' $ac_executable_extensions; do
9739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9740 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9741 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9750 READELF=$ac_cv_prog_READELF
9751 if test -n "$READELF"; then
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9753 $as_echo "$READELF" >&6; }
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9756 $as_echo "no
" >&6; }
9761 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9762 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9763 set dummy ${ncn_progname}; ac_word=$2
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9765 $as_echo_n "checking
for $ac_word...
" >&6; }
9766 if test "${ac_cv_prog_READELF+set}" = set; then :
9767 $as_echo_n "(cached
) " >&6
9769 if test -n "$READELF"; then
9770 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9776 test -z "$as_dir" && as_dir=.
9777 for ac_exec_ext in '' $ac_executable_extensions; do
9778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9779 ac_cv_prog_READELF="${ncn_progname}"
9780 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9789 READELF=$ac_cv_prog_READELF
9790 if test -n "$READELF"; then
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9792 $as_echo "$READELF" >&6; }
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9795 $as_echo "no
" >&6; }
9800 test -n "$ac_cv_prog_READELF" && break
9803 if test -z "$ac_cv_prog_READELF" ; then
9805 if test $build = $host ; then
9808 READELF="${ncn_tool_prefix}$2"
9819 # Check whether --with-build-time-tools was given.
9820 if test "${with_build_time_tools+set}" = set; then :
9821 withval=$with_build_time_tools; case x"$withval" in
9824 with_build_time_tools=
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9826 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9830 with_build_time_tools=
9836 if test -n "$CC_FOR_TARGET"; then
9837 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9838 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9839 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9842 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9843 for ncn_progname in cc gcc; do
9844 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9845 set dummy ${ncn_progname}; ac_word=$2
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9847 $as_echo_n "checking
for $ac_word...
" >&6; }
9848 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9849 $as_echo_n "(cached
) " >&6
9851 if test -n "$CC_FOR_TARGET"; then
9852 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9858 test -z "$as_dir" && as_dir=.
9859 for ac_exec_ext in '' $ac_executable_extensions; do
9860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9861 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9862 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9871 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9872 if test -n "$CC_FOR_TARGET"; then
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9874 $as_echo "$CC_FOR_TARGET" >&6; }
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9877 $as_echo "no
" >&6; }
9884 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9885 for ncn_progname in cc gcc; do
9886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9887 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9888 if test -x $with_build_time_tools/${ncn_progname}; then
9889 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9891 $as_echo "yes" >&6; }
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9895 $as_echo "no
" >&6; }
9900 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9901 for ncn_progname in cc gcc; do
9902 if test -n "$ncn_target_tool_prefix"; then
9903 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9904 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9906 $as_echo_n "checking
for $ac_word...
" >&6; }
9907 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9908 $as_echo_n "(cached
) " >&6
9910 if test -n "$CC_FOR_TARGET"; then
9911 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9917 test -z "$as_dir" && as_dir=.
9918 for ac_exec_ext in '' $ac_executable_extensions; do
9919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9920 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9921 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9930 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9931 if test -n "$CC_FOR_TARGET"; then
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9933 $as_echo "$CC_FOR_TARGET" >&6; }
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9936 $as_echo "no
" >&6; }
9941 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9942 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9943 set dummy ${ncn_progname}; ac_word=$2
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9945 $as_echo_n "checking
for $ac_word...
" >&6; }
9946 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9947 $as_echo_n "(cached
) " >&6
9949 if test -n "$CC_FOR_TARGET"; then
9950 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9956 test -z "$as_dir" && as_dir=.
9957 for ac_exec_ext in '' $ac_executable_extensions; do
9958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9959 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9960 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9969 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9970 if test -n "$CC_FOR_TARGET"; then
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9972 $as_echo "$CC_FOR_TARGET" >&6; }
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9975 $as_echo "no
" >&6; }
9980 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9984 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9986 if test $build = $target ; then
9989 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9992 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9997 if test -n "$CXX_FOR_TARGET"; then
9998 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9999 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10000 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10003 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10004 for ncn_progname in c++ g++ cxx gxx; do
10005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10006 set dummy ${ncn_progname}; ac_word=$2
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10008 $as_echo_n "checking
for $ac_word...
" >&6; }
10009 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10010 $as_echo_n "(cached
) " >&6
10012 if test -n "$CXX_FOR_TARGET"; then
10013 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10016 for as_dir in $PATH
10019 test -z "$as_dir" && as_dir=.
10020 for ac_exec_ext in '' $ac_executable_extensions; do
10021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10022 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10023 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10032 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10033 if test -n "$CXX_FOR_TARGET"; then
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10035 $as_echo "$CXX_FOR_TARGET" >&6; }
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10038 $as_echo "no
" >&6; }
10045 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10046 for ncn_progname in c++ g++ cxx gxx; do
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10048 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10049 if test -x $with_build_time_tools/${ncn_progname}; then
10050 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10052 $as_echo "yes" >&6; }
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10056 $as_echo "no
" >&6; }
10061 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10062 for ncn_progname in c++ g++ cxx gxx; do
10063 if test -n "$ncn_target_tool_prefix"; then
10064 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10065 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10067 $as_echo_n "checking
for $ac_word...
" >&6; }
10068 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10069 $as_echo_n "(cached
) " >&6
10071 if test -n "$CXX_FOR_TARGET"; then
10072 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10075 for as_dir in $PATH
10078 test -z "$as_dir" && as_dir=.
10079 for ac_exec_ext in '' $ac_executable_extensions; do
10080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10081 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10082 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10091 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10092 if test -n "$CXX_FOR_TARGET"; then
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10094 $as_echo "$CXX_FOR_TARGET" >&6; }
10096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10097 $as_echo "no
" >&6; }
10102 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10103 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10104 set dummy ${ncn_progname}; ac_word=$2
10105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10106 $as_echo_n "checking
for $ac_word...
" >&6; }
10107 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10108 $as_echo_n "(cached
) " >&6
10110 if test -n "$CXX_FOR_TARGET"; then
10111 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10114 for as_dir in $PATH
10117 test -z "$as_dir" && as_dir=.
10118 for ac_exec_ext in '' $ac_executable_extensions; do
10119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10120 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10121 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10130 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10131 if test -n "$CXX_FOR_TARGET"; then
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10133 $as_echo "$CXX_FOR_TARGET" >&6; }
10135 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10136 $as_echo "no
" >&6; }
10141 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10145 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10146 set dummy c++ g++ cxx gxx
10147 if test $build = $target ; then
10148 CXX_FOR_TARGET="$2"
10150 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10153 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10158 if test -n "$GCC_FOR_TARGET"; then
10159 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10160 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10161 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10164 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10165 for ncn_progname in gcc; do
10166 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10167 set dummy ${ncn_progname}; ac_word=$2
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10169 $as_echo_n "checking
for $ac_word...
" >&6; }
10170 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10171 $as_echo_n "(cached
) " >&6
10173 if test -n "$GCC_FOR_TARGET"; then
10174 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10177 for as_dir in $PATH
10180 test -z "$as_dir" && as_dir=.
10181 for ac_exec_ext in '' $ac_executable_extensions; do
10182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10183 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10184 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10193 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10194 if test -n "$GCC_FOR_TARGET"; then
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10196 $as_echo "$GCC_FOR_TARGET" >&6; }
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10199 $as_echo "no
" >&6; }
10206 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10207 for ncn_progname in gcc; do
10208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10209 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10210 if test -x $with_build_time_tools/${ncn_progname}; then
10211 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10212 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10213 $as_echo "yes" >&6; }
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10217 $as_echo "no
" >&6; }
10222 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10223 for ncn_progname in gcc; do
10224 if test -n "$ncn_target_tool_prefix"; then
10225 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10226 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10228 $as_echo_n "checking
for $ac_word...
" >&6; }
10229 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10230 $as_echo_n "(cached
) " >&6
10232 if test -n "$GCC_FOR_TARGET"; then
10233 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10236 for as_dir in $PATH
10239 test -z "$as_dir" && as_dir=.
10240 for ac_exec_ext in '' $ac_executable_extensions; do
10241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10242 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10243 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10252 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10253 if test -n "$GCC_FOR_TARGET"; then
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10255 $as_echo "$GCC_FOR_TARGET" >&6; }
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10258 $as_echo "no
" >&6; }
10263 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10264 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10265 set dummy ${ncn_progname}; ac_word=$2
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10267 $as_echo_n "checking
for $ac_word...
" >&6; }
10268 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10269 $as_echo_n "(cached
) " >&6
10271 if test -n "$GCC_FOR_TARGET"; then
10272 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10275 for as_dir in $PATH
10278 test -z "$as_dir" && as_dir=.
10279 for ac_exec_ext in '' $ac_executable_extensions; do
10280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10281 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10282 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10291 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10292 if test -n "$GCC_FOR_TARGET"; then
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10294 $as_echo "$GCC_FOR_TARGET" >&6; }
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10297 $as_echo "no
" >&6; }
10302 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10306 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10307 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10309 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10314 if test -n "$GFORTRAN_FOR_TARGET"; then
10315 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10316 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10317 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10320 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10321 for ncn_progname in gfortran; do
10322 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10323 set dummy ${ncn_progname}; ac_word=$2
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10325 $as_echo_n "checking
for $ac_word...
" >&6; }
10326 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10327 $as_echo_n "(cached
) " >&6
10329 if test -n "$GFORTRAN_FOR_TARGET"; then
10330 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10333 for as_dir in $PATH
10336 test -z "$as_dir" && as_dir=.
10337 for ac_exec_ext in '' $ac_executable_extensions; do
10338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10339 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10340 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10349 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10350 if test -n "$GFORTRAN_FOR_TARGET"; then
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10352 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10355 $as_echo "no
" >&6; }
10362 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10363 for ncn_progname in gfortran; do
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10365 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10366 if test -x $with_build_time_tools/${ncn_progname}; then
10367 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10369 $as_echo "yes" >&6; }
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10373 $as_echo "no
" >&6; }
10378 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10379 for ncn_progname in gfortran; do
10380 if test -n "$ncn_target_tool_prefix"; then
10381 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10382 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10384 $as_echo_n "checking
for $ac_word...
" >&6; }
10385 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10386 $as_echo_n "(cached
) " >&6
10388 if test -n "$GFORTRAN_FOR_TARGET"; then
10389 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10392 for as_dir in $PATH
10395 test -z "$as_dir" && as_dir=.
10396 for ac_exec_ext in '' $ac_executable_extensions; do
10397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10398 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10399 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10408 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10409 if test -n "$GFORTRAN_FOR_TARGET"; then
10410 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10411 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10414 $as_echo "no
" >&6; }
10419 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10420 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10421 set dummy ${ncn_progname}; ac_word=$2
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10423 $as_echo_n "checking
for $ac_word...
" >&6; }
10424 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10425 $as_echo_n "(cached
) " >&6
10427 if test -n "$GFORTRAN_FOR_TARGET"; then
10428 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10431 for as_dir in $PATH
10434 test -z "$as_dir" && as_dir=.
10435 for ac_exec_ext in '' $ac_executable_extensions; do
10436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10437 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10438 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10447 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10448 if test -n "$GFORTRAN_FOR_TARGET"; then
10449 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10450 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10453 $as_echo "no
" >&6; }
10458 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10462 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10464 if test $build = $target ; then
10465 GFORTRAN_FOR_TARGET="$2"
10467 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10470 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10475 if test -n "$GOC_FOR_TARGET"; then
10476 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10477 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10478 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10481 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10482 for ncn_progname in gccgo; do
10483 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10484 set dummy ${ncn_progname}; ac_word=$2
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10486 $as_echo_n "checking
for $ac_word...
" >&6; }
10487 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10488 $as_echo_n "(cached
) " >&6
10490 if test -n "$GOC_FOR_TARGET"; then
10491 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10494 for as_dir in $PATH
10497 test -z "$as_dir" && as_dir=.
10498 for ac_exec_ext in '' $ac_executable_extensions; do
10499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10500 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10501 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10510 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10511 if test -n "$GOC_FOR_TARGET"; then
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10513 $as_echo "$GOC_FOR_TARGET" >&6; }
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10516 $as_echo "no
" >&6; }
10523 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10524 for ncn_progname in gccgo; do
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10526 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10527 if test -x $with_build_time_tools/${ncn_progname}; then
10528 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10530 $as_echo "yes" >&6; }
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10534 $as_echo "no
" >&6; }
10539 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10540 for ncn_progname in gccgo; do
10541 if test -n "$ncn_target_tool_prefix"; then
10542 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10543 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10545 $as_echo_n "checking
for $ac_word...
" >&6; }
10546 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10547 $as_echo_n "(cached
) " >&6
10549 if test -n "$GOC_FOR_TARGET"; then
10550 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10553 for as_dir in $PATH
10556 test -z "$as_dir" && as_dir=.
10557 for ac_exec_ext in '' $ac_executable_extensions; do
10558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10559 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10560 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10569 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10570 if test -n "$GOC_FOR_TARGET"; then
10571 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10572 $as_echo "$GOC_FOR_TARGET" >&6; }
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10575 $as_echo "no
" >&6; }
10580 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10581 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10582 set dummy ${ncn_progname}; ac_word=$2
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10584 $as_echo_n "checking
for $ac_word...
" >&6; }
10585 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10586 $as_echo_n "(cached
) " >&6
10588 if test -n "$GOC_FOR_TARGET"; then
10589 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10592 for as_dir in $PATH
10595 test -z "$as_dir" && as_dir=.
10596 for ac_exec_ext in '' $ac_executable_extensions; do
10597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10598 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10599 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10608 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10609 if test -n "$GOC_FOR_TARGET"; then
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10611 $as_echo "$GOC_FOR_TARGET" >&6; }
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10614 $as_echo "no
" >&6; }
10619 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10623 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10625 if test $build = $target ; then
10626 GOC_FOR_TARGET="$2"
10628 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10631 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10636 cat > conftest.c << \EOF
10641 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10642 have_gcc_for_target=yes
10644 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10645 have_gcc_for_target=no
10652 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10653 if test -n "$with_build_time_tools"; then
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10655 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10656 if test -x $with_build_time_tools/ar; then
10657 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10658 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10660 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10663 $as_echo "no
" >&6; }
10665 elif test $build != $host && test $have_gcc_for_target = yes; then
10666 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10667 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10668 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10671 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10672 # Extract the first word of "ar", so it can be a program name with args.
10673 set dummy ar; ac_word=$2
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10675 $as_echo_n "checking
for $ac_word...
" >&6; }
10676 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10677 $as_echo_n "(cached
) " >&6
10679 case $AR_FOR_TARGET in
10681 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10685 for as_dir in $gcc_cv_tool_dirs
10688 test -z "$as_dir" && as_dir=.
10689 for ac_exec_ext in '' $ac_executable_extensions; do
10690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10691 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10692 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10702 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10703 if test -n "$AR_FOR_TARGET"; then
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10705 $as_echo "$AR_FOR_TARGET" >&6; }
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10708 $as_echo "no
" >&6; }
10713 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10716 if test -n "$AR_FOR_TARGET"; then
10717 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10718 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10719 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10722 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10723 for ncn_progname in ar; do
10724 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10725 set dummy ${ncn_progname}; ac_word=$2
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10727 $as_echo_n "checking
for $ac_word...
" >&6; }
10728 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10729 $as_echo_n "(cached
) " >&6
10731 if test -n "$AR_FOR_TARGET"; then
10732 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10735 for as_dir in $PATH
10738 test -z "$as_dir" && as_dir=.
10739 for ac_exec_ext in '' $ac_executable_extensions; do
10740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10741 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10742 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10751 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10752 if test -n "$AR_FOR_TARGET"; then
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10754 $as_echo "$AR_FOR_TARGET" >&6; }
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10757 $as_echo "no
" >&6; }
10764 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10765 for ncn_progname in ar; do
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10767 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10768 if test -x $with_build_time_tools/${ncn_progname}; then
10769 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10771 $as_echo "yes" >&6; }
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10775 $as_echo "no
" >&6; }
10780 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10781 for ncn_progname in ar; do
10782 if test -n "$ncn_target_tool_prefix"; then
10783 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10784 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10786 $as_echo_n "checking
for $ac_word...
" >&6; }
10787 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10788 $as_echo_n "(cached
) " >&6
10790 if test -n "$AR_FOR_TARGET"; then
10791 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10794 for as_dir in $PATH
10797 test -z "$as_dir" && as_dir=.
10798 for ac_exec_ext in '' $ac_executable_extensions; do
10799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10800 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10801 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10810 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10811 if test -n "$AR_FOR_TARGET"; then
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10813 $as_echo "$AR_FOR_TARGET" >&6; }
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10816 $as_echo "no
" >&6; }
10821 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10822 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10823 set dummy ${ncn_progname}; ac_word=$2
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10825 $as_echo_n "checking
for $ac_word...
" >&6; }
10826 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10827 $as_echo_n "(cached
) " >&6
10829 if test -n "$AR_FOR_TARGET"; then
10830 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10833 for as_dir in $PATH
10836 test -z "$as_dir" && as_dir=.
10837 for ac_exec_ext in '' $ac_executable_extensions; do
10838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10839 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10840 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10849 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10850 if test -n "$AR_FOR_TARGET"; then
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10852 $as_echo "$AR_FOR_TARGET" >&6; }
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10855 $as_echo "no
" >&6; }
10860 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10864 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10866 if test $build = $target ; then
10869 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10872 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10876 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10882 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10883 if test -n "$with_build_time_tools"; then
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
10885 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
10886 if test -x $with_build_time_tools/as; then
10887 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10888 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
10890 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10893 $as_echo "no
" >&6; }
10895 elif test $build != $host && test $have_gcc_for_target = yes; then
10896 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10897 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10898 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10901 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10902 # Extract the first word of "as
", so it can be a program name with args.
10903 set dummy as; ac_word=$2
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10905 $as_echo_n "checking
for $ac_word...
" >&6; }
10906 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10907 $as_echo_n "(cached
) " >&6
10909 case $AS_FOR_TARGET in
10911 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10915 for as_dir in $gcc_cv_tool_dirs
10918 test -z "$as_dir" && as_dir=.
10919 for ac_exec_ext in '' $ac_executable_extensions; do
10920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10921 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10922 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10932 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10933 if test -n "$AS_FOR_TARGET"; then
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10935 $as_echo "$AS_FOR_TARGET" >&6; }
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10938 $as_echo "no
" >&6; }
10943 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10946 if test -n "$AS_FOR_TARGET"; then
10947 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10948 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10949 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10952 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10953 for ncn_progname in as; do
10954 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10955 set dummy ${ncn_progname}; ac_word=$2
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10957 $as_echo_n "checking
for $ac_word...
" >&6; }
10958 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10959 $as_echo_n "(cached
) " >&6
10961 if test -n "$AS_FOR_TARGET"; then
10962 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10965 for as_dir in $PATH
10968 test -z "$as_dir" && as_dir=.
10969 for ac_exec_ext in '' $ac_executable_extensions; do
10970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10971 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10972 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10981 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10982 if test -n "$AS_FOR_TARGET"; then
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10984 $as_echo "$AS_FOR_TARGET" >&6; }
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10987 $as_echo "no
" >&6; }
10994 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10995 for ncn_progname in as; do
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10997 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10998 if test -x $with_build_time_tools/${ncn_progname}; then
10999 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11001 $as_echo "yes" >&6; }
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11005 $as_echo "no
" >&6; }
11010 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11011 for ncn_progname in as; do
11012 if test -n "$ncn_target_tool_prefix"; then
11013 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11014 set dummy ${ncn_target_tool_prefix}${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 test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11018 $as_echo_n "(cached
) " >&6
11020 if test -n "$AS_FOR_TARGET"; then
11021 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11030 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11031 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11040 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11041 if test -n "$AS_FOR_TARGET"; then
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11043 $as_echo "$AS_FOR_TARGET" >&6; }
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11046 $as_echo "no
" >&6; }
11051 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11052 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11053 set dummy ${ncn_progname}; ac_word=$2
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11055 $as_echo_n "checking
for $ac_word...
" >&6; }
11056 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11057 $as_echo_n "(cached
) " >&6
11059 if test -n "$AS_FOR_TARGET"; then
11060 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11063 for as_dir in $PATH
11066 test -z "$as_dir" && as_dir=.
11067 for ac_exec_ext in '' $ac_executable_extensions; do
11068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11069 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11070 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11079 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11080 if test -n "$AS_FOR_TARGET"; then
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11082 $as_echo "$AS_FOR_TARGET" >&6; }
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11085 $as_echo "no
" >&6; }
11090 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11094 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11096 if test $build = $target ; then
11099 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11102 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11106 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11112 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11113 if test -n "$with_build_time_tools"; then
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
11115 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
11116 if test -x $with_build_time_tools/dlltool; then
11117 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11118 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11120 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11123 $as_echo "no
" >&6; }
11125 elif test $build != $host && test $have_gcc_for_target = yes; then
11126 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11127 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11128 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11131 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11132 # Extract the first word of "dlltool
", so it can be a program name with args.
11133 set dummy dlltool; ac_word=$2
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11135 $as_echo_n "checking
for $ac_word...
" >&6; }
11136 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11137 $as_echo_n "(cached
) " >&6
11139 case $DLLTOOL_FOR_TARGET in
11141 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11145 for as_dir in $gcc_cv_tool_dirs
11148 test -z "$as_dir" && as_dir=.
11149 for ac_exec_ext in '' $ac_executable_extensions; do
11150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11151 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11152 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11162 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11163 if test -n "$DLLTOOL_FOR_TARGET"; then
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11165 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11168 $as_echo "no
" >&6; }
11173 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11176 if test -n "$DLLTOOL_FOR_TARGET"; then
11177 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11178 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11179 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11182 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11183 for ncn_progname in dlltool; do
11184 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11185 set dummy ${ncn_progname}; ac_word=$2
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11187 $as_echo_n "checking
for $ac_word...
" >&6; }
11188 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11189 $as_echo_n "(cached
) " >&6
11191 if test -n "$DLLTOOL_FOR_TARGET"; then
11192 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11195 for as_dir in $PATH
11198 test -z "$as_dir" && as_dir=.
11199 for ac_exec_ext in '' $ac_executable_extensions; do
11200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11201 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11202 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11211 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11212 if test -n "$DLLTOOL_FOR_TARGET"; then
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11214 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11217 $as_echo "no
" >&6; }
11224 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11225 for ncn_progname in dlltool; do
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11227 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11228 if test -x $with_build_time_tools/${ncn_progname}; then
11229 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11231 $as_echo "yes" >&6; }
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11235 $as_echo "no
" >&6; }
11240 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11241 for ncn_progname in dlltool; do
11242 if test -n "$ncn_target_tool_prefix"; then
11243 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11244 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11246 $as_echo_n "checking
for $ac_word...
" >&6; }
11247 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11248 $as_echo_n "(cached
) " >&6
11250 if test -n "$DLLTOOL_FOR_TARGET"; then
11251 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11254 for as_dir in $PATH
11257 test -z "$as_dir" && as_dir=.
11258 for ac_exec_ext in '' $ac_executable_extensions; do
11259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11260 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11261 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11270 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11271 if test -n "$DLLTOOL_FOR_TARGET"; then
11272 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11273 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11276 $as_echo "no
" >&6; }
11281 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11282 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11283 set dummy ${ncn_progname}; ac_word=$2
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11285 $as_echo_n "checking
for $ac_word...
" >&6; }
11286 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11287 $as_echo_n "(cached
) " >&6
11289 if test -n "$DLLTOOL_FOR_TARGET"; then
11290 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11293 for as_dir in $PATH
11296 test -z "$as_dir" && as_dir=.
11297 for ac_exec_ext in '' $ac_executable_extensions; do
11298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11299 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11300 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11309 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11310 if test -n "$DLLTOOL_FOR_TARGET"; then
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11312 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11315 $as_echo "no
" >&6; }
11320 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11324 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11326 if test $build = $target ; then
11327 DLLTOOL_FOR_TARGET="$2"
11329 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11332 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11336 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11342 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11343 if test -n "$with_build_time_tools"; then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
11345 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
11346 if test -x $with_build_time_tools/ld; then
11347 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11348 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
11350 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11353 $as_echo "no
" >&6; }
11355 elif test $build != $host && test $have_gcc_for_target = yes; then
11356 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11357 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11358 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11361 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11362 # Extract the first word of "ld
", so it can be a program name with args.
11363 set dummy ld; ac_word=$2
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11365 $as_echo_n "checking
for $ac_word...
" >&6; }
11366 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11367 $as_echo_n "(cached
) " >&6
11369 case $LD_FOR_TARGET in
11371 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11375 for as_dir in $gcc_cv_tool_dirs
11378 test -z "$as_dir" && as_dir=.
11379 for ac_exec_ext in '' $ac_executable_extensions; do
11380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11381 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11382 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11392 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11393 if test -n "$LD_FOR_TARGET"; then
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11395 $as_echo "$LD_FOR_TARGET" >&6; }
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11398 $as_echo "no
" >&6; }
11403 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11406 if test -n "$LD_FOR_TARGET"; then
11407 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11408 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11409 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11412 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11413 for ncn_progname in ld; do
11414 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11415 set dummy ${ncn_progname}; ac_word=$2
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11417 $as_echo_n "checking
for $ac_word...
" >&6; }
11418 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11419 $as_echo_n "(cached
) " >&6
11421 if test -n "$LD_FOR_TARGET"; then
11422 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11425 for as_dir in $PATH
11428 test -z "$as_dir" && as_dir=.
11429 for ac_exec_ext in '' $ac_executable_extensions; do
11430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11431 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11432 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11441 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11442 if test -n "$LD_FOR_TARGET"; then
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11444 $as_echo "$LD_FOR_TARGET" >&6; }
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11447 $as_echo "no
" >&6; }
11454 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11455 for ncn_progname in ld; do
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11457 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11458 if test -x $with_build_time_tools/${ncn_progname}; then
11459 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11461 $as_echo "yes" >&6; }
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11465 $as_echo "no
" >&6; }
11470 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11471 for ncn_progname in ld; do
11472 if test -n "$ncn_target_tool_prefix"; then
11473 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11474 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11476 $as_echo_n "checking
for $ac_word...
" >&6; }
11477 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11478 $as_echo_n "(cached
) " >&6
11480 if test -n "$LD_FOR_TARGET"; then
11481 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11484 for as_dir in $PATH
11487 test -z "$as_dir" && as_dir=.
11488 for ac_exec_ext in '' $ac_executable_extensions; do
11489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11490 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11491 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11500 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11501 if test -n "$LD_FOR_TARGET"; then
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11503 $as_echo "$LD_FOR_TARGET" >&6; }
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11506 $as_echo "no
" >&6; }
11511 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11513 set dummy ${ncn_progname}; ac_word=$2
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11515 $as_echo_n "checking
for $ac_word...
" >&6; }
11516 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11517 $as_echo_n "(cached
) " >&6
11519 if test -n "$LD_FOR_TARGET"; then
11520 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11523 for as_dir in $PATH
11526 test -z "$as_dir" && as_dir=.
11527 for ac_exec_ext in '' $ac_executable_extensions; do
11528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11529 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11530 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11539 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11540 if test -n "$LD_FOR_TARGET"; then
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11542 $as_echo "$LD_FOR_TARGET" >&6; }
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11545 $as_echo "no
" >&6; }
11550 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11554 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11556 if test $build = $target ; then
11559 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11562 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11566 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11572 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11573 if test -n "$with_build_time_tools"; then
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
11575 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
11576 if test -x $with_build_time_tools/lipo; then
11577 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11578 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
11580 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11583 $as_echo "no
" >&6; }
11585 elif test $build != $host && test $have_gcc_for_target = yes; then
11586 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11587 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11588 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11591 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11592 # Extract the first word of "lipo
", so it can be a program name with args.
11593 set dummy lipo; ac_word=$2
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11595 $as_echo_n "checking
for $ac_word...
" >&6; }
11596 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11597 $as_echo_n "(cached
) " >&6
11599 case $LIPO_FOR_TARGET in
11601 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11605 for as_dir in $gcc_cv_tool_dirs
11608 test -z "$as_dir" && as_dir=.
11609 for ac_exec_ext in '' $ac_executable_extensions; do
11610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11611 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11612 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11622 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11623 if test -n "$LIPO_FOR_TARGET"; then
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11625 $as_echo "$LIPO_FOR_TARGET" >&6; }
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11628 $as_echo "no
" >&6; }
11633 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11636 if test -n "$LIPO_FOR_TARGET"; then
11637 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11638 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11639 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11642 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11643 for ncn_progname in lipo; do
11644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11645 set dummy ${ncn_progname}; ac_word=$2
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11647 $as_echo_n "checking
for $ac_word...
" >&6; }
11648 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11649 $as_echo_n "(cached
) " >&6
11651 if test -n "$LIPO_FOR_TARGET"; then
11652 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11655 for as_dir in $PATH
11658 test -z "$as_dir" && as_dir=.
11659 for ac_exec_ext in '' $ac_executable_extensions; do
11660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11661 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11662 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11671 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11672 if test -n "$LIPO_FOR_TARGET"; then
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11674 $as_echo "$LIPO_FOR_TARGET" >&6; }
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11677 $as_echo "no
" >&6; }
11684 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11685 for ncn_progname in lipo; do
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11687 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11688 if test -x $with_build_time_tools/${ncn_progname}; then
11689 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11691 $as_echo "yes" >&6; }
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11695 $as_echo "no
" >&6; }
11700 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11701 for ncn_progname in lipo; do
11702 if test -n "$ncn_target_tool_prefix"; then
11703 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11704 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11706 $as_echo_n "checking
for $ac_word...
" >&6; }
11707 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11708 $as_echo_n "(cached
) " >&6
11710 if test -n "$LIPO_FOR_TARGET"; then
11711 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11714 for as_dir in $PATH
11717 test -z "$as_dir" && as_dir=.
11718 for ac_exec_ext in '' $ac_executable_extensions; do
11719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11720 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11721 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11730 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11731 if test -n "$LIPO_FOR_TARGET"; then
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11733 $as_echo "$LIPO_FOR_TARGET" >&6; }
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11736 $as_echo "no
" >&6; }
11741 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11743 set dummy ${ncn_progname}; ac_word=$2
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11745 $as_echo_n "checking
for $ac_word...
" >&6; }
11746 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11747 $as_echo_n "(cached
) " >&6
11749 if test -n "$LIPO_FOR_TARGET"; then
11750 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11753 for as_dir in $PATH
11756 test -z "$as_dir" && as_dir=.
11757 for ac_exec_ext in '' $ac_executable_extensions; do
11758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11759 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11760 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11769 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11770 if test -n "$LIPO_FOR_TARGET"; then
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11772 $as_echo "$LIPO_FOR_TARGET" >&6; }
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11775 $as_echo "no
" >&6; }
11780 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11784 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11786 if test $build = $target ; then
11787 LIPO_FOR_TARGET="$2"
11789 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11792 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11796 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11802 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11803 if test -n "$with_build_time_tools"; then
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
11805 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
11806 if test -x $with_build_time_tools/nm; then
11807 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11808 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
11810 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11813 $as_echo "no
" >&6; }
11815 elif test $build != $host && test $have_gcc_for_target = yes; then
11816 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11817 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11818 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11821 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11822 # Extract the first word of "nm
", so it can be a program name with args.
11823 set dummy nm; ac_word=$2
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11825 $as_echo_n "checking
for $ac_word...
" >&6; }
11826 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11827 $as_echo_n "(cached
) " >&6
11829 case $NM_FOR_TARGET in
11831 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11835 for as_dir in $gcc_cv_tool_dirs
11838 test -z "$as_dir" && as_dir=.
11839 for ac_exec_ext in '' $ac_executable_extensions; do
11840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11841 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11842 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11852 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11853 if test -n "$NM_FOR_TARGET"; then
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11855 $as_echo "$NM_FOR_TARGET" >&6; }
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11858 $as_echo "no
" >&6; }
11863 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11866 if test -n "$NM_FOR_TARGET"; then
11867 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11868 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11869 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11872 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11873 for ncn_progname in nm; do
11874 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11875 set dummy ${ncn_progname}; ac_word=$2
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11877 $as_echo_n "checking
for $ac_word...
" >&6; }
11878 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11879 $as_echo_n "(cached
) " >&6
11881 if test -n "$NM_FOR_TARGET"; then
11882 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11885 for as_dir in $PATH
11888 test -z "$as_dir" && as_dir=.
11889 for ac_exec_ext in '' $ac_executable_extensions; do
11890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11891 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11892 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11901 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11902 if test -n "$NM_FOR_TARGET"; then
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11904 $as_echo "$NM_FOR_TARGET" >&6; }
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11907 $as_echo "no
" >&6; }
11914 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11915 for ncn_progname in nm; do
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11917 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11918 if test -x $with_build_time_tools/${ncn_progname}; then
11919 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11921 $as_echo "yes" >&6; }
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11925 $as_echo "no
" >&6; }
11930 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11931 for ncn_progname in nm; do
11932 if test -n "$ncn_target_tool_prefix"; then
11933 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11934 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11936 $as_echo_n "checking
for $ac_word...
" >&6; }
11937 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11938 $as_echo_n "(cached
) " >&6
11940 if test -n "$NM_FOR_TARGET"; then
11941 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11944 for as_dir in $PATH
11947 test -z "$as_dir" && as_dir=.
11948 for ac_exec_ext in '' $ac_executable_extensions; do
11949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11950 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11951 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11960 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11961 if test -n "$NM_FOR_TARGET"; then
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11963 $as_echo "$NM_FOR_TARGET" >&6; }
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11966 $as_echo "no
" >&6; }
11971 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11972 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11973 set dummy ${ncn_progname}; ac_word=$2
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11975 $as_echo_n "checking
for $ac_word...
" >&6; }
11976 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11977 $as_echo_n "(cached
) " >&6
11979 if test -n "$NM_FOR_TARGET"; then
11980 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11983 for as_dir in $PATH
11986 test -z "$as_dir" && as_dir=.
11987 for ac_exec_ext in '' $ac_executable_extensions; do
11988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11989 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11990 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11999 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12000 if test -n "$NM_FOR_TARGET"; then
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12002 $as_echo "$NM_FOR_TARGET" >&6; }
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12005 $as_echo "no
" >&6; }
12010 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12014 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12016 if test $build = $target ; then
12019 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12022 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12026 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12032 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12033 if test -n "$with_build_time_tools"; then
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objcopy
in $with_build_time_tools" >&5
12035 $as_echo_n "checking
for objcopy
in $with_build_time_tools...
" >&6; }
12036 if test -x $with_build_time_tools/objcopy; then
12037 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12038 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12040 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12043 $as_echo "no
" >&6; }
12045 elif test $build != $host && test $have_gcc_for_target = yes; then
12046 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12047 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12048 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12051 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12052 # Extract the first word of "objcopy
", so it can be a program name with args.
12053 set dummy objcopy; ac_word=$2
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12055 $as_echo_n "checking
for $ac_word...
" >&6; }
12056 if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12057 $as_echo_n "(cached
) " >&6
12059 case $OBJCOPY_FOR_TARGET in
12061 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12065 for as_dir in $gcc_cv_tool_dirs
12068 test -z "$as_dir" && as_dir=.
12069 for ac_exec_ext in '' $ac_executable_extensions; do
12070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12071 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12072 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12082 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12083 if test -n "$OBJCOPY_FOR_TARGET"; then
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12085 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12088 $as_echo "no
" >&6; }
12093 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12096 if test -n "$OBJCOPY_FOR_TARGET"; then
12097 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12098 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12099 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12102 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12103 for ncn_progname in objcopy; do
12104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12105 set dummy ${ncn_progname}; ac_word=$2
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12107 $as_echo_n "checking
for $ac_word...
" >&6; }
12108 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12109 $as_echo_n "(cached
) " >&6
12111 if test -n "$OBJCOPY_FOR_TARGET"; then
12112 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12115 for as_dir in $PATH
12118 test -z "$as_dir" && as_dir=.
12119 for ac_exec_ext in '' $ac_executable_extensions; do
12120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12121 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12122 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12131 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12132 if test -n "$OBJCOPY_FOR_TARGET"; then
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12134 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12137 $as_echo "no
" >&6; }
12144 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12145 for ncn_progname in objcopy; do
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12147 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12148 if test -x $with_build_time_tools/${ncn_progname}; then
12149 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12151 $as_echo "yes" >&6; }
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12155 $as_echo "no
" >&6; }
12160 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12161 for ncn_progname in objcopy; do
12162 if test -n "$ncn_target_tool_prefix"; then
12163 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12164 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12166 $as_echo_n "checking
for $ac_word...
" >&6; }
12167 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12168 $as_echo_n "(cached
) " >&6
12170 if test -n "$OBJCOPY_FOR_TARGET"; then
12171 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12174 for as_dir in $PATH
12177 test -z "$as_dir" && as_dir=.
12178 for ac_exec_ext in '' $ac_executable_extensions; do
12179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12180 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12181 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12190 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12191 if test -n "$OBJCOPY_FOR_TARGET"; then
12192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12193 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12196 $as_echo "no
" >&6; }
12201 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12202 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12203 set dummy ${ncn_progname}; ac_word=$2
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12205 $as_echo_n "checking
for $ac_word...
" >&6; }
12206 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12207 $as_echo_n "(cached
) " >&6
12209 if test -n "$OBJCOPY_FOR_TARGET"; then
12210 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12213 for as_dir in $PATH
12216 test -z "$as_dir" && as_dir=.
12217 for ac_exec_ext in '' $ac_executable_extensions; do
12218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12219 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12220 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12229 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12230 if test -n "$OBJCOPY_FOR_TARGET"; then
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12232 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12235 $as_echo "no
" >&6; }
12240 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12244 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12246 if test $build = $target ; then
12247 OBJCOPY_FOR_TARGET="$2"
12249 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12252 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12256 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12262 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12263 if test -n "$with_build_time_tools"; then
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
12265 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
12266 if test -x $with_build_time_tools/objdump; then
12267 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12268 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12270 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12273 $as_echo "no
" >&6; }
12275 elif test $build != $host && test $have_gcc_for_target = yes; then
12276 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12277 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12278 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12281 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12282 # Extract the first word of "objdump
", so it can be a program name with args.
12283 set dummy objdump; ac_word=$2
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12285 $as_echo_n "checking
for $ac_word...
" >&6; }
12286 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12287 $as_echo_n "(cached
) " >&6
12289 case $OBJDUMP_FOR_TARGET in
12291 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12295 for as_dir in $gcc_cv_tool_dirs
12298 test -z "$as_dir" && as_dir=.
12299 for ac_exec_ext in '' $ac_executable_extensions; do
12300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12301 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12302 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12312 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12313 if test -n "$OBJDUMP_FOR_TARGET"; then
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12315 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12318 $as_echo "no
" >&6; }
12323 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12326 if test -n "$OBJDUMP_FOR_TARGET"; then
12327 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12328 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12329 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12332 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12333 for ncn_progname in objdump; do
12334 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12335 set dummy ${ncn_progname}; ac_word=$2
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12337 $as_echo_n "checking
for $ac_word...
" >&6; }
12338 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12339 $as_echo_n "(cached
) " >&6
12341 if test -n "$OBJDUMP_FOR_TARGET"; then
12342 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12345 for as_dir in $PATH
12348 test -z "$as_dir" && as_dir=.
12349 for ac_exec_ext in '' $ac_executable_extensions; do
12350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12351 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12352 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12361 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12362 if test -n "$OBJDUMP_FOR_TARGET"; then
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12364 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12367 $as_echo "no
" >&6; }
12374 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12375 for ncn_progname in objdump; do
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12377 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12378 if test -x $with_build_time_tools/${ncn_progname}; then
12379 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12381 $as_echo "yes" >&6; }
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12385 $as_echo "no
" >&6; }
12390 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12391 for ncn_progname in objdump; do
12392 if test -n "$ncn_target_tool_prefix"; then
12393 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12394 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12396 $as_echo_n "checking
for $ac_word...
" >&6; }
12397 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12398 $as_echo_n "(cached
) " >&6
12400 if test -n "$OBJDUMP_FOR_TARGET"; then
12401 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12404 for as_dir in $PATH
12407 test -z "$as_dir" && as_dir=.
12408 for ac_exec_ext in '' $ac_executable_extensions; do
12409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12410 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12411 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12420 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12421 if test -n "$OBJDUMP_FOR_TARGET"; then
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12423 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12426 $as_echo "no
" >&6; }
12431 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12432 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12433 set dummy ${ncn_progname}; ac_word=$2
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12435 $as_echo_n "checking
for $ac_word...
" >&6; }
12436 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12437 $as_echo_n "(cached
) " >&6
12439 if test -n "$OBJDUMP_FOR_TARGET"; then
12440 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12443 for as_dir in $PATH
12446 test -z "$as_dir" && as_dir=.
12447 for ac_exec_ext in '' $ac_executable_extensions; do
12448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12449 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12450 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12459 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12460 if test -n "$OBJDUMP_FOR_TARGET"; then
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12462 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12465 $as_echo "no
" >&6; }
12470 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12474 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12476 if test $build = $target ; then
12477 OBJDUMP_FOR_TARGET="$2"
12479 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12482 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12486 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12492 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12493 if test -n "$with_build_time_tools"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
12495 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
12496 if test -x $with_build_time_tools/ranlib; then
12497 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12498 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12500 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12503 $as_echo "no
" >&6; }
12505 elif test $build != $host && test $have_gcc_for_target = yes; then
12506 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12507 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12508 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12511 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12512 # Extract the first word of "ranlib
", so it can be a program name with args.
12513 set dummy ranlib; ac_word=$2
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12515 $as_echo_n "checking
for $ac_word...
" >&6; }
12516 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12517 $as_echo_n "(cached
) " >&6
12519 case $RANLIB_FOR_TARGET in
12521 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12525 for as_dir in $gcc_cv_tool_dirs
12528 test -z "$as_dir" && as_dir=.
12529 for ac_exec_ext in '' $ac_executable_extensions; do
12530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12531 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12532 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12542 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12543 if test -n "$RANLIB_FOR_TARGET"; then
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12545 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12548 $as_echo "no
" >&6; }
12553 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12556 if test -n "$RANLIB_FOR_TARGET"; then
12557 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12558 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12559 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12562 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12563 for ncn_progname in ranlib; do
12564 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12565 set dummy ${ncn_progname}; ac_word=$2
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12567 $as_echo_n "checking
for $ac_word...
" >&6; }
12568 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12569 $as_echo_n "(cached
) " >&6
12571 if test -n "$RANLIB_FOR_TARGET"; then
12572 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12575 for as_dir in $PATH
12578 test -z "$as_dir" && as_dir=.
12579 for ac_exec_ext in '' $ac_executable_extensions; do
12580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12581 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12582 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12591 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12592 if test -n "$RANLIB_FOR_TARGET"; then
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12594 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12597 $as_echo "no
" >&6; }
12604 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12605 for ncn_progname in ranlib; do
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12607 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12608 if test -x $with_build_time_tools/${ncn_progname}; then
12609 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12611 $as_echo "yes" >&6; }
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12615 $as_echo "no
" >&6; }
12620 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12621 for ncn_progname in ranlib; do
12622 if test -n "$ncn_target_tool_prefix"; then
12623 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12624 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12626 $as_echo_n "checking
for $ac_word...
" >&6; }
12627 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12628 $as_echo_n "(cached
) " >&6
12630 if test -n "$RANLIB_FOR_TARGET"; then
12631 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12634 for as_dir in $PATH
12637 test -z "$as_dir" && as_dir=.
12638 for ac_exec_ext in '' $ac_executable_extensions; do
12639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12640 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12641 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12650 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12651 if test -n "$RANLIB_FOR_TARGET"; then
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12653 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12656 $as_echo "no
" >&6; }
12661 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12662 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12663 set dummy ${ncn_progname}; ac_word=$2
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12665 $as_echo_n "checking
for $ac_word...
" >&6; }
12666 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12667 $as_echo_n "(cached
) " >&6
12669 if test -n "$RANLIB_FOR_TARGET"; then
12670 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12673 for as_dir in $PATH
12676 test -z "$as_dir" && as_dir=.
12677 for ac_exec_ext in '' $ac_executable_extensions; do
12678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12679 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12680 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12689 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12690 if test -n "$RANLIB_FOR_TARGET"; then
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12692 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12695 $as_echo "no
" >&6; }
12700 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12704 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12706 if test $build = $target ; then
12707 RANLIB_FOR_TARGET="$2"
12709 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12712 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12716 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12722 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12723 if test -n "$with_build_time_tools"; then
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
12725 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
12726 if test -x $with_build_time_tools/readelf; then
12727 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12728 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
12730 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12733 $as_echo "no
" >&6; }
12735 elif test $build != $host && test $have_gcc_for_target = yes; then
12736 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12737 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12738 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12741 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12742 # Extract the first word of "readelf
", so it can be a program name with args.
12743 set dummy readelf; ac_word=$2
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12745 $as_echo_n "checking
for $ac_word...
" >&6; }
12746 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12747 $as_echo_n "(cached
) " >&6
12749 case $READELF_FOR_TARGET in
12751 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12755 for as_dir in $gcc_cv_tool_dirs
12758 test -z "$as_dir" && as_dir=.
12759 for ac_exec_ext in '' $ac_executable_extensions; do
12760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12761 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12762 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12772 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12773 if test -n "$READELF_FOR_TARGET"; then
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12775 $as_echo "$READELF_FOR_TARGET" >&6; }
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12778 $as_echo "no
" >&6; }
12783 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12786 if test -n "$READELF_FOR_TARGET"; then
12787 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12788 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12789 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12792 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12793 for ncn_progname in readelf; do
12794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12795 set dummy ${ncn_progname}; ac_word=$2
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12797 $as_echo_n "checking
for $ac_word...
" >&6; }
12798 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12799 $as_echo_n "(cached
) " >&6
12801 if test -n "$READELF_FOR_TARGET"; then
12802 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12805 for as_dir in $PATH
12808 test -z "$as_dir" && as_dir=.
12809 for ac_exec_ext in '' $ac_executable_extensions; do
12810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12811 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12812 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12821 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12822 if test -n "$READELF_FOR_TARGET"; then
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12824 $as_echo "$READELF_FOR_TARGET" >&6; }
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12827 $as_echo "no
" >&6; }
12834 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12835 for ncn_progname in readelf; do
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12837 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12838 if test -x $with_build_time_tools/${ncn_progname}; then
12839 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12841 $as_echo "yes" >&6; }
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12845 $as_echo "no
" >&6; }
12850 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12851 for ncn_progname in readelf; do
12852 if test -n "$ncn_target_tool_prefix"; then
12853 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12854 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12856 $as_echo_n "checking
for $ac_word...
" >&6; }
12857 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12858 $as_echo_n "(cached
) " >&6
12860 if test -n "$READELF_FOR_TARGET"; then
12861 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12864 for as_dir in $PATH
12867 test -z "$as_dir" && as_dir=.
12868 for ac_exec_ext in '' $ac_executable_extensions; do
12869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12870 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12871 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12880 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12881 if test -n "$READELF_FOR_TARGET"; then
12882 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12883 $as_echo "$READELF_FOR_TARGET" >&6; }
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12886 $as_echo "no
" >&6; }
12891 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12893 set dummy ${ncn_progname}; ac_word=$2
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12895 $as_echo_n "checking
for $ac_word...
" >&6; }
12896 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12897 $as_echo_n "(cached
) " >&6
12899 if test -n "$READELF_FOR_TARGET"; then
12900 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12903 for as_dir in $PATH
12906 test -z "$as_dir" && as_dir=.
12907 for ac_exec_ext in '' $ac_executable_extensions; do
12908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12909 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12910 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12919 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12920 if test -n "$READELF_FOR_TARGET"; then
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12922 $as_echo "$READELF_FOR_TARGET" >&6; }
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12925 $as_echo "no
" >&6; }
12930 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12934 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12936 if test $build = $target ; then
12937 READELF_FOR_TARGET="$2"
12939 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12942 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12946 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12952 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12953 if test -n "$with_build_time_tools"; then
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
12955 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
12956 if test -x $with_build_time_tools/strip; then
12957 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12958 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
12960 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12963 $as_echo "no
" >&6; }
12965 elif test $build != $host && test $have_gcc_for_target = yes; then
12966 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12967 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12968 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12971 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12972 # Extract the first word of "strip
", so it can be a program name with args.
12973 set dummy strip; ac_word=$2
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12975 $as_echo_n "checking
for $ac_word...
" >&6; }
12976 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12977 $as_echo_n "(cached
) " >&6
12979 case $STRIP_FOR_TARGET in
12981 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12985 for as_dir in $gcc_cv_tool_dirs
12988 test -z "$as_dir" && as_dir=.
12989 for ac_exec_ext in '' $ac_executable_extensions; do
12990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12991 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12992 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13002 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13003 if test -n "$STRIP_FOR_TARGET"; then
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13005 $as_echo "$STRIP_FOR_TARGET" >&6; }
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13008 $as_echo "no
" >&6; }
13013 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13016 if test -n "$STRIP_FOR_TARGET"; then
13017 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13018 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13019 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13022 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13023 for ncn_progname in strip; do
13024 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13025 set dummy ${ncn_progname}; ac_word=$2
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13027 $as_echo_n "checking
for $ac_word...
" >&6; }
13028 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13029 $as_echo_n "(cached
) " >&6
13031 if test -n "$STRIP_FOR_TARGET"; then
13032 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13035 for as_dir in $PATH
13038 test -z "$as_dir" && as_dir=.
13039 for ac_exec_ext in '' $ac_executable_extensions; do
13040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13041 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13042 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13051 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13052 if test -n "$STRIP_FOR_TARGET"; then
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13054 $as_echo "$STRIP_FOR_TARGET" >&6; }
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13057 $as_echo "no
" >&6; }
13064 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13065 for ncn_progname in strip; do
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13067 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13068 if test -x $with_build_time_tools/${ncn_progname}; then
13069 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13071 $as_echo "yes" >&6; }
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13075 $as_echo "no
" >&6; }
13080 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13081 for ncn_progname in strip; do
13082 if test -n "$ncn_target_tool_prefix"; then
13083 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13084 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13086 $as_echo_n "checking
for $ac_word...
" >&6; }
13087 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13088 $as_echo_n "(cached
) " >&6
13090 if test -n "$STRIP_FOR_TARGET"; then
13091 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13094 for as_dir in $PATH
13097 test -z "$as_dir" && as_dir=.
13098 for ac_exec_ext in '' $ac_executable_extensions; do
13099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13100 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13101 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13110 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13111 if test -n "$STRIP_FOR_TARGET"; then
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13113 $as_echo "$STRIP_FOR_TARGET" >&6; }
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13116 $as_echo "no
" >&6; }
13121 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13123 set dummy ${ncn_progname}; ac_word=$2
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13125 $as_echo_n "checking
for $ac_word...
" >&6; }
13126 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13127 $as_echo_n "(cached
) " >&6
13129 if test -n "$STRIP_FOR_TARGET"; then
13130 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13133 for as_dir in $PATH
13136 test -z "$as_dir" && as_dir=.
13137 for ac_exec_ext in '' $ac_executable_extensions; do
13138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13139 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13140 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13149 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13150 if test -n "$STRIP_FOR_TARGET"; then
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13152 $as_echo "$STRIP_FOR_TARGET" >&6; }
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13155 $as_echo "no
" >&6; }
13160 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13164 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13166 if test $build = $target ; then
13167 STRIP_FOR_TARGET="$2"
13169 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13172 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13176 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13182 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13183 if test -n "$with_build_time_tools"; then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
13185 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
13186 if test -x $with_build_time_tools/windres; then
13187 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13188 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13190 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13193 $as_echo "no
" >&6; }
13195 elif test $build != $host && test $have_gcc_for_target = yes; then
13196 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13197 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13198 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13201 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13202 # Extract the first word of "windres
", so it can be a program name with args.
13203 set dummy windres; ac_word=$2
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13205 $as_echo_n "checking
for $ac_word...
" >&6; }
13206 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13207 $as_echo_n "(cached
) " >&6
13209 case $WINDRES_FOR_TARGET in
13211 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13215 for as_dir in $gcc_cv_tool_dirs
13218 test -z "$as_dir" && as_dir=.
13219 for ac_exec_ext in '' $ac_executable_extensions; do
13220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13221 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13222 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13232 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13233 if test -n "$WINDRES_FOR_TARGET"; then
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13235 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13238 $as_echo "no
" >&6; }
13243 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13246 if test -n "$WINDRES_FOR_TARGET"; then
13247 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13248 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13249 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13252 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13253 for ncn_progname in windres; do
13254 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13255 set dummy ${ncn_progname}; ac_word=$2
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13257 $as_echo_n "checking
for $ac_word...
" >&6; }
13258 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13259 $as_echo_n "(cached
) " >&6
13261 if test -n "$WINDRES_FOR_TARGET"; then
13262 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13265 for as_dir in $PATH
13268 test -z "$as_dir" && as_dir=.
13269 for ac_exec_ext in '' $ac_executable_extensions; do
13270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13271 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13272 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13281 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13282 if test -n "$WINDRES_FOR_TARGET"; then
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13284 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13287 $as_echo "no
" >&6; }
13294 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13295 for ncn_progname in windres; do
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13297 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13298 if test -x $with_build_time_tools/${ncn_progname}; then
13299 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13301 $as_echo "yes" >&6; }
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13305 $as_echo "no
" >&6; }
13310 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13311 for ncn_progname in windres; do
13312 if test -n "$ncn_target_tool_prefix"; then
13313 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13314 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13316 $as_echo_n "checking
for $ac_word...
" >&6; }
13317 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13318 $as_echo_n "(cached
) " >&6
13320 if test -n "$WINDRES_FOR_TARGET"; then
13321 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13324 for as_dir in $PATH
13327 test -z "$as_dir" && as_dir=.
13328 for ac_exec_ext in '' $ac_executable_extensions; do
13329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13330 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13331 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13340 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13341 if test -n "$WINDRES_FOR_TARGET"; then
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13343 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13346 $as_echo "no
" >&6; }
13351 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13352 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13353 set dummy ${ncn_progname}; ac_word=$2
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13355 $as_echo_n "checking
for $ac_word...
" >&6; }
13356 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13357 $as_echo_n "(cached
) " >&6
13359 if test -n "$WINDRES_FOR_TARGET"; then
13360 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13363 for as_dir in $PATH
13366 test -z "$as_dir" && as_dir=.
13367 for ac_exec_ext in '' $ac_executable_extensions; do
13368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13369 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13370 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13379 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13380 if test -n "$WINDRES_FOR_TARGET"; then
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13382 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13385 $as_echo "no
" >&6; }
13390 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13394 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13396 if test $build = $target ; then
13397 WINDRES_FOR_TARGET="$2"
13399 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13402 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13406 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13412 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13413 if test -n "$with_build_time_tools"; then
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
13415 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
13416 if test -x $with_build_time_tools/windmc; then
13417 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13418 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13420 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13423 $as_echo "no
" >&6; }
13425 elif test $build != $host && test $have_gcc_for_target = yes; then
13426 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13427 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13428 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13431 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13432 # Extract the first word of "windmc
", so it can be a program name with args.
13433 set dummy windmc; ac_word=$2
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13435 $as_echo_n "checking
for $ac_word...
" >&6; }
13436 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13437 $as_echo_n "(cached
) " >&6
13439 case $WINDMC_FOR_TARGET in
13441 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13445 for as_dir in $gcc_cv_tool_dirs
13448 test -z "$as_dir" && as_dir=.
13449 for ac_exec_ext in '' $ac_executable_extensions; do
13450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13451 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13452 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13462 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13463 if test -n "$WINDMC_FOR_TARGET"; then
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13465 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13468 $as_echo "no
" >&6; }
13473 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13476 if test -n "$WINDMC_FOR_TARGET"; then
13477 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13478 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13479 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13482 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13483 for ncn_progname in windmc; do
13484 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13485 set dummy ${ncn_progname}; ac_word=$2
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13487 $as_echo_n "checking
for $ac_word...
" >&6; }
13488 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13489 $as_echo_n "(cached
) " >&6
13491 if test -n "$WINDMC_FOR_TARGET"; then
13492 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13495 for as_dir in $PATH
13498 test -z "$as_dir" && as_dir=.
13499 for ac_exec_ext in '' $ac_executable_extensions; do
13500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13501 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13502 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13511 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13512 if test -n "$WINDMC_FOR_TARGET"; then
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13514 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13517 $as_echo "no
" >&6; }
13524 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13525 for ncn_progname in windmc; do
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13527 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13528 if test -x $with_build_time_tools/${ncn_progname}; then
13529 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13531 $as_echo "yes" >&6; }
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13535 $as_echo "no
" >&6; }
13540 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13541 for ncn_progname in windmc; do
13542 if test -n "$ncn_target_tool_prefix"; then
13543 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13544 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13546 $as_echo_n "checking
for $ac_word...
" >&6; }
13547 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13548 $as_echo_n "(cached
) " >&6
13550 if test -n "$WINDMC_FOR_TARGET"; then
13551 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13554 for as_dir in $PATH
13557 test -z "$as_dir" && as_dir=.
13558 for ac_exec_ext in '' $ac_executable_extensions; do
13559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13560 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13561 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13570 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13571 if test -n "$WINDMC_FOR_TARGET"; then
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13573 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13576 $as_echo "no
" >&6; }
13581 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13583 set dummy ${ncn_progname}; ac_word=$2
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13585 $as_echo_n "checking
for $ac_word...
" >&6; }
13586 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13587 $as_echo_n "(cached
) " >&6
13589 if test -n "$WINDMC_FOR_TARGET"; then
13590 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13593 for as_dir in $PATH
13596 test -z "$as_dir" && as_dir=.
13597 for ac_exec_ext in '' $ac_executable_extensions; do
13598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13599 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13600 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13609 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13610 if test -n "$WINDMC_FOR_TARGET"; then
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13612 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13615 $as_echo "no
" >&6; }
13620 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13624 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13626 if test $build = $target ; then
13627 WINDMC_FOR_TARGET="$2"
13629 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13632 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13636 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13640 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
13643 $as_echo_n "checking where to
find the target
ar...
" >&6; }
13644 if test "x
${build}" != "x
${host}" ; then
13645 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13646 # We already found the complete path
13647 ac_dir=`dirname $AR_FOR_TARGET`
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13649 $as_echo "pre-installed
in $ac_dir" >&6; }
13651 # Canadian cross, just use what we found
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13653 $as_echo "pre-installed
" >&6; }
13657 case " ${configdirs} " in
13662 if test $ok = yes; then
13663 # An in-tree tool is available and we can use it
13664 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13666 $as_echo "just compiled
" >&6; }
13667 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13668 # We already found the complete path
13669 ac_dir=`dirname $AR_FOR_TARGET`
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13671 $as_echo "pre-installed
in $ac_dir" >&6; }
13672 elif test "x
$target" = "x
$host"; then
13673 # We can use an host tool
13674 AR_FOR_TARGET='$(AR)'
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13676 $as_echo "host tool
" >&6; }
13678 # We need a cross tool
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13680 $as_echo "pre-installed
" >&6; }
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
13685 $as_echo_n "checking where to
find the target as...
" >&6; }
13686 if test "x
${build}" != "x
${host}" ; then
13687 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13688 # We already found the complete path
13689 ac_dir=`dirname $AS_FOR_TARGET`
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13691 $as_echo "pre-installed
in $ac_dir" >&6; }
13693 # Canadian cross, just use what we found
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13695 $as_echo "pre-installed
" >&6; }
13699 case " ${configdirs} " in
13704 if test $ok = yes; then
13705 # An in-tree tool is available and we can use it
13706 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13708 $as_echo "just compiled
" >&6; }
13709 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13710 # We already found the complete path
13711 ac_dir=`dirname $AS_FOR_TARGET`
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13713 $as_echo "pre-installed
in $ac_dir" >&6; }
13714 elif test "x
$target" = "x
$host"; then
13715 # We can use an host tool
13716 AS_FOR_TARGET='$(AS)'
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13718 $as_echo "host tool
" >&6; }
13720 # We need a cross tool
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13722 $as_echo "pre-installed
" >&6; }
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
13727 $as_echo_n "checking where to
find the target cc...
" >&6; }
13728 if test "x
${build}" != "x
${host}" ; then
13729 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13730 # We already found the complete path
13731 ac_dir=`dirname $CC_FOR_TARGET`
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13733 $as_echo "pre-installed
in $ac_dir" >&6; }
13735 # Canadian cross, just use what we found
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13737 $as_echo "pre-installed
" >&6; }
13741 case " ${configdirs} " in
13746 if test $ok = yes; then
13747 # An in-tree tool is available and we can use it
13748 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13750 $as_echo "just compiled
" >&6; }
13751 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13752 # We already found the complete path
13753 ac_dir=`dirname $CC_FOR_TARGET`
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13755 $as_echo "pre-installed
in $ac_dir" >&6; }
13756 elif test "x
$target" = "x
$host"; then
13757 # We can use an host tool
13758 CC_FOR_TARGET='$(CC)'
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13760 $as_echo "host tool
" >&6; }
13762 # We need a cross tool
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13764 $as_echo "pre-installed
" >&6; }
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
13769 $as_echo_n "checking where to
find the target c
++...
" >&6; }
13770 if test "x
${build}" != "x
${host}" ; then
13771 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13772 # We already found the complete path
13773 ac_dir=`dirname $CXX_FOR_TARGET`
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13775 $as_echo "pre-installed
in $ac_dir" >&6; }
13777 # Canadian cross, just use what we found
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13779 $as_echo "pre-installed
" >&6; }
13783 case " ${configdirs} " in
13787 case ,${enable_languages}, in
13791 if test $ok = yes; then
13792 # An in-tree tool is available and we can use it
13793 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'
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13795 $as_echo "just compiled
" >&6; }
13796 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13797 # We already found the complete path
13798 ac_dir=`dirname $CXX_FOR_TARGET`
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13800 $as_echo "pre-installed
in $ac_dir" >&6; }
13801 elif test "x
$target" = "x
$host"; then
13802 # We can use an host tool
13803 CXX_FOR_TARGET='$(CXX)'
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13805 $as_echo "host tool
" >&6; }
13807 # We need a cross tool
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13809 $as_echo "pre-installed
" >&6; }
13813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
13814 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
13815 if test "x
${build}" != "x
${host}" ; then
13816 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13817 # We already found the complete path
13818 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13820 $as_echo "pre-installed
in $ac_dir" >&6; }
13822 # Canadian cross, just use what we found
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13824 $as_echo "pre-installed
" >&6; }
13828 case " ${configdirs} " in
13832 case ,${enable_languages}, in
13836 if test $ok = yes; then
13837 # An in-tree tool is available and we can use it
13838 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'
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13840 $as_echo "just compiled
" >&6; }
13841 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13842 # We already found the complete path
13843 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13845 $as_echo "pre-installed
in $ac_dir" >&6; }
13846 elif test "x
$target" = "x
$host"; then
13847 # We can use an host tool
13848 RAW_CXX_FOR_TARGET='$(CXX)'
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13850 $as_echo "host tool
" >&6; }
13852 # We need a cross tool
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13854 $as_echo "pre-installed
" >&6; }
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
13859 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
13860 if test "x
${build}" != "x
${host}" ; then
13861 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13862 # We already found the complete path
13863 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13865 $as_echo "pre-installed
in $ac_dir" >&6; }
13867 # Canadian cross, just use what we found
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13869 $as_echo "pre-installed
" >&6; }
13873 case " ${configdirs} " in
13878 if test $ok = yes; then
13879 # An in-tree tool is available and we can use it
13880 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13882 $as_echo "just compiled
" >&6; }
13883 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13884 # We already found the complete path
13885 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13887 $as_echo "pre-installed
in $ac_dir" >&6; }
13888 elif test "x
$target" = "x
$host"; then
13889 # We can use an host tool
13890 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13892 $as_echo "host tool
" >&6; }
13894 # We need a cross tool
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13896 $as_echo "pre-installed
" >&6; }
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
13901 $as_echo_n "checking where to
find the target gcc...
" >&6; }
13902 if test "x
${build}" != "x
${host}" ; then
13903 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13904 # We already found the complete path
13905 ac_dir=`dirname $GCC_FOR_TARGET`
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13907 $as_echo "pre-installed
in $ac_dir" >&6; }
13909 # Canadian cross, just use what we found
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13911 $as_echo "pre-installed
" >&6; }
13915 case " ${configdirs} " in
13920 if test $ok = yes; then
13921 # An in-tree tool is available and we can use it
13922 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13924 $as_echo "just compiled
" >&6; }
13925 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13926 # We already found the complete path
13927 ac_dir=`dirname $GCC_FOR_TARGET`
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13929 $as_echo "pre-installed
in $ac_dir" >&6; }
13930 elif test "x
$target" = "x
$host"; then
13931 # We can use an host tool
13932 GCC_FOR_TARGET='$()'
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13934 $as_echo "host tool
" >&6; }
13936 # We need a cross tool
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13938 $as_echo "pre-installed
" >&6; }
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
13943 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
13944 if test "x
${build}" != "x
${host}" ; then
13945 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13946 # We already found the complete path
13947 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13949 $as_echo "pre-installed
in $ac_dir" >&6; }
13951 # Canadian cross, just use what we found
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13953 $as_echo "pre-installed
" >&6; }
13957 case " ${configdirs} " in
13961 case ,${enable_languages}, in
13965 if test $ok = yes; then
13966 # An in-tree tool is available and we can use it
13967 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13969 $as_echo "just compiled
" >&6; }
13970 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13971 # We already found the complete path
13972 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13974 $as_echo "pre-installed
in $ac_dir" >&6; }
13975 elif test "x
$target" = "x
$host"; then
13976 # We can use an host tool
13977 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13979 $as_echo "host tool
" >&6; }
13981 # We need a cross tool
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13983 $as_echo "pre-installed
" >&6; }
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
13988 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
13989 if test "x
${build}" != "x
${host}" ; then
13990 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
13991 # We already found the complete path
13992 ac_dir=`dirname $GOC_FOR_TARGET`
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13994 $as_echo "pre-installed
in $ac_dir" >&6; }
13996 # Canadian cross, just use what we found
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13998 $as_echo "pre-installed
" >&6; }
14002 case " ${configdirs} " in
14006 case ,${enable_languages}, in
14010 if test $ok = yes; then
14011 # An in-tree tool is available and we can use it
14012 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14014 $as_echo "just compiled
" >&6; }
14015 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
14016 # We already found the complete path
14017 ac_dir=`dirname $GOC_FOR_TARGET`
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14019 $as_echo "pre-installed
in $ac_dir" >&6; }
14020 elif test "x
$target" = "x
$host"; then
14021 # We can use an host tool
14022 GOC_FOR_TARGET='$(GOC)'
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14024 $as_echo "host tool
" >&6; }
14026 # We need a cross tool
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14028 $as_echo "pre-installed
" >&6; }
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
14033 $as_echo_n "checking where to
find the target ld...
" >&6; }
14034 if test "x
${build}" != "x
${host}" ; then
14035 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14036 # We already found the complete path
14037 ac_dir=`dirname $LD_FOR_TARGET`
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14039 $as_echo "pre-installed
in $ac_dir" >&6; }
14041 # Canadian cross, just use what we found
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14043 $as_echo "pre-installed
" >&6; }
14047 case " ${configdirs} " in
14052 if test $ok = yes; then
14053 # An in-tree tool is available and we can use it
14054 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14056 $as_echo "just compiled
" >&6; }
14057 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14058 # We already found the complete path
14059 ac_dir=`dirname $LD_FOR_TARGET`
14060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14061 $as_echo "pre-installed
in $ac_dir" >&6; }
14062 elif test "x
$target" = "x
$host"; then
14063 # We can use an host tool
14064 LD_FOR_TARGET='$(LD)'
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14066 $as_echo "host tool
" >&6; }
14068 # We need a cross tool
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14070 $as_echo "pre-installed
" >&6; }
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
14075 $as_echo_n "checking where to
find the target lipo...
" >&6; }
14076 if test "x
${build}" != "x
${host}" ; then
14077 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14078 # We already found the complete path
14079 ac_dir=`dirname $LIPO_FOR_TARGET`
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14081 $as_echo "pre-installed
in $ac_dir" >&6; }
14083 # Canadian cross, just use what we found
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14085 $as_echo "pre-installed
" >&6; }
14088 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14089 # We already found the complete path
14090 ac_dir=`dirname $LIPO_FOR_TARGET`
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14092 $as_echo "pre-installed
in $ac_dir" >&6; }
14093 elif test "x
$target" = "x
$host"; then
14094 # We can use an host tool
14095 LIPO_FOR_TARGET='$(LIPO)'
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14097 $as_echo "host tool
" >&6; }
14099 # We need a cross tool
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14101 $as_echo "pre-installed
" >&6; }
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
14106 $as_echo_n "checking where to
find the target nm...
" >&6; }
14107 if test "x
${build}" != "x
${host}" ; then
14108 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14109 # We already found the complete path
14110 ac_dir=`dirname $NM_FOR_TARGET`
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14112 $as_echo "pre-installed
in $ac_dir" >&6; }
14114 # Canadian cross, just use what we found
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14116 $as_echo "pre-installed
" >&6; }
14120 case " ${configdirs} " in
14125 if test $ok = yes; then
14126 # An in-tree tool is available and we can use it
14127 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14129 $as_echo "just compiled
" >&6; }
14130 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14131 # We already found the complete path
14132 ac_dir=`dirname $NM_FOR_TARGET`
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14134 $as_echo "pre-installed
in $ac_dir" >&6; }
14135 elif test "x
$target" = "x
$host"; then
14136 # We can use an host tool
14137 NM_FOR_TARGET='$(NM)'
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14139 $as_echo "host tool
" >&6; }
14141 # We need a cross tool
14142 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14143 $as_echo "pre-installed
" >&6; }
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objcopy
" >&5
14148 $as_echo_n "checking where to
find the target objcopy...
" >&6; }
14149 if test "x
${build}" != "x
${host}" ; then
14150 if expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
14151 # We already found the complete path
14152 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14154 $as_echo "pre-installed
in $ac_dir" >&6; }
14156 # Canadian cross, just use what we found
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14158 $as_echo "pre-installed
" >&6; }
14162 case " ${configdirs} " in
14167 if test $ok = yes; then
14168 # An in-tree tool is available and we can use it
14169 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14171 $as_echo "just compiled
" >&6; }
14172 elif expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
14173 # We already found the complete path
14174 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14176 $as_echo "pre-installed
in $ac_dir" >&6; }
14177 elif test "x
$target" = "x
$host"; then
14178 # We can use an host tool
14179 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14181 $as_echo "host tool
" >&6; }
14183 # We need a cross tool
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14185 $as_echo "pre-installed
" >&6; }
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
14190 $as_echo_n "checking where to
find the target objdump...
" >&6; }
14191 if test "x
${build}" != "x
${host}" ; then
14192 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14193 # We already found the complete path
14194 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14196 $as_echo "pre-installed
in $ac_dir" >&6; }
14198 # Canadian cross, just use what we found
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14200 $as_echo "pre-installed
" >&6; }
14204 case " ${configdirs} " in
14209 if test $ok = yes; then
14210 # An in-tree tool is available and we can use it
14211 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14213 $as_echo "just compiled
" >&6; }
14214 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14215 # We already found the complete path
14216 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14218 $as_echo "pre-installed
in $ac_dir" >&6; }
14219 elif test "x
$target" = "x
$host"; then
14220 # We can use an host tool
14221 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14223 $as_echo "host tool
" >&6; }
14225 # We need a cross tool
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14227 $as_echo "pre-installed
" >&6; }
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
14232 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
14233 if test "x
${build}" != "x
${host}" ; then
14234 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14235 # We already found the complete path
14236 ac_dir=`dirname $RANLIB_FOR_TARGET`
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14238 $as_echo "pre-installed
in $ac_dir" >&6; }
14240 # Canadian cross, just use what we found
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14242 $as_echo "pre-installed
" >&6; }
14246 case " ${configdirs} " in
14251 if test $ok = yes; then
14252 # An in-tree tool is available and we can use it
14253 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14255 $as_echo "just compiled
" >&6; }
14256 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14257 # We already found the complete path
14258 ac_dir=`dirname $RANLIB_FOR_TARGET`
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14260 $as_echo "pre-installed
in $ac_dir" >&6; }
14261 elif test "x
$target" = "x
$host"; then
14262 # We can use an host tool
14263 RANLIB_FOR_TARGET='$(RANLIB)'
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14265 $as_echo "host tool
" >&6; }
14267 # We need a cross tool
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14269 $as_echo "pre-installed
" >&6; }
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
14274 $as_echo_n "checking where to
find the target readelf...
" >&6; }
14275 if test "x
${build}" != "x
${host}" ; then
14276 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14277 # We already found the complete path
14278 ac_dir=`dirname $READELF_FOR_TARGET`
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14280 $as_echo "pre-installed
in $ac_dir" >&6; }
14282 # Canadian cross, just use what we found
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14284 $as_echo "pre-installed
" >&6; }
14288 case " ${configdirs} " in
14293 if test $ok = yes; then
14294 # An in-tree tool is available and we can use it
14295 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14297 $as_echo "just compiled
" >&6; }
14298 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14299 # We already found the complete path
14300 ac_dir=`dirname $READELF_FOR_TARGET`
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14302 $as_echo "pre-installed
in $ac_dir" >&6; }
14303 elif test "x
$target" = "x
$host"; then
14304 # We can use an host tool
14305 READELF_FOR_TARGET='$(READELF)'
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14307 $as_echo "host tool
" >&6; }
14309 # We need a cross tool
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14311 $as_echo "pre-installed
" >&6; }
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
14316 $as_echo_n "checking where to
find the target strip...
" >&6; }
14317 if test "x
${build}" != "x
${host}" ; then
14318 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14319 # We already found the complete path
14320 ac_dir=`dirname $STRIP_FOR_TARGET`
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14322 $as_echo "pre-installed
in $ac_dir" >&6; }
14324 # Canadian cross, just use what we found
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14326 $as_echo "pre-installed
" >&6; }
14330 case " ${configdirs} " in
14335 if test $ok = yes; then
14336 # An in-tree tool is available and we can use it
14337 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14339 $as_echo "just compiled
" >&6; }
14340 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14341 # We already found the complete path
14342 ac_dir=`dirname $STRIP_FOR_TARGET`
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14344 $as_echo "pre-installed
in $ac_dir" >&6; }
14345 elif test "x
$target" = "x
$host"; then
14346 # We can use an host tool
14347 STRIP_FOR_TARGET='$(STRIP)'
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14349 $as_echo "host tool
" >&6; }
14351 # We need a cross tool
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14353 $as_echo "pre-installed
" >&6; }
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
14358 $as_echo_n "checking where to
find the target windres...
" >&6; }
14359 if test "x
${build}" != "x
${host}" ; then
14360 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14361 # We already found the complete path
14362 ac_dir=`dirname $WINDRES_FOR_TARGET`
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14364 $as_echo "pre-installed
in $ac_dir" >&6; }
14366 # Canadian cross, just use what we found
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14368 $as_echo "pre-installed
" >&6; }
14372 case " ${configdirs} " in
14377 if test $ok = yes; then
14378 # An in-tree tool is available and we can use it
14379 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14381 $as_echo "just compiled
" >&6; }
14382 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14383 # We already found the complete path
14384 ac_dir=`dirname $WINDRES_FOR_TARGET`
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14386 $as_echo "pre-installed
in $ac_dir" >&6; }
14387 elif test "x
$target" = "x
$host"; then
14388 # We can use an host tool
14389 WINDRES_FOR_TARGET='$(WINDRES)'
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14391 $as_echo "host tool
" >&6; }
14393 # We need a cross tool
14394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14395 $as_echo "pre-installed
" >&6; }
14399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
14400 $as_echo_n "checking where to
find the target windmc...
" >&6; }
14401 if test "x
${build}" != "x
${host}" ; then
14402 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14403 # We already found the complete path
14404 ac_dir=`dirname $WINDMC_FOR_TARGET`
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14406 $as_echo "pre-installed
in $ac_dir" >&6; }
14408 # Canadian cross, just use what we found
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14410 $as_echo "pre-installed
" >&6; }
14414 case " ${configdirs} " in
14419 if test $ok = yes; then
14420 # An in-tree tool is available and we can use it
14421 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14423 $as_echo "just compiled
" >&6; }
14424 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14425 # We already found the complete path
14426 ac_dir=`dirname $WINDMC_FOR_TARGET`
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14428 $as_echo "pre-installed
in $ac_dir" >&6; }
14429 elif test "x
$target" = "x
$host"; then
14430 # We can use an host tool
14431 WINDMC_FOR_TARGET='$(WINDMC)'
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14433 $as_echo "host tool
" >&6; }
14435 # We need a cross tool
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14437 $as_echo "pre-installed
" >&6; }
14445 # Certain tools may need extra flags.
14446 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14447 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14448 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14450 # When building target libraries, except in a Canadian cross, we use
14451 # the same toolchain as the compiler we just built.
14452 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14453 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14454 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14455 if test $host = $build; then
14456 case " $configdirs " in
14458 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14459 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14460 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
14470 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
14471 # Check whether --enable-maintainer-mode was given.
14472 if test "${enable_maintainer_mode+set}" = set; then :
14473 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14475 USE_MAINTAINER_MODE=no
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
14479 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14482 if test "$USE_MAINTAINER_MODE" = yes; then
14483 MAINTAINER_MODE_TRUE=
14484 MAINTAINER_MODE_FALSE='#'
14486 MAINTAINER_MODE_TRUE='#'
14487 MAINTAINER_MODE_FALSE=
14489 MAINT=$MAINTAINER_MODE_TRUE
14491 # ---------------------
14492 # GCC bootstrap support
14493 # ---------------------
14495 # Stage specific cflags for build.
14500 yes) stage1_cflags="-g -Wa,-J" ;;
14501 *) stage1_cflags="-g -J" ;;
14507 # Enable --enable-checking in stage1 of the compiler.
14508 # Check whether --enable-stage1-checking was given.
14509 if test "${enable_stage1_checking+set}" = set; then :
14510 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14512 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
14513 # For --disable-checking or implicit --enable-checking=release, avoid
14514 # setting --enable-checking=gc in the default stage1 checking for LTO
14515 # bootstraps. See PR62077.
14516 case $BUILD_CONFIG in
14518 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
14520 stage1_checking=--enable-checking=yes,types;;
14522 if test "x
$enable_checking" = x && \
14523 test -d ${srcdir}/gcc && \
14524 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14525 stage1_checking=--enable-checking=yes,types,extra
14528 stage1_checking=--enable-checking=$enable_checking,types
14534 # Enable -Werror in bootstrap stage2 and later.
14535 # Check whether --enable-werror was given.
14536 if test "${enable_werror+set}" = set; then :
14537 enableval=$enable_werror;
14539 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14546 case ${enable_werror} in
14547 yes) stage2_werror_flag="--enable-werror-always" ;;
14548 *) stage2_werror_flag="" ;;
14552 # Enable --enable-host-shared.
14553 # Check whether --enable-host-shared was given.
14554 if test "${enable_host_shared+set}" = set; then :
14555 enableval=$enable_host_shared; host_shared=$enableval
14562 # PR jit/64780: Require the user to explicitly specify
14563 # --enable-host-shared if the jit is enabled, hinting
14564 # that they might want to do a separate configure/build of
14565 # the jit, to avoid users from slowing down the rest of the
14566 # compiler by enabling the jit.
14567 if test ${host_shared} = "no
" ; then
14568 case "${enable_languages}" in
14571 Enabling language
\"jit
\" requires
--enable-host-shared.
14573 --enable-host-shared typically slows the rest of the compiler down by
14574 a few
%, so you must explicitly
enable it.
14576 If you want to build both the jit and the regular compiler
, it is often
14577 best to
do this via two separate configure
/builds
, in separate
14578 directories
, to avoid imposing the performance cost of
14579 --enable-host-shared on the regular compiler.
" "$LINENO" 5
14586 # Specify what files to not compare during bootstrap.
14588 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
14590 hppa*64*-*-hpux*) ;;
14591 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
14592 powerpc*-ibm-aix*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/* |
*libgomp
*\$
(objext
)" ;;
14596 ac_config_files="$ac_config_files Makefile
"
14598 cat >confcache <<\_ACEOF
14599 # This file is a shell script that caches the results of configure
14600 # tests run on this system so they can be shared between configure
14601 # scripts and configure runs, see configure's option --config-cache.
14602 # It is not useful on other systems. If it contains results you don't
14603 # want to keep, you may remove or edit it.
14605 # config.status only pays attention to the cache file if you give it
14606 # the --recheck option to rerun configure.
14608 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14609 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14610 # following values.
14614 # The following way of writing the cache mishandles newlines in values,
14615 # but we know of no workaround that is simple, portable, and efficient.
14616 # So, we kill variables containing newlines.
14617 # Ultrix sh set writes to stderr and can't be redirected directly,
14618 # and sets the high bit in the cache file unless we assign to the vars.
14620 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14621 eval ac_val=\$$ac_var
14625 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
14626 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
14629 _ | IFS | as_nl) ;; #(
14630 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14631 *) { eval $ac_var=; unset $ac_var;} ;;
14637 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14638 *${as_nl}ac_space=\ *)
14639 # `set' does not quote correctly, so add quotes: double-quote
14640 # substitution turns \\\\ into \\, and sed turns \\ into \.
14643 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
14646 # `set' quotes correctly as required by POSIX, so do not add quotes.
14647 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
14656 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14658 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14660 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14661 if test -w "$cache_file"; then
14662 test "x
$cache_file" != "x
/dev
/null
" &&
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
14664 $as_echo "$as_me: updating cache
$cache_file" >&6;}
14665 cat confcache >$cache_file
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
14668 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
14673 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
14674 # Let make expand exec_prefix.
14675 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
14677 # Transform confdefs.h into DEFS.
14678 # Protect against shell expansion while executing Makefile rules.
14679 # Protect against Makefile macro expansion.
14681 # If the first sed substitution is executed (which looks for macros that
14682 # take arguments), then branch to the quote section. Otherwise,
14683 # look for a macro that doesn't take arguments.
14693 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14695 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14699 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
14712 DEFS=`sed -n "$ac_script" confdefs.h`
14717 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14718 # 1. Remove the extension, and $U if already installed.
14719 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
14720 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14721 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14722 # will be set to the directory where LIBOBJS objects are built.
14723 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14724 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
14726 LIBOBJS=$ac_libobjs
14728 LTLIBOBJS=$ac_ltlibobjs
14732 : ${CONFIG_STATUS=./config.status}
14734 ac_clean_files_save=$ac_clean_files
14735 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14737 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14739 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14741 # Generated by $as_me.
14742 # Run this file to recreate the current configuration.
14743 # Compiler output produced by configure, useful for debugging
14744 # configure, is in config.log if it exists.
14747 ac_cs_recheck=false
14750 SHELL=\${CONFIG_SHELL-$SHELL}
14753 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14754 ## -------------------- ##
14755 ## M4sh Initialization. ##
14756 ## -------------------- ##
14758 # Be more Bourne compatible
14759 DUALCASE=1; export DUALCASE # for MKS sh
14760 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14763 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14764 # is contrary to our usage. Disable this feature.
14765 alias -g '${1+"$@"}'='"$@"'
14766 setopt NO_GLOB_SUBST
14768 case `(set -o) 2>/dev/null` in #(
14780 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14781 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14782 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
14783 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14784 # Prefer a ksh shell builtin over an external printf program on Solaris,
14785 # but without wasting forks for bash or zsh.
14786 if test -z "$BASH_VERSION$ZSH_VERSION" \
14787 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14788 as_echo
='print -r --'
14789 as_echo_n
='print -rn --'
14790 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14791 as_echo
='printf %s\n'
14792 as_echo_n
='printf %s'
14794 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14795 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
14796 as_echo_n
='/usr/ucb/echo -n'
14798 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
14799 as_echo_n_body
='eval
14803 expr "X$arg" : "X\\(.*\\)$as_nl";
14804 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14806 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14808 export as_echo_n_body
14809 as_echo_n
='sh -c $as_echo_n_body as_echo'
14811 export as_echo_body
14812 as_echo
='sh -c $as_echo_body as_echo'
14815 # The user is always right.
14816 if test "${PATH_SEPARATOR+set}" != set; then
14818 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
14819 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
14826 # We need space, tab and new line, in precisely that order. Quoting is
14827 # there to prevent editors from complaining about space-tab.
14828 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14829 # splitting by setting IFS to empty value.)
14832 # Find who we are. Look in the path if we contain no directory separator.
14834 *[\\/]* ) as_myself
=$0 ;;
14835 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14836 for as_dir
in $PATH
14839 test -z "$as_dir" && as_dir
=.
14840 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
14846 # We did not find ourselves, most probably we were run as `sh COMMAND'
14847 # in which case we are not to be found in the path.
14848 if test "x$as_myself" = x
; then
14851 if test ! -f "$as_myself"; then
14852 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14856 # Unset variables that we do not need and which cause bugs (e.g. in
14857 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14858 # suppresses any "Segmentation fault" message there. '((' could
14859 # trigger a bug in pdksh 5.2.14.
14860 for as_var
in BASH_ENV ENV MAIL MAILPATH
14861 do eval test x\
${$as_var+set} = xset \
14862 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14875 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14878 # as_fn_error ERROR [LINENO LOG_FD]
14879 # ---------------------------------
14880 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14881 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14882 # script with status $?, using 1 if that was 0.
14885 as_status
=$?
; test $as_status -eq 0 && as_status
=1
14887 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14888 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14890 $as_echo "$as_me: error: $1" >&2
14891 as_fn_exit
$as_status
14895 # as_fn_set_status STATUS
14896 # -----------------------
14897 # Set $? to STATUS, without forking.
14898 as_fn_set_status
()
14901 } # as_fn_set_status
14903 # as_fn_exit STATUS
14904 # -----------------
14905 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14909 as_fn_set_status
$1
14915 # Portably unset VAR.
14918 { eval $1=; unset $1;}
14920 as_unset
=as_fn_unset
14921 # as_fn_append VAR VALUE
14922 # ----------------------
14923 # Append the text in VALUE to the end of the definition contained in VAR. Take
14924 # advantage of any shell optimizations that allow amortized linear growth over
14925 # repeated appends, instead of the typical quadratic growth present in naive
14927 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14928 eval 'as_fn_append ()
14939 # as_fn_arith ARG...
14940 # ------------------
14941 # Perform arithmetic evaluation on the ARGs, and store the result in the
14942 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14943 # must be portable across $(()) and expr.
14944 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14945 eval 'as_fn_arith ()
14952 as_val
=`expr "$@" || test $? -eq 1`
14957 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14958 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14964 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14965 as_basename
=basename
14970 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14976 as_me
=`$as_basename -- "$0" ||
14977 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14978 X"$0" : 'X\(//\)$' \| \
14979 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14981 sed '/^.*\/\([^/][^/]*\)\/*$/{
14995 # Avoid depending upon Character Ranges.
14996 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14997 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14998 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14999 as_cr_digits
='0123456789'
15000 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15002 ECHO_C
= ECHO_N
= ECHO_T
=
15003 case `echo -n x` in #(((((
15005 case `echo 'xy\c'` in
15006 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15008 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15015 rm -f conf$$ conf$$.exe conf$$.
file
15016 if test -d conf$$.dir
; then
15017 rm -f conf$$.dir
/conf$$.
file
15020 mkdir conf$$.dir
2>/dev
/null
15022 if (echo >conf$$.
file) 2>/dev
/null
; then
15023 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15025 # ... but there are two gotchas:
15026 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15027 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15028 # In both cases, we have to default to `cp -p'.
15029 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15031 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15039 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15040 rmdir conf$$.dir
2>/dev
/null
15045 # Create "$as_dir" as a directory, including parents if necessary.
15050 -*) as_dir
=.
/$as_dir;;
15052 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15056 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15057 *) as_qdir
=$as_dir;;
15059 as_dirs
="'$as_qdir' $as_dirs"
15060 as_dir
=`$as_dirname -- "$as_dir" ||
15061 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15062 X"$as_dir" : 'X\(//\)[^/]' \| \
15063 X"$as_dir" : 'X\(//\)$' \| \
15064 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15065 $as_echo X"$as_dir" |
15066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15070 /^X\(\/\/\)[^/].*/{
15083 test -d "$as_dir" && break
15085 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15086 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
15090 if mkdir
-p .
2>/dev
/null
; then
15091 as_mkdir_p
='mkdir -p "$as_dir"'
15093 test -d .
/-p && rmdir .
/-p
15097 if test -x / >/dev
/null
2>&1; then
15098 as_test_x
='test -x'
15100 if ls -dL / >/dev
/null
2>&1; then
15107 if test -d "$1"; then
15113 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15114 ???[sx]*):;;*)false;;esac;fi
15118 as_executable_p
=$as_test_x
15120 # Sed expression to map a string onto a valid CPP name.
15121 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15123 # Sed expression to map a string onto a valid variable name.
15124 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15128 ## ----------------------------------- ##
15129 ## Main body of $CONFIG_STATUS script. ##
15130 ## ----------------------------------- ##
15132 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15135 # Save the log message, to keep $0 and so on meaningful, and to
15136 # report actual input values of CONFIG_FILES etc. instead of their
15137 # values after options handling.
15139 This file was extended by $as_me, which was
15140 generated by GNU Autoconf 2.64. Invocation command line was
15142 CONFIG_FILES = $CONFIG_FILES
15143 CONFIG_HEADERS = $CONFIG_HEADERS
15144 CONFIG_LINKS = $CONFIG_LINKS
15145 CONFIG_COMMANDS = $CONFIG_COMMANDS
15148 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15153 case $ac_config_files in *"
15154 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15159 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15160 # Files that config.status was made for.
15161 config_files="$ac_config_files"
15165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15167 \`$as_me' instantiates files and other configuration actions
15168 from templates according to the current configuration. Unless the files
15169 and actions are specified as TAGs, all are instantiated by default.
15171 Usage: $0 [OPTION]... [TAG]...
15173 -h, --help print this help, then exit
15174 -V, --version print version number and configuration settings, then exit
15175 -q, --quiet, --silent
15176 do not print progress messages
15177 -d, --debug don't remove temporary files
15178 --recheck update $as_me by reconfiguring in the same conditions
15179 --file=FILE[:TEMPLATE]
15180 instantiate the configuration file FILE
15182 Configuration files:
15185 Report bugs to the package provider."
15188 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15191 configured by $0, generated by GNU Autoconf 2.64,
15192 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15194 Copyright (C) 2009 Free Software Foundation, Inc.
15195 This config.status script is free software; the Free Software Foundation
15196 gives unlimited permission to copy, distribute and modify it."
15202 test -n "\$AWK" || AWK=awk
15205 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15206 # The default lists apply if the user does not specify any file.
15212 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15213 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15224 # Handling of the options.
15225 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15227 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15228 $as_echo "$ac_cs_version"; exit ;;
15229 --debug |
--debu |
--deb |
--de |
--d |
-d )
15231 --file |
--fil |
--fi |
--f )
15234 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15236 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15237 ac_need_defaults
=false
;;
15238 --he |
--h |
--help |
--hel |
-h )
15239 $as_echo "$ac_cs_usage"; exit ;;
15240 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15241 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15244 # This is an error.
15245 -*) as_fn_error
"unrecognized option: \`$1'
15246 Try \`$0 --help' for more information." ;;
15248 *) as_fn_append ac_config_targets
" $1"
15249 ac_need_defaults
=false
;;
15255 ac_configure_extra_args
=
15257 if $ac_cs_silent; then
15259 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15263 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15264 if \$ac_cs_recheck; then
15265 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15267 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15268 CONFIG_SHELL='$SHELL'
15269 export CONFIG_SHELL
15274 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15278 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15279 ## Running $as_me. ##
15285 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15289 extrasub_build="$extrasub_build"
15290 extrasub_host="$extrasub_host"
15291 extrasub_target="$extrasub_target"
15295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15297 # Handling of arguments.
15298 for ac_config_target
in $ac_config_targets
15300 case $ac_config_target in
15301 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15303 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15308 # If the user did not use the arguments to specify the items to instantiate,
15309 # then the envvar interface is used. Set only those that are not.
15310 # We use the long form for the default assignment because of an extremely
15311 # bizarre bug on SunOS 4.1.3.
15312 if $ac_need_defaults; then
15313 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15316 # Have a temporary directory for convenience. Make it in the build tree
15317 # simply because there is no reason against having it here, and in addition,
15318 # creating and moving files from /tmp can sometimes cause problems.
15319 # Hook for its removal unless debugging.
15320 # Note that there is a small window in which the directory will not be cleaned:
15321 # after its creation but before its name has been assigned to `$tmp'.
15325 trap 'exit_status=$?
15326 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15328 trap 'as_fn_exit 1' 1 2 13 15
15330 # Create a (secure) tmp directory for tmp files.
15333 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15334 test -n "$tmp" && test -d "$tmp"
15337 tmp
=.
/conf$$
-$RANDOM
15338 (umask 077 && mkdir
"$tmp")
15339 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
15341 # Set up the scripts for CONFIG_FILES section.
15342 # No need to generate them if there are no CONFIG_FILES.
15343 # This happens for instance with `./config.status config.h'.
15344 if test -n "$CONFIG_FILES"; then
15346 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
15347 ac_cs_awk_getline
=:
15348 ac_cs_awk_pipe_init
=
15349 ac_cs_awk_read_file
='
15350 while ((getline aline < (F[key])) > 0)
15353 ac_cs_awk_pipe_fini
=
15355 ac_cs_awk_getline
=false
15356 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
15357 ac_cs_awk_read_file
='
15359 print "cat " F[key] " &&"
15360 '$ac_cs_awk_pipe_init
15361 # The final `:' finishes the AND list.
15362 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
15364 ac_cr
=`echo X | tr X '\015'`
15365 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15366 # But we know of no other shell where ac_cr would be empty at this
15367 # point, so we can use a bashism as a fallback.
15368 if test "x$ac_cr" = x
; then
15369 eval ac_cr
=\$
\'\\r
\'
15371 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15372 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15375 ac_cs_awk_cr
=$ac_cr
15378 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15381 # Create commands to substitute file output variables.
15383 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15384 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15385 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
15388 } >conf$
$files.sh
&&
15389 . .
/conf$
$files.sh ||
15390 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
15391 rm -f conf$
$files.sh
15394 echo "cat >conf$$subs.awk <<_ACEOF" &&
15395 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15397 } >conf$$subs.sh ||
15398 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15399 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15401 for ac_last_try in false false false false false :; do
15402 . ./conf$$subs.sh ||
15403 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15405 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15406 if test $ac_delim_n = $ac_delim_num; then
15408 elif $ac_last_try; then
15409 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15411 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15414 rm -f conf$$subs.sh
15416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15417 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
15421 s/^/S["/; s
/!.
*/"]=/
15431 s/\(.\{148\}\).*/\1/
15433 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15438 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15445 s/\(.\{148\}\).*/\1/
15447 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15451 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15456 ' <conf$$subs.awk | sed '
15461 ' >>$CONFIG_STATUS || ac_write_fail=1
15462 rm -f conf$$subs.awk
15463 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15465 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
15466 for (key in S) S_is_set[key] = 1
15468 \$ac_cs_awk_pipe_init
15472 nfields = split(line, field, "@
")
15474 len = length(field[1])
15475 for (i = 2; i < nfields; i++) {
15477 keylen = length(key)
15478 if (S_is_set[key]) {
15480 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15481 len += length(value) + length(field[++i])
15486 if (nfields == 3 && !substed) {
15488 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15489 \$ac_cs_awk_read_file
15495 \$ac_cs_awk_pipe_fini
15498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15499 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15500 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15503 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
15504 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
15507 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15508 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
15509 # trailing colons and then remove the whole line if VPATH becomes empty
15510 # (actually we leave an empty line to preserve line numbers).
15511 if test "x
$srcdir" = x.; then
15512 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15513 s/:*\$(srcdir):*/:/
15514 s/:*\${srcdir}:*/:/
15516 s/^\([^=]*=[ ]*\):*/\1/
15522 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15523 fi # test -n "$CONFIG_FILES"
15526 eval set X " :F
$CONFIG_FILES "
15531 :[FHLC]) ac_mode=$ac_tag; continue;;
15533 case $ac_mode$ac_tag in
15535 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
15536 :[FH]-) ac_tag=-:-;;
15537 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15554 -) ac_f="$tmp/stdin";;
15555 *) # Look for the file first in the build tree, then in the source tree
15556 # (if the path is not absolute). The absolute path cannot be DOS-style,
15557 # because $ac_f cannot contain `:'.
15561 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15563 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15565 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
15566 as_fn_append ac_file_inputs " '$ac_f'"
15569 # Let's still pretend it is `configure' which instantiates (i.e., don't
15570 # use $as_me), people would be surprised to read:
15571 # /* config.h. Generated by config.status. */
15572 configure_input='Generated from '`
15573 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15575 if test x"$ac_file" != x-; then
15576 configure_input="$ac_file.
$configure_input"
15577 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
15578 $as_echo "$as_me: creating
$ac_file" >&6;}
15580 # Neutralize special characters interpreted by sed in replacement strings.
15581 case $configure_input in #(
15582 *\&* | *\|* | *\\* )
15583 ac_sed_conf_input=`$as_echo "$configure_input" |
15584 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15585 *) ac_sed_conf_input=$configure_input;;
15589 *:-:* | *:-) cat >"$tmp/stdin
" \
15590 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
15595 ac_dir=`$as_dirname -- "$ac_file" ||
15596 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15597 X"$ac_file" : 'X\(//\)[^/]' \| \
15598 X"$ac_file" : 'X\(//\)$' \| \
15599 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15600 $as_echo X"$ac_file" |
15601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15605 /^X\(\/\/\)[^/].*/{
15618 as_dir="$ac_dir"; as_fn_mkdir_p
15622 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15624 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15625 # A "..
" for each directory in $ac_dir_suffix.
15626 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15627 case $ac_top_builddir_sub in
15628 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15629 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15632 ac_abs_top_builddir=$ac_pwd
15633 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15634 # for backward compatibility:
15635 ac_top_builddir=$ac_top_build_prefix
15638 .) # We are building in place.
15640 ac_top_srcdir=$ac_top_builddir_sub
15641 ac_abs_top_srcdir=$ac_pwd ;;
15642 [\\/]* | ?:[\\/]* ) # Absolute name.
15643 ac_srcdir=$srcdir$ac_dir_suffix;
15644 ac_top_srcdir=$srcdir
15645 ac_abs_top_srcdir=$srcdir ;;
15646 *) # Relative name.
15647 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15648 ac_top_srcdir=$ac_top_build_prefix$srcdir
15649 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15651 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15661 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15662 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15666 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15667 # If the template does not know about datarootdir, expand it.
15668 # FIXME: This hack should be removed a few years after 2.60.
15669 ac_datarootdir_hack=; ac_datarootdir_seen=
15680 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
15681 *datarootdir*) ac_datarootdir_seen=yes;;
15682 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
15684 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
15686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15687 ac_datarootdir_hack='
15688 s&@datadir@&$datadir&g
15689 s&@docdir@&$docdir&g
15690 s&@infodir@&$infodir&g
15691 s&@localedir@&$localedir&g
15692 s&@mandir@&$mandir&g
15693 s&\\\${datarootdir}&$datarootdir&g' ;;
15697 # Neutralize VPATH when `$srcdir' = `.'.
15698 # Shell code in configure.ac might set extrasub.
15699 # FIXME: do we really want to maintain this feature?
15700 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15701 ac_sed_extra="$ac_vpsub
15704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15706 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15707 s|@configure_input@|
$ac_sed_conf_input|
;t t
15708 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
15709 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
15710 s
&@srcdir@
&$ac_srcdir&;t t
15711 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
15712 s
&@top_srcdir@
&$ac_top_srcdir&;t t
15713 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
15714 s
&@builddir@
&$ac_builddir&;t t
15715 s
&@abs_builddir@
&$ac_abs_builddir&;t t
15716 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
15717 s
&@INSTALL@
&$ac_INSTALL&;t t
15718 $ac_datarootdir_hack
15720 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15721 if $ac_cs_awk_getline; then
15722 $AWK -f "$tmp/subs.
awk"
15724 $AWK -f "$tmp/subs.
awk" | $SHELL
15726 || as_fn_error "could not create
$ac_file" "$LINENO" 5
15728 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15729 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
15730 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
15732 which seems to be undefined. Please make sure it is defined." >&5
15733 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
15734 which seems to be undefined. Please make sure it is defined." >&2;}
15738 -) cat "$tmp/out" && rm -f "$tmp/out";;
15739 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15741 || as_fn_error "could not create $ac_file" "$LINENO" 5
15749 case $ac_file$ac_mode in
15750 "Makefile":F) sed "$extrasub_build" Makefile |
15751 sed "$extrasub_host" |
15752 sed "$extrasub_target" > mf$$
15753 mv -f mf$$ Makefile ;;
15761 ac_clean_files=$ac_clean_files_save
15763 test $ac_write_fail = 0 ||
15764 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15767 # configure is writing to config.log, and then calls config.status.
15768 # config.status does its own redirection, appending to config.log.
15769 # Unfortunately, on DOS this fails, as config.log is still kept open
15770 # by configure, so config.status won't be able to
write to it
; its
15771 # output is simply discarded. So we exec the FD to /dev/null,
15772 # effectively closing config.log, so it can be properly (re)opened and
15773 # appended to by config.status. When coming back to configure, we
15774 # need to make the FD available again.
15775 if test "$no_create" != yes; then
15777 ac_config_status_args
=
15778 test "$silent" = yes &&
15779 ac_config_status_args
="$ac_config_status_args --quiet"
15781 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15783 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15784 # would make configure fail if this is the last instruction.
15785 $ac_cs_success || as_fn_exit $?
15787 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15789 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}