2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x
; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var
in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\
${$as_var+set} = xset \
119 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
132 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x
; then
135 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required
="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev
/null
; then :
178 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
183 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir
=.
190 for as_base
in sh bash ksh sh5
; do
191 # Try only shells that exist, to save several forks.
192 as_shell
=$as_dir/$as_base
193 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
195 CONFIG_SHELL
=$as_shell as_have_required
=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
204 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
206 CONFIG_SHELL
=$SHELL as_have_required
=yes
211 if test "x$CONFIG_SHELL" != x
; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x
$as_have_required = xno
; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x
${ZSH_VERSION+set} = xset
; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL
=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE
= GREP_OPTIONS
=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir
=.
/$as_dir;;
283 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
287 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs
="'$as_qdir' $as_dirs"
291 as_dir
=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
317 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
352 as_val
=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
364 as_status
=$?
; test $as_status -eq 0 && as_status
=1
366 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit
$as_status
373 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
380 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
392 as_me
=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits
='0123456789'
416 as_cr_alnum
=$as_cr_Letters$as_cr_digits
419 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
420 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 chmod +x
"$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C
= ECHO_N
= ECHO_T
=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
463 rm -f conf$$ conf$$.exe conf$$.
file
464 if test -d conf$$.dir
; then
465 rm -f conf$$.dir
/conf$$.
file
468 mkdir conf$$.dir
2>/dev
/null
470 if (echo >conf$$.
file) 2>/dev
/null
; then
471 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
479 elif ln conf$$.
file conf$$
2>/dev
/null
; then
487 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
488 rmdir conf$$.dir
2>/dev
/null
490 if mkdir
-p .
2>/dev
/null
; then
491 as_mkdir_p
='mkdir -p "$as_dir"'
493 test -d .
/-p && rmdir .
/-p
497 if test -x / >/dev
/null
2>&1; then
500 if ls -dL / >/dev
/null
2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p
=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev
/null
6>&1
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
537 ac_default_prefix
=/usr
/local
539 ac_config_libobj_dir
=.
546 # Identity of this package.
554 ac_unique_file
="move-if-change"
555 enable_option_checking
=no
556 ac_subst_vars
='LTLIBOBJS
564 MAINTAINER_MODE_FALSE
566 COMPILER_NM_FOR_TARGET
567 COMPILER_LD_FOR_TARGET
568 COMPILER_AS_FOR_TARGET
644 DEBUG_PREFIX_CFLAGS_FOR_TARGET
645 SYSROOT_CFLAGS_FOR_TARGET
646 extra_host_zlib_configure_flags
647 extra_host_libiberty_configure_flags
649 extra_linker_plugin_flags
650 extra_linker_plugin_configure_flags
658 extra_isl_gmp_configure_flags
659 extra_mpc_mpfr_configure_flags
660 extra_mpc_gmp_configure_flags
661 extra_mpfr_configure_flags
677 EXTRA_CONFIGARGS_LIBJAVA
678 extra_liboffloadmic_configure_flags
705 TOPLEVEL_CONFIGURE_ARGUMENTS
733 program_transform_name
744 ac_subst_files
='serialization_dependencies
750 enable_option_checking
753 enable_as_accelerator_for
754 enable_offload_targets
757 enable_compressed_debug_sections
759 enable_libquadmath_support
764 enable_static_libjava
784 enable_isl_version_check
786 enable_linker_plugin_configure_flags
787 enable_linker_plugin_flags
788 enable_stage1_languages
791 with_debug_prefix_map
794 enable_serial_configure
795 with_build_time_tools
796 enable_maintainer_mode
797 enable_stage1_checking
801 ac_precious_vars
='build_alias
849 # Initialize some variables set by options.
851 ac_init_version
=false
852 ac_unrecognized_opts
=
854 # The variables have the same names as the options, with
855 # dashes changed to underlines.
863 program_transform_name
=s
,x
,x
,
871 # Installation directory options.
872 # These are left unexpanded so users can "make install exec_prefix=/foo"
873 # and all the variables that are supposed to be based on exec_prefix
874 # by default will actually change.
875 # Use braces instead of parens because sh, perl, etc. also accept them.
876 # (The list follows the same order as the GNU Coding Standards.)
877 bindir
='${exec_prefix}/bin'
878 sbindir
='${exec_prefix}/sbin'
879 libexecdir
='${exec_prefix}/libexec'
880 datarootdir
='${prefix}/share'
881 datadir
='${datarootdir}'
882 sysconfdir
='${prefix}/etc'
883 sharedstatedir
='${prefix}/com'
884 localstatedir
='${prefix}/var'
885 includedir
='${prefix}/include'
886 oldincludedir
='/usr/include'
887 docdir
='${datarootdir}/doc/${PACKAGE}'
888 infodir
='${datarootdir}/info'
893 libdir
='${exec_prefix}/lib'
894 localedir
='${datarootdir}/locale'
895 mandir
='${datarootdir}/man'
901 # If the previous option needs an argument, assign it.
902 if test -n "$ac_prev"; then
903 eval $ac_prev=\
$ac_option
909 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
913 # Accept the important Cygnus configure options, so we can diagnose typos.
915 case $ac_dashdash$ac_option in
919 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
921 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
924 -build |
--build |
--buil |
--bui |
--bu)
925 ac_prev
=build_alias
;;
926 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
927 build_alias
=$ac_optarg ;;
929 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
930 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
931 ac_prev
=cache_file
;;
932 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
933 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
934 cache_file
=$ac_optarg ;;
937 cache_file
=config.cache
;;
939 -datadir |
--datadir |
--datadi |
--datad)
941 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
942 datadir
=$ac_optarg ;;
944 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
945 |
--dataroo |
--dataro |
--datar)
946 ac_prev
=datarootdir
;;
947 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
948 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
949 datarootdir
=$ac_optarg ;;
951 -disable-* |
--disable-*)
952 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
953 # Reject names that are not valid shell variable names.
954 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
955 as_fn_error
"invalid feature name: $ac_useropt"
956 ac_useropt_orig
=$ac_useropt
957 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
958 case $ac_user_opts in
962 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
963 ac_unrecognized_sep
=', ';;
965 eval enable_
$ac_useropt=no
;;
967 -docdir |
--docdir |
--docdi |
--doc |
--do)
969 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
972 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
974 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
977 -enable-* |
--enable-*)
978 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
979 # Reject names that are not valid shell variable names.
980 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
981 as_fn_error
"invalid feature name: $ac_useropt"
982 ac_useropt_orig
=$ac_useropt
983 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
988 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
989 ac_unrecognized_sep
=', ';;
991 eval enable_
$ac_useropt=\
$ac_optarg ;;
993 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
994 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
995 |
--exec |
--exe |
--ex)
996 ac_prev
=exec_prefix
;;
997 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
998 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
999 |
--exec=* |
--exe=* |
--ex=*)
1000 exec_prefix
=$ac_optarg ;;
1002 -gas |
--gas |
--ga |
--g)
1003 # Obsolete; use --with-gas.
1006 -help |
--help |
--hel |
--he |
-h)
1007 ac_init_help
=long
;;
1008 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1009 ac_init_help
=recursive
;;
1010 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1011 ac_init_help
=short
;;
1013 -host |
--host |
--hos |
--ho)
1014 ac_prev
=host_alias
;;
1015 -host=* |
--host=* |
--hos=* |
--ho=*)
1016 host_alias
=$ac_optarg ;;
1018 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1020 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1022 htmldir
=$ac_optarg ;;
1024 -includedir |
--includedir |
--includedi |
--included |
--include \
1025 |
--includ |
--inclu |
--incl |
--inc)
1026 ac_prev
=includedir
;;
1027 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1028 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1029 includedir
=$ac_optarg ;;
1031 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1033 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1034 infodir
=$ac_optarg ;;
1036 -libdir |
--libdir |
--libdi |
--libd)
1038 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1039 libdir
=$ac_optarg ;;
1041 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1042 |
--libexe |
--libex |
--libe)
1043 ac_prev
=libexecdir
;;
1044 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1045 |
--libexe=* |
--libex=* |
--libe=*)
1046 libexecdir
=$ac_optarg ;;
1048 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1049 ac_prev
=localedir
;;
1050 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1051 localedir
=$ac_optarg ;;
1053 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1054 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1055 ac_prev
=localstatedir
;;
1056 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1057 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1058 localstatedir
=$ac_optarg ;;
1060 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1062 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1063 mandir
=$ac_optarg ;;
1065 -nfp |
--nfp |
--nf)
1066 # Obsolete; use --without-fp.
1069 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1070 |
--no-cr |
--no-c |
-n)
1073 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1074 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1077 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1078 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1079 |
--oldin |
--oldi |
--old |
--ol |
--o)
1080 ac_prev
=oldincludedir
;;
1081 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1082 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1083 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1084 oldincludedir
=$ac_optarg ;;
1086 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1088 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1089 prefix
=$ac_optarg ;;
1091 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1092 |
--program-pre |
--program-pr |
--program-p)
1093 ac_prev
=program_prefix
;;
1094 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1095 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1096 program_prefix
=$ac_optarg ;;
1098 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1099 |
--program-suf |
--program-su |
--program-s)
1100 ac_prev
=program_suffix
;;
1101 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1102 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1103 program_suffix
=$ac_optarg ;;
1105 -program-transform-name |
--program-transform-name \
1106 |
--program-transform-nam |
--program-transform-na \
1107 |
--program-transform-n |
--program-transform- \
1108 |
--program-transform |
--program-transfor \
1109 |
--program-transfo |
--program-transf \
1110 |
--program-trans |
--program-tran \
1111 |
--progr-tra |
--program-tr |
--program-t)
1112 ac_prev
=program_transform_name
;;
1113 -program-transform-name=* |
--program-transform-name=* \
1114 |
--program-transform-nam=* |
--program-transform-na=* \
1115 |
--program-transform-n=* |
--program-transform-=* \
1116 |
--program-transform=* |
--program-transfor=* \
1117 |
--program-transfo=* |
--program-transf=* \
1118 |
--program-trans=* |
--program-tran=* \
1119 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1120 program_transform_name
=$ac_optarg ;;
1122 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1124 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1125 pdfdir
=$ac_optarg ;;
1127 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1129 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1132 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1133 |
-silent |
--silent |
--silen |
--sile |
--sil)
1136 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1138 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1140 sbindir
=$ac_optarg ;;
1142 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1143 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1144 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1146 ac_prev
=sharedstatedir
;;
1147 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1148 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1149 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1151 sharedstatedir
=$ac_optarg ;;
1153 -site |
--site |
--sit)
1155 -site=* |
--site=* |
--sit=*)
1158 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1160 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1161 srcdir
=$ac_optarg ;;
1163 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1164 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1165 ac_prev
=sysconfdir
;;
1166 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1167 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1168 sysconfdir
=$ac_optarg ;;
1170 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1171 ac_prev
=target_alias
;;
1172 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1173 target_alias
=$ac_optarg ;;
1175 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1178 -version |
--version |
--versio |
--versi |
--vers |
-V)
1179 ac_init_version
=: ;;
1182 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1183 # Reject names that are not valid shell variable names.
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1185 as_fn_error
"invalid package name: $ac_useropt"
1186 ac_useropt_orig
=$ac_useropt
1187 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1192 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1193 ac_unrecognized_sep
=', ';;
1195 eval with_
$ac_useropt=\
$ac_optarg ;;
1197 -without-* |
--without-*)
1198 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1199 # Reject names that are not valid shell variable names.
1200 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1201 as_fn_error
"invalid package name: $ac_useropt"
1202 ac_useropt_orig
=$ac_useropt
1203 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1204 case $ac_user_opts in
1208 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1209 ac_unrecognized_sep
=', ';;
1211 eval with_
$ac_useropt=no
;;
1214 # Obsolete; use --with-x.
1217 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1218 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1219 ac_prev
=x_includes
;;
1220 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1221 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1222 x_includes
=$ac_optarg ;;
1224 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1225 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1226 ac_prev
=x_libraries
;;
1227 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1228 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1229 x_libraries
=$ac_optarg ;;
1231 -*) as_fn_error
"unrecognized option: \`$ac_option'
1232 Try \`$0 --help' for more information."
1236 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1237 # Reject names that are not valid shell variable names.
1238 case $ac_envvar in #(
1239 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1240 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1242 eval $ac_envvar=\
$ac_optarg
1243 export $ac_envvar ;;
1246 # FIXME: should be removed in autoconf 3.0.
1247 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1248 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1249 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1250 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1256 if test -n "$ac_prev"; then
1257 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1258 as_fn_error
"missing argument to $ac_option"
1261 if test -n "$ac_unrecognized_opts"; then
1262 case $enable_option_checking in
1264 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1265 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1269 # Check all directory arguments for consistency.
1270 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1271 datadir sysconfdir sharedstatedir localstatedir includedir \
1272 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1273 libdir localedir mandir
1275 eval ac_val
=\$
$ac_var
1276 # Remove trailing slashes.
1279 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1280 eval $ac_var=\
$ac_val;;
1282 # Be sure to have absolute directory names.
1284 [\\/$
]* | ?
:[\\/]* ) continue;;
1285 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1287 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1290 # There might be people who depend on the old broken behavior: `$host'
1291 # used to hold the argument of --host etc.
1292 # FIXME: To remove some day.
1295 target
=$target_alias
1297 # FIXME: To remove some day.
1298 if test "x$host_alias" != x
; then
1299 if test "x$build_alias" = x
; then
1300 cross_compiling
=maybe
1301 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1302 If a cross compiler is detected then cross compile mode will be used." >&2
1303 elif test "x$build_alias" != "x$host_alias"; then
1309 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1311 test "$silent" = yes && exec 6>/dev
/null
1314 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1315 ac_ls_di
=`ls -di .` &&
1316 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1317 as_fn_error
"working directory cannot be determined"
1318 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1319 as_fn_error
"pwd does not report name of working directory"
1322 # Find the source files, if location was not specified.
1323 if test -z "$srcdir"; then
1324 ac_srcdir_defaulted
=yes
1325 # Try the directory containing this script, then the parent directory.
1326 ac_confdir
=`$as_dirname -- "$as_myself" ||
1327 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1328 X"$as_myself" : 'X\(//\)[^/]' \| \
1329 X"$as_myself" : 'X\(//\)$' \| \
1330 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1331 $as_echo X"$as_myself" |
1332 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1350 if test ! -r "$srcdir/$ac_unique_file"; then
1354 ac_srcdir_defaulted
=no
1356 if test ! -r "$srcdir/$ac_unique_file"; then
1357 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1358 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1360 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1362 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1364 # When building in place, set srcdir=.
1365 if test "$ac_abs_confdir" = "$ac_pwd"; then
1368 # Remove unnecessary trailing slashes from srcdir.
1369 # Double slashes in file names in object file debugging info
1370 # mess up M-x gdb in Emacs.
1372 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1376 as_fn_error
"path to source, $srcdir, contains spaces"
1379 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1381 for ac_var
in $ac_precious_vars; do
1382 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1383 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1384 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1385 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1389 # Report the --help message.
1391 if test "$ac_init_help" = "long"; then
1392 # Omit some internal or obsolete options to make the list less imposing.
1393 # This message is too long to be a string in the A/UX 3.1 sh.
1395 \`configure' configures this package to adapt to many kinds of systems.
1397 Usage: $0 [OPTION]... [VAR=VALUE]...
1399 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1400 VAR=VALUE. See below for descriptions of some of the useful variables.
1402 Defaults for the options are specified in brackets.
1405 -h, --help display this help and exit
1406 --help=short display options specific to this package
1407 --help=recursive display the short help of all the included packages
1408 -V, --version display version information and exit
1409 -q, --quiet, --silent do not print \`checking...' messages
1410 --cache-file=FILE cache test results in FILE [disabled]
1411 -C, --config-cache alias for \`--cache-file=config.cache'
1412 -n, --no-create do not create output files
1413 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1415 Installation directories:
1416 --prefix=PREFIX install architecture-independent files in PREFIX
1417 [$ac_default_prefix]
1418 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1421 By default, \`make install' will install all the files in
1422 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1423 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1424 for instance \`--prefix=\$HOME'.
1426 For better control, use the options below.
1428 Fine tuning of the installation directories:
1429 --bindir=DIR user executables [EPREFIX/bin]
1430 --sbindir=DIR system admin executables [EPREFIX/sbin]
1431 --libexecdir=DIR program executables [EPREFIX/libexec]
1432 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1433 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1434 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1435 --libdir=DIR object code libraries [EPREFIX/lib]
1436 --includedir=DIR C header files [PREFIX/include]
1437 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1438 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1439 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1440 --infodir=DIR info documentation [DATAROOTDIR/info]
1441 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1442 --mandir=DIR man documentation [DATAROOTDIR/man]
1443 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1444 --htmldir=DIR html documentation [DOCDIR]
1445 --dvidir=DIR dvi documentation [DOCDIR]
1446 --pdfdir=DIR pdf documentation [DOCDIR]
1447 --psdir=DIR ps documentation [DOCDIR]
1453 --program-prefix=PREFIX prepend PREFIX to installed program names
1454 --program-suffix=SUFFIX append SUFFIX to installed program names
1455 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1458 --build=BUILD configure
for building on BUILD
[guessed
]
1459 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1460 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1464 if test -n "$ac_init_help"; then
1469 --disable-option-checking ignore unrecognized
--enable/--with options
1470 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1471 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1472 --enable-as-accelerator-for=ARG
1473 build as offload target compiler. Specify offload
1475 --enable-offload-targets=LIST
1476 enable offloading to devices from comma-separated
1477 LIST of TARGET
[=DIR
]. Use optional path to
find
1478 offload target compiler during the build
1479 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1480 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1481 --enable-compressed-debug-sections={all
,gas
,gold
,ld
,none
}
1482 Enable compressed debug sections
for gas
, gold or ld
1484 --disable-libquadmath do not build libquadmath directory
1485 --disable-libquadmath-support
1486 disable libquadmath support
for Fortran
1487 --enable-libada build libada directory
1488 --enable-libssp build libssp directory
1489 --disable-libstdcxx do not build libstdc
++-v3 directory
1490 --enable-liboffloadmic=ARG
1491 build liboffloadmic
[ARG
={no
,host,target
}]
1492 --enable-static-libjava[=ARG
]
1493 build static libjava
[default
=no
]
1494 --enable-bootstrap enable bootstrapping
[yes if native build
]
1495 --disable-isl-version-check
1496 disable check
for isl version
1497 --enable-lto enable link
time optimization support
1498 --enable-linker-plugin-configure-flags=FLAGS
1499 additional flags
for configuring linker plugins
1501 --enable-linker-plugin-flags=FLAGS
1502 additional flags
for configuring and building linker
1504 --enable-stage1-languages[=all
]
1505 choose additional languages to build during stage1.
1506 Mostly useful
for compiler development
1507 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1509 --enable-vtable-verify Enable vtable verification feature
1510 --enable-serial-[{host,target,build}-]configure
1511 force sequential configuration of sub-packages for
1512 the host, target or build machine, or all
1514 --enable-maintainer-mode
1515 enable make rules and dependencies not useful (and
1516 sometimes confusing) to the casual installer
1517 --enable-stage1-checking[=all]
1518 choose additional checking for stage1 of the
1520 --enable-werror enable -Werror in bootstrap stage2 and later
1521 --enable-host-shared build host code as shared libraries
1524 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1525 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1526 --with-build-libsubdir=DIR Directory where to find libraries for build system
1527 --with-system-zlib use installed libz
1528 --with-mpc=PATH specify prefix directory for installed MPC package.
1529 Equivalent to --with-mpc-include=PATH/include plus
1530 --with-mpc-lib=PATH/lib
1531 --with-mpc-include=PATH specify directory for installed MPC include files
1532 --with-mpc-lib=PATH specify directory for the installed MPC library
1533 --with-mpfr-dir=PATH this option has been REMOVED
1534 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1535 Equivalent to --with-mpfr-include=PATH/include plus
1536 --with-mpfr-lib=PATH/lib
1537 --with-mpfr-include=PATH
1538 specify directory for installed MPFR include files
1539 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1540 --with-gmp-dir=PATH this option has been REMOVED
1541 --with-gmp=PATH specify prefix directory for the installed GMP
1542 package. Equivalent to
1543 --with-gmp-include=PATH/include plus
1544 --with-gmp-lib=PATH/lib
1545 --with-gmp-include=PATH specify directory for installed GMP include files
1546 --with-gmp-lib=PATH specify directory for the installed GMP library
1547 --with-stage1-libs=LIBS libraries for stage1
1548 --with-stage1-ldflags=FLAGS
1549 linker flags for stage1
1550 --with-boot-libs=LIBS libraries for stage2 and later
1551 --with-boot-ldflags=FLAGS
1552 linker flags for stage2 and later
1553 --with-isl=PATH Specify prefix directory for the installed isl
1554 package. Equivalent to
1555 --with-isl-include=PATH/include plus
1556 --with-isl-lib=PATH/lib
1557 --with-isl-include=PATH Specify directory for installed isl include files
1558 --with-isl-lib=PATH Specify the directory for the installed isl library
1559 --with-build-sysroot=SYSROOT
1560 use sysroot as the system root during the build
1561 --with-debug-prefix-map='A
=B C
=D ...
'
1562 map A to B, C to D ... in debug information
1563 --with-build-config='NAME NAME2...
'
1564 use config/NAME.mk build configuration
1565 --with-build-time-tools=PATH
1566 use given path to find target tools during the build
1568 Some influential environment variables:
1569 CC C compiler command
1570 CFLAGS C compiler flags
1571 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1572 nonstandard directory <lib dir>
1573 LIBS libraries to pass to the linker, e.g. -l<library>
1574 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1575 you have headers in a nonstandard directory <include dir>
1576 CXX C++ compiler command
1577 CXXFLAGS C++ compiler flags
1579 additional configure arguments for build directories
1581 additional configure arguments for host directories
1583 additional configure arguments for target directories
1586 DLLTOOL DLLTOOL for the host
1588 LIPO LIPO for the host
1590 RANLIB RANLIB for the host
1591 STRIP STRIP for the host
1592 WINDRES WINDRES for the host
1593 WINDMC WINDMC for the host
1594 OBJCOPY OBJCOPY for the host
1595 OBJDUMP OBJDUMP for the host
1596 READELF READELF for the host
1606 GFORTRAN for the target
1614 DLLTOOL for the target
1622 OBJCOPY for the target
1624 OBJDUMP for the target
1626 RANLIB for the target
1628 READELF for the target
1630 STRIP for the target
1632 WINDRES for the target
1634 WINDMC for the target
1636 Use these variables to override the choices made by `configure' or to
help
1637 it to
find libraries and programs with nonstandard names
/locations.
1639 Report bugs to the package provider.
1644 if test "$ac_init_help" = "recursive"; then
1645 # If there are subdirs, report their specific --help.
1646 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1647 test -d "$ac_dir" ||
1648 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1653 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1655 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1656 # A ".." for each directory in $ac_dir_suffix.
1657 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1658 case $ac_top_builddir_sub in
1659 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1660 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1663 ac_abs_top_builddir
=$ac_pwd
1664 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1665 # for backward compatibility:
1666 ac_top_builddir
=$ac_top_build_prefix
1669 .
) # We are building in place.
1671 ac_top_srcdir
=$ac_top_builddir_sub
1672 ac_abs_top_srcdir
=$ac_pwd ;;
1673 [\\/]* | ?
:[\\/]* ) # Absolute name.
1674 ac_srcdir
=$srcdir$ac_dir_suffix;
1675 ac_top_srcdir
=$srcdir
1676 ac_abs_top_srcdir
=$srcdir ;;
1678 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1679 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1680 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1682 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1684 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1685 # Check for guested configure.
1686 if test -f "$ac_srcdir/configure.gnu"; then
1688 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1689 elif test -f "$ac_srcdir/configure"; then
1691 $SHELL "$ac_srcdir/configure" --help=recursive
1693 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1695 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1699 test -n "$ac_init_help" && exit $ac_status
1700 if $ac_init_version; then
1703 generated by GNU Autoconf
2.64
1705 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1706 This configure
script is free software
; the Free Software Foundation
1707 gives unlimited permission to copy
, distribute and modify it.
1712 ## ------------------------ ##
1713 ## Autoconf initialization. ##
1714 ## ------------------------ ##
1716 # ac_fn_c_try_compile LINENO
1717 # --------------------------
1718 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1719 ac_fn_c_try_compile
()
1721 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1722 rm -f conftest.
$ac_objext
1723 if { { ac_try
="$ac_compile"
1725 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1726 *) ac_try_echo=$ac_try;;
1728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729 $as_echo "$ac_try_echo"; } >&5
1730 (eval "$ac_compile") 2>conftest.err
1732 if test -s conftest.err; then
1733 grep -v '^ *+' conftest.err >conftest.er1
1734 cat conftest.er1 >&5
1735 mv -f conftest.er1 conftest.err
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } && {
1739 test -z "$ac_c_werror_flag" ||
1740 test ! -s conftest.err
1741 } && test -s conftest.$ac_objext; then :
1744 $as_echo "$as_me: failed program was:" >&5
1745 sed 's/^/| /' conftest.$ac_ext >&5
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752 } # ac_fn_c_try_compile
1754 # ac_fn_cxx_try_compile LINENO
1755 # ----------------------------
1756 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1757 ac_fn_cxx_try_compile ()
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 rm -f conftest.$ac_objext
1761 if { { ac_try="$ac_compile"
1763 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1764 *) ac_try_echo
=$ac_try;;
1766 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1767 $as_echo "$ac_try_echo"; } >&5
1768 (eval "$ac_compile") 2>conftest.err
1770 if test -s conftest.err
; then
1771 grep -v '^ *+' conftest.err
>conftest.er1
1772 cat conftest.er1
>&5
1773 mv -f conftest.er1 conftest.err
1775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1776 test $ac_status = 0; } && {
1777 test -z "$ac_cxx_werror_flag" ||
1778 test ! -s conftest.err
1779 } && test -s conftest.
$ac_objext; then :
1782 $as_echo "$as_me: failed program was:" >&5
1783 sed 's/^/| /' conftest.
$ac_ext >&5
1787 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1790 } # ac_fn_cxx_try_compile
1792 # ac_fn_cxx_try_link LINENO
1793 # -------------------------
1794 # Try to link conftest.$ac_ext, and return whether this succeeded.
1795 ac_fn_cxx_try_link
()
1797 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1798 rm -f conftest.
$ac_objext conftest
$ac_exeext
1799 if { { ac_try
="$ac_link"
1801 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1802 *) ac_try_echo=$ac_try;;
1804 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1805 $as_echo "$ac_try_echo"; } >&5
1806 (eval "$ac_link") 2>conftest.err
1808 if test -s conftest.err; then
1809 grep -v '^ *+' conftest.err >conftest.er1
1810 cat conftest.er1 >&5
1811 mv -f conftest.er1 conftest.err
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; } && {
1815 test -z "$ac_cxx_werror_flag" ||
1816 test ! -s conftest.err
1817 } && test -s conftest$ac_exeext && {
1818 test "$cross_compiling" = yes ||
1819 $as_test_x conftest$ac_exeext
1823 $as_echo "$as_me: failed program was:" >&5
1824 sed 's/^/| /' conftest.$ac_ext >&5
1828 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1829 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1830 # interfere with the next link command; also delete a directory that is
1831 # left behind by Apple's compiler. We do this before executing the actions.
1832 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1833 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1836 } # ac_fn_cxx_try_link
1838 # ac_fn_c_try_link LINENO
1839 # -----------------------
1840 # Try to link conftest.$ac_ext, and return whether this succeeded.
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 rm -f conftest.$ac_objext conftest$ac_exeext
1845 if { { ac_try="$ac_link"
1847 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1848 *) ac_try_echo
=$ac_try;;
1850 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1851 $as_echo "$ac_try_echo"; } >&5
1852 (eval "$ac_link") 2>conftest.err
1854 if test -s conftest.err
; then
1855 grep -v '^ *+' conftest.err
>conftest.er1
1856 cat conftest.er1
>&5
1857 mv -f conftest.er1 conftest.err
1859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1860 test $ac_status = 0; } && {
1861 test -z "$ac_c_werror_flag" ||
1862 test ! -s conftest.err
1863 } && test -s conftest
$ac_exeext && {
1864 test "$cross_compiling" = yes ||
1865 $as_test_x conftest
$ac_exeext
1869 $as_echo "$as_me: failed program was:" >&5
1870 sed 's/^/| /' conftest.
$ac_ext >&5
1874 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1875 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1876 # interfere with the next link command; also delete a directory that is
1877 # left behind by Apple's compiler. We do this before executing the actions.
1878 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1879 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1882 } # ac_fn_c_try_link
1883 cat >config.log
<<_ACEOF
1884 This file contains any messages produced by compilers while
1885 running configure, to aid debugging if configure makes a mistake.
1887 It was created by $as_me, which was
1888 generated by GNU Autoconf 2.64. Invocation command line was
1900 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1901 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1902 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1903 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1904 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1906 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1907 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1909 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1910 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1911 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1912 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1913 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1914 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1915 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1923 test -z "$as_dir" && as_dir
=.
1924 $as_echo "PATH: $as_dir"
1940 # Keep a trace of the command line.
1941 # Strip out --no-create and --no-recursion so they do not pile up.
1942 # Strip out --silent because we don't want to record it for future runs.
1943 # Also quote any args containing shell meta-characters.
1944 # Make two passes to allow for proper duplicate-argument suppression.
1948 ac_must_keep_next
=false
1954 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1955 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1956 |
-silent |
--silent |
--silen |
--sile |
--sil)
1959 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1962 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1964 as_fn_append ac_configure_args1
" '$ac_arg'"
1965 if test $ac_must_keep_next = true
; then
1966 ac_must_keep_next
=false
# Got value, back to normal.
1969 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1970 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1971 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1972 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1973 case "$ac_configure_args0 " in
1974 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1977 -* ) ac_must_keep_next
=true
;;
1980 as_fn_append ac_configure_args
" '$ac_arg'"
1985 { ac_configure_args0
=; unset ac_configure_args0
;}
1986 { ac_configure_args1
=; unset ac_configure_args1
;}
1988 # When interrupted or exit'd, cleanup temporary files, and complete
1989 # config.log. We remove comments because anyway the quotes in there
1990 # would cause problems or look ugly.
1991 # WARNING: Use '\'' to represent an apostrophe within the trap.
1992 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1993 trap 'exit_status=$?
1994 # Save into config.log some information that might help in debugging.
1999 ## ---------------- ##
2000 ## Cache variables. ##
2001 ## ---------------- ##
2004 # The following way of writing the cache mishandles newlines in values,
2006 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2007 eval ac_val=\$$ac_var
2011 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2012 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2015 _ | IFS | as_nl) ;; #(
2016 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2017 *) { eval $ac_var=; unset $ac_var;} ;;
2022 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2023 *${as_nl}ac_space=\ *)
2025 "s/'\''/'\''\\\\'\'''\''/g;
2026 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2029 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2037 ## ----------------- ##
2038 ## Output variables. ##
2039 ## ----------------- ##
2042 for ac_var in $ac_subst_vars
2044 eval ac_val=\$$ac_var
2046 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2048 $as_echo "$ac_var='\''$ac_val'\''"
2052 if test -n "$ac_subst_files"; then
2054 ## ------------------- ##
2055 ## File substitutions. ##
2056 ## ------------------- ##
2059 for ac_var
in $ac_subst_files
2061 eval ac_val
=\$
$ac_var
2063 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2065 $as_echo "$ac_var='\''$ac_val'\''"
2070 if test -s confdefs.h; then
2080 test "$ac_signal" != 0 &&
2081 $as_echo "$as_me: caught signal $ac_signal"
2082 $as_echo "$as_me: exit $exit_status"
2084 rm -f core *.core core.conftest.* &&
2085 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2088 for ac_signal
in 1 2 13 15; do
2089 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2093 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2094 rm -f -r conftest
* confdefs.h
2096 $as_echo "/* confdefs.h */" > confdefs.h
2098 # Predefined preprocessor variables.
2100 cat >>confdefs.h
<<_ACEOF
2101 #define PACKAGE_NAME "$PACKAGE_NAME"
2104 cat >>confdefs.h
<<_ACEOF
2105 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2108 cat >>confdefs.h
<<_ACEOF
2109 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2112 cat >>confdefs.h
<<_ACEOF
2113 #define PACKAGE_STRING "$PACKAGE_STRING"
2116 cat >>confdefs.h
<<_ACEOF
2117 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2120 cat >>confdefs.h
<<_ACEOF
2121 #define PACKAGE_URL "$PACKAGE_URL"
2125 # Let the site file select an alternate cache file if it wants to.
2126 # Prefer an explicitly selected file to automatically selected ones.
2129 if test -n "$CONFIG_SITE"; then
2130 ac_site_file1
=$CONFIG_SITE
2131 elif test "x$prefix" != xNONE
; then
2132 ac_site_file1
=$prefix/share
/config.site
2133 ac_site_file2
=$prefix/etc
/config.site
2135 ac_site_file1
=$ac_default_prefix/share
/config.site
2136 ac_site_file2
=$ac_default_prefix/etc
/config.site
2138 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2140 test "x$ac_site_file" = xNONE
&& continue
2141 if test -r "$ac_site_file"; then
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2143 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2144 sed 's/^/| /' "$ac_site_file" >&5
2149 if test -r "$cache_file"; then
2150 # Some versions of bash will fail to source /dev/null (special
2151 # files actually), so we avoid doing that.
2152 if test -f "$cache_file"; then
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2154 $as_echo "$as_me: loading cache $cache_file" >&6;}
2156 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2157 *) .
"./$cache_file";;
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2162 $as_echo "$as_me: creating cache $cache_file" >&6;}
2166 # Check that the precious variables saved in the cache have kept the same
2168 ac_cache_corrupted
=false
2169 for ac_var
in $ac_precious_vars; do
2170 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2171 eval ac_new_set
=\
$ac_env_${ac_var}_set
2172 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2173 eval ac_new_val
=\
$ac_env_${ac_var}_value
2174 case $ac_old_set,$ac_new_set in
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2177 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2178 ac_cache_corrupted
=: ;;
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2181 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2182 ac_cache_corrupted
=: ;;
2185 if test "x$ac_old_val" != "x$ac_new_val"; then
2186 # differences in whitespace do not lead to failure.
2187 ac_old_val_w
=`echo x $ac_old_val`
2188 ac_new_val_w
=`echo x $ac_new_val`
2189 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2191 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2192 ac_cache_corrupted
=:
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2195 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2196 eval $ac_var=\
$ac_old_val
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2199 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2201 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2204 # Pass precious variables to config.status.
2205 if test "$ac_new_set" = set; then
2207 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2208 *) ac_arg
=$ac_var=$ac_new_val ;;
2210 case " $ac_configure_args " in
2211 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2212 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2216 if $ac_cache_corrupted; then
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2218 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2220 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2221 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2223 ## -------------------- ##
2224 ## Main body of script. ##
2225 ## -------------------- ##
2228 ac_cpp
='$CPP $CPPFLAGS'
2229 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2230 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2231 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2242 # if PWD already has a value, it is probably wrong.
2243 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2245 # Export original configure arguments for use by sub-configures.
2246 # Quote arguments with shell meta charatcers.
2247 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2248 set -- "$progname" "$@"
2252 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2253 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2254 # if the argument is of the form -foo=baz, quote the baz part only
2255 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2258 # Add the quoted argument to the list.
2259 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2261 if test "$silent" = yes; then
2262 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2264 # Remove the initial space we just introduced and, as these will be
2265 # expanded by make, quote '$'.
2266 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2269 # Find the build, host, and target systems.
2271 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2272 for ac_t
in install-sh
install.sh shtool
; do
2273 if test -f "$ac_dir/$ac_t"; then
2275 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2280 if test -z "$ac_aux_dir"; then
2281 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2284 # These three variables are undocumented and unsupported,
2285 # and are intended to be withdrawn in a future Autoconf release.
2286 # They can cause serious problems if a builder's source tree is in a directory
2287 # whose full name contains unusual characters.
2288 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2289 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2290 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2293 # Make sure we can run config.sub.
2294 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2295 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2298 $as_echo_n "checking build system type... " >&6; }
2299 if test "${ac_cv_build+set}" = set; then :
2300 $as_echo_n "(cached) " >&6
2302 ac_build_alias
=$build_alias
2303 test "x$ac_build_alias" = x
&&
2304 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2305 test "x$ac_build_alias" = x
&&
2306 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2307 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2308 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2312 $as_echo "$ac_cv_build" >&6; }
2313 case $ac_cv_build in
2315 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2318 ac_save_IFS
=$IFS; IFS
='-'
2324 # Remember, the first character of IFS is used to create $*,
2325 # except with old shells:
2328 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2331 case ${build_alias} in
2332 "") build_noncanonical
=${build} ;;
2333 *) build_noncanonical
=${build_alias} ;;
2338 case ${host_alias} in
2339 "") host_noncanonical
=${build_noncanonical} ;;
2340 *) host_noncanonical
=${host_alias} ;;
2345 case ${target_alias} in
2346 "") target_noncanonical
=${host_noncanonical} ;;
2347 *) target_noncanonical
=${target_alias} ;;
2353 test "$host_noncanonical" = "$target_noncanonical" &&
2354 test "$program_prefix$program_suffix$program_transform_name" = \
2356 program_transform_name
=s
,y
,y
,
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2359 $as_echo_n "checking host system type... " >&6; }
2360 if test "${ac_cv_host+set}" = set; then :
2361 $as_echo_n "(cached) " >&6
2363 if test "x$host_alias" = x
; then
2364 ac_cv_host
=$ac_cv_build
2366 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2367 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2372 $as_echo "$ac_cv_host" >&6; }
2375 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2378 ac_save_IFS
=$IFS; IFS
='-'
2384 # Remember, the first character of IFS is used to create $*,
2385 # except with old shells:
2388 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2392 $as_echo_n "checking target system type... " >&6; }
2393 if test "${ac_cv_target+set}" = set; then :
2394 $as_echo_n "(cached) " >&6
2396 if test "x$target_alias" = x
; then
2397 ac_cv_target
=$ac_cv_host
2399 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2400 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2405 $as_echo "$ac_cv_target" >&6; }
2406 case $ac_cv_target in
2408 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2410 target
=$ac_cv_target
2411 ac_save_IFS
=$IFS; IFS
='-'
2417 # Remember, the first character of IFS is used to create $*,
2418 # except with old shells:
2421 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2424 # The aliases save the names the user supplied, while $host etc.
2425 # will get canonicalized.
2426 test -n "$target_alias" &&
2427 test "$program_prefix$program_suffix$program_transform_name" = \
2429 program_prefix
=${target_alias}-
2431 test "$program_prefix" != NONE
&&
2432 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2433 # Use a double $ so make ignores it.
2434 test "$program_suffix" != NONE
&&
2435 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2436 # Double any \ or $.
2437 # By default was `s,x,x', remove it if useless.
2438 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2439 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2443 # Get 'install' or 'install-sh' and its variants.
2444 # Find a good install program. We prefer a C program (faster),
2445 # so one script is as good as another. But avoid the broken or
2446 # incompatible versions:
2447 # SysV /etc/install, /usr/sbin/install
2448 # SunOS /usr/etc/install
2449 # IRIX /sbin/install
2451 # AmigaOS /C/install, which installs bootblocks on floppy discs
2452 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2453 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2454 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2455 # OS/2's system install, which has a completely different semantic
2456 # ./install, which can be erroneously created by make from ./install.sh.
2457 # Reject install programs that cannot install multiple files.
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2459 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2460 if test -z "$INSTALL"; then
2461 if test "${ac_cv_path_install+set}" = set; then :
2462 $as_echo_n "(cached) " >&6
2464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2468 test -z "$as_dir" && as_dir
=.
2469 # Account for people who put trailing slashes in PATH elements.
2470 case $as_dir/ in #((
2471 .
/ | .
// |
/[cC
]/* | \
2472 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2473 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2476 # OSF1 and SCO ODT 3.0 have their own names for install.
2477 # Don't use installbsd from OSF since it installs stuff as root
2479 for ac_prog
in ginstall scoinst
install; do
2480 for ac_exec_ext
in '' $ac_executable_extensions; do
2481 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2482 if test $ac_prog = install &&
2483 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2484 # AIX install. It has an incompatible calling convention.
2486 elif test $ac_prog = install &&
2487 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2488 # program-specific install script used by HP pwplus--don't use.
2491 rm -rf conftest.one conftest.two conftest.dir
2492 echo one
> conftest.one
2493 echo two
> conftest.two
2495 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2496 test -s conftest.one
&& test -s conftest.two
&&
2497 test -s conftest.dir
/conftest.one
&&
2498 test -s conftest.dir
/conftest.two
2500 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2513 rm -rf conftest.one conftest.two conftest.dir
2516 if test "${ac_cv_path_install+set}" = set; then
2517 INSTALL
=$ac_cv_path_install
2519 # As a last resort, use the slow shell script. Don't cache a
2520 # value for INSTALL within a source directory, because that will
2521 # break other packages using the cache if that directory is
2522 # removed, or if the value is a relative name.
2523 INSTALL
=$ac_install_sh
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2527 $as_echo "$INSTALL" >&6; }
2529 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2530 # It thinks the first close brace ends the variable substitution.
2531 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2533 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2535 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2538 $as_echo_n "checking whether ln works... " >&6; }
2539 if test "${acx_cv_prog_LN+set}" = set; then :
2540 $as_echo_n "(cached) " >&6
2542 rm -f conftestdata_t
2543 echo >conftestdata_f
2544 if ln conftestdata_f conftestdata_t
2>/dev
/null
2550 rm -f conftestdata_f conftestdata_t
2553 if test $acx_cv_prog_LN = no
; then
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2556 $as_echo "no, using $LN" >&6; }
2558 LN
="$acx_cv_prog_LN"
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2560 $as_echo "yes" >&6; }
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2564 $as_echo_n "checking whether ln -s works... " >&6; }
2566 if test "$LN_S" = "ln -s"; then
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2568 $as_echo "yes" >&6; }
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2571 $as_echo "no, using $LN_S" >&6; }
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2575 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2576 if test "${ac_cv_path_SED+set}" = set; then :
2577 $as_echo_n "(cached) " >&6
2579 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2580 for ac_i
in 1 2 3 4 5 6 7; do
2581 ac_script
="$ac_script$as_nl$ac_script"
2583 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2584 { ac_script
=; unset ac_script
;}
2585 if test -z "$SED"; then
2586 ac_path_SED_found
=false
2587 # Loop through the user's path and test for each of PROGNAME-LIST
2588 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2592 test -z "$as_dir" && as_dir
=.
2593 for ac_prog
in sed gsed
; do
2594 for ac_exec_ext
in '' $ac_executable_extensions; do
2595 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2596 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2597 # Check for GNU ac_path_SED and select it if it is found.
2598 # Check for GNU $ac_path_SED
2599 case `"$ac_path_SED" --version 2>&1` in
2601 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2604 $as_echo_n 0123456789 >"conftest.in"
2607 cat "conftest.in" "conftest.in" >"conftest.tmp"
2608 mv "conftest.tmp" "conftest.in"
2609 cp "conftest.in" "conftest.nl"
2610 $as_echo '' >> "conftest.nl"
2611 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2612 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2613 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2614 if test $ac_count -gt ${ac_path_SED_max-0}; then
2615 # Best one so far, save it but keep looking for a better one
2616 ac_cv_path_SED
="$ac_path_SED"
2617 ac_path_SED_max
=$ac_count
2619 # 10*(2^10) chars as input seems more than enough
2620 test $ac_count -gt 10 && break
2622 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2625 $ac_path_SED_found && break 3
2630 if test -z "$ac_cv_path_SED"; then
2631 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2639 $as_echo "$ac_cv_path_SED" >&6; }
2640 SED
="$ac_cv_path_SED"
2643 for ac_prog
in gawk mawk nawk
awk
2645 # Extract the first word of "$ac_prog", so it can be a program name with args.
2646 set dummy
$ac_prog; ac_word
=$2
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2648 $as_echo_n "checking for $ac_word... " >&6; }
2649 if test "${ac_cv_prog_AWK+set}" = set; then :
2650 $as_echo_n "(cached) " >&6
2652 if test -n "$AWK"; then
2653 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2655 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2659 test -z "$as_dir" && as_dir
=.
2660 for ac_exec_ext
in '' $ac_executable_extensions; do
2661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2662 ac_cv_prog_AWK
="$ac_prog"
2663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2673 if test -n "$AWK"; then
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2675 $as_echo "$AWK" >&6; }
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2678 $as_echo "no" >&6; }
2682 test -n "$AWK" && break
2686 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2688 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2690 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2691 INSTALL
="${srcpwd}/install-sh -c"
2694 # Set srcdir to "." if that's what it is.
2695 # This is important for multilib support.
2697 if test "${pwd}" = "${srcpwd}" ; then
2705 ### To add a new directory to the tree, first choose whether it is a target
2706 ### or a host dependent tool. Then put it into the appropriate list
2707 ### (library or tools, host or target), doing a dependency sort.
2709 # Subdirs will be configured in the order listed in build_configdirs,
2710 # configdirs, or target_configdirs; see the serialization section below.
2712 # Dependency sorting is only needed when *configuration* must be done in
2713 # a particular order. In all cases a dependency should be specified in
2714 # the Makefile, whether or not it's implicitly specified here.
2716 # Double entries in build_configdirs, configdirs, or target_configdirs may
2717 # cause circular dependencies and break everything horribly.
2719 # these library is used by various programs built for the build
2722 build_libs
="build-libiberty build-libcpp"
2724 # these tools are built for the build environment
2725 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2727 # these libraries are used by various programs built for the host environment
2729 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
2731 # these tools are built for the host environment
2732 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2733 # know that we are building the simulator.
2734 # binutils, gas and ld appear in that order because it makes sense to run
2735 # "make check" in that particular order.
2736 # If --enable-gold is used, "gold" may replace "ld".
2737 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"
2739 # libgcj represents the runtime libraries only used by gcj.
2740 libgcj
="target-libffi \
2744 # these libraries are built for the target environment, and are built after
2745 # the host libraries and the host tools (which may be a cross compiler)
2746 # Note that libiberty is not a target library.
2747 target_libraries
="target-libgcc \
2748 target-libbacktrace \
2753 target-liboffloadmic \
2756 target-libstdc++-v3 \
2757 target-libsanitizer \
2761 target-libquadmath \
2762 target-libgfortran \
2769 # these tools are built using the target libraries, and are intended to
2770 # run only in the target environment
2772 # note: any program that *uses* libraries that are in the "target_libraries"
2773 # list belongs in this list.
2775 target_tools
="target-rda"
2777 ################################################################################
2779 ## All tools belong in one of the four categories, and are assigned above
2780 ## We assign ${configdirs} this way to remove all embedded newlines. This
2781 ## is important because configure will choke if they ever get through.
2782 ## ${configdirs} is directories we build using the host tools.
2783 ## ${target_configdirs} is directories we build using the target tools.
2784 configdirs
=`echo ${host_libs} ${host_tools}`
2785 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2786 build_configdirs
=`echo ${build_libs} ${build_tools}`
2790 ################################################################################
2792 srcname
="gnu development package"
2794 # This gets set non-empty for some net releases of packages.
2797 # Define is_cross_compiler to save on calls to 'test'.
2799 if test x
"${host}" = x
"${target}" ; then
2800 is_cross_compiler
=no
2802 is_cross_compiler
=yes
2805 # Find the build and target subdir names.
2807 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2808 # have matching libraries, they should use host libraries: Makefile.tpl
2809 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2810 # However, they still use the build modules, because the corresponding
2811 # host modules (e.g. bison) are only built for the host when bootstrap
2813 # - build_subdir is where we find build modules, and never changes.
2814 # - build_libsubdir is where we find build libraries, and can be overridden.
2816 # Prefix 'build-' so this never conflicts with target_subdir.
2817 build_subdir
="build-${build_noncanonical}"
2819 # Check whether --with-build-libsubdir was given.
2820 if test "${with_build_libsubdir+set}" = set; then :
2821 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2823 build_libsubdir
="$build_subdir"
2826 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2827 if ( test $srcdir = .
&& test -d gcc
) \
2828 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2829 host_subdir
="host-${host_noncanonical}"
2834 target_subdir
=${target_noncanonical}
2836 # Be sure to cover against remnants of an in-tree build.
2837 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2838 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2839 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2842 # Skipdirs are removed silently.
2844 # Noconfigdirs are removed loudly.
2848 # Make sure we don't let GNU ld be added if we didn't want it.
2849 if test x
$with_gnu_ld = xno
; then
2851 noconfigdirs
="$noconfigdirs ld gold"
2855 # Make sure we don't let GNU as be added if we didn't want it.
2856 if test x
$with_gnu_as = xno
; then
2858 noconfigdirs
="$noconfigdirs gas"
2863 # Check whether --with-system-zlib was given.
2864 if test "${with_system_zlib+set}" = set; then :
2865 withval
=$with_system_zlib;
2868 # Make sure we don't let ZLIB be added if we didn't want it.
2869 if test x
$with_system_zlib = xyes
; then
2870 use_included_zlib
=no
2871 noconfigdirs
="$noconfigdirs zlib"
2874 # some tools are so dependent upon X11 that if we're not building with X,
2875 # it's not even worth trying to configure, much less build, that tool.
2878 yes |
"") ;; # the default value for this tree is that X11 is available
2880 skipdirs
="${skipdirs} tk itcl libgui"
2881 # We won't be able to build gdbtk without X.
2884 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2887 # Some are only suitable for cross toolchains.
2888 # Remove these if host=target.
2889 cross_only
="target-libgloss target-newlib target-opcodes"
2891 case $is_cross_compiler in
2892 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2895 # If both --with-headers and --with-libs are specified, default to
2897 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2898 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2899 if test x
"${with_newlib}" = x
; then
2904 # Recognize --with-newlib/--without-newlib.
2905 case ${with_newlib} in
2906 no
) skipdirs
="${skipdirs} target-newlib" ;;
2907 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2910 # Check whether --enable-as-accelerator-for was given.
2911 if test "${enable_as_accelerator_for+set}" = set; then :
2912 enableval
=$enable_as_accelerator_for;
2916 # Check whether --enable-offload-targets was given.
2917 if test "${enable_offload_targets+set}" = set; then :
2918 enableval
=$enable_offload_targets;
2919 if test x
"$enable_offload_targets" = x
; then
2920 as_fn_error
"no offload targets specified" "$LINENO" 5
2924 enable_offload_targets
=
2928 # Handle --enable-gold, --enable-ld.
2929 # --disable-gold [--enable-ld]
2930 # Build only ld. Default option.
2931 # --enable-gold [--enable-ld]
2932 # Build both gold and ld. Install gold as "ld.gold", install ld
2933 # as "ld.bfd" and "ld".
2934 # --enable-gold=default [--enable-ld]
2935 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2936 # install ld as "ld.bfd".
2937 # --enable-gold[=default] --disable-ld
2938 # Build only gold, which is then installed as both "ld.gold" and "ld".
2939 # --enable-gold --enable-ld=default
2940 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2942 # In other words, ld is default
2943 # --enable-gold=default --enable-ld=default
2947 # Check whether --enable-gold was given.
2948 if test "${enable_gold+set}" = set; then :
2949 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2954 case "${ENABLE_GOLD}" in
2956 # Check for ELF target.
2959 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2960 |
*-*-linux* |
*-*-gnu* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2961 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
2962 |
*-*-solaris2* |
*-*-nto* |
*-*-nacl*)
2964 *-*-linux*aout
* |
*-*-linux*oldld
*)
2972 if test "$is_elf" = "yes"; then
2973 # Check for target supported by gold.
2975 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* \
2976 | aarch64
*-*-* | tilegx
*-*-* | mips
*-*-* | s390
*-*-*)
2977 configdirs
="$configdirs gold"
2978 if test x
${ENABLE_GOLD} = xdefault
; then
2989 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
2993 # Check whether --enable-ld was given.
2994 if test "${enable_ld+set}" = set; then :
2995 enableval
=$enable_ld; ENABLE_LD
=$enableval
3001 case "${ENABLE_LD}" in
3003 if test x
${default_ld} != x
; then
3004 as_fn_error
"either gold or ld can be the default ld" "$LINENO" 5
3010 if test x
${ENABLE_GOLD} != xyes
; then
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3012 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3014 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3017 as_fn_error
"invalid --enable-ld argument" "$LINENO" 5
3022 # Decide the default method for compressing debug sections.
3023 # Provide a configure time option to override our default.
3024 # Check whether --enable-compressed_debug_sections was given.
3025 if test "${enable_compressed_debug_sections+set}" = set; then :
3026 enableval
=$enable_compressed_debug_sections;
3027 if test x
"$enable_compressed_debug_sections" = xyes
; then
3028 as_fn_error
"no program with compressed debug sections specified" "$LINENO" 5
3032 enable_compressed_debug_sections
=
3036 # Configure extra directories which are host specific
3040 configdirs
="$configdirs libtermcap" ;;
3043 # A target can indicate whether a language isn't supported for some reason.
3044 # Only spaces may be used in this macro; not newlines or tabs.
3045 unsupported_languages
=
3047 # Remove more programs from consideration, based on the host or
3048 # target this usually means that a port of the program doesn't
3052 i
[3456789]86-*-msdosdjgpp*)
3053 noconfigdirs
="$noconfigdirs tcl tk itcl"
3058 # Check whether --enable-libquadmath was given.
3059 if test "${enable_libquadmath+set}" = set; then :
3060 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3062 ENABLE_LIBQUADMATH
=yes
3065 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3066 noconfigdirs
="$noconfigdirs target-libquadmath"
3070 # Check whether --enable-libquadmath-support was given.
3071 if test "${enable_libquadmath_support+set}" = set; then :
3072 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3074 ENABLE_LIBQUADMATH_SUPPORT
=yes
3077 enable_libquadmath_support
=
3078 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3079 enable_libquadmath_support
=no
3083 # Check whether --enable-libada was given.
3084 if test "${enable_libada+set}" = set; then :
3085 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3090 if test "${ENABLE_LIBADA}" != "yes" ; then
3091 noconfigdirs
="$noconfigdirs gnattools"
3094 # Check whether --enable-libssp was given.
3095 if test "${enable_libssp+set}" = set; then :
3096 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3102 # Check whether --enable-libstdcxx was given.
3103 if test "${enable_libstdcxx+set}" = set; then :
3104 enableval
=$enable_libstdcxx; ENABLE_LIBSTDCXX
=$enableval
3106 ENABLE_LIBSTDCXX
=default
3109 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3110 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3113 # If this is accelerator compiler and its target is intelmic we enable
3114 # target liboffloadmic by default. If this is compiler with offloading
3115 # for intelmic we enable host liboffloadmic by default. Otherwise
3116 # liboffloadmic is disabled by default.
3117 # Check whether --enable-liboffloadmic was given.
3118 if test "${enable_liboffloadmic+set}" = set; then :
3119 enableval
=$enable_liboffloadmic; case "$enableval" in
3121 enable_liboffloadmic
=$enableval ;;
3123 as_fn_error
"--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3126 if test x
"$enable_as_accelerator_for" != x
; then
3128 *-intelmic-* |
*-intelmicemul-*)
3129 enable_liboffloadmic
=target
3130 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=target"
3133 enable_liboffloadmic
=no
3137 case "${enable_offload_targets}" in
3138 *-intelmic-* |
*-intelmicemul-*)
3139 enable_liboffloadmic
=host
3140 extra_liboffloadmic_configure_flags
="--enable-liboffloadmic=host"
3143 enable_liboffloadmic
=no
3151 # Save it here so that, even in case of --enable-libgcj, if the Java
3152 # front-end isn't enabled, we still get libgcj disabled.
3153 libgcj_saved
=$libgcj
3154 case $enable_libgcj in
3156 # If we reset it here, it won't get added to noconfigdirs in the
3157 # target-specific build rules, so it will be forcibly enabled
3158 # (unless the Java language itself isn't enabled).
3162 # Make sure we get it printed in the list of not supported target libs.
3163 # Don't disable libffi, though, other languages use it.
3164 noconfigdirs
="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3165 # Clear libgcj_saved so that even if java is enabled libffi won't be
3171 # Check whether --enable-static-libjava was given.
3172 if test "${enable_static_libjava+set}" = set; then :
3173 enableval
=$enable_static_libjava; ENABLE_STATIC_LIBJAVA
=$enableval
3175 ENABLE_STATIC_LIBJAVA
=no
3178 enable_static_libjava
=
3179 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3180 enable_static_libjava
=yes
3183 if test x
$enable_static_libjava != xyes
; then
3184 EXTRA_CONFIGARGS_LIBJAVA
=--disable-static
3188 # Enable libgomp by default on hosted POSIX systems, and a few others.
3189 if test x
$enable_libgomp = x
; then
3191 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3193 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3195 *-*-solaris2* |
*-*-hpux11*)
3197 *-*-darwin* |
*-*-aix*)
3202 noconfigdirs
="$noconfigdirs target-libgomp"
3207 # Disable libatomic on unsupported systems.
3208 if test -d ${srcdir}/libatomic
; then
3209 if test x
$enable_libatomic = x
; then
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3211 $as_echo_n "checking for libatomic support... " >&6; }
3212 if (srcdir
=${srcdir}/libatomic
; \
3213 .
${srcdir}/configure.tgt
; \
3214 test -n "$UNSUPPORTED")
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3217 $as_echo "no" >&6; }
3218 noconfigdirs
="$noconfigdirs target-libatomic"
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3221 $as_echo "yes" >&6; }
3226 # Disable libcilkrts on unsupported systems.
3227 if test -d ${srcdir}/libcilkrts
; then
3228 if test x
$enable_libcilkrts = x
; then
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3230 $as_echo_n "checking for libcilkrts support... " >&6; }
3231 if (srcdir
=${srcdir}/libcilkrts
; \
3232 .
${srcdir}/configure.tgt
; \
3233 test -n "$UNSUPPORTED")
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236 $as_echo "no" >&6; }
3237 noconfigdirs
="$noconfigdirs target-libcilkrts"
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3240 $as_echo "yes" >&6; }
3245 # Disable liboffloadmic on unsupported systems.
3246 if test -d ${srcdir}/liboffloadmic
; then
3247 if test x
$enable_liboffloadmic != xno
; then
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3249 $as_echo_n "checking for liboffloadmic support... " >&6; }
3250 if (srcdir
=${srcdir}/liboffloadmic
; \
3251 .
${srcdir}/configure.tgt
; \
3252 test -n "$UNSUPPORTED")
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3255 $as_echo "no" >&6; }
3256 noconfigdirs
="$noconfigdirs target-liboffloadmic"
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3259 $as_echo "yes" >&6; }
3264 # Disable libitm on unsupported systems.
3265 if test -d ${srcdir}/libitm
; then
3266 if test x
$enable_libitm = x
; then
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3268 $as_echo_n "checking for libitm support... " >&6; }
3269 if (srcdir
=${srcdir}/libitm
; \
3270 .
${srcdir}/configure.tgt
; \
3271 test -n "$UNSUPPORTED")
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3274 $as_echo "no" >&6; }
3275 noconfigdirs
="$noconfigdirs target-libitm"
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3278 $as_echo "yes" >&6; }
3283 # Disable libsanitizer on unsupported systems.
3284 if test -d ${srcdir}/libsanitizer
; then
3285 if test x
$enable_libsanitizer = x
; then
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3287 $as_echo_n "checking for libsanitizer support... " >&6; }
3288 if (srcdir
=${srcdir}/libsanitizer
; \
3289 .
${srcdir}/configure.tgt
; \
3290 test -n "$UNSUPPORTED")
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3293 $as_echo "no" >&6; }
3294 noconfigdirs
="$noconfigdirs target-libsanitizer"
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3297 $as_echo "yes" >&6; }
3302 # Disable libvtv on unsupported systems.
3303 if test -d ${srcdir}/libvtv
; then
3304 if test x
$enable_libvtv = x
; then
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3306 $as_echo_n "checking for libvtv support... " >&6; }
3307 if (srcdir
=${srcdir}/libvtv
; \
3308 .
${srcdir}/configure.tgt
; \
3309 test "$VTV_SUPPORTED" != "yes")
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3312 $as_echo "no" >&6; }
3313 noconfigdirs
="$noconfigdirs target-libvtv"
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3316 $as_echo "yes" >&6; }
3322 # Enable libmpx on supported systems by request.
3323 if test -d ${srcdir}/libmpx
; then
3324 if test x
$enable_libmpx = x
; then
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3326 $as_echo_n "checking for libmpx support... " >&6; }
3327 if (srcdir
=${srcdir}/libmpx
; \
3328 .
${srcdir}/configure.tgt
; \
3329 test "$LIBMPX_SUPPORTED" != "yes")
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3332 $as_echo "no" >&6; }
3333 noconfigdirs
="$noconfigdirs target-libmpx"
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3336 $as_echo "yes" >&6; }
3343 # Disable libquadmath for some systems.
3346 noconfigdirs
="$noconfigdirs target-libquadmath"
3348 # libquadmath is unused on AIX and libquadmath build process use of
3349 # LD_LIBRARY_PATH can break AIX bootstrap.
3350 powerpc-
*-aix* | rs6000-
*-aix*)
3351 noconfigdirs
="$noconfigdirs target-libquadmath"
3355 # Disable libssp for some systems.
3358 # No hosted I/O support.
3359 noconfigdirs
="$noconfigdirs target-libssp"
3361 powerpc-
*-aix* | rs6000-
*-aix*)
3362 noconfigdirs
="$noconfigdirs target-libssp"
3365 # libssp uses a misaligned load to trigger a fault, but the RL78
3366 # doesn't fault for those - instead, it gives a build-time error
3367 # for explicit misaligned loads.
3368 noconfigdirs
="$noconfigdirs target-libssp"
3371 # No hosted I/O support.
3372 noconfigdirs
="$noconfigdirs target-libssp"
3376 # Disable libstdc++-v3 for some systems.
3377 # Allow user to override this if they pass --enable-libstdc++-v3
3378 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3381 # VxWorks uses the Dinkumware C++ library.
3382 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3385 # the C++ libraries don't build on top of CE's C libraries
3386 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3389 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3392 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3397 # Disable Fortran for some systems.
3400 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3401 unsupported_languages
="$unsupported_languages fortran"
3405 # Disable Java if libffi is not supported.
3437 powerpc-
*-aix* | rs6000-
*-aix*)
3441 powerpc64-
*-freebsd*)
3445 s390-
*-* | s390x-
*-*)
3447 sh-
*-* | sh
[34]*-*-*)
3454 unsupported_languages
="$unsupported_languages java"
3458 # Disable Java, libgcj or related libraries for some systems.
3462 i
[3456789]86-*-darwin*)
3464 x86_64-
*-darwin[912]*)
3467 noconfigdirs
="$noconfigdirs ${libgcj}"
3470 noconfigdirs
="$noconfigdirs ${libgcj}"
3473 noconfigdirs
="$noconfigdirs ${libgcj}"
3476 noconfigdirs
="$noconfigdirs ${libgcj}"
3479 noconfigdirs
="$noconfigdirs ${libgcj}"
3482 noconfigdirs
="$noconfigdirs ${libgcj}"
3485 noconfigdirs
="$noconfigdirs ${libgcj}"
3488 noconfigdirs
="$noconfigdirs ${libgcj}"
3491 noconfigdirs
="$noconfigdirs ${libgcj}"
3494 noconfigdirs
="$noconfigdirs ${libgcj}"
3497 noconfigdirs
="$noconfigdirs ${libgcj}"
3500 noconfigdirs
="$noconfigdirs target-boehm-gc"
3502 cris-
*-* | crisv32-
*-*)
3503 unsupported_languages
="$unsupported_languages java"
3507 *) # See PR46792 regarding target-libffi.
3508 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
3512 # In this case, it's because the hppa64-linux target is for
3513 # the kernel only at this point and has no libc, and thus no
3514 # headers, crt*.o, etc., all of which are needed by these.
3515 unsupported_languages
="$unsupported_languages java"
3518 noconfigdirs
="$noconfigdirs ${libgcj}"
3523 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3524 # build on HP-UX 10.20.
3525 noconfigdirs
="$noconfigdirs ${libgcj}"
3528 noconfigdirs
="$noconfigdirs ${libgcj}"
3530 i
[3456789]86-w64-mingw*)
3531 noconfigdirs
="$noconfigdirs ${libgcj}"
3533 i
[3456789]86-*-mingw*)
3534 noconfigdirs
="$noconfigdirs ${libgcj}"
3537 noconfigdirs
="$noconfigdirs ${libgcj}"
3540 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc"
3543 # copied from rs6000-*-* entry
3544 noconfigdirs
="$noconfigdirs ${libgcj}"
3547 noconfigdirs
="$noconfigdirs ${libgcj}"
3550 noconfigdirs
="$noconfigdirs ${libgcj}"
3553 noconfigdirs
="$noconfigdirs ${libgcj}"
3557 # Disable the go frontend on systems where it is known to not work. Please keep
3558 # this in sync with contrib/config-list.mk.
3560 *-*-darwin* |
*-*-cygwin* |
*-*-mingw* |
*-*-aix*)
3561 unsupported_languages
="$unsupported_languages go"
3565 # Disable libgo for some systems where it is known to not work.
3566 # For testing, you can easily override this with --enable-libgo.
3567 if test x
$enable_libgo = x
; then
3571 noconfigdirs
="$noconfigdirs target-libgo"
3573 *-*-cygwin* |
*-*-mingw*)
3574 noconfigdirs
="$noconfigdirs target-libgo"
3577 noconfigdirs
="$noconfigdirs target-libgo"
3582 # Default libgloss CPU subdirectory.
3583 libgloss_dir
="$target_cpu"
3586 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3590 libgloss_dir
=aarch64
3595 cris-
*-* | crisv32-
*-*)
3604 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3605 libgloss_dir
=m68hc11
3607 m68
*-*-* | fido-
*-*)
3621 # Disable newlib and libgloss for various target OSes.
3624 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3626 i
[3456789]86-*-linux*)
3627 # This section makes it possible to build newlib natively on linux.
3628 # If we are using a cross compiler then don't configure newlib.
3629 if test x
${is_cross_compiler} != xno
; then
3630 noconfigdirs
="$noconfigdirs target-newlib"
3632 noconfigdirs
="$noconfigdirs target-libgloss"
3633 # If we are not using a cross compiler, do configure newlib.
3634 # Note however, that newlib will only be configured in this situation
3635 # if the --with-newlib option has been given, because otherwise
3636 # 'target-newlib' will appear in skipdirs.
3638 i
[3456789]86-*-rdos*)
3639 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3641 sh
*-*-pe|mips
*-*-pe|arm-wince-pe
)
3642 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3645 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3648 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3651 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3654 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3657 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3660 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3662 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3663 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3666 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3669 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3672 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3675 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3678 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3681 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3684 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3692 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3693 noconfigdirs
="$noconfigdirs sim target-rda"
3696 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3697 noconfigdirs
="$noconfigdirs sim target-rda"
3700 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3701 noconfigdirs
="$noconfigdirs sim target-rda"
3703 i
[3456789]86-*-darwin*)
3704 noconfigdirs
="$noconfigdirs ld gprof"
3705 noconfigdirs
="$noconfigdirs sim target-rda"
3707 x86_64-
*-darwin[912]*)
3708 noconfigdirs
="$noconfigdirs ld gas gprof"
3709 noconfigdirs
="$noconfigdirs sim target-rda"
3712 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3713 noconfigdirs
="$noconfigdirs sim target-rda"
3718 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3719 && test -f /usr
/local
/include
/gmp.h
; then
3724 # Remove unsupported stuff on all kaOS configurations.
3725 noconfigdirs
="$noconfigdirs target-libgloss"
3732 noconfigdirs
="$noconfigdirs target-libgloss"
3735 noconfigdirs
="$noconfigdirs target-libgloss"
3736 # this is not caught below because this stanza matches earlier
3738 or1k
*-*-*) noconfigdirs
="$noconfigdirs gdb" ;;
3741 # The tpf target doesn't support gdb yet.
3743 noconfigdirs
="$noconfigdirs gdb tcl tk libgui itcl"
3746 noconfigdirs
="$noconfigdirs target-rda"
3751 # ld works, but does not support shared libraries.
3752 # gas doesn't generate exception information.
3753 noconfigdirs
="$noconfigdirs gas ld"
3756 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3759 # newlib is not 64 bit ready
3760 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3762 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3763 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3766 noconfigdirs
="$noconfigdirs target-libgloss"
3769 noconfigdirs
="$noconfigdirs ld target-libgloss"
3772 if test x
${with_avrlibc} != xno
; then
3773 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3776 c4x-
*-* | tic4x-
*-*)
3777 noconfigdirs
="$noconfigdirs target-libgloss"
3780 noconfigdirs
="$noconfigdirs target-libgloss gdb"
3783 noconfigdirs
="$noconfigdirs target-libgloss"
3786 noconfigdirs
="$noconfigdirs gdb"
3789 noconfigdirs
="$noconfigdirs gdb"
3792 noconfigdirs
="$noconfigdirs target-rda gprof"
3795 noconfigdirs
="$noconfigdirs"
3798 noconfigdirs
="$noconfigdirs target-libgloss"
3801 noconfigdirs
="$noconfigdirs target-libgloss"
3803 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3806 noconfigdirs
="$noconfigdirs gdb"
3809 noconfigdirs
="$noconfigdirs gdb ld"
3817 hppa
*-*-openbsd* | \
3823 noconfigdirs
="$noconfigdirs ld"
3826 noconfigdirs
="$noconfigdirs gdb"
3829 # No gdb support yet.
3830 noconfigdirs
="$noconfigdirs readline libgui itcl gdb"
3833 # No ld support yet.
3834 noconfigdirs
="$noconfigdirs gdb libgui itcl ld"
3837 # No ld support yet.
3838 noconfigdirs
="$noconfigdirs libgui itcl ld"
3840 i
[3456789]86-w64-mingw*)
3842 i
[3456789]86-*-mingw*)
3843 target_configdirs
="$target_configdirs target-winsup"
3846 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3847 noconfigdirs
="$noconfigdirs target-libgloss"
3848 # always build newlib if winsup directory is present.
3849 if test -d "$srcdir/winsup/cygwin"; then
3850 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3851 elif test -d "$srcdir/newlib"; then
3852 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3856 noconfigdirs
="$noconfigdirs target-libgloss"
3858 i
[3456789]86-*-sco3.2v5
*)
3859 # The linker does not yet know about weak symbols in COFF,
3860 # and is not configured to handle mixed ELF and COFF.
3861 noconfigdirs
="$noconfigdirs ld target-libgloss"
3863 i
[3456789]86-*-sco*)
3864 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3866 i
[3456789]86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
3867 noconfigdirs
="$noconfigdirs target-libgloss"
3869 i
[3456789]86-*-sysv4*)
3870 noconfigdirs
="$noconfigdirs target-libgloss"
3872 i
[3456789]86-*-beos*)
3873 noconfigdirs
="$noconfigdirs gdb"
3875 i
[3456789]86-*-rdos*)
3876 noconfigdirs
="$noconfigdirs gdb"
3879 noconfigdirs
="$noconfigdirs gdb"
3882 noconfigdirs
="$noconfigdirs sim"
3885 # copied from rs6000-*-* entry
3886 noconfigdirs
="$noconfigdirs gprof"
3888 powerpc
*-*-winnt* | powerpc
*-*-pe*)
3889 target_configdirs
="$target_configdirs target-winsup"
3890 noconfigdirs
="$noconfigdirs gdb tcl tk target-libgloss itcl"
3891 # always build newlib.
3892 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3894 # This is temporary until we can link against shared libraries
3895 powerpcle-
*-solaris*)
3896 noconfigdirs
="$noconfigdirs gdb sim tcl tk itcl"
3899 noconfigdirs
="$noconfigdirs gdb"
3902 noconfigdirs
="$noconfigdirs gprof"
3905 noconfigdirs
="$noconfigdirs gprof"
3908 noconfigdirs
="$noconfigdirs gprof"
3911 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss"
3914 noconfigdirs
="$noconfigdirs gprof"
3916 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
3917 if test x
$with_newlib = xyes
; then
3918 noconfigdirs
="$noconfigdirs gprof"
3922 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3925 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3928 noconfigdirs
="$noconfigdirs ld gas gprof target-libgloss"
3932 mips
*-*-ultrix* | mips
*-*-osf* | mips
*-*-ecoff* | mips
*-*-pe* \
3933 | mips
*-*-irix* | mips
*-*-lnews* | mips
*-*-riscos*)
3934 noconfigdirs
="$noconfigdirs ld gas gprof"
3937 noconfigdirs
="$noconfigdirs gprof"
3940 noconfigdirs
="$noconfigdirs gdb"
3943 noconfigdirs
="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3946 noconfigdirs
="$noconfigdirs gdb"
3953 noconfigdirs
="$noconfigdirs target-libgloss" ;;
3957 if test x
${is_cross_compiler} = xno
; then
3962 noconfigdirs
="$noconfigdirs sim"
3964 tilepro
*-*-* | tilegx
*-*-*)
3965 noconfigdirs
="$noconfigdirs sim"
3968 noconfigdirs
="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3971 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3975 # If we aren't building newlib, then don't build libgloss, since libgloss
3976 # depends upon some newlib header files.
3977 case "${noconfigdirs}" in
3978 *target-libgloss
*) ;;
3979 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3982 # Work in distributions that contain no compiler tools, like Autoconf.
3983 host_makefile_frag
=/dev
/null
3984 if test -d ${srcdir}/config
; then
3986 i
[3456789]86-*-msdosdjgpp*)
3987 host_makefile_frag
="config/mh-djgpp"
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3992 $as_echo_n "checking to see if cat works as expected... " >&6; }
3993 echo a
>cygwin-cat-check
3994 if test `cat cygwin-cat-check` = a
; then
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3997 $as_echo "yes" >&6; }
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001 $as_echo "no" >&6; }
4002 as_fn_error
"The cat command does not ignore carriage return characters.
4003 Please either mount the build directory in binary mode or run the following
4004 commands before running any configure script:
4010 host_makefile_frag
="config/mh-cygwin"
4013 host_makefile_frag
="config/mh-mingw"
4016 host_makefile_frag
="config/mh-alpha-linux"
4019 host_makefile_frag
="config/mh-pa-hpux10"
4022 host_makefile_frag
="config/mh-pa"
4025 host_makefile_frag
="config/mh-pa"
4028 host_makefile_frag
="config/mh-darwin"
4031 host_makefile_frag
="config/mh-ppc-aix"
4034 host_makefile_frag
="config/mh-ppc-aix"
4039 if test "${build}" != "${host}" ; then
4040 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
4041 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
4042 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
4043 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
4044 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
4045 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
4046 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
4047 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
4048 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
4049 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
4050 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
4051 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
4052 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
4054 AR_FOR_BUILD
="\$(AR)"
4055 AS_FOR_BUILD
="\$(AS)"
4056 CC_FOR_BUILD
="\$(CC)"
4057 CXX_FOR_BUILD
="\$(CXX)"
4058 GCJ_FOR_BUILD
="\$(GCJ)"
4059 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
4060 GOC_FOR_BUILD
="\$(GOC)"
4061 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
4062 LD_FOR_BUILD
="\$(LD)"
4063 NM_FOR_BUILD
="\$(NM)"
4064 RANLIB_FOR_BUILD
="\$(RANLIB)"
4065 WINDRES_FOR_BUILD
="\$(WINDRES)"
4066 WINDMC_FOR_BUILD
="\$(WINDMC)"
4070 ac_cpp
='$CPP $CPPFLAGS'
4071 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4072 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4073 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4074 if test -n "$ac_tool_prefix"; then
4075 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4076 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4078 $as_echo_n "checking for $ac_word... " >&6; }
4079 if test "${ac_cv_prog_CC+set}" = set; then :
4080 $as_echo_n "(cached) " >&6
4082 if test -n "$CC"; then
4083 ac_cv_prog_CC
="$CC" # Let the user override the test.
4085 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4089 test -z "$as_dir" && as_dir
=.
4090 for ac_exec_ext
in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4092 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4103 if test -n "$CC"; then
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4105 $as_echo "$CC" >&6; }
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4108 $as_echo "no" >&6; }
4113 if test -z "$ac_cv_prog_CC"; then
4115 # Extract the first word of "gcc", so it can be a program name with args.
4116 set dummy gcc
; ac_word
=$2
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4118 $as_echo_n "checking for $ac_word... " >&6; }
4119 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4120 $as_echo_n "(cached) " >&6
4122 if test -n "$ac_ct_CC"; then
4123 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4129 test -z "$as_dir" && as_dir
=.
4130 for ac_exec_ext
in '' $ac_executable_extensions; do
4131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4132 ac_cv_prog_ac_ct_CC
="gcc"
4133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4142 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4143 if test -n "$ac_ct_CC"; then
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4145 $as_echo "$ac_ct_CC" >&6; }
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4148 $as_echo "no" >&6; }
4151 if test "x$ac_ct_CC" = x
; then
4154 case $cross_compiling:$ac_tool_warned in
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4158 ac_tool_warned
=yes ;;
4166 if test -z "$CC"; then
4167 if test -n "$ac_tool_prefix"; then
4168 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4169 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_CC+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4175 if test -n "$CC"; then
4176 ac_cv_prog_CC
="$CC" # Let the user override the test.
4178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4182 test -z "$as_dir" && as_dir
=.
4183 for ac_exec_ext
in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4196 if test -n "$CC"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4198 $as_echo "$CC" >&6; }
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4207 if test -z "$CC"; then
4208 # Extract the first word of "cc", so it can be a program name with args.
4209 set dummy cc
; ac_word
=$2
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4211 $as_echo_n "checking for $ac_word... " >&6; }
4212 if test "${ac_cv_prog_CC+set}" = set; then :
4213 $as_echo_n "(cached) " >&6
4215 if test -n "$CC"; then
4216 ac_cv_prog_CC
="$CC" # Let the user override the test.
4219 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4223 test -z "$as_dir" && as_dir
=.
4224 for ac_exec_ext
in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4227 ac_prog_rejected
=yes
4231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4238 if test $ac_prog_rejected = yes; then
4239 # We found a bogon in the path, so make sure we never use it.
4240 set dummy
$ac_cv_prog_CC
4242 if test $# != 0; then
4243 # We chose a different compiler from the bogus one.
4244 # However, it has the same basename, so the bogon will be chosen
4245 # first if we set CC to just the basename; use the full file name.
4247 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4253 if test -n "$CC"; then
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4255 $as_echo "$CC" >&6; }
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4258 $as_echo "no" >&6; }
4263 if test -z "$CC"; then
4264 if test -n "$ac_tool_prefix"; then
4265 for ac_prog
in cl.exe
4267 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4268 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4270 $as_echo_n "checking for $ac_word... " >&6; }
4271 if test "${ac_cv_prog_CC+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
4274 if test -n "$CC"; then
4275 ac_cv_prog_CC
="$CC" # Let the user override the test.
4277 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4281 test -z "$as_dir" && as_dir
=.
4282 for ac_exec_ext
in '' $ac_executable_extensions; do
4283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4284 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4295 if test -n "$CC"; then
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4297 $as_echo "$CC" >&6; }
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4300 $as_echo "no" >&6; }
4304 test -n "$CC" && break
4307 if test -z "$CC"; then
4309 for ac_prog
in cl.exe
4311 # Extract the first word of "$ac_prog", so it can be a program name with args.
4312 set dummy
$ac_prog; ac_word
=$2
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4314 $as_echo_n "checking for $ac_word... " >&6; }
4315 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4316 $as_echo_n "(cached) " >&6
4318 if test -n "$ac_ct_CC"; then
4319 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4321 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4325 test -z "$as_dir" && as_dir
=.
4326 for ac_exec_ext
in '' $ac_executable_extensions; do
4327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4328 ac_cv_prog_ac_ct_CC
="$ac_prog"
4329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4338 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4339 if test -n "$ac_ct_CC"; then
4340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4341 $as_echo "$ac_ct_CC" >&6; }
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4344 $as_echo "no" >&6; }
4348 test -n "$ac_ct_CC" && break
4351 if test "x$ac_ct_CC" = x
; then
4354 case $cross_compiling:$ac_tool_warned in
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4357 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4358 ac_tool_warned
=yes ;;
4367 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369 as_fn_error
"no acceptable C compiler found in \$PATH
4370 See \`config.log' for more details." "$LINENO" 5; }
4372 # Provide some information about the compiler.
4373 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4376 for ac_option
in --version -v -V -qversion; do
4377 { { ac_try
="$ac_compiler $ac_option >&5"
4379 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4380 *) ac_try_echo=$ac_try;;
4382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4383 $as_echo "$ac_try_echo"; } >&5
4384 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4386 if test -s conftest.err; then
4388 ... rest of stderr output deleted ...
4389 10q' conftest.err >conftest.er1
4390 cat conftest.er1 >&5
4391 rm -f conftest.er1 conftest.err
4393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4394 test $ac_status = 0; }
4397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4398 /* end confdefs.h. */
4408 ac_clean_files_save=$ac_clean_files
4409 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4410 # Try to create an executable without -o first, disregard a.out.
4411 # It will help us diagnose broken compilers, and finding out an intuition
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4414 $as_echo_n "checking for C compiler default output file name... " >&6; }
4415 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4417 # The possible output files:
4418 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4421 for ac_file in $ac_files
4424 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4425 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4430 if { { ac_try="$ac_link_default"
4432 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4433 *) ac_try_echo
=$ac_try;;
4435 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4436 $as_echo "$ac_try_echo"; } >&5
4437 (eval "$ac_link_default") 2>&5
4439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4440 test $ac_status = 0; }; then :
4441 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4442 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4443 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4444 # so that the user can short-circuit this test for compilers unknown to
4446 for ac_file
in $ac_files ''
4448 test -f "$ac_file" ||
continue
4450 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4453 # We found the default executable, but exeext='' is most
4457 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4459 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4461 # We set ac_cv_exeext here because the later test for it is not
4462 # safe: cross compilers may not add the suffix if given an `-o'
4463 # argument, so we may need to know it at that point already.
4464 # Even if this section looks crufty: it has the advantage of
4471 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4477 $as_echo "$ac_file" >&6; }
4478 if test -z "$ac_file"; then :
4479 $as_echo "$as_me: failed program was:" >&5
4480 sed 's/^/| /' conftest.
$ac_ext >&5
4482 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4483 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4484 { as_fn_set_status
77
4485 as_fn_error
"C compiler cannot create executables
4486 See \`config.log' for more details." "$LINENO" 5; }; }
4488 ac_exeext
=$ac_cv_exeext
4490 # Check that the compiler produces executables we can run. If not, either
4491 # the compiler is broken, or we cross compile.
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4493 $as_echo_n "checking whether the C compiler works... " >&6; }
4494 # If not cross compiling, check that we can run a simple program.
4495 if test "$cross_compiling" != yes; then
4496 if { ac_try
='./$ac_file'
4497 { { case "(($ac_try" in
4498 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4499 *) ac_try_echo=$ac_try;;
4501 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4502 $as_echo "$ac_try_echo"; } >&5
4503 (eval "$ac_try") 2>&5
4505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4506 test $ac_status = 0; }; }; then
4509 if test "$cross_compiling" = maybe; then
4512 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4513 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4514 as_fn_error "cannot run C compiled programs.
4515 If you meant to cross compile
, use \
`--host'.
4516 See \`config.log
' for more details." "$LINENO" 5; }
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4521 $as_echo "yes" >&6; }
4523 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4524 ac_clean_files=$ac_clean_files_save
4525 # Check that the compiler produces executables we can run. If not, either
4526 # the compiler is broken, or we cross compile.
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4528 $as_echo_n "checking whether we are cross compiling... " >&6; }
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4530 $as_echo "$cross_compiling" >&6; }
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4533 $as_echo_n "checking for suffix of executables... " >&6; }
4534 if { { ac_try="$ac_link"
4536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4537 *) ac_try_echo=$ac_try;;
4539 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4540 $as_echo "$ac_try_echo"; } >&5
4541 (eval "$ac_link") 2>&5
4543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4544 test $ac_status = 0; }; then :
4545 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4546 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4547 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4549 for ac_file
in conftest.exe conftest conftest.
*; do
4550 test -f "$ac_file" ||
continue
4552 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4553 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4559 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4560 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4561 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4562 See \`config.log' for more details." "$LINENO" 5; }
4564 rm -f conftest
$ac_cv_exeext
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4566 $as_echo "$ac_cv_exeext" >&6; }
4568 rm -f conftest.
$ac_ext
4569 EXEEXT
=$ac_cv_exeext
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4572 $as_echo_n "checking for suffix of object files... " >&6; }
4573 if test "${ac_cv_objext+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
4576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4577 /* end confdefs.h. */
4587 rm -f conftest.o conftest.obj
4588 if { { ac_try
="$ac_compile"
4590 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4591 *) ac_try_echo=$ac_try;;
4593 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4594 $as_echo "$ac_try_echo"; } >&5
4595 (eval "$ac_compile") 2>&5
4597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4598 test $ac_status = 0; }; then :
4599 for ac_file in conftest.o conftest.obj conftest.*; do
4600 test -f "$ac_file" || continue;
4602 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4603 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4608 $as_echo "$as_me: failed program was:" >&5
4609 sed 's/^/| /' conftest.$ac_ext >&5
4611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4612 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4613 as_fn_error "cannot compute suffix of object files
: cannot compile
4614 See \
`config.log' for more details." "$LINENO" 5; }
4616 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4619 $as_echo "$ac_cv_objext" >&6; }
4620 OBJEXT=$ac_cv_objext
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4623 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4624 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628 /* end confdefs.h. */
4641 if ac_fn_c_try_compile "$LINENO"; then :
4646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4647 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4651 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4652 if test $ac_compiler_gnu = yes; then
4657 ac_test_CFLAGS=${CFLAGS+set}
4658 ac_save_CFLAGS=$CFLAGS
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4660 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4661 if test "${ac_cv_prog_cc_g+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
4664 ac_save_c_werror_flag=$ac_c_werror_flag
4665 ac_c_werror_flag=yes
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4679 if ac_fn_c_try_compile "$LINENO"; then :
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684 /* end confdefs.h. */
4694 if ac_fn_c_try_compile "$LINENO"; then :
4697 ac_c_werror_flag=$ac_save_c_werror_flag
4699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700 /* end confdefs.h. */
4710 if ac_fn_c_try_compile "$LINENO"; then :
4713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 ac_c_werror_flag=$ac_save_c_werror_flag
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4721 $as_echo "$ac_cv_prog_cc_g" >&6; }
4722 if test "$ac_test_CFLAGS" = set; then
4723 CFLAGS=$ac_save_CFLAGS
4724 elif test $ac_cv_prog_cc_g = yes; then
4725 if test "$GCC" = yes; then
4731 if test "$GCC" = yes; then
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4738 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4739 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4742 ac_cv_prog_cc_c89=no
4744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4745 /* end confdefs.h. */
4748 #include <sys/types.h>
4749 #include <sys/stat.h>
4750 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4751 struct buf { int x; };
4752 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4753 static char *e (p, i)
4759 static char *f (char * (*g) (char **, int), char **p, ...)
4764 s = g (p, va_arg (v,int));
4769 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4770 function prototypes and stuff, but not '\xHH' hex character constants.
4771 These don't provoke an error unfortunately, instead are silently treated
4772 as 'x'. The following induces an error, until -std is added to get
4773 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4774 array size at least. It's necessary to write '\x00'==0 to get something
4775 that's true only with -std. */
4776 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4778 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4779 inside strings and character constants. */
4781 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4783 int test (int i, double x);
4784 struct s1 {int (*f) (int a);};
4785 struct s2 {int (*f) (double a);};
4786 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4792 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4797 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4798 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4800 CC="$ac_save_CC $ac_arg"
4801 if ac_fn_c_try_compile "$LINENO"; then :
4802 ac_cv_prog_cc_c89=$ac_arg
4804 rm -f core conftest.err conftest.$ac_objext
4805 test "x$ac_cv_prog_cc_c89" != "xno" && break
4807 rm -f conftest.$ac_ext
4812 case "x$ac_cv_prog_cc_c89" in
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4815 $as_echo "none needed" >&6; } ;;
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4818 $as_echo "unsupported" >&6; } ;;
4820 CC="$CC $ac_cv_prog_cc_c89"
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4822 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4824 if test "x$ac_cv_prog_cc_c89" != xno; then :
4829 ac_cpp='$CPP $CPPFLAGS'
4830 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4831 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4832 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4835 ac_cpp='$CXXCPP $CPPFLAGS'
4836 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4837 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4838 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4839 if test -z "$CXX"; then
4840 if test -n "$CCC"; then
4843 if test -n "$ac_tool_prefix"; then
4844 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4846 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4847 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_CXX+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4853 if test -n "$CXX"; then
4854 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4860 test -z "$as_dir" && as_dir=.
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874 if test -n "$CXX"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4876 $as_echo "$CXX" >&6; }
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4883 test -n "$CXX" && break
4886 if test -z "$CXX"; then
4888 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4890 # Extract the first word of "$ac_prog", so it can be a program name with args.
4891 set dummy $ac_prog; ac_word=$2
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4893 $as_echo_n "checking for $ac_word... " >&6; }
4894 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
4897 if test -n "$ac_ct_CXX"; then
4898 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904 test -z "$as_dir" && as_dir=.
4905 for ac_exec_ext in '' $ac_executable_extensions; do
4906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4907 ac_cv_prog_ac_ct_CXX="$ac_prog"
4908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4918 if test -n "$ac_ct_CXX"; then
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4920 $as_echo "$ac_ct_CXX" >&6; }
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923 $as_echo "no" >&6; }
4927 test -n "$ac_ct_CXX" && break
4930 if test "x$ac_ct_CXX" = x; then
4933 case $cross_compiling:$ac_tool_warned in
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4936 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4937 ac_tool_warned=yes ;;
4945 # Provide some information about the compiler.
4946 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4949 for ac_option in --version -v -V -qversion; do
4950 { { ac_try="$ac_compiler $ac_option >&5"
4952 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4953 *) ac_try_echo
=$ac_try;;
4955 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4956 $as_echo "$ac_try_echo"; } >&5
4957 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4959 if test -s conftest.err
; then
4961 ... rest of stderr output deleted ...
4962 10q' conftest.err
>conftest.er1
4963 cat conftest.er1
>&5
4964 rm -f conftest.er1 conftest.err
4966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4967 test $ac_status = 0; }
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4971 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4972 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4973 $as_echo_n "(cached) " >&6
4975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4976 /* end confdefs.h. */
4989 if ac_fn_cxx_try_compile
"$LINENO"; then :
4994 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4995 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4999 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5000 if test $ac_compiler_gnu = yes; then
5005 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5006 ac_save_CXXFLAGS
=$CXXFLAGS
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5008 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5009 if test "${ac_cv_prog_cxx_g+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
5012 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5013 ac_cxx_werror_flag
=yes
5016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5017 /* end confdefs.h. */
5027 if ac_fn_cxx_try_compile
"$LINENO"; then :
5028 ac_cv_prog_cxx_g
=yes
5031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5032 /* end confdefs.h. */
5042 if ac_fn_cxx_try_compile
"$LINENO"; then :
5045 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5048 /* end confdefs.h. */
5058 if ac_fn_cxx_try_compile
"$LINENO"; then :
5059 ac_cv_prog_cxx_g
=yes
5061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5063 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5065 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5066 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5069 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5070 if test "$ac_test_CXXFLAGS" = set; then
5071 CXXFLAGS
=$ac_save_CXXFLAGS
5072 elif test $ac_cv_prog_cxx_g = yes; then
5073 if test "$GXX" = yes; then
5079 if test "$GXX" = yes; then
5086 ac_cpp
='$CPP $CPPFLAGS'
5087 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5088 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5089 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5092 # We must set the default linker to the linker used by gcc for the correct
5093 # operation of libtool. If LD is not defined and we are using gcc, try to
5094 # set the LD default to the ld used by gcc.
5095 if test -z "$LD"; then
5096 if test "$GCC" = yes; then
5099 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5101 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
5103 case $gcc_prog_ld in
5104 # Accept absolute paths.
5105 [\\/]* |
[A-Za-z
]:[\\/]*)
5106 LD
="$gcc_prog_ld" ;;
5111 # Check whether -static-libstdc++ -static-libgcc is supported.
5113 if test "$GCC" = yes; then
5114 saved_LDFLAGS
="$LDFLAGS"
5116 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5118 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5120 ac_cpp
='$CXXCPP $CPPFLAGS'
5121 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5122 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5123 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5127 /* end confdefs.h. */
5129 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5130 #error -static-libstdc++ not implemented
5134 if ac_fn_cxx_try_link
"$LINENO"; then :
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5136 $as_echo "yes" >&6; }; have_static_libs
=yes
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5139 $as_echo "no" >&6; }
5141 rm -f core conftest.err conftest.
$ac_objext \
5142 conftest
$ac_exeext conftest.
$ac_ext
5144 ac_cpp
='$CPP $CPPFLAGS'
5145 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5146 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5147 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5150 LDFLAGS
="$saved_LDFLAGS"
5156 if test -n "$ac_tool_prefix"; then
5157 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5158 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5160 $as_echo_n "checking for $ac_word... " >&6; }
5161 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5162 $as_echo_n "(cached) " >&6
5164 if test -n "$GNATBIND"; then
5165 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
5167 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5171 test -z "$as_dir" && as_dir
=.
5172 for ac_exec_ext
in '' $ac_executable_extensions; do
5173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5174 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
5175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5184 GNATBIND
=$ac_cv_prog_GNATBIND
5185 if test -n "$GNATBIND"; then
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5187 $as_echo "$GNATBIND" >&6; }
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5190 $as_echo "no" >&6; }
5195 if test -z "$ac_cv_prog_GNATBIND"; then
5196 ac_ct_GNATBIND
=$GNATBIND
5197 # Extract the first word of "gnatbind", so it can be a program name with args.
5198 set dummy gnatbind
; ac_word
=$2
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5200 $as_echo_n "checking for $ac_word... " >&6; }
5201 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5202 $as_echo_n "(cached) " >&6
5204 if test -n "$ac_ct_GNATBIND"; then
5205 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
5207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5211 test -z "$as_dir" && as_dir
=.
5212 for ac_exec_ext
in '' $ac_executable_extensions; do
5213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5214 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
5215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5224 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
5225 if test -n "$ac_ct_GNATBIND"; then
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5227 $as_echo "$ac_ct_GNATBIND" >&6; }
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5230 $as_echo "no" >&6; }
5233 if test "x$ac_ct_GNATBIND" = x
; then
5236 case $cross_compiling:$ac_tool_warned in
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5239 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5240 ac_tool_warned
=yes ;;
5242 GNATBIND
=$ac_ct_GNATBIND
5245 GNATBIND
="$ac_cv_prog_GNATBIND"
5248 if test -n "$ac_tool_prefix"; then
5249 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5250 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5252 $as_echo_n "checking for $ac_word... " >&6; }
5253 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5254 $as_echo_n "(cached) " >&6
5256 if test -n "$GNATMAKE"; then
5257 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5259 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5263 test -z "$as_dir" && as_dir
=.
5264 for ac_exec_ext
in '' $ac_executable_extensions; do
5265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5266 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5276 GNATMAKE
=$ac_cv_prog_GNATMAKE
5277 if test -n "$GNATMAKE"; then
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5279 $as_echo "$GNATMAKE" >&6; }
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5282 $as_echo "no" >&6; }
5287 if test -z "$ac_cv_prog_GNATMAKE"; then
5288 ac_ct_GNATMAKE
=$GNATMAKE
5289 # Extract the first word of "gnatmake", so it can be a program name with args.
5290 set dummy gnatmake
; ac_word
=$2
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5292 $as_echo_n "checking for $ac_word... " >&6; }
5293 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5294 $as_echo_n "(cached) " >&6
5296 if test -n "$ac_ct_GNATMAKE"; then
5297 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5303 test -z "$as_dir" && as_dir
=.
5304 for ac_exec_ext
in '' $ac_executable_extensions; do
5305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5306 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5316 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5317 if test -n "$ac_ct_GNATMAKE"; then
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5319 $as_echo "$ac_ct_GNATMAKE" >&6; }
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5322 $as_echo "no" >&6; }
5325 if test "x$ac_ct_GNATMAKE" = x
; then
5328 case $cross_compiling:$ac_tool_warned in
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5331 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5332 ac_tool_warned
=yes ;;
5334 GNATMAKE
=$ac_ct_GNATMAKE
5337 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5341 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5342 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5343 $as_echo_n "(cached) " >&6
5345 cat >conftest.adb
<<EOF
5346 procedure conftest is begin null; end conftest;
5348 acx_cv_cc_gcc_supports_ada
=no
5349 # There is a bug in old released versions of GCC which causes the
5350 # driver to exit successfully when the appropriate language module
5351 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5352 # Therefore we must check for the error message as well as an
5353 # unsuccessful exit.
5354 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5355 # given a .adb file, but produce no object file. So we must check
5356 # if an object file was really produced to guard against this.
5357 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5358 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5359 acx_cv_cc_gcc_supports_ada
=yes
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5364 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5366 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5373 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5374 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5375 $as_echo_n "(cached) " >&6
5379 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5380 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5381 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5384 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5387 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5388 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5391 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5398 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5399 do_compare
="$gcc_cv_prog_cmp_skip"
5403 # Check whether --enable-bootstrap was given.
5404 if test "${enable_bootstrap+set}" = set; then :
5405 enableval
=$enable_bootstrap;
5407 enable_bootstrap
=default
5411 # Issue errors and warnings for invalid/strange bootstrap combinations.
5412 if test -r $srcdir/gcc
/configure
; then
5418 case "$have_compiler:$host:$target:$enable_bootstrap" in
5421 # Default behavior. Enable bootstrap if we have a compiler
5422 # and we are in a native configuration.
5423 yes:$build:$build:default
)
5424 enable_bootstrap
=yes ;;
5427 enable_bootstrap
=no
;;
5429 # We have a compiler and we are in a native configuration, bootstrap is ok
5430 yes:$build:$build:yes)
5433 # Other configurations, but we have a compiler. Assume the user knows
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5437 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5440 # No compiler: if they passed --enable-bootstrap explicitly, fail
5442 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5444 # Fail if wrong command line
5446 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
5450 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5451 # C++98 compiler can still start the bootstrap.
5452 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5453 CXX
="$CXX -std=gnu++98"
5456 # Used for setting $lt_cv_objdir
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5458 $as_echo_n "checking for objdir... " >&6; }
5459 if test "${lt_cv_objdir+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
5462 rm -f .libs
2>/dev
/null
5463 mkdir .libs
2>/dev
/null
5464 if test -d .libs
; then
5467 # MS-DOS does not allow filenames that begin with a dot.
5470 rmdir .libs
2>/dev
/null
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5473 $as_echo "$lt_cv_objdir" >&6; }
5474 objdir
=$lt_cv_objdir
5480 cat >>confdefs.h
<<_ACEOF
5481 #define LT_OBJDIR "$lt_cv_objdir/"
5486 # Check for GMP, MPFR and MPC
5487 gmplibs
="-lmpc -lmpfr -lgmp"
5491 # Specify a location for mpc
5492 # check for this first so it ends up on the link line before mpfr.
5494 # Check whether --with-mpc was given.
5495 if test "${with_mpc+set}" = set; then :
5500 # Check whether --with-mpc-include was given.
5501 if test "${with_mpc_include+set}" = set; then :
5502 withval
=$with_mpc_include;
5506 # Check whether --with-mpc-lib was given.
5507 if test "${with_mpc_lib+set}" = set; then :
5508 withval
=$with_mpc_lib;
5512 if test "x$with_mpc" != x
; then
5513 gmplibs
="-L$with_mpc/lib $gmplibs"
5514 gmpinc
="-I$with_mpc/include $gmpinc"
5516 if test "x$with_mpc_include" != x
; then
5517 gmpinc
="-I$with_mpc_include $gmpinc"
5519 if test "x$with_mpc_lib" != x
; then
5520 gmplibs
="-L$with_mpc_lib $gmplibs"
5522 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5523 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5524 gmpinc
='-I$$s/mpc/src '"$gmpinc"
5525 # Do not test the mpc version. Assume that it is sufficient, since
5526 # it is in the source tree, and the library has not been built yet
5527 # but it would be included on the link line in the version check below
5528 # hence making the test fail.
5532 # Specify a location for mpfr
5533 # check for this first so it ends up on the link line before gmp.
5535 # Check whether --with-mpfr-dir was given.
5536 if test "${with_mpfr_dir+set}" = set; then :
5537 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5538 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5543 # Check whether --with-mpfr was given.
5544 if test "${with_mpfr+set}" = set; then :
5549 # Check whether --with-mpfr-include was given.
5550 if test "${with_mpfr_include+set}" = set; then :
5551 withval
=$with_mpfr_include;
5555 # Check whether --with-mpfr-lib was given.
5556 if test "${with_mpfr_lib+set}" = set; then :
5557 withval
=$with_mpfr_lib;
5561 if test "x$with_mpfr" != x
; then
5562 gmplibs
="-L$with_mpfr/lib $gmplibs"
5563 gmpinc
="-I$with_mpfr/include $gmpinc"
5565 if test "x$with_mpfr_include" != x
; then
5566 gmpinc
="-I$with_mpfr_include $gmpinc"
5568 if test "x$with_mpfr_lib" != x
; then
5569 gmplibs
="-L$with_mpfr_lib $gmplibs"
5571 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5572 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5573 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5574 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5575 # Do not test the mpfr version. Assume that it is sufficient, since
5576 # it is in the source tree, and the library has not been built yet
5577 # but it would be included on the link line in the version check below
5578 # hence making the test fail.
5582 # Specify a location for gmp
5584 # Check whether --with-gmp-dir was given.
5585 if test "${with_gmp_dir+set}" = set; then :
5586 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5587 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5592 # Check whether --with-gmp was given.
5593 if test "${with_gmp+set}" = set; then :
5598 # Check whether --with-gmp-include was given.
5599 if test "${with_gmp_include+set}" = set; then :
5600 withval
=$with_gmp_include;
5604 # Check whether --with-gmp-lib was given.
5605 if test "${with_gmp_lib+set}" = set; then :
5606 withval
=$with_gmp_lib;
5611 if test "x$with_gmp" != x
; then
5612 gmplibs
="-L$with_gmp/lib $gmplibs"
5613 gmpinc
="-I$with_gmp/include $gmpinc"
5615 if test "x$with_gmp_include" != x
; then
5616 gmpinc
="-I$with_gmp_include $gmpinc"
5618 if test "x$with_gmp_lib" != x
; then
5619 gmplibs
="-L$with_gmp_lib $gmplibs"
5621 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5622 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5623 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5624 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5625 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5626 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5627 # Do not test the gmp version. Assume that it is sufficient, since
5628 # it is in the source tree, and the library has not been built yet
5629 # but it would be included on the link line in the version check below
5630 # hence making the test fail.
5634 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5636 saved_CFLAGS
="$CFLAGS"
5637 CFLAGS
="$CFLAGS $gmpinc"
5638 # Check for the recommended and required versions of GMP.
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5640 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5643 /* end confdefs.h. */
5649 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5650 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5651 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5659 if ac_fn_c_try_compile
"$LINENO"; then :
5660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5661 /* end confdefs.h. */
5667 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5668 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5669 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5677 if ac_fn_c_try_compile
"$LINENO"; then :
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5679 $as_echo "yes" >&6; }
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5682 $as_echo "buggy but acceptable" >&6; }
5684 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5687 $as_echo "no" >&6; }; have_gmp
=no
5689 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5691 # If we have GMP, check the MPFR version.
5692 if test x
"$have_gmp" = xyes
; then
5693 # Check for the recommended and required versions of MPFR.
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5695 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5697 /* end confdefs.h. */
5704 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5712 if ac_fn_c_try_compile
"$LINENO"; then :
5713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5714 /* end confdefs.h. */
5721 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5729 if ac_fn_c_try_compile
"$LINENO"; then :
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5731 $as_echo "yes" >&6; }
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5734 $as_echo "buggy but acceptable" >&6; }
5736 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5739 $as_echo "no" >&6; }; have_gmp
=no
5741 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5744 # Check for the MPC header version.
5745 if test x
"$have_gmp" = xyes
; then
5746 # Check for the recommended and required versions of MPC.
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5748 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5750 /* end confdefs.h. */
5756 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5764 if ac_fn_c_try_compile
"$LINENO"; then :
5765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5766 /* end confdefs.h. */
5772 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5780 if ac_fn_c_try_compile
"$LINENO"; then :
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5782 $as_echo "yes" >&6; }
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5785 $as_echo "buggy but acceptable" >&6; }
5787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5790 $as_echo "no" >&6; }; have_gmp
=no
5792 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5795 # Now check the MPFR library.
5796 if test x
"$have_gmp" = xyes
; then
5798 LIBS
="$LIBS $gmplibs"
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5800 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5802 /* end confdefs.h. */
5814 mpfr_atan2 (n, n, x, GMP_RNDN);
5815 mpfr_erfc (n, x, GMP_RNDN);
5816 mpfr_subnormalize (x, t, GMP_RNDN);
5820 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5821 mpc_cosh (c, c, MPC_RNDNN);
5822 mpc_pow (c, c, c, MPC_RNDNN);
5823 mpc_acosh (c, c, MPC_RNDNN);
5830 if ac_fn_c_try_link
"$LINENO"; then :
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5832 $as_echo "yes" >&6; }
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5835 $as_echo "no" >&6; }; have_gmp
=no
5837 rm -f core conftest.err conftest.
$ac_objext \
5838 conftest
$ac_exeext conftest.
$ac_ext
5842 CFLAGS
="$saved_CFLAGS"
5844 # The library versions listed in the error message below should match
5845 # the HARD-minimums enforced above.
5846 if test x
$have_gmp != xyes
; then
5847 as_fn_error
"Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5848 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5849 their locations. Source code for these libraries can be found at
5850 their respective hosting sites as well as at
5851 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5852 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5853 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5854 make sure that you have installed both the libraries and the header
5855 files. They may be located in separate packages." "$LINENO" 5
5859 # Flags needed for both GMP, MPFR and/or MPC.
5867 # Libraries to use for stage1 or when not bootstrapping.
5869 # Check whether --with-stage1-libs was given.
5870 if test "${with_stage1_libs+set}" = set; then :
5871 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5874 stage1_libs
=$withval
5882 # Linker flags to use for stage1 or when not bootstrapping.
5884 # Check whether --with-stage1-ldflags was given.
5885 if test "${with_stage1_ldflags+set}" = set; then :
5886 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5889 stage1_ldflags
=$withval
5893 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5894 # if supported. But if the user explicitly specified the libraries to use,
5895 # trust that they are doing what they want.
5896 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5897 stage1_ldflags
="-static-libstdc++ -static-libgcc"
5903 # Libraries to use for stage2 and later builds.
5905 # Check whether --with-boot-libs was given.
5906 if test "${with_boot_libs+set}" = set; then :
5907 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5910 poststage1_libs
=$withval
5918 # Linker flags to use for stage2 and later builds.
5920 # Check whether --with-boot-ldflags was given.
5921 if test "${with_boot_ldflags+set}" = set; then :
5922 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5925 poststage1_ldflags
=$withval
5929 # In stages 2 and 3, default to linking libstdc++ and libgcc
5930 # statically. But if the user explicitly specified the libraries to
5931 # use, trust that they are doing what they want.
5932 if test "$poststage1_libs" = ""; then
5933 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
5939 # GCC GRAPHITE dependency isl.
5940 # Basic setup is inlined here, actual checks are in config/isl.m4
5943 # Check whether --with-isl was given.
5944 if test "${with_isl+set}" = set; then :
5949 # Treat --without-isl as a request to disable
5950 # GRAPHITE support and skip all following checks.
5951 if test "x$with_isl" != "xno"; then
5955 # Check whether --with-isl-include was given.
5956 if test "${with_isl_include+set}" = set; then :
5957 withval
=$with_isl_include;
5961 # Check whether --with-isl-lib was given.
5962 if test "${with_isl_lib+set}" = set; then :
5963 withval
=$with_isl_lib;
5967 # Check whether --enable-isl-version-check was given.
5968 if test "${enable_isl_version_check+set}" = set; then :
5969 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
5971 ENABLE_ISL_CHECK
=yes
5975 # Initialize isllibs and islinc.
5984 isllibs
="-L$with_isl/lib"
5985 islinc
="-I$with_isl/include"
5988 if test "x${with_isl_include}" != x
; then
5989 islinc
="-I$with_isl_include"
5991 if test "x${with_isl_lib}" != x
; then
5992 isllibs
="-L$with_isl_lib"
5994 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
5995 && test -d ${srcdir}/isl
; then
5996 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5997 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
6000 $as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
6003 isllibs
="${isllibs} -lisl"
6007 if test "${ENABLE_ISL_CHECK}" = yes ; then
6008 _isl_saved_CFLAGS
=$CFLAGS
6009 _isl_saved_LDFLAGS
=$LDFLAGS
6010 _isl_saved_LIBS
=$LIBS
6012 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
6013 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
6014 LIBS
="${_isl_saved_LIBS} -lisl -lgmp"
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.16, 0.15, or deprecated 0.14" >&5
6017 $as_echo_n "checking for isl 0.16, 0.15, or deprecated 0.14... " >&6; }
6018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6019 /* end confdefs.h. */
6020 #include <isl/ctx.h>
6024 isl_ctx_get_max_operations (isl_ctx_alloc ());
6029 if ac_fn_c_try_link
"$LINENO"; then :
6034 rm -f core conftest.err conftest.
$ac_objext \
6035 conftest
$ac_exeext conftest.
$ac_ext
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6037 $as_echo "$gcc_cv_isl" >&6; }
6039 if test "${gcc_cv_isl}" = no
; then
6040 { $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
6041 $as_echo "recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated" >&6; }
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.16 or 0.15" >&5
6045 $as_echo_n "checking for isl 0.16 or 0.15... " >&6; }
6046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6047 /* end confdefs.h. */
6048 #include <isl/schedule.h>
6052 isl_options_set_schedule_serialize_sccs (NULL, 0);
6057 if ac_fn_c_try_link
"$LINENO"; then :
6058 ac_has_isl_options_set_schedule_serialize_sccs
=yes
6060 ac_has_isl_options_set_schedule_serialize_sccs
=no
6062 rm -f core conftest.err conftest.
$ac_objext \
6063 conftest
$ac_exeext conftest.
$ac_ext
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_isl_options_set_schedule_serialize_sccs" >&5
6065 $as_echo "$ac_has_isl_options_set_schedule_serialize_sccs" >&6; }
6067 if test x
"$ac_has_isl_options_set_schedule_serialize_sccs" = x
"yes"; then
6072 CFLAGS
=$_isl_saved_CFLAGS
6073 LDFLAGS
=$_isl_saved_LDFLAGS
6074 LIBS
=$_isl_saved_LIBS
6082 if test "x${with_isl}" = xno
; then
6083 graphite_requested
=no
6084 elif test "x${with_isl}" != x \
6085 ||
test "x${with_isl_include}" != x \
6086 ||
test "x${with_isl_lib}" != x
; then
6087 graphite_requested
=yes
6089 graphite_requested
=no
6094 if test "${gcc_cv_isl}" = no
; then
6099 if test "${graphite_requested}" = yes \
6100 && test "x${isllibs}" = x \
6101 && test "x${islinc}" = x
; then
6103 as_fn_error
"Unable to find a usable isl. See config.log for details." "$LINENO" 5
6109 # If the isl check failed, disable builds of in-tree variant of isl
6110 if test "x$with_isl" = xno ||
6111 test "x$gcc_cv_isl" = xno
; then
6112 noconfigdirs
="$noconfigdirs isl"
6119 # Check for LTO support.
6120 # Check whether --enable-lto was given.
6121 if test "${enable_lto+set}" = set; then :
6122 enableval
=$enable_lto; enable_lto
=$enableval
6124 enable_lto
=yes; default_enable_lto
=yes
6133 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
6134 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
6135 alpha
*-dec-osf* | hppa
[12]*-*-hpux* | \
6144 if test $target_elf = yes; then :
6145 # ELF platforms build the lto-plugin always.
6146 build_lto_plugin
=yes
6149 if test x
"$default_enable_lto" = x
"yes" ; then
6151 *-apple-darwin9* |
*-cygwin* |
*-mingw* |
*djgpp
*) ;;
6152 # On other non-ELF platforms, LTO has yet to be validated.
6156 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6157 # It would also be nice to check the binutils support, but we don't
6158 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6159 # warn during gcc/ subconfigure; unless you're bootstrapping with
6160 # -flto it won't be needed until after installation anyway.
6162 *-cygwin* |
*-mingw* |
*-apple-darwin* |
*djgpp
*) ;;
6163 *) if test x
"$enable_lto" = x
"yes"; then
6164 as_fn_error
"LTO support is not enabled for this target." "$LINENO" 5
6169 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6170 # Build it unless LTO was explicitly disabled.
6172 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
6179 # Check whether --enable-linker-plugin-configure-flags was given.
6180 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6181 enableval
=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags
=$enableval
6183 extra_linker_plugin_configure_flags
=
6187 # Check whether --enable-linker-plugin-flags was given.
6188 if test "${enable_linker_plugin_flags+set}" = set; then :
6189 enableval
=$enable_linker_plugin_flags; extra_linker_plugin_flags
=$enableval
6191 extra_linker_plugin_flags
=
6197 # By default, C and C++ are the only stage 1 languages.
6198 stage1_languages
=,c
,
6200 # Target libraries that we bootstrap.
6201 bootstrap_target_libs
=,target-libgcc
,
6203 # Figure out what language subdirectories are present.
6204 # Look if the user specified --enable-languages="..."; if not, use
6205 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6207 # NB: embedded tabs in this IF block -- do not untabify
6208 if test -d ${srcdir}/gcc
; then
6209 if test x
"${enable_languages+set}" != xset
; then
6210 if test x
"${LANGUAGES+set}" = xset
; then
6211 enable_languages
="${LANGUAGES}"
6212 echo configure.ac
: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
6214 enable_languages
=all
6217 if test x
"${enable_languages}" = x ||
6218 test x
"${enable_languages}" = xyes
;
6220 echo configure.ac
: --enable-languages needs
at least one language argument
1>&2
6224 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6226 # 'f95' is the old name for the 'fortran' language. We issue a warning
6227 # and make the substitution.
6228 case ,${enable_languages}, in
6230 echo configure.ac
: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
6231 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6235 # If bootstrapping, C++ must be enabled.
6236 case ",$enable_languages,:$enable_bootstrap" in
6239 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
6240 enable_languages
="${enable_languages},c++"
6242 as_fn_error
"bootstrapping requires c++ sources" "$LINENO" 5
6247 # First scan to see if an enabled language requires some other language.
6248 # We assume that a given config-lang.in will list all the language
6249 # front ends it requires, even if some are required indirectly.
6250 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6251 case ${lang_frag} in
6253 # The odd quoting in the next line works around
6254 # an apparent bug in bash 1.12 on linux.
6255 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6257 # From the config-lang.in, get $language, $lang_requires, and
6258 # $lang_requires_boot_languages.
6261 lang_requires_boot_languages
=
6263 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
6264 case ,${enable_languages}, in
6268 echo " \`$other' language required by \`$language'; enabling" 1>&2
6269 enable_languages
="${enable_languages},${other}"
6273 for other
in ${lang_requires_boot_languages} ; do
6274 if test "$other" != "c"; then
6275 case ,${enable_stage1_languages}, in
6279 case ,${enable_languages}, in
6281 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6282 enable_stage1_languages
="$enable_stage1_languages,${other}"
6293 new_enable_languages
=,c
,
6295 # If LTO is enabled, add the LTO front end.
6296 if test "$enable_lto" = "yes" ; then
6297 case ,${enable_languages}, in
6299 *) enable_languages
="${enable_languages},lto" ;;
6301 if test "${build_lto_plugin}" = "yes" ; then
6302 configdirs
="$configdirs lto-plugin"
6306 # If we're building an offloading compiler, add the LTO front end.
6307 if test x
"$enable_as_accelerator_for" != x
; then
6308 case ,${enable_languages}, in
6310 *) enable_languages
="${enable_languages},lto" ;;
6314 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6315 potential_languages
=,c
,
6317 enabled_target_libs
=
6318 disabled_target_libs
=
6320 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6321 case ${lang_frag} in
6323 # The odd quoting in the next line works around
6324 # an apparent bug in bash 1.12 on linux.
6325 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6327 # From the config-lang.in, get $language, $target_libs,
6328 # $lang_dirs, $boot_language, and $build_by_default
6334 build_by_default
=yes
6336 if test x
${language} = x
; then
6337 echo "${lang_frag} doesn't set \$language." 1>&2
6341 if test "$language" = "c++"; then
6346 case ,${enable_languages}, in
6348 # Language was explicitly selected; include it
6349 # unless it is C, which is enabled by default.
6350 if test "$language" != "c"; then
6355 # 'all' was selected, select it if it is a default language
6356 if test "$language" != "c"; then
6357 add_this_lang
=${build_by_default}
6362 # Disable languages that need other directories if these aren't available.
6363 for i
in $subdir_requires; do
6364 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6365 case ,${enable_languages}, in
6367 # Specifically requested language; tell them.
6368 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6372 add_this_lang
=unsupported
6377 # Disable Ada if no preexisting GNAT is available.
6378 case ,${enable_languages},:${language}:${have_gnat} in
6379 *,${language},*:ada
:no
)
6380 # Specifically requested language; tell them.
6381 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
6385 add_this_lang
=unsupported
6389 # Disable a language that is unsupported by the target.
6390 case " $unsupported_languages " in
6392 add_this_lang
=unsupported
6396 case $add_this_lang in
6398 # Remove language-dependent dirs.
6399 disabled_target_libs
="$disabled_target_libs $target_libs"
6400 noconfigdirs
="$noconfigdirs $lang_dirs"
6403 # Remove language-dependent dirs; still show language as supported.
6404 disabled_target_libs
="$disabled_target_libs $target_libs"
6405 noconfigdirs
="$noconfigdirs $lang_dirs"
6406 potential_languages
="${potential_languages}${language},"
6409 new_enable_languages
="${new_enable_languages}${language},"
6410 potential_languages
="${potential_languages}${language},"
6411 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
6412 enabled_target_libs
="$enabled_target_libs $target_libs"
6413 case "${boot_language}:,$enable_stage1_languages," in
6414 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
6415 # Add to (comma-separated) list of stage 1 languages.
6416 case ",$stage1_languages," in
6417 *,$language,* |
,yes, |
,all
,) ;;
6418 *) stage1_languages
="${stage1_languages}${language}," ;;
6420 # We need to bootstrap any supporting libraries.
6421 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
6430 # Add target libraries which are only needed for disabled languages
6432 if test -n "$disabled_target_libs"; then
6433 for dir
in $disabled_target_libs; do
6434 case " $enabled_target_libs " in
6436 *) noconfigdirs
="$noconfigdirs $dir" ;;
6441 # Check whether --enable-stage1-languages was given.
6442 if test "${enable_stage1_languages+set}" = set; then :
6443 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6445 # Set it to something that will have no effect in the loop below
6446 enable_stage1_languages
=c
;;
6448 enable_stage1_languages
=`echo $new_enable_languages | \
6449 sed -e "s/^,//" -e "s/,$//" ` ;;
6451 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
6452 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6455 # Add "good" languages from enable_stage1_languages to stage1_languages,
6456 # while "bad" languages go in missing_languages. Leave no duplicates.
6457 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6458 case $potential_languages in
6460 case $stage1_languages in
6462 *) stage1_languages
="$stage1_languages$i," ;;
6465 case $missing_languages in
6467 *) missing_languages
="$missing_languages$i," ;;
6474 # Remove leading/trailing commas that were added for simplicity
6475 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6476 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6477 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6478 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6480 if test "x$missing_languages" != x
; then
6482 The following requested languages could not be built: ${missing_languages}
6483 Supported languages are: ${potential_languages}" "$LINENO" 5
6485 if test "x$new_enable_languages" != "x$enable_languages"; then
6486 echo The following languages will be built
: ${new_enable_languages}
6487 enable_languages
="$new_enable_languages"
6491 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6494 # Handle --disable-<component> generically.
6495 for dir
in $configdirs $build_configdirs $target_configdirs ; do
6496 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6497 varname
=`echo $dirname | sed -e s/+/_/g`
6498 if eval test x\
${enable_${varname}} "=" xno
; then
6499 noconfigdirs
="$noconfigdirs $dir"
6503 # Check for Boehm's garbage collector
6504 # Check whether --enable-objc-gc was given.
6505 if test "${enable_objc_gc+set}" = set; then :
6506 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6507 *,objc
,*:*:yes:*target-boehm-gc
*)
6508 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6514 # Make sure we only build Boehm's garbage collector if required.
6515 case ,${enable_languages},:${enable_objc_gc} in
6517 # Keep target-boehm-gc if requested for Objective-C.
6520 # Otherwise remove target-boehm-gc depending on target-libjava.
6521 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
6522 noconfigdirs
="$noconfigdirs target-boehm-gc"
6527 # Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
6528 case ,${enable_languages}, in
6530 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6531 case "${noconfigdirs}" in
6532 *target-libstdc
++-v3*)
6533 noconfigdirs
="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6539 noconfigdirs
="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
6543 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6544 # $build_configdirs and $target_configdirs.
6545 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6548 for dir
in .
$skipdirs $noconfigdirs ; do
6549 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6550 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6551 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6552 if test -r $srcdir/$dirname/configure
; then
6553 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6556 notsupp
="$notsupp $dir"
6560 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6561 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6562 if test -r $srcdir/$dirname/configure
; then
6563 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6566 notsupp
="$notsupp $dir"
6570 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6571 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6572 if test -r $srcdir/$dirname/configure
; then
6573 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6576 notsupp
="$notsupp $dir"
6582 # Quietly strip out all directories which aren't configurable in this tree.
6583 # This relies on all configurable subdirectories being autoconfiscated, which
6585 build_configdirs_all
="$build_configdirs"
6587 for i
in ${build_configdirs_all} ; do
6588 j
=`echo $i | sed -e s/build-//g`
6589 if test -f ${srcdir}/$j/configure
; then
6590 build_configdirs
="${build_configdirs} $i"
6594 configdirs_all
="$configdirs"
6596 for i
in ${configdirs_all} ; do
6597 if test -f ${srcdir}/$i/configure
; then
6598 configdirs
="${configdirs} $i"
6602 target_configdirs_all
="$target_configdirs"
6604 for i
in ${target_configdirs_all} ; do
6605 j
=`echo $i | sed -e s/target-//g`
6606 if test -f ${srcdir}/$j/configure
; then
6607 target_configdirs
="${target_configdirs} $i"
6611 # Exclude target-zlib if target-libjava isn't built.
6612 case ${target_configdirs} in
6616 target_configdirs
="`echo ${target_configdirs} | sed -e 's/target-zlib//'`"
6620 # libiberty-linker-plugin is special: it doesn't have its own source directory,
6621 # so we have to add it after the preceding checks.
6622 if test x
"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6624 case " $configdirs " in
6626 # If we can build libiberty, we can also build libiberty-linker-plugin.
6627 configdirs
="$configdirs libiberty-linker-plugin"
6628 extra_linker_plugin_configure_flags
="$extra_linker_plugin_configure_flags \
6629 --with-libiberty=../libiberty-linker-plugin";;
6631 as_fn_error
"libiberty missing" "$LINENO" 5;;
6635 # Sometimes we have special requirements for the host libiberty.
6636 extra_host_libiberty_configure_flags
=
6637 extra_host_zlib_configure_flags
=
6638 case " $configdirs " in
6639 *" lto-plugin "* |
*" libcc1 "*)
6640 # When these are to be built as shared libraries, the same applies to
6642 extra_host_libiberty_configure_flags
=--enable-shared
6645 # When bfd is to be built as a shared library, the same applies to
6647 if test "$enable_shared" = "yes"; then
6648 extra_host_zlib_configure_flags
=--enable-host-shared
6655 # Produce a warning message for the subdirs we can't configure.
6656 # This isn't especially interesting in the Cygnus tree, but in the individual
6657 # FSF releases, it's important to let people know when their machine isn't
6658 # supported by the one or two programs in a package.
6660 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6661 # If $appdirs is non-empty, at least one of those directories must still
6662 # be configured, or we error out. (E.g., if the gas release supports a
6663 # specified target in some subdirs but not the gas subdir, we shouldn't
6664 # pretend that all is well.)
6665 if test -n "$appdirs" ; then
6666 for dir
in $appdirs ; do
6667 if test -r $dir/Makefile.
in ; then
6668 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6672 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6678 if test -n "$appdirs" ; then
6679 echo "*** This configuration is not supported by this package." 1>&2
6683 # Okay, some application will build, or we don't care to check. Still
6684 # notify of subdirs not getting built.
6685 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6686 echo " ${notsupp}" 1>&2
6687 echo " (Any other directories should still work fine.)" 1>&2
6695 # To find our prefix, in gcc_cv_tool_prefix.
6697 # The user is always right.
6698 if test "${PATH_SEPARATOR+set}" != set; then
6699 echo "#! /bin/sh" >conf$$.sh
6700 echo "exit 0" >>conf$$.sh
6702 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6712 if test "x$exec_prefix" = xNONE
; then
6713 if test "x$prefix" = xNONE
; then
6714 gcc_cv_tool_prefix
=$ac_default_prefix
6716 gcc_cv_tool_prefix
=$prefix
6719 gcc_cv_tool_prefix
=$exec_prefix
6722 # If there is no compiler in the tree, use the PATH only. In any
6723 # case, if there is no compiler in the tree nobody should use
6724 # AS_FOR_TARGET and LD_FOR_TARGET.
6725 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6726 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6727 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6728 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6729 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6730 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6731 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6732 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6737 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6738 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6746 # Check whether --with-build-sysroot was given.
6747 if test "${with_build_sysroot+set}" = set; then :
6748 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6749 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6752 SYSROOT_CFLAGS_FOR_TARGET
=
6758 # Check whether --with-debug-prefix-map was given.
6759 if test "${with_debug_prefix_map+set}" = set; then :
6760 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6761 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6762 for debug_map
in $withval; do
6763 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6767 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6772 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6773 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6774 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6775 # We want to ensure that TARGET libraries (which we know are built with
6776 # gcc) are built with "-O2 -g", so include those options when setting
6777 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6778 if test "x$CFLAGS_FOR_TARGET" = x
; then
6779 if test "x${is_cross_compiler}" = xyes
; then
6780 CFLAGS_FOR_TARGET
="-g -O2"
6782 CFLAGS_FOR_TARGET
=$CFLAGS
6785 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
6788 *" -g "* |
*" -g3 "*) ;;
6789 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
6795 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6796 if test "x${is_cross_compiler}" = xyes
; then
6797 CXXFLAGS_FOR_TARGET
="-g -O2"
6799 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6800 case " $CXXFLAGS " in
6802 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
6804 case " $CXXFLAGS " in
6805 *" -g "* |
*" -g3 "*) ;;
6806 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
6814 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6815 # the named directory are copied to $(tooldir)/sys-include.
6816 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6817 if test x
${is_cross_compiler} = xno
; then
6818 echo 1>&2 '***' --with-headers is only supported when cross compiling
6821 if test x
"${with_headers}" != xyes
; then
6822 x
=${gcc_cv_tool_prefix}
6823 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6827 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6828 # the name directories are copied to $(tooldir)/lib. Multiple directories
6830 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6831 if test x
${is_cross_compiler} = xno
; then
6832 echo 1>&2 '***' --with-libs is only supported when cross compiling
6835 if test x
"${with_libs}" != xyes
; then
6836 # Copy the libraries in reverse order, so that files in the first named
6837 # library override files in subsequent libraries.
6838 x
=${gcc_cv_tool_prefix}
6839 for l
in ${with_libs}; do
6840 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6845 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6847 # This is done by determining whether or not the appropriate directory
6848 # is available, and by checking whether or not specific configurations
6849 # have requested that this magic not happen.
6851 # The command line options always override the explicit settings in
6852 # configure.ac, and the settings in configure.ac override this magic.
6854 # If the default for a toolchain is to use GNU as and ld, and you don't
6855 # want to do that, then you should use the --without-gnu-as and
6856 # --without-gnu-ld options for the configure script. Similarly, if
6857 # the default is to use the included zlib and you don't want to do that,
6858 # you should use the --with-system-zlib option for the configure script.
6860 if test x
${use_gnu_as} = x
&&
6861 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6863 extra_host_args
="$extra_host_args --with-gnu-as"
6866 if test x
${use_gnu_ld} = x
&&
6867 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6869 extra_host_args
="$extra_host_args --with-gnu-ld"
6872 if test x
${use_included_zlib} = x
&&
6873 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
6876 with_system_zlib
=yes
6877 extra_host_args
="$extra_host_args --with-system-zlib"
6880 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6881 # can detect this case.
6883 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6885 extra_host_args
="$extra_host_args --with-newlib"
6888 # Handle ${copy_dirs}
6889 set fnord
${copy_dirs}
6891 while test $# != 0 ; do
6892 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6895 echo Copying
$1 to
$2
6897 # Use the install script to create the directory and all required
6898 # parent directories.
6899 if test -d $2 ; then
6903 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6906 # Copy the directory, assuming we have tar.
6907 # FIXME: Should we use B in the second tar? Not all systems support it.
6908 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6910 # It is the responsibility of the user to correctly adjust all
6911 # symlinks. If somebody can figure out how to handle them correctly
6912 # here, feel free to add the code.
6919 # Determine a target-dependent exec_prefix that the installed
6920 # gcc will search in. Keep this list sorted by triplet, with
6921 # the *-*-osname triplets last.
6924 i
[34567]86-pc-msdosdjgpp*)
6925 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6930 md_exec_prefix
=/usr
/ccs
/bin
6934 extra_arflags_for_target
=
6935 extra_nmflags_for_target
=
6936 extra_ranlibflags_for_target
=
6937 target_makefile_frag
=/dev
/null
6940 target_makefile_frag
="config/mt-spu"
6942 mips
*-sde-elf* | mips
*-mti-elf* | mips
*-img-elf*)
6943 target_makefile_frag
="config/mt-sde"
6945 mipsisa
*-*-elfoabi*)
6946 target_makefile_frag
="config/mt-mips-elfoabi"
6948 mips
*-*-*linux
* | mips
*-*-gnu*)
6949 target_makefile_frag
="config/mt-mips-gnu"
6952 target_makefile_frag
="config/mt-nios2-elf"
6954 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6955 target_makefile_frag
="config/mt-gnu"
6957 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6958 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6959 # commands to handle both 32-bit and 64-bit objects. These flags are
6960 # harmless if we're using GNU nm or ar.
6961 extra_arflags_for_target
=" -X32_64"
6962 extra_nmflags_for_target
=" -B -X32_64"
6966 alphaieee_frag
=/dev
/null
6969 # This just makes sure to use the -mieee option to build target libs.
6970 # This should probably be set individually by each library.
6971 alphaieee_frag
="config/mt-alphaieee"
6975 # If --enable-target-optspace always use -Os instead of -O2 to build
6976 # the target libraries, similarly if it is not specified, use -Os
6977 # on selected platforms.
6978 ospace_frag
=/dev
/null
6979 case "${enable_target_optspace}:${target}" in
6981 ospace_frag
="config/mt-ospace"
6984 ospace_frag
="config/mt-d30v"
6986 :m32r-
* |
:d10v-
* |
:fr30-
* |
:i?
86*-*-elfiamcu)
6987 ospace_frag
="config/mt-ospace"
6992 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6996 # Some systems (e.g., one of the i386-aix systems the gas testers are
6997 # using) don't handle "\$" correctly, so don't use it here.
6998 tooldir
='${exec_prefix}'/${target_noncanonical}
6999 build_tooldir
=${tooldir}
7001 # Create a .gdbinit file which runs the one in srcdir
7002 # and tells GDB to look there for source files.
7004 if test -r ${srcdir}/.gdbinit
; then
7007 *) cat > .
/.gdbinit
<<EOF
7011 source ${srcdir}/.gdbinit
7017 # Make sure that the compiler is able to generate an executable. If it
7018 # can't, we are probably in trouble. We don't care whether we can run the
7019 # executable--we might be using a cross compiler--we only care whether it
7020 # can be created. At this point the main configure script has set CC.
7022 echo "int main () { return 0; }" > conftest.c
7023 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7024 if test $?
= 0 ; then
7025 if test -s conftest ||
test -s conftest.exe
; then
7031 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7032 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7039 # Decide which environment variable is used to find dynamic libraries.
7041 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
7042 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
7043 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
7044 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
7047 # On systems where the dynamic library environment variable is PATH,
7048 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7049 # built executables to PATH.
7050 if test "$RPATH_ENVVAR" = PATH
; then
7051 GCC_SHLIB_SUBDIR
=/shlib
7056 # Adjust the toplevel makefile according to whether bootstrap was selected.
7057 case $enable_bootstrap in
7059 bootstrap_suffix
=bootstrap
7060 BUILD_CONFIG
=bootstrap-debug
7063 bootstrap_suffix
=no-bootstrap
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7069 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7072 # Check whether --with-build-config was given.
7073 if test "${with_build_config+set}" = set; then :
7074 withval
=$with_build_config; case $with_build_config in
7075 yes) with_build_config
= ;;
7076 no
) with_build_config
= BUILD_CONFIG
= ;;
7081 if test "x${with_build_config}" != x
; then
7082 BUILD_CONFIG
=$with_build_config
7084 case $BUILD_CONFIG in
7086 if echo "int f (void) { return 0; }" > conftest.c
&&
7087 ${CC} -c conftest.c
&&
7088 mv conftest.o conftest.o.g0
&&
7089 ${CC} -c -g conftest.c
&&
7090 mv conftest.o conftest.o.g
&&
7091 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
7096 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7101 $as_echo "$BUILD_CONFIG" >&6; }
7104 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7106 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
7107 # Check whether --enable-vtable-verify was given.
7108 if test "${enable_vtable_verify+set}" = set; then :
7109 enableval
=$enable_vtable_verify; case "$enableval" in
7110 yes) enable_vtable_verify
=yes ;;
7111 no
) enable_vtable_verify
=no
;;
7112 *) enable_vtable_verify
=no
;;
7115 enable_vtable_verify
=no
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7119 $as_echo "$enable_vtable_verify" >&6; }
7121 # Record target_configdirs and the configure arguments for target and
7122 # build configuration in Makefile.
7123 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7124 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7125 bootstrap_fixincludes
=no
7127 # If we are building libgomp, bootstrap it.
7128 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
7129 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
7132 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7133 # or bootstrap-ubsan, bootstrap it.
7134 if echo " ${target_configdirs} " |
grep " libsanitizer " > /dev
/null
2>&1; then
7135 case "$BUILD_CONFIG" in
7136 *bootstrap-asan
* |
*bootstrap-ubsan
* )
7137 bootstrap_target_libs
=${bootstrap_target_libs}target-libsanitizer
,
7138 bootstrap_fixincludes
=yes
7143 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
7144 if echo " ${target_configdirs} " |
grep " libvtv " > /dev
/null
2>&1 &&
7145 test "$enable_vtable_verify" != no
; then
7146 bootstrap_target_libs
=${bootstrap_target_libs}target-libvtv
,
7149 # If we are building libmpx, bootstrap it.
7150 if echo " ${target_configdirs} " |
grep " libmpx " > /dev
/null
2>&1; then
7151 bootstrap_target_libs
=${bootstrap_target_libs}target-libmpx
,
7154 # Determine whether gdb needs tk/tcl or not.
7155 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7156 # and in that case we want gdb to be built without tk. Ugh!
7157 # In fact I believe gdb is the *only* package directly dependent on tk,
7158 # so we should be able to put the 'maybe's in unconditionally and
7159 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7160 # 100% sure that that's safe though.
7162 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7163 case "$enable_gdbtk" in
7167 GDB_TK
="${gdb_tk}" ;;
7169 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7170 # distro. Eventually someone will fix this and move Insight, nee
7171 # gdbtk to a separate directory.
7172 if test -d ${srcdir}/gdb
/gdbtk
; then
7179 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7180 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7182 # Strip out unwanted targets.
7184 # While at that, we remove Makefiles if we were started for recursive
7185 # configuration, so that the top-level Makefile reconfigures them,
7186 # like we used to do when configure itself was recursive.
7188 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7189 # but now we're fixing up the Makefile ourselves with the additional
7190 # commands passed to AC_CONFIG_FILES. Use separate variables
7191 # extrasub-{build,host,target} not because there is any reason to split
7192 # the substitutions up that way, but only to remain below the limit of
7193 # 99 commands in a script, for HP-UX sed.
7194 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7196 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7197 yes:yes:*\ gold\
*:*,c
++,*) ;;
7198 yes:yes:*\ gold\
*:*)
7199 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7204 for module
in ${build_configdirs} ; do
7205 if test -z "${no_recursion}" \
7206 && test -f ${build_subdir}/${module}/Makefile
; then
7207 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7208 rm -f ${build_subdir}/${module}/Makefile
7210 extrasub_build
="$extrasub_build
7211 /^@if build-$module\$/d
7212 /^@endif build-$module\$/d
7213 /^@if build-$module-$bootstrap_suffix\$/d
7214 /^@endif build-$module-$bootstrap_suffix\$/d"
7217 for module
in ${configdirs} ; do
7218 if test -z "${no_recursion}"; then
7219 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
7220 if test -f ${file}; then
7221 echo 1>&2 "*** removing ${file} to force reconfigure"
7226 case ${module},${bootstrap_fixincludes} in
7227 fixincludes
,no
) host_bootstrap_suffix
=no-bootstrap
;;
7228 *) host_bootstrap_suffix
=$bootstrap_suffix ;;
7230 extrasub_host
="$extrasub_host
7232 /^@endif $module\$/d
7233 /^@if $module-$host_bootstrap_suffix\$/d
7234 /^@endif $module-$host_bootstrap_suffix\$/d"
7237 for module
in ${target_configdirs} ; do
7238 if test -z "${no_recursion}" \
7239 && test -f ${target_subdir}/${module}/Makefile
; then
7240 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7241 rm -f ${target_subdir}/${module}/Makefile
7244 # We only bootstrap target libraries listed in bootstrap_target_libs.
7245 case $bootstrap_target_libs in
7246 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
7247 *) target_bootstrap_suffix
=no-bootstrap
;;
7250 extrasub_target
="$extrasub_target
7251 /^@if target-$module\$/d
7252 /^@endif target-$module\$/d
7253 /^@if target-$module-$target_bootstrap_suffix\$/d
7254 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7257 # Do the final fixup along with target modules.
7258 extrasub_target
="$extrasub_target
7259 /^@if /,/^@endif /d"
7261 # Create the serialization dependencies. This uses a temporary file.
7263 # Check whether --enable-serial-configure was given.
7264 if test "${enable_serial_configure+set}" = set; then :
7265 enableval
=$enable_serial_configure;
7269 case ${enable_serial_configure} in
7271 enable_serial_build_configure
=yes
7272 enable_serial_host_configure
=yes
7273 enable_serial_target_configure
=yes
7277 # These force 'configure's to be done one at a time, to avoid problems
7278 # with contention over a shared config.cache.
7280 echo '# serdep.tmp' > serdep.tmp
7282 test "x${enable_serial_build_configure}" = xyes
&&
7283 for item
in ${build_configdirs} ; do
7286 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
7291 test "x${enable_serial_host_configure}" = xyes
&&
7292 for item
in ${configdirs} ; do
7295 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
7300 test "x${enable_serial_target_configure}" = xyes
&&
7301 for item
in ${target_configdirs} ; do
7304 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
7308 serialization_dependencies
=serdep.tmp
7311 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7312 # target, nonopt, and variable assignments. These are the ones we
7313 # might not want to pass down to subconfigures. The exception being
7314 # --cache-file=/dev/null, which is used to turn off the use of cache
7315 # files altogether, and which should be passed on to subconfigures.
7316 # Also strip program-prefix, program-suffix, and program-transform-name,
7317 # so that we can pass down a consistent program-transform-name.
7322 eval "set -- $ac_configure_args"
7325 if test X
"$skip_next" = X
"yes"; then
7329 if test X
"$keep_next" = X
"yes"; then
7332 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7334 baseargs
="$baseargs '$ac_arg'"
7335 tbaseargs
="$tbaseargs '$ac_arg'"
7340 # Handle separated arguments. Based on the logic generated by
7343 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
7344 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
7345 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
7346 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
7360 --with-* |
--without-*)
7361 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7365 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
7368 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
7377 mpc | mpfr | gmp | isl
)
7378 # If we're processing --with-$lib, --with-$lib-include or
7379 # --with-$lib-lib, for one of the libs above, and target is
7380 # different from host, don't pass the current argument to any
7381 # target library's configure.
7382 if test x
$is_cross_compiler = xyes
; then
7391 --cache-file=/dev
/null | \
7392 -cache-file=/dev
/null
)
7393 # Handled here to avoid the test to skip args below.
7394 baseargs
="$baseargs '$ac_arg'"
7395 tbaseargs
="$tbaseargs '$ac_arg'"
7396 # Assert: $separate_arg should always be no.
7397 keep_next
=$separate_arg
7413 -program-prefix* | \
7414 -program-suffix* | \
7415 -program-transform-name* )
7416 skip_next
=$separate_arg
7420 # An option. Add it.
7423 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7425 baseargs
="$baseargs '$ac_arg'"
7426 if test X
"$skip_targ" = Xno
; then
7427 tbaseargs
="$tbaseargs '$ac_arg'"
7429 keep_next
=$separate_arg
7432 # Either a variable assignment, or a nonopt (triplet). Don't
7433 # pass it down; let the Makefile handle this.
7438 # Remove the initial space we just introduced and, as these will be
7439 # expanded by make, quote '$'.
7440 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7442 # Add in --program-transform-name, after --program-prefix and
7443 # --program-suffix have been applied to it. Autoconf has already
7444 # doubled dollar signs and backslashes in program_transform_name; we want
7445 # the backslashes un-doubled, and then the entire thing wrapped in single
7446 # quotes, because this will be expanded first by make and then by the shell.
7447 # Also, because we want to override the logic in subdir configure scripts to
7448 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7449 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7450 ${program_transform_name}
7452 gcc_transform_name
=`cat conftestsed.out`
7453 rm -f conftestsed.out
7454 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
7455 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7456 if test "$silent" = yes; then
7457 baseargs
="$baseargs --silent"
7458 tbaseargs
="$tbaseargs --silent"
7460 baseargs
="$baseargs --disable-option-checking"
7461 tbaseargs
="$tbaseargs --disable-option-checking"
7463 # Record and document user additions to sub configure arguments.
7468 # For the build-side libraries, we just need to pretend we're native,
7469 # and not use the same cache file. Multilibs are neither needed nor
7470 # desired. We can't even use the same cache file for all build-side
7471 # libraries, as they're compiled differently; some with C, some with
7472 # C++ or with different feature-enabling options.
7473 build_configargs
="$build_configargs --cache-file=./config.cache ${baseargs}"
7475 # For host modules, accept cache file option, or specification as blank.
7476 case "${cache_file}" in
7478 cache_file_option
="" ;;
7479 /* |
[A-Za-z
]:[\\/]* ) # absolute path
7480 cache_file_option
="--cache-file=${cache_file}" ;;
7482 cache_file_option
="--cache-file=../${cache_file}" ;;
7485 # Host dirs don't like to share a cache file either, horribly enough.
7486 # This seems to be due to autoconf 2.5x stupidity.
7487 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7489 target_configargs
="$target_configargs ${tbaseargs}"
7491 # Passing a --with-cross-host argument lets the target libraries know
7492 # whether they are being built with a cross-compiler or being built
7493 # native. However, it would be better to use other mechanisms to make the
7494 # sorts of decisions they want to make on this basis. Please consider
7495 # this option to be deprecated. FIXME.
7496 if test x
${is_cross_compiler} = xyes
; then
7497 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
7500 # Special user-friendly check for native x86_64-linux build, if
7501 # multilib is not explicitly enabled.
7502 case "$target:$have_compiler:$host:$target:$enable_multilib" in
7503 x86_64-
*linux
*:yes:$build:$build:)
7504 # Make sure we have a development environment that handles 32-bit
7506 echo "int main () { return 0; }" > conftest.c
7507 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7508 if test $?
= 0 ; then
7509 if test -s conftest ||
test -s conftest.exe
; then
7514 if test x
${dev64} != xyes
; then
7515 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
7520 # Default to --enable-multilib.
7521 if test x
${enable_multilib} = x
; then
7522 target_configargs
="--enable-multilib ${target_configargs}"
7525 # Pass --with-newlib if appropriate. Note that target_configdirs has
7526 # changed from the earlier setting of with_newlib.
7527 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
7528 target_configargs
="--with-newlib ${target_configargs}"
7531 # Different target subdirs use different values of certain variables
7532 # (notably CXX). Worse, multilibs use *lots* of different values.
7533 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7534 # it doesn't automatically accept command-line overrides of them.
7535 # This means it's not safe for target subdirs to share a cache file,
7536 # which is disgusting, but there you have it. Hopefully this can be
7537 # fixed in future. It's still worthwhile to use a cache file for each
7538 # directory. I think.
7540 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7541 # We need to pass --target, as newer autoconf's requires consistency
7542 # for target_alias and gcc doesn't manage it consistently.
7543 target_configargs
="--cache-file=./config.cache ${target_configargs}"
7546 case " $target_configdirs " in
7548 case " $target_configargs " in
7549 *" --with-newlib "*)
7552 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7556 # If we're not building GCC, don't discard standard headers.
7557 if test -d ${srcdir}/gcc
; then
7558 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
7560 if test "${build}" != "${host}"; then
7561 # On Canadian crosses, CC_FOR_TARGET will have already been set
7562 # by `configure', so we won't have an opportunity to add -Bgcc/
7563 # to it. This is right: we don't want to search that directory
7564 # for binaries, but we want the header files in there, so add
7566 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7568 # Someone might think of using the pre-installed headers on
7569 # Canadian crosses, in case the installed compiler is not fully
7570 # compatible with the compiler being built. In this case, it
7571 # would be better to flag an error than risking having
7572 # incompatible object files being constructed. We can't
7573 # guarantee that an error will be flagged, but let's hope the
7574 # compiler will do it, when presented with incompatible header
7579 case "${target}-${is_cross_compiler}" in
7580 i
[3456789]86-*-linux*-no)
7581 # Here host == target, so we don't need to build gcc,
7582 # so we don't want to discard standard headers.
7583 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7586 # If we're building newlib, use its generic headers last, but search
7587 # for any libc-related directories first (so make it the last -B
7589 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7591 # If we're building libgloss, find the startup file, simulator library
7592 # and linker script.
7593 case " $target_configdirs " in
7595 # Look for startup file, simulator library and maybe linker script.
7596 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7597 # Look for libnosys.a in case the target needs it.
7598 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7599 # Most targets have the linker script in the source directory.
7600 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7611 x86_64-
*mingw
* |
*-w64-mingw*)
7612 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7613 # however, use a symlink named 'mingw' in ${prefix} .
7614 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7617 # MinGW can't be handled as Cygwin above since it does not use newlib.
7618 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'
7622 # Allow the user to override the flags for
7623 # our build compiler if desired.
7624 if test x
"${build}" = x
"${host}" ; then
7625 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
7626 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7627 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7630 # On Canadian crosses, we'll be searching the right directories for
7631 # the previously-installed cross compiler, so don't bother to add
7632 # flags for directories within the install tree of the compiler
7633 # being built; programs in there won't even run.
7634 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7635 # Search for pre-installed headers if nothing else fits.
7636 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7639 if test "x
${use_gnu_ld}" = x &&
7640 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7641 # Arrange for us to find uninstalled linker scripts.
7642 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7645 # Search for other target-specific linker scripts and such.
7648 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7652 # Makefile fragments.
7653 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7655 eval fragval=\$$frag
7656 if test $fragval != /dev/null; then
7657 eval $frag=${srcdir}/$fragval
7665 # Miscellanea: directories, flags, etc.
7674 # Build module lists & subconfigure args.
7678 # Host module lists & subconfigure args.
7683 # Target module lists & subconfigure args.
7705 # Generate default definitions for YACC, M4, LEX and other programs that run
7706 # on the build machine. These are used if the Makefile can't locate these
7707 # programs in objdir.
7708 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7710 for ac_prog in 'bison -y' byacc yacc
7712 # Extract the first word of "$ac_prog", so it can be a program name with args.
7713 set dummy $ac_prog; ac_word=$2
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7715 $as_echo_n "checking
for $ac_word...
" >&6; }
7716 if test "${ac_cv_prog_YACC+set}" = set; then :
7717 $as_echo_n "(cached
) " >&6
7719 if test -n "$YACC"; then
7720 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7726 test -z "$as_dir" && as_dir=.
7727 for ac_exec_ext in '' $ac_executable_extensions; do
7728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7729 ac_cv_prog_YACC="$ac_prog"
7730 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7739 YACC=$ac_cv_prog_YACC
7740 if test -n "$YACC"; then
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7742 $as_echo "$YACC" >&6; }
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7745 $as_echo "no
" >&6; }
7749 test -n "$YACC" && break
7751 test -n "$YACC" || YACC="$MISSING bison
-y"
7753 case " $build_configdirs " in
7754 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7757 for ac_prog in bison
7759 # Extract the first word of "$ac_prog", so it can be a program name with args.
7760 set dummy $ac_prog; ac_word=$2
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7762 $as_echo_n "checking
for $ac_word...
" >&6; }
7763 if test "${ac_cv_prog_BISON+set}" = set; then :
7764 $as_echo_n "(cached
) " >&6
7766 if test -n "$BISON"; then
7767 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7773 test -z "$as_dir" && as_dir=.
7774 for ac_exec_ext in '' $ac_executable_extensions; do
7775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7776 ac_cv_prog_BISON="$ac_prog"
7777 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7786 BISON=$ac_cv_prog_BISON
7787 if test -n "$BISON"; then
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7789 $as_echo "$BISON" >&6; }
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7792 $as_echo "no
" >&6; }
7796 test -n "$BISON" && break
7798 test -n "$BISON" || BISON="$MISSING bison
"
7800 case " $build_configdirs " in
7801 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7804 for ac_prog in gm4 gnum4 m4
7806 # Extract the first word of "$ac_prog", so it can be a program name with args.
7807 set dummy $ac_prog; ac_word=$2
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7809 $as_echo_n "checking
for $ac_word...
" >&6; }
7810 if test "${ac_cv_prog_M4+set}" = set; then :
7811 $as_echo_n "(cached
) " >&6
7813 if test -n "$M4"; then
7814 ac_cv_prog_M4="$M4" # Let the user override the test.
7816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820 test -z "$as_dir" && as_dir=.
7821 for ac_exec_ext in '' $ac_executable_extensions; do
7822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7823 ac_cv_prog_M4="$ac_prog"
7824 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7834 if test -n "$M4"; then
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7836 $as_echo "$M4" >&6; }
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7839 $as_echo "no
" >&6; }
7843 test -n "$M4" && break
7845 test -n "$M4" || M4="$MISSING m4"
7847 case " $build_configdirs " in
7848 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7851 for ac_prog in flex lex
7853 # Extract the first word of "$ac_prog", so it can be a program name with args.
7854 set dummy $ac_prog; ac_word=$2
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7856 $as_echo_n "checking
for $ac_word...
" >&6; }
7857 if test "${ac_cv_prog_LEX+set}" = set; then :
7858 $as_echo_n "(cached
) " >&6
7860 if test -n "$LEX"; then
7861 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867 test -z "$as_dir" && as_dir=.
7868 for ac_exec_ext in '' $ac_executable_extensions; do
7869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7870 ac_cv_prog_LEX="$ac_prog"
7871 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7881 if test -n "$LEX"; then
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7883 $as_echo "$LEX" >&6; }
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7886 $as_echo "no
" >&6; }
7890 test -n "$LEX" && break
7892 test -n "$LEX" || LEX="$MISSING flex
"
7894 case " $build_configdirs " in
7895 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7896 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7901 # Extract the first word of "$ac_prog", so it can be a program name with args.
7902 set dummy $ac_prog; ac_word=$2
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7904 $as_echo_n "checking
for $ac_word...
" >&6; }
7905 if test "${ac_cv_prog_FLEX+set}" = set; then :
7906 $as_echo_n "(cached
) " >&6
7908 if test -n "$FLEX"; then
7909 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7915 test -z "$as_dir" && as_dir=.
7916 for ac_exec_ext in '' $ac_executable_extensions; do
7917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7918 ac_cv_prog_FLEX="$ac_prog"
7919 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7928 FLEX=$ac_cv_prog_FLEX
7929 if test -n "$FLEX"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7931 $as_echo "$FLEX" >&6; }
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7934 $as_echo "no
" >&6; }
7938 test -n "$FLEX" && break
7940 test -n "$FLEX" || FLEX="$MISSING flex
"
7942 case " $build_configdirs " in
7943 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7946 for ac_prog in makeinfo
7948 # Extract the first word of "$ac_prog", so it can be a program name with args.
7949 set dummy $ac_prog; ac_word=$2
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7951 $as_echo_n "checking
for $ac_word...
" >&6; }
7952 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7953 $as_echo_n "(cached
) " >&6
7955 if test -n "$MAKEINFO"; then
7956 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962 test -z "$as_dir" && as_dir=.
7963 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7965 ac_cv_prog_MAKEINFO="$ac_prog"
7966 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7975 MAKEINFO=$ac_cv_prog_MAKEINFO
7976 if test -n "$MAKEINFO"; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7978 $as_echo "$MAKEINFO" >&6; }
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7981 $as_echo "no
" >&6; }
7985 test -n "$MAKEINFO" && break
7987 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7989 case " $build_configdirs " in
7990 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7993 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7994 # higher, else we use the "missing
" dummy.
7995 if ${MAKEINFO} --version \
7996 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7999 MAKEINFO="$MISSING makeinfo
"
8005 # FIXME: expect and dejagnu may become build tools?
8007 for ac_prog in expect
8009 # Extract the first word of "$ac_prog", so it can be a program name with args.
8010 set dummy $ac_prog; ac_word=$2
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8012 $as_echo_n "checking
for $ac_word...
" >&6; }
8013 if test "${ac_cv_prog_EXPECT+set}" = set; then :
8014 $as_echo_n "(cached
) " >&6
8016 if test -n "$EXPECT"; then
8017 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8023 test -z "$as_dir" && as_dir=.
8024 for ac_exec_ext in '' $ac_executable_extensions; do
8025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8026 ac_cv_prog_EXPECT="$ac_prog"
8027 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8036 EXPECT=$ac_cv_prog_EXPECT
8037 if test -n "$EXPECT"; then
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
8039 $as_echo "$EXPECT" >&6; }
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8042 $as_echo "no
" >&6; }
8046 test -n "$EXPECT" && break
8048 test -n "$EXPECT" || EXPECT="expect
"
8050 case " $configdirs " in
8052 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8056 for ac_prog in runtest
8058 # Extract the first word of "$ac_prog", so it can be a program name with args.
8059 set dummy $ac_prog; ac_word=$2
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8061 $as_echo_n "checking
for $ac_word...
" >&6; }
8062 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8063 $as_echo_n "(cached
) " >&6
8065 if test -n "$RUNTEST"; then
8066 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8072 test -z "$as_dir" && as_dir=.
8073 for ac_exec_ext in '' $ac_executable_extensions; do
8074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8075 ac_cv_prog_RUNTEST="$ac_prog"
8076 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8085 RUNTEST=$ac_cv_prog_RUNTEST
8086 if test -n "$RUNTEST"; then
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
8088 $as_echo "$RUNTEST" >&6; }
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8091 $as_echo "no
" >&6; }
8095 test -n "$RUNTEST" && break
8097 test -n "$RUNTEST" || RUNTEST="runtest
"
8099 case " $configdirs " in
8101 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8108 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8109 ncn_target_tool_prefix=
8110 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8114 if test -n "$AR"; then
8116 elif test -n "$ac_cv_prog_AR"; then
8120 if test -n "$ac_cv_prog_AR"; then
8121 for ncn_progname in ar; do
8122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8123 set dummy ${ncn_progname}; ac_word=$2
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8125 $as_echo_n "checking
for $ac_word...
" >&6; }
8126 if test "${ac_cv_prog_AR+set}" = set; then :
8127 $as_echo_n "(cached
) " >&6
8129 if test -n "$AR"; then
8130 ac_cv_prog_AR="$AR" # Let the user override the test.
8132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8136 test -z "$as_dir" && as_dir=.
8137 for ac_exec_ext in '' $ac_executable_extensions; do
8138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8139 ac_cv_prog_AR="${ncn_progname}"
8140 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8150 if test -n "$AR"; then
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8152 $as_echo "$AR" >&6; }
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8155 $as_echo "no
" >&6; }
8162 for ncn_progname in ar; do
8163 if test -n "$ncn_tool_prefix"; then
8164 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8165 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8167 $as_echo_n "checking
for $ac_word...
" >&6; }
8168 if test "${ac_cv_prog_AR+set}" = set; then :
8169 $as_echo_n "(cached
) " >&6
8171 if test -n "$AR"; then
8172 ac_cv_prog_AR="$AR" # Let the user override the test.
8174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8178 test -z "$as_dir" && as_dir=.
8179 for ac_exec_ext in '' $ac_executable_extensions; do
8180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8181 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8182 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8192 if test -n "$AR"; then
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8194 $as_echo "$AR" >&6; }
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8197 $as_echo "no
" >&6; }
8202 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8203 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8204 set dummy ${ncn_progname}; ac_word=$2
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8206 $as_echo_n "checking
for $ac_word...
" >&6; }
8207 if test "${ac_cv_prog_AR+set}" = set; then :
8208 $as_echo_n "(cached
) " >&6
8210 if test -n "$AR"; then
8211 ac_cv_prog_AR="$AR" # Let the user override the test.
8213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8217 test -z "$as_dir" && as_dir=.
8218 for ac_exec_ext in '' $ac_executable_extensions; do
8219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8220 ac_cv_prog_AR="${ncn_progname}"
8221 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8231 if test -n "$AR"; then
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8233 $as_echo "$AR" >&6; }
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8236 $as_echo "no
" >&6; }
8241 test -n "$ac_cv_prog_AR" && break
8244 if test -z "$ac_cv_prog_AR" ; then
8246 if test $build = $host ; then
8249 AR="${ncn_tool_prefix}$2"
8255 if test -n "$AS"; then
8257 elif test -n "$ac_cv_prog_AS"; then
8261 if test -n "$ac_cv_prog_AS"; then
8262 for ncn_progname in as; do
8263 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8264 set dummy ${ncn_progname}; ac_word=$2
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8266 $as_echo_n "checking
for $ac_word...
" >&6; }
8267 if test "${ac_cv_prog_AS+set}" = set; then :
8268 $as_echo_n "(cached
) " >&6
8270 if test -n "$AS"; then
8271 ac_cv_prog_AS="$AS" # Let the user override the test.
8273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8277 test -z "$as_dir" && as_dir=.
8278 for ac_exec_ext in '' $ac_executable_extensions; do
8279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8280 ac_cv_prog_AS="${ncn_progname}"
8281 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8291 if test -n "$AS"; then
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8293 $as_echo "$AS" >&6; }
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8296 $as_echo "no
" >&6; }
8303 for ncn_progname in as; do
8304 if test -n "$ncn_tool_prefix"; then
8305 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8306 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8308 $as_echo_n "checking
for $ac_word...
" >&6; }
8309 if test "${ac_cv_prog_AS+set}" = set; then :
8310 $as_echo_n "(cached
) " >&6
8312 if test -n "$AS"; then
8313 ac_cv_prog_AS="$AS" # Let the user override the test.
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8323 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8333 if test -n "$AS"; then
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8335 $as_echo "$AS" >&6; }
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8338 $as_echo "no
" >&6; }
8343 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8344 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8345 set dummy ${ncn_progname}; ac_word=$2
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8347 $as_echo_n "checking
for $ac_word...
" >&6; }
8348 if test "${ac_cv_prog_AS+set}" = set; then :
8349 $as_echo_n "(cached
) " >&6
8351 if test -n "$AS"; then
8352 ac_cv_prog_AS="$AS" # Let the user override the test.
8354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8358 test -z "$as_dir" && as_dir=.
8359 for ac_exec_ext in '' $ac_executable_extensions; do
8360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8361 ac_cv_prog_AS="${ncn_progname}"
8362 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8372 if test -n "$AS"; then
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8374 $as_echo "$AS" >&6; }
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8377 $as_echo "no
" >&6; }
8382 test -n "$ac_cv_prog_AS" && break
8385 if test -z "$ac_cv_prog_AS" ; then
8387 if test $build = $host ; then
8390 AS="${ncn_tool_prefix}$2"
8396 if test -n "$DLLTOOL"; then
8397 ac_cv_prog_DLLTOOL=$DLLTOOL
8398 elif test -n "$ac_cv_prog_DLLTOOL"; then
8399 DLLTOOL=$ac_cv_prog_DLLTOOL
8402 if test -n "$ac_cv_prog_DLLTOOL"; then
8403 for ncn_progname in dlltool; do
8404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8405 set dummy ${ncn_progname}; ac_word=$2
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8407 $as_echo_n "checking
for $ac_word...
" >&6; }
8408 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8409 $as_echo_n "(cached
) " >&6
8411 if test -n "$DLLTOOL"; then
8412 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8418 test -z "$as_dir" && as_dir=.
8419 for ac_exec_ext in '' $ac_executable_extensions; do
8420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8421 ac_cv_prog_DLLTOOL="${ncn_progname}"
8422 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8431 DLLTOOL=$ac_cv_prog_DLLTOOL
8432 if test -n "$DLLTOOL"; then
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8434 $as_echo "$DLLTOOL" >&6; }
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8437 $as_echo "no
" >&6; }
8444 for ncn_progname in dlltool; do
8445 if test -n "$ncn_tool_prefix"; then
8446 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8447 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8449 $as_echo_n "checking
for $ac_word...
" >&6; }
8450 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8451 $as_echo_n "(cached
) " >&6
8453 if test -n "$DLLTOOL"; then
8454 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8460 test -z "$as_dir" && as_dir=.
8461 for ac_exec_ext in '' $ac_executable_extensions; do
8462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8463 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8464 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8473 DLLTOOL=$ac_cv_prog_DLLTOOL
8474 if test -n "$DLLTOOL"; then
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8476 $as_echo "$DLLTOOL" >&6; }
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8479 $as_echo "no
" >&6; }
8484 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8486 set dummy ${ncn_progname}; ac_word=$2
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8488 $as_echo_n "checking
for $ac_word...
" >&6; }
8489 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8490 $as_echo_n "(cached
) " >&6
8492 if test -n "$DLLTOOL"; then
8493 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8499 test -z "$as_dir" && as_dir=.
8500 for ac_exec_ext in '' $ac_executable_extensions; do
8501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8502 ac_cv_prog_DLLTOOL="${ncn_progname}"
8503 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8512 DLLTOOL=$ac_cv_prog_DLLTOOL
8513 if test -n "$DLLTOOL"; then
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8515 $as_echo "$DLLTOOL" >&6; }
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8518 $as_echo "no
" >&6; }
8523 test -n "$ac_cv_prog_DLLTOOL" && break
8526 if test -z "$ac_cv_prog_DLLTOOL" ; then
8528 if test $build = $host ; then
8531 DLLTOOL="${ncn_tool_prefix}$2"
8537 if test -n "$LD"; then
8539 elif test -n "$ac_cv_prog_LD"; then
8543 if test -n "$ac_cv_prog_LD"; then
8544 for ncn_progname in ld; do
8545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8546 set dummy ${ncn_progname}; ac_word=$2
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8548 $as_echo_n "checking
for $ac_word...
" >&6; }
8549 if test "${ac_cv_prog_LD+set}" = set; then :
8550 $as_echo_n "(cached
) " >&6
8552 if test -n "$LD"; then
8553 ac_cv_prog_LD="$LD" # Let the user override the test.
8555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8559 test -z "$as_dir" && as_dir=.
8560 for ac_exec_ext in '' $ac_executable_extensions; do
8561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8562 ac_cv_prog_LD="${ncn_progname}"
8563 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8573 if test -n "$LD"; then
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8575 $as_echo "$LD" >&6; }
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8578 $as_echo "no
" >&6; }
8585 for ncn_progname in ld; do
8586 if test -n "$ncn_tool_prefix"; then
8587 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8588 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8590 $as_echo_n "checking
for $ac_word...
" >&6; }
8591 if test "${ac_cv_prog_LD+set}" = set; then :
8592 $as_echo_n "(cached
) " >&6
8594 if test -n "$LD"; then
8595 ac_cv_prog_LD="$LD" # Let the user override the test.
8597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8601 test -z "$as_dir" && as_dir=.
8602 for ac_exec_ext in '' $ac_executable_extensions; do
8603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8604 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8605 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8615 if test -n "$LD"; then
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8617 $as_echo "$LD" >&6; }
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8620 $as_echo "no
" >&6; }
8625 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8626 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8627 set dummy ${ncn_progname}; ac_word=$2
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8629 $as_echo_n "checking
for $ac_word...
" >&6; }
8630 if test "${ac_cv_prog_LD+set}" = set; then :
8631 $as_echo_n "(cached
) " >&6
8633 if test -n "$LD"; then
8634 ac_cv_prog_LD="$LD" # Let the user override the test.
8636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8640 test -z "$as_dir" && as_dir=.
8641 for ac_exec_ext in '' $ac_executable_extensions; do
8642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8643 ac_cv_prog_LD="${ncn_progname}"
8644 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8654 if test -n "$LD"; then
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8656 $as_echo "$LD" >&6; }
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8659 $as_echo "no
" >&6; }
8664 test -n "$ac_cv_prog_LD" && break
8667 if test -z "$ac_cv_prog_LD" ; then
8669 if test $build = $host ; then
8672 LD="${ncn_tool_prefix}$2"
8678 if test -n "$LIPO"; then
8679 ac_cv_prog_LIPO=$LIPO
8680 elif test -n "$ac_cv_prog_LIPO"; then
8681 LIPO=$ac_cv_prog_LIPO
8684 if test -n "$ac_cv_prog_LIPO"; then
8685 for ncn_progname in lipo; do
8686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8687 set dummy ${ncn_progname}; ac_word=$2
8688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8689 $as_echo_n "checking
for $ac_word...
" >&6; }
8690 if test "${ac_cv_prog_LIPO+set}" = set; then :
8691 $as_echo_n "(cached
) " >&6
8693 if test -n "$LIPO"; then
8694 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8700 test -z "$as_dir" && as_dir=.
8701 for ac_exec_ext in '' $ac_executable_extensions; do
8702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8703 ac_cv_prog_LIPO="${ncn_progname}"
8704 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8713 LIPO=$ac_cv_prog_LIPO
8714 if test -n "$LIPO"; then
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8716 $as_echo "$LIPO" >&6; }
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8719 $as_echo "no
" >&6; }
8726 for ncn_progname in lipo; do
8727 if test -n "$ncn_tool_prefix"; then
8728 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8729 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8731 $as_echo_n "checking
for $ac_word...
" >&6; }
8732 if test "${ac_cv_prog_LIPO+set}" = set; then :
8733 $as_echo_n "(cached
) " >&6
8735 if test -n "$LIPO"; then
8736 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8742 test -z "$as_dir" && as_dir=.
8743 for ac_exec_ext in '' $ac_executable_extensions; do
8744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8745 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8746 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8755 LIPO=$ac_cv_prog_LIPO
8756 if test -n "$LIPO"; then
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8758 $as_echo "$LIPO" >&6; }
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8761 $as_echo "no
" >&6; }
8766 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8768 set dummy ${ncn_progname}; ac_word=$2
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8770 $as_echo_n "checking
for $ac_word...
" >&6; }
8771 if test "${ac_cv_prog_LIPO+set}" = set; then :
8772 $as_echo_n "(cached
) " >&6
8774 if test -n "$LIPO"; then
8775 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8781 test -z "$as_dir" && as_dir=.
8782 for ac_exec_ext in '' $ac_executable_extensions; do
8783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8784 ac_cv_prog_LIPO="${ncn_progname}"
8785 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8794 LIPO=$ac_cv_prog_LIPO
8795 if test -n "$LIPO"; then
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8797 $as_echo "$LIPO" >&6; }
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8800 $as_echo "no
" >&6; }
8805 test -n "$ac_cv_prog_LIPO" && break
8808 if test -z "$ac_cv_prog_LIPO" ; then
8810 if test $build = $host ; then
8813 LIPO="${ncn_tool_prefix}$2"
8819 if test -n "$NM"; then
8821 elif test -n "$ac_cv_prog_NM"; then
8825 if test -n "$ac_cv_prog_NM"; then
8826 for ncn_progname in nm; do
8827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8828 set dummy ${ncn_progname}; ac_word=$2
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8830 $as_echo_n "checking
for $ac_word...
" >&6; }
8831 if test "${ac_cv_prog_NM+set}" = set; then :
8832 $as_echo_n "(cached
) " >&6
8834 if test -n "$NM"; then
8835 ac_cv_prog_NM="$NM" # Let the user override the test.
8837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8841 test -z "$as_dir" && as_dir=.
8842 for ac_exec_ext in '' $ac_executable_extensions; do
8843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8844 ac_cv_prog_NM="${ncn_progname}"
8845 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8855 if test -n "$NM"; then
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8857 $as_echo "$NM" >&6; }
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8860 $as_echo "no
" >&6; }
8867 for ncn_progname in nm; do
8868 if test -n "$ncn_tool_prefix"; then
8869 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8870 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8872 $as_echo_n "checking
for $ac_word...
" >&6; }
8873 if test "${ac_cv_prog_NM+set}" = set; then :
8874 $as_echo_n "(cached
) " >&6
8876 if test -n "$NM"; then
8877 ac_cv_prog_NM="$NM" # Let the user override the test.
8879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8883 test -z "$as_dir" && as_dir=.
8884 for ac_exec_ext in '' $ac_executable_extensions; do
8885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8886 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8887 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8897 if test -n "$NM"; then
8898 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8899 $as_echo "$NM" >&6; }
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8902 $as_echo "no
" >&6; }
8907 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8908 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8909 set dummy ${ncn_progname}; ac_word=$2
8910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8911 $as_echo_n "checking
for $ac_word...
" >&6; }
8912 if test "${ac_cv_prog_NM+set}" = set; then :
8913 $as_echo_n "(cached
) " >&6
8915 if test -n "$NM"; then
8916 ac_cv_prog_NM="$NM" # Let the user override the test.
8918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8922 test -z "$as_dir" && as_dir=.
8923 for ac_exec_ext in '' $ac_executable_extensions; do
8924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8925 ac_cv_prog_NM="${ncn_progname}"
8926 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8936 if test -n "$NM"; then
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8938 $as_echo "$NM" >&6; }
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8941 $as_echo "no
" >&6; }
8946 test -n "$ac_cv_prog_NM" && break
8949 if test -z "$ac_cv_prog_NM" ; then
8951 if test $build = $host ; then
8954 NM="${ncn_tool_prefix}$2"
8960 if test -n "$RANLIB"; then
8961 ac_cv_prog_RANLIB=$RANLIB
8962 elif test -n "$ac_cv_prog_RANLIB"; then
8963 RANLIB=$ac_cv_prog_RANLIB
8966 if test -n "$ac_cv_prog_RANLIB"; then
8967 for ncn_progname in ranlib; do
8968 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8969 set dummy ${ncn_progname}; ac_word=$2
8970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8971 $as_echo_n "checking
for $ac_word...
" >&6; }
8972 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8973 $as_echo_n "(cached
) " >&6
8975 if test -n "$RANLIB"; then
8976 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8982 test -z "$as_dir" && as_dir=.
8983 for ac_exec_ext in '' $ac_executable_extensions; do
8984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8985 ac_cv_prog_RANLIB="${ncn_progname}"
8986 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8995 RANLIB=$ac_cv_prog_RANLIB
8996 if test -n "$RANLIB"; then
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8998 $as_echo "$RANLIB" >&6; }
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9001 $as_echo "no
" >&6; }
9008 for ncn_progname in ranlib; do
9009 if test -n "$ncn_tool_prefix"; then
9010 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9011 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9013 $as_echo_n "checking
for $ac_word...
" >&6; }
9014 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9015 $as_echo_n "(cached
) " >&6
9017 if test -n "$RANLIB"; then
9018 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9024 test -z "$as_dir" && as_dir=.
9025 for ac_exec_ext in '' $ac_executable_extensions; do
9026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9027 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
9028 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9037 RANLIB=$ac_cv_prog_RANLIB
9038 if test -n "$RANLIB"; then
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
9040 $as_echo "$RANLIB" >&6; }
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9043 $as_echo "no
" >&6; }
9048 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9049 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9050 set dummy ${ncn_progname}; ac_word=$2
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9052 $as_echo_n "checking
for $ac_word...
" >&6; }
9053 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9054 $as_echo_n "(cached
) " >&6
9056 if test -n "$RANLIB"; then
9057 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9063 test -z "$as_dir" && as_dir=.
9064 for ac_exec_ext in '' $ac_executable_extensions; do
9065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9066 ac_cv_prog_RANLIB="${ncn_progname}"
9067 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9076 RANLIB=$ac_cv_prog_RANLIB
9077 if test -n "$RANLIB"; then
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
9079 $as_echo "$RANLIB" >&6; }
9081 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9082 $as_echo "no
" >&6; }
9087 test -n "$ac_cv_prog_RANLIB" && break
9090 if test -z "$ac_cv_prog_RANLIB" ; then
9096 if test -n "$STRIP"; then
9097 ac_cv_prog_STRIP=$STRIP
9098 elif test -n "$ac_cv_prog_STRIP"; then
9099 STRIP=$ac_cv_prog_STRIP
9102 if test -n "$ac_cv_prog_STRIP"; then
9103 for ncn_progname in strip; do
9104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9105 set dummy ${ncn_progname}; ac_word=$2
9106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9107 $as_echo_n "checking
for $ac_word...
" >&6; }
9108 if test "${ac_cv_prog_STRIP+set}" = set; then :
9109 $as_echo_n "(cached
) " >&6
9111 if test -n "$STRIP"; then
9112 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9118 test -z "$as_dir" && as_dir=.
9119 for ac_exec_ext in '' $ac_executable_extensions; do
9120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9121 ac_cv_prog_STRIP="${ncn_progname}"
9122 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9131 STRIP=$ac_cv_prog_STRIP
9132 if test -n "$STRIP"; then
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9134 $as_echo "$STRIP" >&6; }
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9137 $as_echo "no
" >&6; }
9144 for ncn_progname in strip; do
9145 if test -n "$ncn_tool_prefix"; then
9146 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9147 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9149 $as_echo_n "checking
for $ac_word...
" >&6; }
9150 if test "${ac_cv_prog_STRIP+set}" = set; then :
9151 $as_echo_n "(cached
) " >&6
9153 if test -n "$STRIP"; then
9154 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9160 test -z "$as_dir" && as_dir=.
9161 for ac_exec_ext in '' $ac_executable_extensions; do
9162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9163 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9164 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9173 STRIP=$ac_cv_prog_STRIP
9174 if test -n "$STRIP"; then
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9176 $as_echo "$STRIP" >&6; }
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9179 $as_echo "no
" >&6; }
9184 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9185 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9186 set dummy ${ncn_progname}; ac_word=$2
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9188 $as_echo_n "checking
for $ac_word...
" >&6; }
9189 if test "${ac_cv_prog_STRIP+set}" = set; then :
9190 $as_echo_n "(cached
) " >&6
9192 if test -n "$STRIP"; then
9193 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9199 test -z "$as_dir" && as_dir=.
9200 for ac_exec_ext in '' $ac_executable_extensions; do
9201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9202 ac_cv_prog_STRIP="${ncn_progname}"
9203 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9212 STRIP=$ac_cv_prog_STRIP
9213 if test -n "$STRIP"; then
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9215 $as_echo "$STRIP" >&6; }
9217 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9218 $as_echo "no
" >&6; }
9223 test -n "$ac_cv_prog_STRIP" && break
9226 if test -z "$ac_cv_prog_STRIP" ; then
9232 if test -n "$WINDRES"; then
9233 ac_cv_prog_WINDRES=$WINDRES
9234 elif test -n "$ac_cv_prog_WINDRES"; then
9235 WINDRES=$ac_cv_prog_WINDRES
9238 if test -n "$ac_cv_prog_WINDRES"; then
9239 for ncn_progname in windres; do
9240 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9241 set dummy ${ncn_progname}; ac_word=$2
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9243 $as_echo_n "checking
for $ac_word...
" >&6; }
9244 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9245 $as_echo_n "(cached
) " >&6
9247 if test -n "$WINDRES"; then
9248 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9254 test -z "$as_dir" && as_dir=.
9255 for ac_exec_ext in '' $ac_executable_extensions; do
9256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9257 ac_cv_prog_WINDRES="${ncn_progname}"
9258 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9267 WINDRES=$ac_cv_prog_WINDRES
9268 if test -n "$WINDRES"; then
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9270 $as_echo "$WINDRES" >&6; }
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9273 $as_echo "no
" >&6; }
9280 for ncn_progname in windres; do
9281 if test -n "$ncn_tool_prefix"; then
9282 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9283 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9285 $as_echo_n "checking
for $ac_word...
" >&6; }
9286 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9287 $as_echo_n "(cached
) " >&6
9289 if test -n "$WINDRES"; then
9290 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9296 test -z "$as_dir" && as_dir=.
9297 for ac_exec_ext in '' $ac_executable_extensions; do
9298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9299 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9300 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9309 WINDRES=$ac_cv_prog_WINDRES
9310 if test -n "$WINDRES"; then
9311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9312 $as_echo "$WINDRES" >&6; }
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9315 $as_echo "no
" >&6; }
9320 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9321 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9322 set dummy ${ncn_progname}; ac_word=$2
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9324 $as_echo_n "checking
for $ac_word...
" >&6; }
9325 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9326 $as_echo_n "(cached
) " >&6
9328 if test -n "$WINDRES"; then
9329 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9335 test -z "$as_dir" && as_dir=.
9336 for ac_exec_ext in '' $ac_executable_extensions; do
9337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9338 ac_cv_prog_WINDRES="${ncn_progname}"
9339 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9348 WINDRES=$ac_cv_prog_WINDRES
9349 if test -n "$WINDRES"; then
9350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9351 $as_echo "$WINDRES" >&6; }
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9354 $as_echo "no
" >&6; }
9359 test -n "$ac_cv_prog_WINDRES" && break
9362 if test -z "$ac_cv_prog_WINDRES" ; then
9364 if test $build = $host ; then
9367 WINDRES="${ncn_tool_prefix}$2"
9373 if test -n "$WINDMC"; then
9374 ac_cv_prog_WINDMC=$WINDMC
9375 elif test -n "$ac_cv_prog_WINDMC"; then
9376 WINDMC=$ac_cv_prog_WINDMC
9379 if test -n "$ac_cv_prog_WINDMC"; then
9380 for ncn_progname in windmc; do
9381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9382 set dummy ${ncn_progname}; ac_word=$2
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9384 $as_echo_n "checking
for $ac_word...
" >&6; }
9385 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9386 $as_echo_n "(cached
) " >&6
9388 if test -n "$WINDMC"; then
9389 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9395 test -z "$as_dir" && as_dir=.
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9398 ac_cv_prog_WINDMC="${ncn_progname}"
9399 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9408 WINDMC=$ac_cv_prog_WINDMC
9409 if test -n "$WINDMC"; then
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9411 $as_echo "$WINDMC" >&6; }
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9414 $as_echo "no
" >&6; }
9421 for ncn_progname in windmc; do
9422 if test -n "$ncn_tool_prefix"; then
9423 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9424 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9426 $as_echo_n "checking
for $ac_word...
" >&6; }
9427 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9428 $as_echo_n "(cached
) " >&6
9430 if test -n "$WINDMC"; then
9431 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9437 test -z "$as_dir" && as_dir=.
9438 for ac_exec_ext in '' $ac_executable_extensions; do
9439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9440 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9441 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9450 WINDMC=$ac_cv_prog_WINDMC
9451 if test -n "$WINDMC"; then
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9453 $as_echo "$WINDMC" >&6; }
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9456 $as_echo "no
" >&6; }
9461 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9463 set dummy ${ncn_progname}; ac_word=$2
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9465 $as_echo_n "checking
for $ac_word...
" >&6; }
9466 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9467 $as_echo_n "(cached
) " >&6
9469 if test -n "$WINDMC"; then
9470 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9476 test -z "$as_dir" && as_dir=.
9477 for ac_exec_ext in '' $ac_executable_extensions; do
9478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9479 ac_cv_prog_WINDMC="${ncn_progname}"
9480 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9489 WINDMC=$ac_cv_prog_WINDMC
9490 if test -n "$WINDMC"; then
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9492 $as_echo "$WINDMC" >&6; }
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9495 $as_echo "no
" >&6; }
9500 test -n "$ac_cv_prog_WINDMC" && break
9503 if test -z "$ac_cv_prog_WINDMC" ; then
9505 if test $build = $host ; then
9508 WINDMC="${ncn_tool_prefix}$2"
9514 if test -n "$OBJCOPY"; then
9515 ac_cv_prog_OBJCOPY=$OBJCOPY
9516 elif test -n "$ac_cv_prog_OBJCOPY"; then
9517 OBJCOPY=$ac_cv_prog_OBJCOPY
9520 if test -n "$ac_cv_prog_OBJCOPY"; then
9521 for ncn_progname in objcopy; do
9522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9523 set dummy ${ncn_progname}; ac_word=$2
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9525 $as_echo_n "checking
for $ac_word...
" >&6; }
9526 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9527 $as_echo_n "(cached
) " >&6
9529 if test -n "$OBJCOPY"; then
9530 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9536 test -z "$as_dir" && as_dir=.
9537 for ac_exec_ext in '' $ac_executable_extensions; do
9538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9539 ac_cv_prog_OBJCOPY="${ncn_progname}"
9540 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9549 OBJCOPY=$ac_cv_prog_OBJCOPY
9550 if test -n "$OBJCOPY"; then
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9552 $as_echo "$OBJCOPY" >&6; }
9554 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9555 $as_echo "no
" >&6; }
9562 for ncn_progname in objcopy; do
9563 if test -n "$ncn_tool_prefix"; then
9564 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9565 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9567 $as_echo_n "checking
for $ac_word...
" >&6; }
9568 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9569 $as_echo_n "(cached
) " >&6
9571 if test -n "$OBJCOPY"; then
9572 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9578 test -z "$as_dir" && as_dir=.
9579 for ac_exec_ext in '' $ac_executable_extensions; do
9580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9581 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9582 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9591 OBJCOPY=$ac_cv_prog_OBJCOPY
9592 if test -n "$OBJCOPY"; then
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9594 $as_echo "$OBJCOPY" >&6; }
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9597 $as_echo "no
" >&6; }
9602 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9603 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9604 set dummy ${ncn_progname}; ac_word=$2
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9606 $as_echo_n "checking
for $ac_word...
" >&6; }
9607 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9608 $as_echo_n "(cached
) " >&6
9610 if test -n "$OBJCOPY"; then
9611 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9617 test -z "$as_dir" && as_dir=.
9618 for ac_exec_ext in '' $ac_executable_extensions; do
9619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9620 ac_cv_prog_OBJCOPY="${ncn_progname}"
9621 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9630 OBJCOPY=$ac_cv_prog_OBJCOPY
9631 if test -n "$OBJCOPY"; then
9632 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9633 $as_echo "$OBJCOPY" >&6; }
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9636 $as_echo "no
" >&6; }
9641 test -n "$ac_cv_prog_OBJCOPY" && break
9644 if test -z "$ac_cv_prog_OBJCOPY" ; then
9646 if test $build = $host ; then
9649 OBJCOPY="${ncn_tool_prefix}$2"
9655 if test -n "$OBJDUMP"; then
9656 ac_cv_prog_OBJDUMP=$OBJDUMP
9657 elif test -n "$ac_cv_prog_OBJDUMP"; then
9658 OBJDUMP=$ac_cv_prog_OBJDUMP
9661 if test -n "$ac_cv_prog_OBJDUMP"; then
9662 for ncn_progname in objdump; do
9663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9664 set dummy ${ncn_progname}; ac_word=$2
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9666 $as_echo_n "checking
for $ac_word...
" >&6; }
9667 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9668 $as_echo_n "(cached
) " >&6
9670 if test -n "$OBJDUMP"; then
9671 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9677 test -z "$as_dir" && as_dir=.
9678 for ac_exec_ext in '' $ac_executable_extensions; do
9679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9680 ac_cv_prog_OBJDUMP="${ncn_progname}"
9681 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9690 OBJDUMP=$ac_cv_prog_OBJDUMP
9691 if test -n "$OBJDUMP"; then
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9693 $as_echo "$OBJDUMP" >&6; }
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9696 $as_echo "no
" >&6; }
9703 for ncn_progname in objdump; do
9704 if test -n "$ncn_tool_prefix"; then
9705 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9706 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9708 $as_echo_n "checking
for $ac_word...
" >&6; }
9709 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9710 $as_echo_n "(cached
) " >&6
9712 if test -n "$OBJDUMP"; then
9713 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9719 test -z "$as_dir" && as_dir=.
9720 for ac_exec_ext in '' $ac_executable_extensions; do
9721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9722 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9723 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9732 OBJDUMP=$ac_cv_prog_OBJDUMP
9733 if test -n "$OBJDUMP"; then
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9735 $as_echo "$OBJDUMP" >&6; }
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9738 $as_echo "no
" >&6; }
9743 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9745 set dummy ${ncn_progname}; ac_word=$2
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9747 $as_echo_n "checking
for $ac_word...
" >&6; }
9748 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9749 $as_echo_n "(cached
) " >&6
9751 if test -n "$OBJDUMP"; then
9752 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9758 test -z "$as_dir" && as_dir=.
9759 for ac_exec_ext in '' $ac_executable_extensions; do
9760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9761 ac_cv_prog_OBJDUMP="${ncn_progname}"
9762 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9771 OBJDUMP=$ac_cv_prog_OBJDUMP
9772 if test -n "$OBJDUMP"; then
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9774 $as_echo "$OBJDUMP" >&6; }
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9777 $as_echo "no
" >&6; }
9782 test -n "$ac_cv_prog_OBJDUMP" && break
9785 if test -z "$ac_cv_prog_OBJDUMP" ; then
9787 if test $build = $host ; then
9790 OBJDUMP="${ncn_tool_prefix}$2"
9796 if test -n "$READELF"; then
9797 ac_cv_prog_READELF=$READELF
9798 elif test -n "$ac_cv_prog_READELF"; then
9799 READELF=$ac_cv_prog_READELF
9802 if test -n "$ac_cv_prog_READELF"; then
9803 for ncn_progname in readelf; do
9804 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9805 set dummy ${ncn_progname}; ac_word=$2
9806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9807 $as_echo_n "checking
for $ac_word...
" >&6; }
9808 if test "${ac_cv_prog_READELF+set}" = set; then :
9809 $as_echo_n "(cached
) " >&6
9811 if test -n "$READELF"; then
9812 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9818 test -z "$as_dir" && as_dir=.
9819 for ac_exec_ext in '' $ac_executable_extensions; do
9820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9821 ac_cv_prog_READELF="${ncn_progname}"
9822 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9831 READELF=$ac_cv_prog_READELF
9832 if test -n "$READELF"; then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9834 $as_echo "$READELF" >&6; }
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9837 $as_echo "no
" >&6; }
9844 for ncn_progname in readelf; do
9845 if test -n "$ncn_tool_prefix"; then
9846 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9847 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9849 $as_echo_n "checking
for $ac_word...
" >&6; }
9850 if test "${ac_cv_prog_READELF+set}" = set; then :
9851 $as_echo_n "(cached
) " >&6
9853 if test -n "$READELF"; then
9854 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9860 test -z "$as_dir" && as_dir=.
9861 for ac_exec_ext in '' $ac_executable_extensions; do
9862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9863 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9864 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9873 READELF=$ac_cv_prog_READELF
9874 if test -n "$READELF"; then
9875 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9876 $as_echo "$READELF" >&6; }
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9879 $as_echo "no
" >&6; }
9884 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9885 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9886 set dummy ${ncn_progname}; ac_word=$2
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9888 $as_echo_n "checking
for $ac_word...
" >&6; }
9889 if test "${ac_cv_prog_READELF+set}" = set; then :
9890 $as_echo_n "(cached
) " >&6
9892 if test -n "$READELF"; then
9893 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9899 test -z "$as_dir" && as_dir=.
9900 for ac_exec_ext in '' $ac_executable_extensions; do
9901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9902 ac_cv_prog_READELF="${ncn_progname}"
9903 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9912 READELF=$ac_cv_prog_READELF
9913 if test -n "$READELF"; then
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9915 $as_echo "$READELF" >&6; }
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9918 $as_echo "no
" >&6; }
9923 test -n "$ac_cv_prog_READELF" && break
9926 if test -z "$ac_cv_prog_READELF" ; then
9928 if test $build = $host ; then
9931 READELF="${ncn_tool_prefix}$2"
9942 # Check whether --with-build-time-tools was given.
9943 if test "${with_build_time_tools+set}" = set; then :
9944 withval=$with_build_time_tools; case x"$withval" in
9947 with_build_time_tools=
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9949 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9953 with_build_time_tools=
9959 if test -n "$CC_FOR_TARGET"; then
9960 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9961 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9962 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9965 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9966 for ncn_progname in cc gcc; do
9967 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9968 set dummy ${ncn_progname}; ac_word=$2
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9970 $as_echo_n "checking
for $ac_word...
" >&6; }
9971 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9972 $as_echo_n "(cached
) " >&6
9974 if test -n "$CC_FOR_TARGET"; then
9975 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9981 test -z "$as_dir" && as_dir=.
9982 for ac_exec_ext in '' $ac_executable_extensions; do
9983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9984 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9985 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9994 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9995 if test -n "$CC_FOR_TARGET"; then
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9997 $as_echo "$CC_FOR_TARGET" >&6; }
9999 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10000 $as_echo "no
" >&6; }
10007 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10008 for ncn_progname in cc gcc; do
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10010 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10011 if test -x $with_build_time_tools/${ncn_progname}; then
10012 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10014 $as_echo "yes" >&6; }
10017 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10018 $as_echo "no
" >&6; }
10023 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10024 for ncn_progname in cc gcc; do
10025 if test -n "$ncn_target_tool_prefix"; then
10026 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10027 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10029 $as_echo_n "checking
for $ac_word...
" >&6; }
10030 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10031 $as_echo_n "(cached
) " >&6
10033 if test -n "$CC_FOR_TARGET"; then
10034 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10037 for as_dir in $PATH
10040 test -z "$as_dir" && as_dir=.
10041 for ac_exec_ext in '' $ac_executable_extensions; do
10042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10043 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10044 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10053 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10054 if test -n "$CC_FOR_TARGET"; then
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
10056 $as_echo "$CC_FOR_TARGET" >&6; }
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10059 $as_echo "no
" >&6; }
10064 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10065 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10066 set dummy ${ncn_progname}; ac_word=$2
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10068 $as_echo_n "checking
for $ac_word...
" >&6; }
10069 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10070 $as_echo_n "(cached
) " >&6
10072 if test -n "$CC_FOR_TARGET"; then
10073 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10076 for as_dir in $PATH
10079 test -z "$as_dir" && as_dir=.
10080 for ac_exec_ext in '' $ac_executable_extensions; do
10081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10082 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
10083 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10092 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10093 if test -n "$CC_FOR_TARGET"; then
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
10095 $as_echo "$CC_FOR_TARGET" >&6; }
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10098 $as_echo "no
" >&6; }
10103 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10107 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10109 if test $build = $target ; then
10112 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10115 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10120 if test -n "$CXX_FOR_TARGET"; then
10121 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10122 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10123 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10126 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10127 for ncn_progname in c++ g++ cxx gxx; do
10128 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10129 set dummy ${ncn_progname}; ac_word=$2
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10131 $as_echo_n "checking
for $ac_word...
" >&6; }
10132 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10133 $as_echo_n "(cached
) " >&6
10135 if test -n "$CXX_FOR_TARGET"; then
10136 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10139 for as_dir in $PATH
10142 test -z "$as_dir" && as_dir=.
10143 for ac_exec_ext in '' $ac_executable_extensions; do
10144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10145 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10146 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10155 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10156 if test -n "$CXX_FOR_TARGET"; then
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10158 $as_echo "$CXX_FOR_TARGET" >&6; }
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10161 $as_echo "no
" >&6; }
10168 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10169 for ncn_progname in c++ g++ cxx gxx; do
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10171 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10172 if test -x $with_build_time_tools/${ncn_progname}; then
10173 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10175 $as_echo "yes" >&6; }
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10179 $as_echo "no
" >&6; }
10184 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10185 for ncn_progname in c++ g++ cxx gxx; do
10186 if test -n "$ncn_target_tool_prefix"; then
10187 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10188 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10190 $as_echo_n "checking
for $ac_word...
" >&6; }
10191 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10192 $as_echo_n "(cached
) " >&6
10194 if test -n "$CXX_FOR_TARGET"; then
10195 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10198 for as_dir in $PATH
10201 test -z "$as_dir" && as_dir=.
10202 for ac_exec_ext in '' $ac_executable_extensions; do
10203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10204 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10205 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10214 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10215 if test -n "$CXX_FOR_TARGET"; then
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10217 $as_echo "$CXX_FOR_TARGET" >&6; }
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10220 $as_echo "no
" >&6; }
10225 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10226 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10227 set dummy ${ncn_progname}; ac_word=$2
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10229 $as_echo_n "checking
for $ac_word...
" >&6; }
10230 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10231 $as_echo_n "(cached
) " >&6
10233 if test -n "$CXX_FOR_TARGET"; then
10234 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10237 for as_dir in $PATH
10240 test -z "$as_dir" && as_dir=.
10241 for ac_exec_ext in '' $ac_executable_extensions; do
10242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10243 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10244 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10253 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10254 if test -n "$CXX_FOR_TARGET"; then
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10256 $as_echo "$CXX_FOR_TARGET" >&6; }
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10259 $as_echo "no
" >&6; }
10264 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10268 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10269 set dummy c++ g++ cxx gxx
10270 if test $build = $target ; then
10271 CXX_FOR_TARGET="$2"
10273 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10276 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10281 if test -n "$GCC_FOR_TARGET"; then
10282 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10283 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10284 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10287 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10288 for ncn_progname in gcc; do
10289 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10290 set dummy ${ncn_progname}; ac_word=$2
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10292 $as_echo_n "checking
for $ac_word...
" >&6; }
10293 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10294 $as_echo_n "(cached
) " >&6
10296 if test -n "$GCC_FOR_TARGET"; then
10297 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10300 for as_dir in $PATH
10303 test -z "$as_dir" && as_dir=.
10304 for ac_exec_ext in '' $ac_executable_extensions; do
10305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10306 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10307 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10316 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10317 if test -n "$GCC_FOR_TARGET"; then
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10319 $as_echo "$GCC_FOR_TARGET" >&6; }
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10322 $as_echo "no
" >&6; }
10329 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10330 for ncn_progname in gcc; do
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10332 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10333 if test -x $with_build_time_tools/${ncn_progname}; then
10334 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10336 $as_echo "yes" >&6; }
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10340 $as_echo "no
" >&6; }
10345 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10346 for ncn_progname in gcc; do
10347 if test -n "$ncn_target_tool_prefix"; then
10348 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10349 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10351 $as_echo_n "checking
for $ac_word...
" >&6; }
10352 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10353 $as_echo_n "(cached
) " >&6
10355 if test -n "$GCC_FOR_TARGET"; then
10356 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10359 for as_dir in $PATH
10362 test -z "$as_dir" && as_dir=.
10363 for ac_exec_ext in '' $ac_executable_extensions; do
10364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10365 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10366 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10375 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10376 if test -n "$GCC_FOR_TARGET"; then
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10378 $as_echo "$GCC_FOR_TARGET" >&6; }
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10381 $as_echo "no
" >&6; }
10386 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10388 set dummy ${ncn_progname}; ac_word=$2
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10390 $as_echo_n "checking
for $ac_word...
" >&6; }
10391 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10392 $as_echo_n "(cached
) " >&6
10394 if test -n "$GCC_FOR_TARGET"; then
10395 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10398 for as_dir in $PATH
10401 test -z "$as_dir" && as_dir=.
10402 for ac_exec_ext in '' $ac_executable_extensions; do
10403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10404 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10405 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10414 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10415 if test -n "$GCC_FOR_TARGET"; then
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10417 $as_echo "$GCC_FOR_TARGET" >&6; }
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10420 $as_echo "no
" >&6; }
10425 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10429 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10430 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10432 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10437 if test -n "$GCJ_FOR_TARGET"; then
10438 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10439 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10440 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10443 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10444 for ncn_progname in gcj; do
10445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10446 set dummy ${ncn_progname}; ac_word=$2
10447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10448 $as_echo_n "checking
for $ac_word...
" >&6; }
10449 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10450 $as_echo_n "(cached
) " >&6
10452 if test -n "$GCJ_FOR_TARGET"; then
10453 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10456 for as_dir in $PATH
10459 test -z "$as_dir" && as_dir=.
10460 for ac_exec_ext in '' $ac_executable_extensions; do
10461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10462 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10463 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10472 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10473 if test -n "$GCJ_FOR_TARGET"; then
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10475 $as_echo "$GCJ_FOR_TARGET" >&6; }
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10478 $as_echo "no
" >&6; }
10485 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10486 for ncn_progname in gcj; do
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10488 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10489 if test -x $with_build_time_tools/${ncn_progname}; then
10490 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10492 $as_echo "yes" >&6; }
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10496 $as_echo "no
" >&6; }
10501 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10502 for ncn_progname in gcj; do
10503 if test -n "$ncn_target_tool_prefix"; then
10504 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10505 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10507 $as_echo_n "checking
for $ac_word...
" >&6; }
10508 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10509 $as_echo_n "(cached
) " >&6
10511 if test -n "$GCJ_FOR_TARGET"; then
10512 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10515 for as_dir in $PATH
10518 test -z "$as_dir" && as_dir=.
10519 for ac_exec_ext in '' $ac_executable_extensions; do
10520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10521 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10522 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10531 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10532 if test -n "$GCJ_FOR_TARGET"; then
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10534 $as_echo "$GCJ_FOR_TARGET" >&6; }
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10537 $as_echo "no
" >&6; }
10542 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10544 set dummy ${ncn_progname}; ac_word=$2
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10546 $as_echo_n "checking
for $ac_word...
" >&6; }
10547 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10548 $as_echo_n "(cached
) " >&6
10550 if test -n "$GCJ_FOR_TARGET"; then
10551 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10554 for as_dir in $PATH
10557 test -z "$as_dir" && as_dir=.
10558 for ac_exec_ext in '' $ac_executable_extensions; do
10559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10560 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10561 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10570 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10571 if test -n "$GCJ_FOR_TARGET"; then
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10573 $as_echo "$GCJ_FOR_TARGET" >&6; }
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10576 $as_echo "no
" >&6; }
10581 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10585 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10587 if test $build = $target ; then
10588 GCJ_FOR_TARGET="$2"
10590 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10593 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10598 if test -n "$GFORTRAN_FOR_TARGET"; then
10599 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10600 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10601 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10604 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10605 for ncn_progname in gfortran; do
10606 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10607 set dummy ${ncn_progname}; ac_word=$2
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10609 $as_echo_n "checking
for $ac_word...
" >&6; }
10610 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10611 $as_echo_n "(cached
) " >&6
10613 if test -n "$GFORTRAN_FOR_TARGET"; then
10614 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10617 for as_dir in $PATH
10620 test -z "$as_dir" && as_dir=.
10621 for ac_exec_ext in '' $ac_executable_extensions; do
10622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10623 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10624 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10633 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10634 if test -n "$GFORTRAN_FOR_TARGET"; then
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10636 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10639 $as_echo "no
" >&6; }
10646 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10647 for ncn_progname in gfortran; do
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10649 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10650 if test -x $with_build_time_tools/${ncn_progname}; then
10651 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10653 $as_echo "yes" >&6; }
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10657 $as_echo "no
" >&6; }
10662 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10663 for ncn_progname in gfortran; do
10664 if test -n "$ncn_target_tool_prefix"; then
10665 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10666 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10668 $as_echo_n "checking
for $ac_word...
" >&6; }
10669 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10670 $as_echo_n "(cached
) " >&6
10672 if test -n "$GFORTRAN_FOR_TARGET"; then
10673 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10676 for as_dir in $PATH
10679 test -z "$as_dir" && as_dir=.
10680 for ac_exec_ext in '' $ac_executable_extensions; do
10681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10682 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10683 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10692 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10693 if test -n "$GFORTRAN_FOR_TARGET"; then
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10695 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10698 $as_echo "no
" >&6; }
10703 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10705 set dummy ${ncn_progname}; ac_word=$2
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10707 $as_echo_n "checking
for $ac_word...
" >&6; }
10708 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10709 $as_echo_n "(cached
) " >&6
10711 if test -n "$GFORTRAN_FOR_TARGET"; then
10712 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10715 for as_dir in $PATH
10718 test -z "$as_dir" && as_dir=.
10719 for ac_exec_ext in '' $ac_executable_extensions; do
10720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10721 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10722 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10731 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10732 if test -n "$GFORTRAN_FOR_TARGET"; then
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10734 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10737 $as_echo "no
" >&6; }
10742 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10746 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10748 if test $build = $target ; then
10749 GFORTRAN_FOR_TARGET="$2"
10751 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10754 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10759 if test -n "$GOC_FOR_TARGET"; then
10760 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10761 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10762 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10765 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10766 for ncn_progname in gccgo; do
10767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10768 set dummy ${ncn_progname}; ac_word=$2
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10770 $as_echo_n "checking
for $ac_word...
" >&6; }
10771 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10772 $as_echo_n "(cached
) " >&6
10774 if test -n "$GOC_FOR_TARGET"; then
10775 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778 for as_dir in $PATH
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10784 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10785 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10794 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10795 if test -n "$GOC_FOR_TARGET"; then
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10797 $as_echo "$GOC_FOR_TARGET" >&6; }
10799 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10800 $as_echo "no
" >&6; }
10807 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10808 for ncn_progname in gccgo; do
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10810 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10811 if test -x $with_build_time_tools/${ncn_progname}; then
10812 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10814 $as_echo "yes" >&6; }
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10818 $as_echo "no
" >&6; }
10823 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10824 for ncn_progname in gccgo; do
10825 if test -n "$ncn_target_tool_prefix"; then
10826 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10827 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10829 $as_echo_n "checking
for $ac_word...
" >&6; }
10830 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10831 $as_echo_n "(cached
) " >&6
10833 if test -n "$GOC_FOR_TARGET"; then
10834 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10837 for as_dir in $PATH
10840 test -z "$as_dir" && as_dir=.
10841 for ac_exec_ext in '' $ac_executable_extensions; do
10842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10843 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10844 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10853 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10854 if test -n "$GOC_FOR_TARGET"; then
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10856 $as_echo "$GOC_FOR_TARGET" >&6; }
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10859 $as_echo "no
" >&6; }
10864 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10866 set dummy ${ncn_progname}; ac_word=$2
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10868 $as_echo_n "checking
for $ac_word...
" >&6; }
10869 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10870 $as_echo_n "(cached
) " >&6
10872 if test -n "$GOC_FOR_TARGET"; then
10873 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10876 for as_dir in $PATH
10879 test -z "$as_dir" && as_dir=.
10880 for ac_exec_ext in '' $ac_executable_extensions; do
10881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10882 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10883 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10892 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10893 if test -n "$GOC_FOR_TARGET"; then
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10895 $as_echo "$GOC_FOR_TARGET" >&6; }
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10898 $as_echo "no
" >&6; }
10903 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10907 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10909 if test $build = $target ; then
10910 GOC_FOR_TARGET="$2"
10912 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10915 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10920 cat > conftest.c << \EOF
10925 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10926 have_gcc_for_target=yes
10928 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10929 have_gcc_for_target=no
10936 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10937 if test -n "$with_build_time_tools"; then
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10939 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10940 if test -x $with_build_time_tools/ar; then
10941 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10942 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10943 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10944 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10947 $as_echo "no
" >&6; }
10949 elif test $build != $host && test $have_gcc_for_target = yes; then
10950 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10951 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10952 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10955 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10956 # Extract the first word of "ar", so it can be a program name with args.
10957 set dummy ar; ac_word=$2
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10959 $as_echo_n "checking
for $ac_word...
" >&6; }
10960 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10961 $as_echo_n "(cached
) " >&6
10963 case $AR_FOR_TARGET in
10965 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10969 for as_dir in $gcc_cv_tool_dirs
10972 test -z "$as_dir" && as_dir=.
10973 for ac_exec_ext in '' $ac_executable_extensions; do
10974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10975 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10976 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10986 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10987 if test -n "$AR_FOR_TARGET"; then
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10989 $as_echo "$AR_FOR_TARGET" >&6; }
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10992 $as_echo "no
" >&6; }
10997 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11000 if test -n "$AR_FOR_TARGET"; then
11001 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11002 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11003 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11006 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11007 for ncn_progname in ar; do
11008 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11009 set dummy ${ncn_progname}; ac_word=$2
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11011 $as_echo_n "checking
for $ac_word...
" >&6; }
11012 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11013 $as_echo_n "(cached
) " >&6
11015 if test -n "$AR_FOR_TARGET"; then
11016 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11019 for as_dir in $PATH
11022 test -z "$as_dir" && as_dir=.
11023 for ac_exec_ext in '' $ac_executable_extensions; do
11024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11025 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11026 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11035 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11036 if test -n "$AR_FOR_TARGET"; then
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11038 $as_echo "$AR_FOR_TARGET" >&6; }
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11041 $as_echo "no
" >&6; }
11048 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
11049 for ncn_progname in ar; do
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11051 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11052 if test -x $with_build_time_tools/${ncn_progname}; then
11053 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11055 $as_echo "yes" >&6; }
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11059 $as_echo "no
" >&6; }
11064 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11065 for ncn_progname in ar; do
11066 if test -n "$ncn_target_tool_prefix"; then
11067 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11068 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11070 $as_echo_n "checking
for $ac_word...
" >&6; }
11071 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11072 $as_echo_n "(cached
) " >&6
11074 if test -n "$AR_FOR_TARGET"; then
11075 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11078 for as_dir in $PATH
11081 test -z "$as_dir" && as_dir=.
11082 for ac_exec_ext in '' $ac_executable_extensions; do
11083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11084 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11085 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11094 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11095 if test -n "$AR_FOR_TARGET"; then
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11097 $as_echo "$AR_FOR_TARGET" >&6; }
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11100 $as_echo "no
" >&6; }
11105 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11106 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11107 set dummy ${ncn_progname}; ac_word=$2
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11109 $as_echo_n "checking
for $ac_word...
" >&6; }
11110 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11111 $as_echo_n "(cached
) " >&6
11113 if test -n "$AR_FOR_TARGET"; then
11114 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11117 for as_dir in $PATH
11120 test -z "$as_dir" && as_dir=.
11121 for ac_exec_ext in '' $ac_executable_extensions; do
11122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11123 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11124 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11133 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11134 if test -n "$AR_FOR_TARGET"; then
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
11136 $as_echo "$AR_FOR_TARGET" >&6; }
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11139 $as_echo "no
" >&6; }
11144 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11148 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11150 if test $build = $target ; then
11153 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11156 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11160 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11166 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11167 if test -n "$with_build_time_tools"; then
11168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
11169 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
11170 if test -x $with_build_time_tools/as; then
11171 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11172 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
11174 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11177 $as_echo "no
" >&6; }
11179 elif test $build != $host && test $have_gcc_for_target = yes; then
11180 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11181 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11182 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11185 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11186 # Extract the first word of "as
", so it can be a program name with args.
11187 set dummy as; ac_word=$2
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11189 $as_echo_n "checking
for $ac_word...
" >&6; }
11190 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11191 $as_echo_n "(cached
) " >&6
11193 case $AS_FOR_TARGET in
11195 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11199 for as_dir in $gcc_cv_tool_dirs
11202 test -z "$as_dir" && as_dir=.
11203 for ac_exec_ext in '' $ac_executable_extensions; do
11204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11205 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11206 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11216 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11217 if test -n "$AS_FOR_TARGET"; then
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11219 $as_echo "$AS_FOR_TARGET" >&6; }
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11222 $as_echo "no
" >&6; }
11227 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11230 if test -n "$AS_FOR_TARGET"; then
11231 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11232 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11233 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11236 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11237 for ncn_progname in as; do
11238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11239 set dummy ${ncn_progname}; ac_word=$2
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11241 $as_echo_n "checking
for $ac_word...
" >&6; }
11242 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11243 $as_echo_n "(cached
) " >&6
11245 if test -n "$AS_FOR_TARGET"; then
11246 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11249 for as_dir in $PATH
11252 test -z "$as_dir" && as_dir=.
11253 for ac_exec_ext in '' $ac_executable_extensions; do
11254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11255 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11256 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11265 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11266 if test -n "$AS_FOR_TARGET"; then
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11268 $as_echo "$AS_FOR_TARGET" >&6; }
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11271 $as_echo "no
" >&6; }
11278 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11279 for ncn_progname in as; do
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11281 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11282 if test -x $with_build_time_tools/${ncn_progname}; then
11283 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11285 $as_echo "yes" >&6; }
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11289 $as_echo "no
" >&6; }
11294 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11295 for ncn_progname in as; do
11296 if test -n "$ncn_target_tool_prefix"; then
11297 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11298 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11300 $as_echo_n "checking
for $ac_word...
" >&6; }
11301 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11302 $as_echo_n "(cached
) " >&6
11304 if test -n "$AS_FOR_TARGET"; then
11305 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11308 for as_dir in $PATH
11311 test -z "$as_dir" && as_dir=.
11312 for ac_exec_ext in '' $ac_executable_extensions; do
11313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11314 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11315 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11324 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11325 if test -n "$AS_FOR_TARGET"; then
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11327 $as_echo "$AS_FOR_TARGET" >&6; }
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11330 $as_echo "no
" >&6; }
11335 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11337 set dummy ${ncn_progname}; ac_word=$2
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11339 $as_echo_n "checking
for $ac_word...
" >&6; }
11340 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11341 $as_echo_n "(cached
) " >&6
11343 if test -n "$AS_FOR_TARGET"; then
11344 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11347 for as_dir in $PATH
11350 test -z "$as_dir" && as_dir=.
11351 for ac_exec_ext in '' $ac_executable_extensions; do
11352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11353 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11354 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11363 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11364 if test -n "$AS_FOR_TARGET"; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11366 $as_echo "$AS_FOR_TARGET" >&6; }
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11369 $as_echo "no
" >&6; }
11374 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11378 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11380 if test $build = $target ; then
11383 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11386 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11390 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11396 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11397 if test -n "$with_build_time_tools"; then
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
11399 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
11400 if test -x $with_build_time_tools/dlltool; then
11401 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11402 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11404 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11407 $as_echo "no
" >&6; }
11409 elif test $build != $host && test $have_gcc_for_target = yes; then
11410 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11411 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11412 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11415 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11416 # Extract the first word of "dlltool
", so it can be a program name with args.
11417 set dummy dlltool; ac_word=$2
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11419 $as_echo_n "checking
for $ac_word...
" >&6; }
11420 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11421 $as_echo_n "(cached
) " >&6
11423 case $DLLTOOL_FOR_TARGET in
11425 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11429 for as_dir in $gcc_cv_tool_dirs
11432 test -z "$as_dir" && as_dir=.
11433 for ac_exec_ext in '' $ac_executable_extensions; do
11434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11435 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11436 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11446 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11447 if test -n "$DLLTOOL_FOR_TARGET"; then
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11449 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11452 $as_echo "no
" >&6; }
11457 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11460 if test -n "$DLLTOOL_FOR_TARGET"; then
11461 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11462 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11463 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11466 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11467 for ncn_progname in dlltool; do
11468 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11469 set dummy ${ncn_progname}; ac_word=$2
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11471 $as_echo_n "checking
for $ac_word...
" >&6; }
11472 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11473 $as_echo_n "(cached
) " >&6
11475 if test -n "$DLLTOOL_FOR_TARGET"; then
11476 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11479 for as_dir in $PATH
11482 test -z "$as_dir" && as_dir=.
11483 for ac_exec_ext in '' $ac_executable_extensions; do
11484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11485 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11495 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11496 if test -n "$DLLTOOL_FOR_TARGET"; then
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11498 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11501 $as_echo "no
" >&6; }
11508 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11509 for ncn_progname in dlltool; do
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11511 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11512 if test -x $with_build_time_tools/${ncn_progname}; then
11513 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11515 $as_echo "yes" >&6; }
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11519 $as_echo "no
" >&6; }
11524 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11525 for ncn_progname in dlltool; do
11526 if test -n "$ncn_target_tool_prefix"; then
11527 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11528 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11530 $as_echo_n "checking
for $ac_word...
" >&6; }
11531 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11532 $as_echo_n "(cached
) " >&6
11534 if test -n "$DLLTOOL_FOR_TARGET"; then
11535 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11538 for as_dir in $PATH
11541 test -z "$as_dir" && as_dir=.
11542 for ac_exec_ext in '' $ac_executable_extensions; do
11543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11544 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11545 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11554 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11555 if test -n "$DLLTOOL_FOR_TARGET"; then
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11557 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11560 $as_echo "no
" >&6; }
11565 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11567 set dummy ${ncn_progname}; ac_word=$2
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11569 $as_echo_n "checking
for $ac_word...
" >&6; }
11570 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11571 $as_echo_n "(cached
) " >&6
11573 if test -n "$DLLTOOL_FOR_TARGET"; then
11574 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11577 for as_dir in $PATH
11580 test -z "$as_dir" && as_dir=.
11581 for ac_exec_ext in '' $ac_executable_extensions; do
11582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11583 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11584 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11593 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11594 if test -n "$DLLTOOL_FOR_TARGET"; then
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11596 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11599 $as_echo "no
" >&6; }
11604 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11608 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11610 if test $build = $target ; then
11611 DLLTOOL_FOR_TARGET="$2"
11613 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11616 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11620 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11626 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11627 if test -n "$with_build_time_tools"; then
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
11629 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
11630 if test -x $with_build_time_tools/ld; then
11631 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11632 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
11634 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11637 $as_echo "no
" >&6; }
11639 elif test $build != $host && test $have_gcc_for_target = yes; then
11640 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11641 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11642 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11645 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11646 # Extract the first word of "ld
", so it can be a program name with args.
11647 set dummy ld; ac_word=$2
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11649 $as_echo_n "checking
for $ac_word...
" >&6; }
11650 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11651 $as_echo_n "(cached
) " >&6
11653 case $LD_FOR_TARGET in
11655 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11659 for as_dir in $gcc_cv_tool_dirs
11662 test -z "$as_dir" && as_dir=.
11663 for ac_exec_ext in '' $ac_executable_extensions; do
11664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11665 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11666 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11676 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11677 if test -n "$LD_FOR_TARGET"; then
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11679 $as_echo "$LD_FOR_TARGET" >&6; }
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11682 $as_echo "no
" >&6; }
11687 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11690 if test -n "$LD_FOR_TARGET"; then
11691 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11692 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11693 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11696 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11697 for ncn_progname in ld; do
11698 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11699 set dummy ${ncn_progname}; ac_word=$2
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11701 $as_echo_n "checking
for $ac_word...
" >&6; }
11702 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11703 $as_echo_n "(cached
) " >&6
11705 if test -n "$LD_FOR_TARGET"; then
11706 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11709 for as_dir in $PATH
11712 test -z "$as_dir" && as_dir=.
11713 for ac_exec_ext in '' $ac_executable_extensions; do
11714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11715 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11716 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11725 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11726 if test -n "$LD_FOR_TARGET"; then
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11728 $as_echo "$LD_FOR_TARGET" >&6; }
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11731 $as_echo "no
" >&6; }
11738 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11739 for ncn_progname in ld; do
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11741 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11742 if test -x $with_build_time_tools/${ncn_progname}; then
11743 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11745 $as_echo "yes" >&6; }
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11749 $as_echo "no
" >&6; }
11754 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11755 for ncn_progname in ld; do
11756 if test -n "$ncn_target_tool_prefix"; then
11757 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11758 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11760 $as_echo_n "checking
for $ac_word...
" >&6; }
11761 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11762 $as_echo_n "(cached
) " >&6
11764 if test -n "$LD_FOR_TARGET"; then
11765 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11768 for as_dir in $PATH
11771 test -z "$as_dir" && as_dir=.
11772 for ac_exec_ext in '' $ac_executable_extensions; do
11773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11774 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11775 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11784 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11785 if test -n "$LD_FOR_TARGET"; then
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11787 $as_echo "$LD_FOR_TARGET" >&6; }
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11790 $as_echo "no
" >&6; }
11795 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11796 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11797 set dummy ${ncn_progname}; ac_word=$2
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11799 $as_echo_n "checking
for $ac_word...
" >&6; }
11800 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11801 $as_echo_n "(cached
) " >&6
11803 if test -n "$LD_FOR_TARGET"; then
11804 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11807 for as_dir in $PATH
11810 test -z "$as_dir" && as_dir=.
11811 for ac_exec_ext in '' $ac_executable_extensions; do
11812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11813 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11814 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11823 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11824 if test -n "$LD_FOR_TARGET"; then
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11826 $as_echo "$LD_FOR_TARGET" >&6; }
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11829 $as_echo "no
" >&6; }
11834 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11838 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11840 if test $build = $target ; then
11843 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11846 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11850 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11856 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11857 if test -n "$with_build_time_tools"; then
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
11859 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
11860 if test -x $with_build_time_tools/lipo; then
11861 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11862 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
11864 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11867 $as_echo "no
" >&6; }
11869 elif test $build != $host && test $have_gcc_for_target = yes; then
11870 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11871 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11872 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11875 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11876 # Extract the first word of "lipo
", so it can be a program name with args.
11877 set dummy lipo; ac_word=$2
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11879 $as_echo_n "checking
for $ac_word...
" >&6; }
11880 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11881 $as_echo_n "(cached
) " >&6
11883 case $LIPO_FOR_TARGET in
11885 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11889 for as_dir in $gcc_cv_tool_dirs
11892 test -z "$as_dir" && as_dir=.
11893 for ac_exec_ext in '' $ac_executable_extensions; do
11894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11895 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11896 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11906 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11907 if test -n "$LIPO_FOR_TARGET"; then
11908 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11909 $as_echo "$LIPO_FOR_TARGET" >&6; }
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11912 $as_echo "no
" >&6; }
11917 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11920 if test -n "$LIPO_FOR_TARGET"; then
11921 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11922 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11923 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11926 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11927 for ncn_progname in lipo; do
11928 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11929 set dummy ${ncn_progname}; ac_word=$2
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11931 $as_echo_n "checking
for $ac_word...
" >&6; }
11932 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11933 $as_echo_n "(cached
) " >&6
11935 if test -n "$LIPO_FOR_TARGET"; then
11936 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11939 for as_dir in $PATH
11942 test -z "$as_dir" && as_dir=.
11943 for ac_exec_ext in '' $ac_executable_extensions; do
11944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11945 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11946 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11955 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11956 if test -n "$LIPO_FOR_TARGET"; then
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11958 $as_echo "$LIPO_FOR_TARGET" >&6; }
11960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11961 $as_echo "no
" >&6; }
11968 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11969 for ncn_progname in lipo; do
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11971 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11972 if test -x $with_build_time_tools/${ncn_progname}; then
11973 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11975 $as_echo "yes" >&6; }
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11979 $as_echo "no
" >&6; }
11984 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11985 for ncn_progname in lipo; do
11986 if test -n "$ncn_target_tool_prefix"; then
11987 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11988 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11990 $as_echo_n "checking
for $ac_word...
" >&6; }
11991 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11992 $as_echo_n "(cached
) " >&6
11994 if test -n "$LIPO_FOR_TARGET"; then
11995 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11998 for as_dir in $PATH
12001 test -z "$as_dir" && as_dir=.
12002 for ac_exec_ext in '' $ac_executable_extensions; do
12003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12004 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12005 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12014 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12015 if test -n "$LIPO_FOR_TARGET"; then
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
12017 $as_echo "$LIPO_FOR_TARGET" >&6; }
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12020 $as_echo "no
" >&6; }
12025 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12026 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12027 set dummy ${ncn_progname}; ac_word=$2
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12029 $as_echo_n "checking
for $ac_word...
" >&6; }
12030 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12031 $as_echo_n "(cached
) " >&6
12033 if test -n "$LIPO_FOR_TARGET"; then
12034 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12037 for as_dir in $PATH
12040 test -z "$as_dir" && as_dir=.
12041 for ac_exec_ext in '' $ac_executable_extensions; do
12042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12043 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
12044 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12053 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12054 if test -n "$LIPO_FOR_TARGET"; then
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
12056 $as_echo "$LIPO_FOR_TARGET" >&6; }
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12059 $as_echo "no
" >&6; }
12064 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12068 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12070 if test $build = $target ; then
12071 LIPO_FOR_TARGET="$2"
12073 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12076 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
12080 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
12086 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12087 if test -n "$with_build_time_tools"; then
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
12089 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
12090 if test -x $with_build_time_tools/nm; then
12091 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12092 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
12094 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12097 $as_echo "no
" >&6; }
12099 elif test $build != $host && test $have_gcc_for_target = yes; then
12100 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12101 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12102 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12105 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12106 # Extract the first word of "nm
", so it can be a program name with args.
12107 set dummy nm; ac_word=$2
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12109 $as_echo_n "checking
for $ac_word...
" >&6; }
12110 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12111 $as_echo_n "(cached
) " >&6
12113 case $NM_FOR_TARGET in
12115 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12119 for as_dir in $gcc_cv_tool_dirs
12122 test -z "$as_dir" && as_dir=.
12123 for ac_exec_ext in '' $ac_executable_extensions; do
12124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12125 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12126 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12136 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12137 if test -n "$NM_FOR_TARGET"; then
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12139 $as_echo "$NM_FOR_TARGET" >&6; }
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12142 $as_echo "no
" >&6; }
12147 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12150 if test -n "$NM_FOR_TARGET"; then
12151 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12152 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12153 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12156 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12157 for ncn_progname in nm; do
12158 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12159 set dummy ${ncn_progname}; ac_word=$2
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12161 $as_echo_n "checking
for $ac_word...
" >&6; }
12162 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12163 $as_echo_n "(cached
) " >&6
12165 if test -n "$NM_FOR_TARGET"; then
12166 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12169 for as_dir in $PATH
12172 test -z "$as_dir" && as_dir=.
12173 for ac_exec_ext in '' $ac_executable_extensions; do
12174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12175 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12176 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12185 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12186 if test -n "$NM_FOR_TARGET"; then
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12188 $as_echo "$NM_FOR_TARGET" >&6; }
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12191 $as_echo "no
" >&6; }
12198 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12199 for ncn_progname in nm; do
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12201 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12202 if test -x $with_build_time_tools/${ncn_progname}; then
12203 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12205 $as_echo "yes" >&6; }
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12209 $as_echo "no
" >&6; }
12214 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12215 for ncn_progname in nm; do
12216 if test -n "$ncn_target_tool_prefix"; then
12217 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12218 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12220 $as_echo_n "checking
for $ac_word...
" >&6; }
12221 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12222 $as_echo_n "(cached
) " >&6
12224 if test -n "$NM_FOR_TARGET"; then
12225 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12228 for as_dir in $PATH
12231 test -z "$as_dir" && as_dir=.
12232 for ac_exec_ext in '' $ac_executable_extensions; do
12233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12234 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12235 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12244 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12245 if test -n "$NM_FOR_TARGET"; then
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12247 $as_echo "$NM_FOR_TARGET" >&6; }
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12250 $as_echo "no
" >&6; }
12255 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12256 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12257 set dummy ${ncn_progname}; ac_word=$2
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12259 $as_echo_n "checking
for $ac_word...
" >&6; }
12260 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12261 $as_echo_n "(cached
) " >&6
12263 if test -n "$NM_FOR_TARGET"; then
12264 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12267 for as_dir in $PATH
12270 test -z "$as_dir" && as_dir=.
12271 for ac_exec_ext in '' $ac_executable_extensions; do
12272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12273 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12274 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12283 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12284 if test -n "$NM_FOR_TARGET"; then
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12286 $as_echo "$NM_FOR_TARGET" >&6; }
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12289 $as_echo "no
" >&6; }
12294 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12298 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12300 if test $build = $target ; then
12303 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12306 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12310 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12316 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12317 if test -n "$with_build_time_tools"; then
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objcopy
in $with_build_time_tools" >&5
12319 $as_echo_n "checking
for objcopy
in $with_build_time_tools...
" >&6; }
12320 if test -x $with_build_time_tools/objcopy; then
12321 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12322 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12324 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12327 $as_echo "no
" >&6; }
12329 elif test $build != $host && test $have_gcc_for_target = yes; then
12330 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12331 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12332 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12335 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12336 # Extract the first word of "objcopy
", so it can be a program name with args.
12337 set dummy objcopy; ac_word=$2
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12339 $as_echo_n "checking
for $ac_word...
" >&6; }
12340 if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12341 $as_echo_n "(cached
) " >&6
12343 case $OBJCOPY_FOR_TARGET in
12345 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12349 for as_dir in $gcc_cv_tool_dirs
12352 test -z "$as_dir" && as_dir=.
12353 for ac_exec_ext in '' $ac_executable_extensions; do
12354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12355 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12356 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12366 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12367 if test -n "$OBJCOPY_FOR_TARGET"; then
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12369 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12372 $as_echo "no
" >&6; }
12377 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12380 if test -n "$OBJCOPY_FOR_TARGET"; then
12381 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12382 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12383 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12386 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12387 for ncn_progname in objcopy; do
12388 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12389 set dummy ${ncn_progname}; ac_word=$2
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12391 $as_echo_n "checking
for $ac_word...
" >&6; }
12392 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12393 $as_echo_n "(cached
) " >&6
12395 if test -n "$OBJCOPY_FOR_TARGET"; then
12396 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12399 for as_dir in $PATH
12402 test -z "$as_dir" && as_dir=.
12403 for ac_exec_ext in '' $ac_executable_extensions; do
12404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12405 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12406 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12415 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12416 if test -n "$OBJCOPY_FOR_TARGET"; then
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12418 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12421 $as_echo "no
" >&6; }
12428 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12429 for ncn_progname in objcopy; do
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12431 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12432 if test -x $with_build_time_tools/${ncn_progname}; then
12433 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12435 $as_echo "yes" >&6; }
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12439 $as_echo "no
" >&6; }
12444 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12445 for ncn_progname in objcopy; do
12446 if test -n "$ncn_target_tool_prefix"; then
12447 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12448 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12450 $as_echo_n "checking
for $ac_word...
" >&6; }
12451 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12452 $as_echo_n "(cached
) " >&6
12454 if test -n "$OBJCOPY_FOR_TARGET"; then
12455 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12458 for as_dir in $PATH
12461 test -z "$as_dir" && as_dir=.
12462 for ac_exec_ext in '' $ac_executable_extensions; do
12463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12464 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12465 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12474 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12475 if test -n "$OBJCOPY_FOR_TARGET"; then
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12477 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12480 $as_echo "no
" >&6; }
12485 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12486 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12487 set dummy ${ncn_progname}; ac_word=$2
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12489 $as_echo_n "checking
for $ac_word...
" >&6; }
12490 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12491 $as_echo_n "(cached
) " >&6
12493 if test -n "$OBJCOPY_FOR_TARGET"; then
12494 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12497 for as_dir in $PATH
12500 test -z "$as_dir" && as_dir=.
12501 for ac_exec_ext in '' $ac_executable_extensions; do
12502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12503 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12504 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12513 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12514 if test -n "$OBJCOPY_FOR_TARGET"; then
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY_FOR_TARGET" >&5
12516 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12519 $as_echo "no
" >&6; }
12524 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12528 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12530 if test $build = $target ; then
12531 OBJCOPY_FOR_TARGET="$2"
12533 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12536 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12540 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12546 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12547 if test -n "$with_build_time_tools"; then
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
12549 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
12550 if test -x $with_build_time_tools/objdump; then
12551 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12552 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12553 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12554 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12557 $as_echo "no
" >&6; }
12559 elif test $build != $host && test $have_gcc_for_target = yes; then
12560 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12561 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12562 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12565 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12566 # Extract the first word of "objdump
", so it can be a program name with args.
12567 set dummy objdump; ac_word=$2
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12569 $as_echo_n "checking
for $ac_word...
" >&6; }
12570 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12571 $as_echo_n "(cached
) " >&6
12573 case $OBJDUMP_FOR_TARGET in
12575 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12579 for as_dir in $gcc_cv_tool_dirs
12582 test -z "$as_dir" && as_dir=.
12583 for ac_exec_ext in '' $ac_executable_extensions; do
12584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12585 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12586 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12596 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12597 if test -n "$OBJDUMP_FOR_TARGET"; then
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12599 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12602 $as_echo "no
" >&6; }
12607 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12610 if test -n "$OBJDUMP_FOR_TARGET"; then
12611 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12612 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12613 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12616 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12617 for ncn_progname in objdump; do
12618 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12619 set dummy ${ncn_progname}; ac_word=$2
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12621 $as_echo_n "checking
for $ac_word...
" >&6; }
12622 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12623 $as_echo_n "(cached
) " >&6
12625 if test -n "$OBJDUMP_FOR_TARGET"; then
12626 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12629 for as_dir in $PATH
12632 test -z "$as_dir" && as_dir=.
12633 for ac_exec_ext in '' $ac_executable_extensions; do
12634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12635 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12636 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12645 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12646 if test -n "$OBJDUMP_FOR_TARGET"; then
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12648 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12651 $as_echo "no
" >&6; }
12658 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12659 for ncn_progname in objdump; do
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12661 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12662 if test -x $with_build_time_tools/${ncn_progname}; then
12663 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12665 $as_echo "yes" >&6; }
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12669 $as_echo "no
" >&6; }
12674 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12675 for ncn_progname in objdump; do
12676 if test -n "$ncn_target_tool_prefix"; then
12677 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12678 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12680 $as_echo_n "checking
for $ac_word...
" >&6; }
12681 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12682 $as_echo_n "(cached
) " >&6
12684 if test -n "$OBJDUMP_FOR_TARGET"; then
12685 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12688 for as_dir in $PATH
12691 test -z "$as_dir" && as_dir=.
12692 for ac_exec_ext in '' $ac_executable_extensions; do
12693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12694 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12695 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12704 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12705 if test -n "$OBJDUMP_FOR_TARGET"; then
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12707 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12710 $as_echo "no
" >&6; }
12715 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12716 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12717 set dummy ${ncn_progname}; ac_word=$2
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12719 $as_echo_n "checking
for $ac_word...
" >&6; }
12720 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12721 $as_echo_n "(cached
) " >&6
12723 if test -n "$OBJDUMP_FOR_TARGET"; then
12724 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12727 for as_dir in $PATH
12730 test -z "$as_dir" && as_dir=.
12731 for ac_exec_ext in '' $ac_executable_extensions; do
12732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12733 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12734 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12743 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12744 if test -n "$OBJDUMP_FOR_TARGET"; then
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12746 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12749 $as_echo "no
" >&6; }
12754 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12758 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12760 if test $build = $target ; then
12761 OBJDUMP_FOR_TARGET="$2"
12763 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12766 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12770 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12776 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12777 if test -n "$with_build_time_tools"; then
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
12779 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
12780 if test -x $with_build_time_tools/ranlib; then
12781 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12782 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12784 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12787 $as_echo "no
" >&6; }
12789 elif test $build != $host && test $have_gcc_for_target = yes; then
12790 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12791 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12792 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12795 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12796 # Extract the first word of "ranlib
", so it can be a program name with args.
12797 set dummy ranlib; ac_word=$2
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12799 $as_echo_n "checking
for $ac_word...
" >&6; }
12800 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12801 $as_echo_n "(cached
) " >&6
12803 case $RANLIB_FOR_TARGET in
12805 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12809 for as_dir in $gcc_cv_tool_dirs
12812 test -z "$as_dir" && as_dir=.
12813 for ac_exec_ext in '' $ac_executable_extensions; do
12814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12815 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12816 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12826 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12827 if test -n "$RANLIB_FOR_TARGET"; then
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12829 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12832 $as_echo "no
" >&6; }
12837 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12840 if test -n "$RANLIB_FOR_TARGET"; then
12841 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12842 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12843 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12846 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12847 for ncn_progname in ranlib; do
12848 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12849 set dummy ${ncn_progname}; ac_word=$2
12850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12851 $as_echo_n "checking
for $ac_word...
" >&6; }
12852 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12853 $as_echo_n "(cached
) " >&6
12855 if test -n "$RANLIB_FOR_TARGET"; then
12856 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12859 for as_dir in $PATH
12862 test -z "$as_dir" && as_dir=.
12863 for ac_exec_ext in '' $ac_executable_extensions; do
12864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12865 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12866 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12875 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12876 if test -n "$RANLIB_FOR_TARGET"; then
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12878 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12881 $as_echo "no
" >&6; }
12888 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12889 for ncn_progname in ranlib; do
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12891 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12892 if test -x $with_build_time_tools/${ncn_progname}; then
12893 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12895 $as_echo "yes" >&6; }
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12899 $as_echo "no
" >&6; }
12904 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12905 for ncn_progname in ranlib; do
12906 if test -n "$ncn_target_tool_prefix"; then
12907 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12908 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12910 $as_echo_n "checking
for $ac_word...
" >&6; }
12911 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12912 $as_echo_n "(cached
) " >&6
12914 if test -n "$RANLIB_FOR_TARGET"; then
12915 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12918 for as_dir in $PATH
12921 test -z "$as_dir" && as_dir=.
12922 for ac_exec_ext in '' $ac_executable_extensions; do
12923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12924 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12925 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12934 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12935 if test -n "$RANLIB_FOR_TARGET"; then
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12937 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12940 $as_echo "no
" >&6; }
12945 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12947 set dummy ${ncn_progname}; ac_word=$2
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12949 $as_echo_n "checking
for $ac_word...
" >&6; }
12950 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12951 $as_echo_n "(cached
) " >&6
12953 if test -n "$RANLIB_FOR_TARGET"; then
12954 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12957 for as_dir in $PATH
12960 test -z "$as_dir" && as_dir=.
12961 for ac_exec_ext in '' $ac_executable_extensions; do
12962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12963 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12964 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12973 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12974 if test -n "$RANLIB_FOR_TARGET"; then
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12976 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12979 $as_echo "no
" >&6; }
12984 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12988 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12990 if test $build = $target ; then
12991 RANLIB_FOR_TARGET="$2"
12993 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12996 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
13000 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
13006 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13007 if test -n "$with_build_time_tools"; then
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
13009 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
13010 if test -x $with_build_time_tools/readelf; then
13011 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
13012 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
13014 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13017 $as_echo "no
" >&6; }
13019 elif test $build != $host && test $have_gcc_for_target = yes; then
13020 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
13021 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
13022 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13025 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13026 # Extract the first word of "readelf
", so it can be a program name with args.
13027 set dummy readelf; ac_word=$2
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13029 $as_echo_n "checking
for $ac_word...
" >&6; }
13030 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
13031 $as_echo_n "(cached
) " >&6
13033 case $READELF_FOR_TARGET in
13035 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
13038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13039 for as_dir in $gcc_cv_tool_dirs
13042 test -z "$as_dir" && as_dir=.
13043 for ac_exec_ext in '' $ac_executable_extensions; do
13044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13045 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13046 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13056 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13057 if test -n "$READELF_FOR_TARGET"; then
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13059 $as_echo "$READELF_FOR_TARGET" >&6; }
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13062 $as_echo "no
" >&6; }
13067 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13070 if test -n "$READELF_FOR_TARGET"; then
13071 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13072 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13073 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13076 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13077 for ncn_progname in readelf; do
13078 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13079 set dummy ${ncn_progname}; ac_word=$2
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13081 $as_echo_n "checking
for $ac_word...
" >&6; }
13082 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13083 $as_echo_n "(cached
) " >&6
13085 if test -n "$READELF_FOR_TARGET"; then
13086 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13089 for as_dir in $PATH
13092 test -z "$as_dir" && as_dir=.
13093 for ac_exec_ext in '' $ac_executable_extensions; do
13094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13095 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13096 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13105 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13106 if test -n "$READELF_FOR_TARGET"; then
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13108 $as_echo "$READELF_FOR_TARGET" >&6; }
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13111 $as_echo "no
" >&6; }
13118 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13119 for ncn_progname in readelf; do
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13121 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13122 if test -x $with_build_time_tools/${ncn_progname}; then
13123 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13125 $as_echo "yes" >&6; }
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13129 $as_echo "no
" >&6; }
13134 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13135 for ncn_progname in readelf; do
13136 if test -n "$ncn_target_tool_prefix"; then
13137 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13138 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13140 $as_echo_n "checking
for $ac_word...
" >&6; }
13141 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13142 $as_echo_n "(cached
) " >&6
13144 if test -n "$READELF_FOR_TARGET"; then
13145 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13148 for as_dir in $PATH
13151 test -z "$as_dir" && as_dir=.
13152 for ac_exec_ext in '' $ac_executable_extensions; do
13153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13154 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13155 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13164 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13165 if test -n "$READELF_FOR_TARGET"; then
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13167 $as_echo "$READELF_FOR_TARGET" >&6; }
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13170 $as_echo "no
" >&6; }
13175 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13176 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13177 set dummy ${ncn_progname}; ac_word=$2
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13179 $as_echo_n "checking
for $ac_word...
" >&6; }
13180 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13181 $as_echo_n "(cached
) " >&6
13183 if test -n "$READELF_FOR_TARGET"; then
13184 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13187 for as_dir in $PATH
13190 test -z "$as_dir" && as_dir=.
13191 for ac_exec_ext in '' $ac_executable_extensions; do
13192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13193 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13194 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13203 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13204 if test -n "$READELF_FOR_TARGET"; then
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
13206 $as_echo "$READELF_FOR_TARGET" >&6; }
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13209 $as_echo "no
" >&6; }
13214 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13218 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13220 if test $build = $target ; then
13221 READELF_FOR_TARGET="$2"
13223 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13226 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13230 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13236 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13237 if test -n "$with_build_time_tools"; then
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
13239 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
13240 if test -x $with_build_time_tools/strip; then
13241 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13242 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
13244 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13247 $as_echo "no
" >&6; }
13249 elif test $build != $host && test $have_gcc_for_target = yes; then
13250 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
13251 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13252 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13255 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13256 # Extract the first word of "strip
", so it can be a program name with args.
13257 set dummy strip; ac_word=$2
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13259 $as_echo_n "checking
for $ac_word...
" >&6; }
13260 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13261 $as_echo_n "(cached
) " >&6
13263 case $STRIP_FOR_TARGET in
13265 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13269 for as_dir in $gcc_cv_tool_dirs
13272 test -z "$as_dir" && as_dir=.
13273 for ac_exec_ext in '' $ac_executable_extensions; do
13274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13275 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13276 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13286 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13287 if test -n "$STRIP_FOR_TARGET"; then
13288 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13289 $as_echo "$STRIP_FOR_TARGET" >&6; }
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13292 $as_echo "no
" >&6; }
13297 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13300 if test -n "$STRIP_FOR_TARGET"; then
13301 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13302 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13303 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13306 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13307 for ncn_progname in strip; do
13308 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13309 set dummy ${ncn_progname}; ac_word=$2
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13311 $as_echo_n "checking
for $ac_word...
" >&6; }
13312 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13313 $as_echo_n "(cached
) " >&6
13315 if test -n "$STRIP_FOR_TARGET"; then
13316 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13319 for as_dir in $PATH
13322 test -z "$as_dir" && as_dir=.
13323 for ac_exec_ext in '' $ac_executable_extensions; do
13324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13325 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13326 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13335 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13336 if test -n "$STRIP_FOR_TARGET"; then
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13338 $as_echo "$STRIP_FOR_TARGET" >&6; }
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13341 $as_echo "no
" >&6; }
13348 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13349 for ncn_progname in strip; do
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13351 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13352 if test -x $with_build_time_tools/${ncn_progname}; then
13353 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13355 $as_echo "yes" >&6; }
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13359 $as_echo "no
" >&6; }
13364 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13365 for ncn_progname in strip; do
13366 if test -n "$ncn_target_tool_prefix"; then
13367 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13368 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13370 $as_echo_n "checking
for $ac_word...
" >&6; }
13371 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13372 $as_echo_n "(cached
) " >&6
13374 if test -n "$STRIP_FOR_TARGET"; then
13375 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13378 for as_dir in $PATH
13381 test -z "$as_dir" && as_dir=.
13382 for ac_exec_ext in '' $ac_executable_extensions; do
13383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13384 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13385 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13394 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13395 if test -n "$STRIP_FOR_TARGET"; then
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13397 $as_echo "$STRIP_FOR_TARGET" >&6; }
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13400 $as_echo "no
" >&6; }
13405 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13406 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13407 set dummy ${ncn_progname}; ac_word=$2
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13409 $as_echo_n "checking
for $ac_word...
" >&6; }
13410 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13411 $as_echo_n "(cached
) " >&6
13413 if test -n "$STRIP_FOR_TARGET"; then
13414 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13417 for as_dir in $PATH
13420 test -z "$as_dir" && as_dir=.
13421 for ac_exec_ext in '' $ac_executable_extensions; do
13422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13423 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13424 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13433 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13434 if test -n "$STRIP_FOR_TARGET"; then
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
13436 $as_echo "$STRIP_FOR_TARGET" >&6; }
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13439 $as_echo "no
" >&6; }
13444 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13448 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13450 if test $build = $target ; then
13451 STRIP_FOR_TARGET="$2"
13453 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13456 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13460 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13466 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13467 if test -n "$with_build_time_tools"; then
13468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
13469 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
13470 if test -x $with_build_time_tools/windres; then
13471 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13472 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13474 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13477 $as_echo "no
" >&6; }
13479 elif test $build != $host && test $have_gcc_for_target = yes; then
13480 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13481 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13482 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13485 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13486 # Extract the first word of "windres
", so it can be a program name with args.
13487 set dummy windres; ac_word=$2
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13489 $as_echo_n "checking
for $ac_word...
" >&6; }
13490 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13491 $as_echo_n "(cached
) " >&6
13493 case $WINDRES_FOR_TARGET in
13495 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13499 for as_dir in $gcc_cv_tool_dirs
13502 test -z "$as_dir" && as_dir=.
13503 for ac_exec_ext in '' $ac_executable_extensions; do
13504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13505 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13506 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13516 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13517 if test -n "$WINDRES_FOR_TARGET"; then
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13519 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13522 $as_echo "no
" >&6; }
13527 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13530 if test -n "$WINDRES_FOR_TARGET"; then
13531 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13532 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13533 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13536 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13537 for ncn_progname in windres; do
13538 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13539 set dummy ${ncn_progname}; ac_word=$2
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13541 $as_echo_n "checking
for $ac_word...
" >&6; }
13542 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13543 $as_echo_n "(cached
) " >&6
13545 if test -n "$WINDRES_FOR_TARGET"; then
13546 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13549 for as_dir in $PATH
13552 test -z "$as_dir" && as_dir=.
13553 for ac_exec_ext in '' $ac_executable_extensions; do
13554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13555 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13556 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13565 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13566 if test -n "$WINDRES_FOR_TARGET"; then
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13568 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13571 $as_echo "no
" >&6; }
13578 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13579 for ncn_progname in windres; do
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13581 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13582 if test -x $with_build_time_tools/${ncn_progname}; then
13583 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13585 $as_echo "yes" >&6; }
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13589 $as_echo "no
" >&6; }
13594 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13595 for ncn_progname in windres; do
13596 if test -n "$ncn_target_tool_prefix"; then
13597 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13598 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13600 $as_echo_n "checking
for $ac_word...
" >&6; }
13601 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13602 $as_echo_n "(cached
) " >&6
13604 if test -n "$WINDRES_FOR_TARGET"; then
13605 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13608 for as_dir in $PATH
13611 test -z "$as_dir" && as_dir=.
13612 for ac_exec_ext in '' $ac_executable_extensions; do
13613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13614 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13615 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13624 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13625 if test -n "$WINDRES_FOR_TARGET"; then
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13627 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13630 $as_echo "no
" >&6; }
13635 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13636 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13637 set dummy ${ncn_progname}; ac_word=$2
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13639 $as_echo_n "checking
for $ac_word...
" >&6; }
13640 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13641 $as_echo_n "(cached
) " >&6
13643 if test -n "$WINDRES_FOR_TARGET"; then
13644 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13647 for as_dir in $PATH
13650 test -z "$as_dir" && as_dir=.
13651 for ac_exec_ext in '' $ac_executable_extensions; do
13652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13653 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13654 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13663 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13664 if test -n "$WINDRES_FOR_TARGET"; then
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13666 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13669 $as_echo "no
" >&6; }
13674 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13678 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13680 if test $build = $target ; then
13681 WINDRES_FOR_TARGET="$2"
13683 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13686 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13690 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13696 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13697 if test -n "$with_build_time_tools"; then
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
13699 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
13700 if test -x $with_build_time_tools/windmc; then
13701 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13702 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13704 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13707 $as_echo "no
" >&6; }
13709 elif test $build != $host && test $have_gcc_for_target = yes; then
13710 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13711 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13712 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13715 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13716 # Extract the first word of "windmc
", so it can be a program name with args.
13717 set dummy windmc; ac_word=$2
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13719 $as_echo_n "checking
for $ac_word...
" >&6; }
13720 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13721 $as_echo_n "(cached
) " >&6
13723 case $WINDMC_FOR_TARGET in
13725 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13729 for as_dir in $gcc_cv_tool_dirs
13732 test -z "$as_dir" && as_dir=.
13733 for ac_exec_ext in '' $ac_executable_extensions; do
13734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13735 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13736 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13746 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13747 if test -n "$WINDMC_FOR_TARGET"; then
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13749 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13752 $as_echo "no
" >&6; }
13757 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13760 if test -n "$WINDMC_FOR_TARGET"; then
13761 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13762 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13763 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13766 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13767 for ncn_progname in windmc; do
13768 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13769 set dummy ${ncn_progname}; ac_word=$2
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13771 $as_echo_n "checking
for $ac_word...
" >&6; }
13772 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13773 $as_echo_n "(cached
) " >&6
13775 if test -n "$WINDMC_FOR_TARGET"; then
13776 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13779 for as_dir in $PATH
13782 test -z "$as_dir" && as_dir=.
13783 for ac_exec_ext in '' $ac_executable_extensions; do
13784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13785 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13786 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13795 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13796 if test -n "$WINDMC_FOR_TARGET"; then
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13798 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13801 $as_echo "no
" >&6; }
13808 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13809 for ncn_progname in windmc; do
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13811 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13812 if test -x $with_build_time_tools/${ncn_progname}; then
13813 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13815 $as_echo "yes" >&6; }
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13819 $as_echo "no
" >&6; }
13824 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13825 for ncn_progname in windmc; do
13826 if test -n "$ncn_target_tool_prefix"; then
13827 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13828 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13830 $as_echo_n "checking
for $ac_word...
" >&6; }
13831 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13832 $as_echo_n "(cached
) " >&6
13834 if test -n "$WINDMC_FOR_TARGET"; then
13835 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13838 for as_dir in $PATH
13841 test -z "$as_dir" && as_dir=.
13842 for ac_exec_ext in '' $ac_executable_extensions; do
13843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13844 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13845 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13854 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13855 if test -n "$WINDMC_FOR_TARGET"; then
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13857 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13860 $as_echo "no
" >&6; }
13865 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13866 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13867 set dummy ${ncn_progname}; ac_word=$2
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13869 $as_echo_n "checking
for $ac_word...
" >&6; }
13870 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13871 $as_echo_n "(cached
) " >&6
13873 if test -n "$WINDMC_FOR_TARGET"; then
13874 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13877 for as_dir in $PATH
13880 test -z "$as_dir" && as_dir=.
13881 for ac_exec_ext in '' $ac_executable_extensions; do
13882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13883 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13884 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13893 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13894 if test -n "$WINDMC_FOR_TARGET"; then
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13896 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13899 $as_echo "no
" >&6; }
13904 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13908 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13910 if test $build = $target ; then
13911 WINDMC_FOR_TARGET="$2"
13913 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13916 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13920 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13924 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
13927 $as_echo_n "checking where to
find the target
ar...
" >&6; }
13928 if test "x
${build}" != "x
${host}" ; then
13929 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13930 # We already found the complete path
13931 ac_dir=`dirname $AR_FOR_TARGET`
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13933 $as_echo "pre-installed
in $ac_dir" >&6; }
13935 # Canadian cross, just use what we found
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13937 $as_echo "pre-installed
" >&6; }
13941 case " ${configdirs} " in
13946 if test $ok = yes; then
13947 # An in-tree tool is available and we can use it
13948 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13950 $as_echo "just compiled
" >&6; }
13951 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13952 # We already found the complete path
13953 ac_dir=`dirname $AR_FOR_TARGET`
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13955 $as_echo "pre-installed
in $ac_dir" >&6; }
13956 elif test "x
$target" = "x
$host"; then
13957 # We can use an host tool
13958 AR_FOR_TARGET='$(AR)'
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13960 $as_echo "host tool
" >&6; }
13962 # We need a cross tool
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13964 $as_echo "pre-installed
" >&6; }
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
13969 $as_echo_n "checking where to
find the target as...
" >&6; }
13970 if test "x
${build}" != "x
${host}" ; then
13971 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13972 # We already found the complete path
13973 ac_dir=`dirname $AS_FOR_TARGET`
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13975 $as_echo "pre-installed
in $ac_dir" >&6; }
13977 # Canadian cross, just use what we found
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13979 $as_echo "pre-installed
" >&6; }
13983 case " ${configdirs} " in
13988 if test $ok = yes; then
13989 # An in-tree tool is available and we can use it
13990 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13992 $as_echo "just compiled
" >&6; }
13993 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13994 # We already found the complete path
13995 ac_dir=`dirname $AS_FOR_TARGET`
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13997 $as_echo "pre-installed
in $ac_dir" >&6; }
13998 elif test "x
$target" = "x
$host"; then
13999 # We can use an host tool
14000 AS_FOR_TARGET='$(AS)'
14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14002 $as_echo "host tool
" >&6; }
14004 # We need a cross tool
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14006 $as_echo "pre-installed
" >&6; }
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
14011 $as_echo_n "checking where to
find the target cc...
" >&6; }
14012 if test "x
${build}" != "x
${host}" ; then
14013 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
14014 # We already found the complete path
14015 ac_dir=`dirname $CC_FOR_TARGET`
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14017 $as_echo "pre-installed
in $ac_dir" >&6; }
14019 # Canadian cross, just use what we found
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14021 $as_echo "pre-installed
" >&6; }
14025 case " ${configdirs} " in
14030 if test $ok = yes; then
14031 # An in-tree tool is available and we can use it
14032 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14034 $as_echo "just compiled
" >&6; }
14035 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
14036 # We already found the complete path
14037 ac_dir=`dirname $CC_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; }
14040 elif test "x
$target" = "x
$host"; then
14041 # We can use an host tool
14042 CC_FOR_TARGET='$(CC)'
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14044 $as_echo "host tool
" >&6; }
14046 # We need a cross tool
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14048 $as_echo "pre-installed
" >&6; }
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
14053 $as_echo_n "checking where to
find the target c
++...
" >&6; }
14054 if test "x
${build}" != "x
${host}" ; then
14055 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
14056 # We already found the complete path
14057 ac_dir=`dirname $CXX_FOR_TARGET`
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14059 $as_echo "pre-installed
in $ac_dir" >&6; }
14061 # Canadian cross, just use what we found
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14063 $as_echo "pre-installed
" >&6; }
14067 case " ${configdirs} " in
14071 case ,${enable_languages}, in
14075 if test $ok = yes; then
14076 # An in-tree tool is available and we can use it
14077 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'
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14079 $as_echo "just compiled
" >&6; }
14080 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
14081 # We already found the complete path
14082 ac_dir=`dirname $CXX_FOR_TARGET`
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14084 $as_echo "pre-installed
in $ac_dir" >&6; }
14085 elif test "x
$target" = "x
$host"; then
14086 # We can use an host tool
14087 CXX_FOR_TARGET='$(CXX)'
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14089 $as_echo "host tool
" >&6; }
14091 # We need a cross tool
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14093 $as_echo "pre-installed
" >&6; }
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
14098 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
14099 if test "x
${build}" != "x
${host}" ; then
14100 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
14101 # We already found the complete path
14102 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14104 $as_echo "pre-installed
in $ac_dir" >&6; }
14106 # Canadian cross, just use what we found
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14108 $as_echo "pre-installed
" >&6; }
14112 case " ${configdirs} " in
14116 case ,${enable_languages}, in
14120 if test $ok = yes; then
14121 # An in-tree tool is available and we can use it
14122 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'
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14124 $as_echo "just compiled
" >&6; }
14125 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
14126 # We already found the complete path
14127 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14129 $as_echo "pre-installed
in $ac_dir" >&6; }
14130 elif test "x
$target" = "x
$host"; then
14131 # We can use an host tool
14132 RAW_CXX_FOR_TARGET='$(CXX)'
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14134 $as_echo "host tool
" >&6; }
14136 # We need a cross tool
14137 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14138 $as_echo "pre-installed
" >&6; }
14142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
14143 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
14144 if test "x
${build}" != "x
${host}" ; then
14145 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
14146 # We already found the complete path
14147 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14149 $as_echo "pre-installed
in $ac_dir" >&6; }
14151 # Canadian cross, just use what we found
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14153 $as_echo "pre-installed
" >&6; }
14157 case " ${configdirs} " in
14162 if test $ok = yes; then
14163 # An in-tree tool is available and we can use it
14164 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14166 $as_echo "just compiled
" >&6; }
14167 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
14168 # We already found the complete path
14169 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14171 $as_echo "pre-installed
in $ac_dir" >&6; }
14172 elif test "x
$target" = "x
$host"; then
14173 # We can use an host tool
14174 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14176 $as_echo "host tool
" >&6; }
14178 # We need a cross tool
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14180 $as_echo "pre-installed
" >&6; }
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
14185 $as_echo_n "checking where to
find the target gcc...
" >&6; }
14186 if test "x
${build}" != "x
${host}" ; then
14187 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
14188 # We already found the complete path
14189 ac_dir=`dirname $GCC_FOR_TARGET`
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14191 $as_echo "pre-installed
in $ac_dir" >&6; }
14193 # Canadian cross, just use what we found
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14195 $as_echo "pre-installed
" >&6; }
14199 case " ${configdirs} " in
14204 if test $ok = yes; then
14205 # An in-tree tool is available and we can use it
14206 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14208 $as_echo "just compiled
" >&6; }
14209 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
14210 # We already found the complete path
14211 ac_dir=`dirname $GCC_FOR_TARGET`
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14213 $as_echo "pre-installed
in $ac_dir" >&6; }
14214 elif test "x
$target" = "x
$host"; then
14215 # We can use an host tool
14216 GCC_FOR_TARGET='$()'
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14218 $as_echo "host tool
" >&6; }
14220 # We need a cross tool
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14222 $as_echo "pre-installed
" >&6; }
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcj
" >&5
14227 $as_echo_n "checking where to
find the target gcj...
" >&6; }
14228 if test "x
${build}" != "x
${host}" ; then
14229 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
14230 # We already found the complete path
14231 ac_dir=`dirname $GCJ_FOR_TARGET`
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14233 $as_echo "pre-installed
in $ac_dir" >&6; }
14235 # Canadian cross, just use what we found
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14237 $as_echo "pre-installed
" >&6; }
14241 case " ${configdirs} " in
14245 case ,${enable_languages}, in
14249 if test $ok = yes; then
14250 # An in-tree tool is available and we can use it
14251 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14253 $as_echo "just compiled
" >&6; }
14254 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
14255 # We already found the complete path
14256 ac_dir=`dirname $GCJ_FOR_TARGET`
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14258 $as_echo "pre-installed
in $ac_dir" >&6; }
14259 elif test "x
$target" = "x
$host"; then
14260 # We can use an host tool
14261 GCJ_FOR_TARGET='$(GCJ)'
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14263 $as_echo "host tool
" >&6; }
14265 # We need a cross tool
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14267 $as_echo "pre-installed
" >&6; }
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
14272 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
14273 if test "x
${build}" != "x
${host}" ; then
14274 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
14275 # We already found the complete path
14276 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14278 $as_echo "pre-installed
in $ac_dir" >&6; }
14280 # Canadian cross, just use what we found
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14282 $as_echo "pre-installed
" >&6; }
14286 case " ${configdirs} " in
14290 case ,${enable_languages}, in
14294 if test $ok = yes; then
14295 # An in-tree tool is available and we can use it
14296 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14298 $as_echo "just compiled
" >&6; }
14299 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
14300 # We already found the complete path
14301 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14303 $as_echo "pre-installed
in $ac_dir" >&6; }
14304 elif test "x
$target" = "x
$host"; then
14305 # We can use an host tool
14306 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14308 $as_echo "host tool
" >&6; }
14310 # We need a cross tool
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14312 $as_echo "pre-installed
" >&6; }
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
14317 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
14318 if test "x
${build}" != "x
${host}" ; then
14319 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
14320 # We already found the complete path
14321 ac_dir=`dirname $GOC_FOR_TARGET`
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14323 $as_echo "pre-installed
in $ac_dir" >&6; }
14325 # Canadian cross, just use what we found
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14327 $as_echo "pre-installed
" >&6; }
14331 case " ${configdirs} " in
14335 case ,${enable_languages}, in
14339 if test $ok = yes; then
14340 # An in-tree tool is available and we can use it
14341 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14343 $as_echo "just compiled
" >&6; }
14344 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
14345 # We already found the complete path
14346 ac_dir=`dirname $GOC_FOR_TARGET`
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14348 $as_echo "pre-installed
in $ac_dir" >&6; }
14349 elif test "x
$target" = "x
$host"; then
14350 # We can use an host tool
14351 GOC_FOR_TARGET='$(GOC)'
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14353 $as_echo "host tool
" >&6; }
14355 # We need a cross tool
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14357 $as_echo "pre-installed
" >&6; }
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
14362 $as_echo_n "checking where to
find the target ld...
" >&6; }
14363 if test "x
${build}" != "x
${host}" ; then
14364 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14365 # We already found the complete path
14366 ac_dir=`dirname $LD_FOR_TARGET`
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14368 $as_echo "pre-installed
in $ac_dir" >&6; }
14370 # Canadian cross, just use what we found
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14372 $as_echo "pre-installed
" >&6; }
14376 case " ${configdirs} " in
14381 if test $ok = yes; then
14382 # An in-tree tool is available and we can use it
14383 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14385 $as_echo "just compiled
" >&6; }
14386 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
14387 # We already found the complete path
14388 ac_dir=`dirname $LD_FOR_TARGET`
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14390 $as_echo "pre-installed
in $ac_dir" >&6; }
14391 elif test "x
$target" = "x
$host"; then
14392 # We can use an host tool
14393 LD_FOR_TARGET='$(LD)'
14394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14395 $as_echo "host tool
" >&6; }
14397 # We need a cross tool
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14399 $as_echo "pre-installed
" >&6; }
14403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
14404 $as_echo_n "checking where to
find the target lipo...
" >&6; }
14405 if test "x
${build}" != "x
${host}" ; then
14406 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14407 # We already found the complete path
14408 ac_dir=`dirname $LIPO_FOR_TARGET`
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14410 $as_echo "pre-installed
in $ac_dir" >&6; }
14412 # Canadian cross, just use what we found
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14414 $as_echo "pre-installed
" >&6; }
14417 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
14418 # We already found the complete path
14419 ac_dir=`dirname $LIPO_FOR_TARGET`
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14421 $as_echo "pre-installed
in $ac_dir" >&6; }
14422 elif test "x
$target" = "x
$host"; then
14423 # We can use an host tool
14424 LIPO_FOR_TARGET='$(LIPO)'
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14426 $as_echo "host tool
" >&6; }
14428 # We need a cross tool
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14430 $as_echo "pre-installed
" >&6; }
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
14435 $as_echo_n "checking where to
find the target nm...
" >&6; }
14436 if test "x
${build}" != "x
${host}" ; then
14437 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14438 # We already found the complete path
14439 ac_dir=`dirname $NM_FOR_TARGET`
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14441 $as_echo "pre-installed
in $ac_dir" >&6; }
14443 # Canadian cross, just use what we found
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14445 $as_echo "pre-installed
" >&6; }
14449 case " ${configdirs} " in
14454 if test $ok = yes; then
14455 # An in-tree tool is available and we can use it
14456 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14457 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14458 $as_echo "just compiled
" >&6; }
14459 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
14460 # We already found the complete path
14461 ac_dir=`dirname $NM_FOR_TARGET`
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14463 $as_echo "pre-installed
in $ac_dir" >&6; }
14464 elif test "x
$target" = "x
$host"; then
14465 # We can use an host tool
14466 NM_FOR_TARGET='$(NM)'
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14468 $as_echo "host tool
" >&6; }
14470 # We need a cross tool
14471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14472 $as_echo "pre-installed
" >&6; }
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objcopy
" >&5
14477 $as_echo_n "checking where to
find the target objcopy...
" >&6; }
14478 if test "x
${build}" != "x
${host}" ; then
14479 if expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
14480 # We already found the complete path
14481 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14483 $as_echo "pre-installed
in $ac_dir" >&6; }
14485 # Canadian cross, just use what we found
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14487 $as_echo "pre-installed
" >&6; }
14491 case " ${configdirs} " in
14496 if test $ok = yes; then
14497 # An in-tree tool is available and we can use it
14498 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14499 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14500 $as_echo "just compiled
" >&6; }
14501 elif expr "x
$OBJCOPY_FOR_TARGET" : "x
/" > /dev/null; then
14502 # We already found the complete path
14503 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14505 $as_echo "pre-installed
in $ac_dir" >&6; }
14506 elif test "x
$target" = "x
$host"; then
14507 # We can use an host tool
14508 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14510 $as_echo "host tool
" >&6; }
14512 # We need a cross tool
14513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14514 $as_echo "pre-installed
" >&6; }
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
14519 $as_echo_n "checking where to
find the target objdump...
" >&6; }
14520 if test "x
${build}" != "x
${host}" ; then
14521 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14522 # We already found the complete path
14523 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14525 $as_echo "pre-installed
in $ac_dir" >&6; }
14527 # Canadian cross, just use what we found
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14529 $as_echo "pre-installed
" >&6; }
14533 case " ${configdirs} " in
14538 if test $ok = yes; then
14539 # An in-tree tool is available and we can use it
14540 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14542 $as_echo "just compiled
" >&6; }
14543 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14544 # We already found the complete path
14545 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14547 $as_echo "pre-installed
in $ac_dir" >&6; }
14548 elif test "x
$target" = "x
$host"; then
14549 # We can use an host tool
14550 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14552 $as_echo "host tool
" >&6; }
14554 # We need a cross tool
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14556 $as_echo "pre-installed
" >&6; }
14560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
14561 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
14562 if test "x
${build}" != "x
${host}" ; then
14563 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14564 # We already found the complete path
14565 ac_dir=`dirname $RANLIB_FOR_TARGET`
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14567 $as_echo "pre-installed
in $ac_dir" >&6; }
14569 # Canadian cross, just use what we found
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14571 $as_echo "pre-installed
" >&6; }
14575 case " ${configdirs} " in
14580 if test $ok = yes; then
14581 # An in-tree tool is available and we can use it
14582 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14584 $as_echo "just compiled
" >&6; }
14585 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14586 # We already found the complete path
14587 ac_dir=`dirname $RANLIB_FOR_TARGET`
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14589 $as_echo "pre-installed
in $ac_dir" >&6; }
14590 elif test "x
$target" = "x
$host"; then
14591 # We can use an host tool
14592 RANLIB_FOR_TARGET='$(RANLIB)'
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14594 $as_echo "host tool
" >&6; }
14596 # We need a cross tool
14597 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14598 $as_echo "pre-installed
" >&6; }
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
14603 $as_echo_n "checking where to
find the target readelf...
" >&6; }
14604 if test "x
${build}" != "x
${host}" ; then
14605 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14606 # We already found the complete path
14607 ac_dir=`dirname $READELF_FOR_TARGET`
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14609 $as_echo "pre-installed
in $ac_dir" >&6; }
14611 # Canadian cross, just use what we found
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14613 $as_echo "pre-installed
" >&6; }
14617 case " ${configdirs} " in
14622 if test $ok = yes; then
14623 # An in-tree tool is available and we can use it
14624 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14626 $as_echo "just compiled
" >&6; }
14627 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14628 # We already found the complete path
14629 ac_dir=`dirname $READELF_FOR_TARGET`
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14631 $as_echo "pre-installed
in $ac_dir" >&6; }
14632 elif test "x
$target" = "x
$host"; then
14633 # We can use an host tool
14634 READELF_FOR_TARGET='$(READELF)'
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14636 $as_echo "host tool
" >&6; }
14638 # We need a cross tool
14639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14640 $as_echo "pre-installed
" >&6; }
14644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
14645 $as_echo_n "checking where to
find the target strip...
" >&6; }
14646 if test "x
${build}" != "x
${host}" ; then
14647 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14648 # We already found the complete path
14649 ac_dir=`dirname $STRIP_FOR_TARGET`
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14651 $as_echo "pre-installed
in $ac_dir" >&6; }
14653 # Canadian cross, just use what we found
14654 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14655 $as_echo "pre-installed
" >&6; }
14659 case " ${configdirs} " in
14664 if test $ok = yes; then
14665 # An in-tree tool is available and we can use it
14666 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14668 $as_echo "just compiled
" >&6; }
14669 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14670 # We already found the complete path
14671 ac_dir=`dirname $STRIP_FOR_TARGET`
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14673 $as_echo "pre-installed
in $ac_dir" >&6; }
14674 elif test "x
$target" = "x
$host"; then
14675 # We can use an host tool
14676 STRIP_FOR_TARGET='$(STRIP)'
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14678 $as_echo "host tool
" >&6; }
14680 # We need a cross tool
14681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14682 $as_echo "pre-installed
" >&6; }
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
14687 $as_echo_n "checking where to
find the target windres...
" >&6; }
14688 if test "x
${build}" != "x
${host}" ; then
14689 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14690 # We already found the complete path
14691 ac_dir=`dirname $WINDRES_FOR_TARGET`
14692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14693 $as_echo "pre-installed
in $ac_dir" >&6; }
14695 # Canadian cross, just use what we found
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14697 $as_echo "pre-installed
" >&6; }
14701 case " ${configdirs} " in
14706 if test $ok = yes; then
14707 # An in-tree tool is available and we can use it
14708 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14710 $as_echo "just compiled
" >&6; }
14711 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14712 # We already found the complete path
14713 ac_dir=`dirname $WINDRES_FOR_TARGET`
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14715 $as_echo "pre-installed
in $ac_dir" >&6; }
14716 elif test "x
$target" = "x
$host"; then
14717 # We can use an host tool
14718 WINDRES_FOR_TARGET='$(WINDRES)'
14719 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14720 $as_echo "host tool
" >&6; }
14722 # We need a cross tool
14723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14724 $as_echo "pre-installed
" >&6; }
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
14729 $as_echo_n "checking where to
find the target windmc...
" >&6; }
14730 if test "x
${build}" != "x
${host}" ; then
14731 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14732 # We already found the complete path
14733 ac_dir=`dirname $WINDMC_FOR_TARGET`
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14735 $as_echo "pre-installed
in $ac_dir" >&6; }
14737 # Canadian cross, just use what we found
14738 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14739 $as_echo "pre-installed
" >&6; }
14743 case " ${configdirs} " in
14748 if test $ok = yes; then
14749 # An in-tree tool is available and we can use it
14750 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14752 $as_echo "just compiled
" >&6; }
14753 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14754 # We already found the complete path
14755 ac_dir=`dirname $WINDMC_FOR_TARGET`
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14757 $as_echo "pre-installed
in $ac_dir" >&6; }
14758 elif test "x
$target" = "x
$host"; then
14759 # We can use an host tool
14760 WINDMC_FOR_TARGET='$(WINDMC)'
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14762 $as_echo "host tool
" >&6; }
14764 # We need a cross tool
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14766 $as_echo "pre-installed
" >&6; }
14774 # Certain tools may need extra flags.
14775 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14776 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14777 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14779 # When building target libraries, except in a Canadian cross, we use
14780 # the same toolchain as the compiler we just built.
14781 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14782 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14783 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14784 if test $host = $build; then
14785 case " $configdirs " in
14787 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14788 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14789 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
14799 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
14800 # Check whether --enable-maintainer-mode was given.
14801 if test "${enable_maintainer_mode+set}" = set; then :
14802 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14804 USE_MAINTAINER_MODE=no
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
14808 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14811 if test "$USE_MAINTAINER_MODE" = yes; then
14812 MAINTAINER_MODE_TRUE=
14813 MAINTAINER_MODE_FALSE='#'
14815 MAINTAINER_MODE_TRUE='#'
14816 MAINTAINER_MODE_FALSE=
14818 MAINT=$MAINTAINER_MODE_TRUE
14820 # ---------------------
14821 # GCC bootstrap support
14822 # ---------------------
14824 # Stage specific cflags for build.
14829 yes) stage1_cflags="-g -Wa,-J" ;;
14830 *) stage1_cflags="-g -J" ;;
14836 # Enable --enable-checking in stage1 of the compiler.
14837 # Check whether --enable-stage1-checking was given.
14838 if test "${enable_stage1_checking+set}" = set; then :
14839 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14841 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
14842 # For --disable-checking or implicit --enable-checking=release, avoid
14843 # setting --enable-checking=gc in the default stage1 checking for LTO
14844 # bootstraps. See PR62077.
14845 case $BUILD_CONFIG in
14847 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
14849 stage1_checking=--enable-checking=yes,types;;
14851 if test "x
$enable_checking" = x && \
14852 test -d ${srcdir}/gcc && \
14853 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14854 stage1_checking=--enable-checking=yes,types,extra
14857 stage1_checking=--enable-checking=$enable_checking,types
14863 # Enable -Werror in bootstrap stage2 and later.
14864 # Check whether --enable-werror was given.
14865 if test "${enable_werror+set}" = set; then :
14866 enableval=$enable_werror;
14868 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14875 case ${enable_werror} in
14876 yes) stage2_werror_flag="--enable-werror-always" ;;
14877 *) stage2_werror_flag="" ;;
14881 # Enable --enable-host-shared.
14882 # Check whether --enable-host-shared was given.
14883 if test "${enable_host_shared+set}" = set; then :
14884 enableval=$enable_host_shared; host_shared=$enableval
14891 # PR jit/64780: Require the user to explicitly specify
14892 # --enable-host-shared if the jit is enabled, hinting
14893 # that they might want to do a separate configure/build of
14894 # the jit, to avoid users from slowing down the rest of the
14895 # compiler by enabling the jit.
14896 if test ${host_shared} = "no
" ; then
14897 case "${enable_languages}" in
14900 Enabling language
\"jit
\" requires
--enable-host-shared.
14902 --enable-host-shared typically slows the rest of the compiler down by
14903 a few
%, so you must explicitly
enable it.
14905 If you want to build both the jit and the regular compiler
, it is often
14906 best to
do this via two separate configure
/builds
, in separate
14907 directories
, to avoid imposing the performance cost of
14908 --enable-host-shared on the regular compiler.
" "$LINENO" 5
14915 # Specify what files to not compare during bootstrap.
14917 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
14919 hppa*64*-*-hpux*) ;;
14920 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
14921 powerpc*-ibm-aix*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/* |
*libgomp
*\$
(objext
)" ;;
14925 ac_config_files="$ac_config_files Makefile
"
14927 cat >confcache <<\_ACEOF
14928 # This file is a shell script that caches the results of configure
14929 # tests run on this system so they can be shared between configure
14930 # scripts and configure runs, see configure's option --config-cache.
14931 # It is not useful on other systems. If it contains results you don't
14932 # want to keep, you may remove or edit it.
14934 # config.status only pays attention to the cache file if you give it
14935 # the --recheck option to rerun configure.
14937 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14938 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14939 # following values.
14943 # The following way of writing the cache mishandles newlines in values,
14944 # but we know of no workaround that is simple, portable, and efficient.
14945 # So, we kill variables containing newlines.
14946 # Ultrix sh set writes to stderr and can't be redirected directly,
14947 # and sets the high bit in the cache file unless we assign to the vars.
14949 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14950 eval ac_val=\$$ac_var
14954 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
14955 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
14958 _ | IFS | as_nl) ;; #(
14959 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14960 *) { eval $ac_var=; unset $ac_var;} ;;
14966 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14967 *${as_nl}ac_space=\ *)
14968 # `set' does not quote correctly, so add quotes: double-quote
14969 # substitution turns \\\\ into \\, and sed turns \\ into \.
14972 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
14975 # `set' quotes correctly as required by POSIX, so do not add quotes.
14976 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
14985 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14987 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14989 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14990 if test -w "$cache_file"; then
14991 test "x
$cache_file" != "x
/dev
/null
" &&
14992 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
14993 $as_echo "$as_me: updating cache
$cache_file" >&6;}
14994 cat confcache >$cache_file
14996 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
14997 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
15002 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
15003 # Let make expand exec_prefix.
15004 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
15006 # Transform confdefs.h into DEFS.
15007 # Protect against shell expansion while executing Makefile rules.
15008 # Protect against Makefile macro expansion.
15010 # If the first sed substitution is executed (which looks for macros that
15011 # take arguments), then branch to the quote section. Otherwise,
15012 # look for a macro that doesn't take arguments.
15022 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
15024 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
15028 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
15041 DEFS=`sed -n "$ac_script" confdefs.h`
15046 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15047 # 1. Remove the extension, and $U if already installed.
15048 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
15049 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15050 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15051 # will be set to the directory where LIBOBJS objects are built.
15052 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15053 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
15055 LIBOBJS=$ac_libobjs
15057 LTLIBOBJS=$ac_ltlibobjs
15061 : ${CONFIG_STATUS=./config.status}
15063 ac_clean_files_save=$ac_clean_files
15064 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15065 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15066 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15068 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15070 # Generated by $as_me.
15071 # Run this file to recreate the current configuration.
15072 # Compiler output produced by configure, useful for debugging
15073 # configure, is in config.log if it exists.
15076 ac_cs_recheck=false
15079 SHELL=\${CONFIG_SHELL-$SHELL}
15082 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15083 ## -------------------- ##
15084 ## M4sh Initialization. ##
15085 ## -------------------- ##
15087 # Be more Bourne compatible
15088 DUALCASE=1; export DUALCASE # for MKS sh
15089 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15092 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15093 # is contrary to our usage. Disable this feature.
15094 alias -g '${1+"$@"}'='"$@"'
15095 setopt NO_GLOB_SUBST
15097 case `(set -o) 2>/dev/null` in #(
15109 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15110 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15111 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
15112 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15113 # Prefer a ksh shell builtin over an external printf program on Solaris,
15114 # but without wasting forks for bash or zsh.
15115 if test -z "$BASH_VERSION$ZSH_VERSION" \
15116 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
15117 as_echo
='print -r --'
15118 as_echo_n
='print -rn --'
15119 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
15120 as_echo
='printf %s\n'
15121 as_echo_n
='printf %s'
15123 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15124 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
15125 as_echo_n
='/usr/ucb/echo -n'
15127 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
15128 as_echo_n_body
='eval
15132 expr "X$arg" : "X\\(.*\\)$as_nl";
15133 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15135 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15137 export as_echo_n_body
15138 as_echo_n
='sh -c $as_echo_n_body as_echo'
15140 export as_echo_body
15141 as_echo
='sh -c $as_echo_body as_echo'
15144 # The user is always right.
15145 if test "${PATH_SEPARATOR+set}" != set; then
15147 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
15148 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
15155 # We need space, tab and new line, in precisely that order. Quoting is
15156 # there to prevent editors from complaining about space-tab.
15157 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15158 # splitting by setting IFS to empty value.)
15161 # Find who we are. Look in the path if we contain no directory separator.
15163 *[\\/]* ) as_myself
=$0 ;;
15164 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15165 for as_dir
in $PATH
15168 test -z "$as_dir" && as_dir
=.
15169 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
15175 # We did not find ourselves, most probably we were run as `sh COMMAND'
15176 # in which case we are not to be found in the path.
15177 if test "x$as_myself" = x
; then
15180 if test ! -f "$as_myself"; then
15181 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15185 # Unset variables that we do not need and which cause bugs (e.g. in
15186 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15187 # suppresses any "Segmentation fault" message there. '((' could
15188 # trigger a bug in pdksh 5.2.14.
15189 for as_var
in BASH_ENV ENV MAIL MAILPATH
15190 do eval test x\
${$as_var+set} = xset \
15191 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15204 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15207 # as_fn_error ERROR [LINENO LOG_FD]
15208 # ---------------------------------
15209 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15210 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15211 # script with status $?, using 1 if that was 0.
15214 as_status
=$?
; test $as_status -eq 0 && as_status
=1
15216 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15217 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15219 $as_echo "$as_me: error: $1" >&2
15220 as_fn_exit
$as_status
15224 # as_fn_set_status STATUS
15225 # -----------------------
15226 # Set $? to STATUS, without forking.
15227 as_fn_set_status
()
15230 } # as_fn_set_status
15232 # as_fn_exit STATUS
15233 # -----------------
15234 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15238 as_fn_set_status
$1
15244 # Portably unset VAR.
15247 { eval $1=; unset $1;}
15249 as_unset
=as_fn_unset
15250 # as_fn_append VAR VALUE
15251 # ----------------------
15252 # Append the text in VALUE to the end of the definition contained in VAR. Take
15253 # advantage of any shell optimizations that allow amortized linear growth over
15254 # repeated appends, instead of the typical quadratic growth present in naive
15256 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15257 eval 'as_fn_append ()
15268 # as_fn_arith ARG...
15269 # ------------------
15270 # Perform arithmetic evaluation on the ARGs, and store the result in the
15271 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15272 # must be portable across $(()) and expr.
15273 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15274 eval 'as_fn_arith ()
15281 as_val
=`expr "$@" || test $? -eq 1`
15286 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15287 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15293 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15294 as_basename
=basename
15299 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15305 as_me
=`$as_basename -- "$0" ||
15306 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15307 X"$0" : 'X\(//\)$' \| \
15308 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15310 sed '/^.*\/\([^/][^/]*\)\/*$/{
15324 # Avoid depending upon Character Ranges.
15325 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15326 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15327 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15328 as_cr_digits
='0123456789'
15329 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15331 ECHO_C
= ECHO_N
= ECHO_T
=
15332 case `echo -n x` in #(((((
15334 case `echo 'xy\c'` in
15335 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15337 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15344 rm -f conf$$ conf$$.exe conf$$.
file
15345 if test -d conf$$.dir
; then
15346 rm -f conf$$.dir
/conf$$.
file
15349 mkdir conf$$.dir
2>/dev
/null
15351 if (echo >conf$$.
file) 2>/dev
/null
; then
15352 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15354 # ... but there are two gotchas:
15355 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15356 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15357 # In both cases, we have to default to `cp -p'.
15358 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15360 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15368 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15369 rmdir conf$$.dir
2>/dev
/null
15374 # Create "$as_dir" as a directory, including parents if necessary.
15379 -*) as_dir
=.
/$as_dir;;
15381 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15385 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15386 *) as_qdir
=$as_dir;;
15388 as_dirs
="'$as_qdir' $as_dirs"
15389 as_dir
=`$as_dirname -- "$as_dir" ||
15390 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15391 X"$as_dir" : 'X\(//\)[^/]' \| \
15392 X"$as_dir" : 'X\(//\)$' \| \
15393 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15394 $as_echo X"$as_dir" |
15395 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15399 /^X\(\/\/\)[^/].*/{
15412 test -d "$as_dir" && break
15414 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15415 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
15419 if mkdir
-p .
2>/dev
/null
; then
15420 as_mkdir_p
='mkdir -p "$as_dir"'
15422 test -d .
/-p && rmdir .
/-p
15426 if test -x / >/dev
/null
2>&1; then
15427 as_test_x
='test -x'
15429 if ls -dL / >/dev
/null
2>&1; then
15436 if test -d "$1"; then
15442 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15443 ???[sx]*):;;*)false;;esac;fi
15447 as_executable_p
=$as_test_x
15449 # Sed expression to map a string onto a valid CPP name.
15450 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15452 # Sed expression to map a string onto a valid variable name.
15453 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15457 ## ----------------------------------- ##
15458 ## Main body of $CONFIG_STATUS script. ##
15459 ## ----------------------------------- ##
15461 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15463 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15464 # Save the log message, to keep $0 and so on meaningful, and to
15465 # report actual input values of CONFIG_FILES etc. instead of their
15466 # values after options handling.
15468 This file was extended by $as_me, which was
15469 generated by GNU Autoconf 2.64. Invocation command line was
15471 CONFIG_FILES = $CONFIG_FILES
15472 CONFIG_HEADERS = $CONFIG_HEADERS
15473 CONFIG_LINKS = $CONFIG_LINKS
15474 CONFIG_COMMANDS = $CONFIG_COMMANDS
15477 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15482 case $ac_config_files in *"
15483 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15488 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15489 # Files that config.status was made for.
15490 config_files="$ac_config_files"
15494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15496 \`$as_me' instantiates files and other configuration actions
15497 from templates according to the current configuration. Unless the files
15498 and actions are specified as TAGs, all are instantiated by default.
15500 Usage: $0 [OPTION]... [TAG]...
15502 -h, --help print this help, then exit
15503 -V, --version print version number and configuration settings, then exit
15504 -q, --quiet, --silent
15505 do not print progress messages
15506 -d, --debug don't remove temporary files
15507 --recheck update $as_me by reconfiguring in the same conditions
15508 --file=FILE[:TEMPLATE]
15509 instantiate the configuration file FILE
15511 Configuration files:
15514 Report bugs to the package provider."
15517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15520 configured by $0, generated by GNU Autoconf 2.64,
15521 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15523 Copyright (C) 2009 Free Software Foundation, Inc.
15524 This config.status script is free software; the Free Software Foundation
15525 gives unlimited permission to copy, distribute and modify it."
15531 test -n "\$AWK" || AWK=awk
15534 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15535 # The default lists apply if the user does not specify any file.
15541 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15542 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15553 # Handling of the options.
15554 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15556 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15557 $as_echo "$ac_cs_version"; exit ;;
15558 --debug |
--debu |
--deb |
--de |
--d |
-d )
15560 --file |
--fil |
--fi |
--f )
15563 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15565 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15566 ac_need_defaults
=false
;;
15567 --he |
--h |
--help |
--hel |
-h )
15568 $as_echo "$ac_cs_usage"; exit ;;
15569 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15570 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15573 # This is an error.
15574 -*) as_fn_error
"unrecognized option: \`$1'
15575 Try \`$0 --help' for more information." ;;
15577 *) as_fn_append ac_config_targets
" $1"
15578 ac_need_defaults
=false
;;
15584 ac_configure_extra_args
=
15586 if $ac_cs_silent; then
15588 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15593 if \$ac_cs_recheck; then
15594 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15596 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15597 CONFIG_SHELL='$SHELL'
15598 export CONFIG_SHELL
15603 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15607 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15608 ## Running $as_me. ##
15614 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15618 extrasub_build="$extrasub_build"
15619 extrasub_host="$extrasub_host"
15620 extrasub_target="$extrasub_target"
15624 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15626 # Handling of arguments.
15627 for ac_config_target
in $ac_config_targets
15629 case $ac_config_target in
15630 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15632 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15637 # If the user did not use the arguments to specify the items to instantiate,
15638 # then the envvar interface is used. Set only those that are not.
15639 # We use the long form for the default assignment because of an extremely
15640 # bizarre bug on SunOS 4.1.3.
15641 if $ac_need_defaults; then
15642 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15645 # Have a temporary directory for convenience. Make it in the build tree
15646 # simply because there is no reason against having it here, and in addition,
15647 # creating and moving files from /tmp can sometimes cause problems.
15648 # Hook for its removal unless debugging.
15649 # Note that there is a small window in which the directory will not be cleaned:
15650 # after its creation but before its name has been assigned to `$tmp'.
15654 trap 'exit_status=$?
15655 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15657 trap 'as_fn_exit 1' 1 2 13 15
15659 # Create a (secure) tmp directory for tmp files.
15662 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15663 test -n "$tmp" && test -d "$tmp"
15666 tmp
=.
/conf$$
-$RANDOM
15667 (umask 077 && mkdir
"$tmp")
15668 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
15670 # Set up the scripts for CONFIG_FILES section.
15671 # No need to generate them if there are no CONFIG_FILES.
15672 # This happens for instance with `./config.status config.h'.
15673 if test -n "$CONFIG_FILES"; then
15675 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
15676 ac_cs_awk_getline
=:
15677 ac_cs_awk_pipe_init
=
15678 ac_cs_awk_read_file
='
15679 while ((getline aline < (F[key])) > 0)
15682 ac_cs_awk_pipe_fini
=
15684 ac_cs_awk_getline
=false
15685 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
15686 ac_cs_awk_read_file
='
15688 print "cat " F[key] " &&"
15689 '$ac_cs_awk_pipe_init
15690 # The final `:' finishes the AND list.
15691 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
15693 ac_cr
=`echo X | tr X '\015'`
15694 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15695 # But we know of no other shell where ac_cr would be empty at this
15696 # point, so we can use a bashism as a fallback.
15697 if test "x$ac_cr" = x
; then
15698 eval ac_cr
=\$
\'\\r
\'
15700 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15701 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15704 ac_cs_awk_cr
=$ac_cr
15707 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15710 # Create commands to substitute file output variables.
15712 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15713 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15714 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
15717 } >conf$
$files.sh
&&
15718 . .
/conf$
$files.sh ||
15719 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
15720 rm -f conf$
$files.sh
15723 echo "cat >conf$$subs.awk <<_ACEOF" &&
15724 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15726 } >conf$$subs.sh ||
15727 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15728 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15730 for ac_last_try in false false false false false :; do
15731 . ./conf$$subs.sh ||
15732 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15734 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15735 if test $ac_delim_n = $ac_delim_num; then
15737 elif $ac_last_try; then
15738 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15740 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15743 rm -f conf$$subs.sh
15745 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15746 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
15750 s/^/S["/; s
/!.
*/"]=/
15760 s/\(.\{148\}\).*/\1/
15762 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15767 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15774 s/\(.\{148\}\).*/\1/
15776 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15780 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15785 ' <conf$$subs.awk | sed '
15790 ' >>$CONFIG_STATUS || ac_write_fail=1
15791 rm -f conf$$subs.awk
15792 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15794 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
15795 for (key in S) S_is_set[key] = 1
15797 \$ac_cs_awk_pipe_init
15801 nfields = split(line, field, "@
")
15803 len = length(field[1])
15804 for (i = 2; i < nfields; i++) {
15806 keylen = length(key)
15807 if (S_is_set[key]) {
15809 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15810 len += length(value) + length(field[++i])
15815 if (nfields == 3 && !substed) {
15817 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15818 \$ac_cs_awk_read_file
15824 \$ac_cs_awk_pipe_fini
15827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15828 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15829 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15832 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
15833 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
15836 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15837 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
15838 # trailing colons and then remove the whole line if VPATH becomes empty
15839 # (actually we leave an empty line to preserve line numbers).
15840 if test "x
$srcdir" = x.; then
15841 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15842 s/:*\$(srcdir):*/:/
15843 s/:*\${srcdir}:*/:/
15845 s/^\([^=]*=[ ]*\):*/\1/
15851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15852 fi # test -n "$CONFIG_FILES"
15855 eval set X " :F
$CONFIG_FILES "
15860 :[FHLC]) ac_mode=$ac_tag; continue;;
15862 case $ac_mode$ac_tag in
15864 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
15865 :[FH]-) ac_tag=-:-;;
15866 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15883 -) ac_f="$tmp/stdin";;
15884 *) # Look for the file first in the build tree, then in the source tree
15885 # (if the path is not absolute). The absolute path cannot be DOS-style,
15886 # because $ac_f cannot contain `:'.
15890 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15892 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15894 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
15895 as_fn_append ac_file_inputs " '$ac_f'"
15898 # Let's still pretend it is `configure' which instantiates (i.e., don't
15899 # use $as_me), people would be surprised to read:
15900 # /* config.h. Generated by config.status. */
15901 configure_input='Generated from '`
15902 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15904 if test x"$ac_file" != x-; then
15905 configure_input="$ac_file.
$configure_input"
15906 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
15907 $as_echo "$as_me: creating
$ac_file" >&6;}
15909 # Neutralize special characters interpreted by sed in replacement strings.
15910 case $configure_input in #(
15911 *\&* | *\|* | *\\* )
15912 ac_sed_conf_input=`$as_echo "$configure_input" |
15913 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15914 *) ac_sed_conf_input=$configure_input;;
15918 *:-:* | *:-) cat >"$tmp/stdin
" \
15919 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
15924 ac_dir=`$as_dirname -- "$ac_file" ||
15925 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15926 X"$ac_file" : 'X\(//\)[^/]' \| \
15927 X"$ac_file" : 'X\(//\)$' \| \
15928 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15929 $as_echo X"$ac_file" |
15930 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15934 /^X\(\/\/\)[^/].*/{
15947 as_dir="$ac_dir"; as_fn_mkdir_p
15951 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15953 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15954 # A "..
" for each directory in $ac_dir_suffix.
15955 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15956 case $ac_top_builddir_sub in
15957 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15958 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15961 ac_abs_top_builddir=$ac_pwd
15962 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15963 # for backward compatibility:
15964 ac_top_builddir=$ac_top_build_prefix
15967 .) # We are building in place.
15969 ac_top_srcdir=$ac_top_builddir_sub
15970 ac_abs_top_srcdir=$ac_pwd ;;
15971 [\\/]* | ?:[\\/]* ) # Absolute name.
15972 ac_srcdir=$srcdir$ac_dir_suffix;
15973 ac_top_srcdir=$srcdir
15974 ac_abs_top_srcdir=$srcdir ;;
15975 *) # Relative name.
15976 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15977 ac_top_srcdir=$ac_top_build_prefix$srcdir
15978 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15980 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15990 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15991 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15996 # If the template does not know about datarootdir, expand it.
15997 # FIXME: This hack should be removed a few years after 2.60.
15998 ac_datarootdir_hack=; ac_datarootdir_seen=
16009 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
16010 *datarootdir*) ac_datarootdir_seen=yes;;
16011 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
16013 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
16015 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16016 ac_datarootdir_hack='
16017 s&@datadir@&$datadir&g
16018 s&@docdir@&$docdir&g
16019 s&@infodir@&$infodir&g
16020 s&@localedir@&$localedir&g
16021 s&@mandir@&$mandir&g
16022 s&\\\${datarootdir}&$datarootdir&g' ;;
16026 # Neutralize VPATH when `$srcdir' = `.'.
16027 # Shell code in configure.ac might set extrasub.
16028 # FIXME: do we really want to maintain this feature?
16029 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16030 ac_sed_extra="$ac_vpsub
16033 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16035 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16036 s|@configure_input@|
$ac_sed_conf_input|
;t t
16037 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16038 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16039 s
&@srcdir@
&$ac_srcdir&;t t
16040 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16041 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16042 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16043 s
&@builddir@
&$ac_builddir&;t t
16044 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16045 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16046 s
&@INSTALL@
&$ac_INSTALL&;t t
16047 $ac_datarootdir_hack
16049 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16050 if $ac_cs_awk_getline; then
16051 $AWK -f "$tmp/subs.
awk"
16053 $AWK -f "$tmp/subs.
awk" | $SHELL
16055 || as_fn_error "could not create
$ac_file" "$LINENO" 5
16057 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16058 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
16059 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
16060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16061 which seems to be undefined. Please make sure it is defined." >&5
16062 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16063 which seems to be undefined. Please make sure it is defined." >&2;}
16067 -) cat "$tmp/out" && rm -f "$tmp/out";;
16068 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16070 || as_fn_error "could not create $ac_file" "$LINENO" 5
16078 case $ac_file$ac_mode in
16079 "Makefile":F) sed "$extrasub_build" Makefile |
16080 sed "$extrasub_host" |
16081 sed "$extrasub_target" > mf$$
16082 mv -f mf$$ Makefile ;;
16090 ac_clean_files=$ac_clean_files_save
16092 test $ac_write_fail = 0 ||
16093 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16096 # configure is writing to config.log, and then calls config.status.
16097 # config.status does its own redirection, appending to config.log.
16098 # Unfortunately, on DOS this fails, as config.log is still kept open
16099 # by configure, so config.status won't be able to
write to it
; its
16100 # output is simply discarded. So we exec the FD to /dev/null,
16101 # effectively closing config.log, so it can be properly (re)opened and
16102 # appended to by config.status. When coming back to configure, we
16103 # need to make the FD available again.
16104 if test "$no_create" != yes; then
16106 ac_config_status_args
=
16107 test "$silent" = yes &&
16108 ac_config_status_args
="$ac_config_status_args --quiet"
16110 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
16112 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16113 # would make configure fail if this is the last instruction.
16114 $ac_cs_success || as_fn_exit $?
16116 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
16117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16118 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}