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
563 MAINTAINER_MODE_FALSE
565 COMPILER_NM_FOR_TARGET
566 COMPILER_LD_FOR_TARGET
567 COMPILER_AS_FOR_TARGET
642 DEBUG_PREFIX_CFLAGS_FOR_TARGET
643 SYSROOT_CFLAGS_FOR_TARGET
645 extra_host_libiberty_configure_flags
653 extra_isl_gmp_configure_flags
654 extra_mpc_mpfr_configure_flags
655 extra_mpc_gmp_configure_flags
656 extra_mpfr_configure_flags
672 EXTRA_CONFIGARGS_LIBJAVA
699 TOPLEVEL_CONFIGURE_ARGUMENTS
727 program_transform_name
738 ac_subst_files
='serialization_dependencies
744 enable_option_checking
749 enable_libquadmath_support
752 enable_static_libjava
774 enable_isl_version_check
777 enable_cloog_version_check
779 enable_stage1_languages
782 with_debug_prefix_map
784 enable_serial_configure
785 with_build_time_tools
786 enable_maintainer_mode
787 enable_stage1_checking
790 ac_precious_vars
='build_alias
837 # Initialize some variables set by options.
839 ac_init_version
=false
840 ac_unrecognized_opts
=
842 # The variables have the same names as the options, with
843 # dashes changed to underlines.
851 program_transform_name
=s
,x
,x
,
859 # Installation directory options.
860 # These are left unexpanded so users can "make install exec_prefix=/foo"
861 # and all the variables that are supposed to be based on exec_prefix
862 # by default will actually change.
863 # Use braces instead of parens because sh, perl, etc. also accept them.
864 # (The list follows the same order as the GNU Coding Standards.)
865 bindir
='${exec_prefix}/bin'
866 sbindir
='${exec_prefix}/sbin'
867 libexecdir
='${exec_prefix}/libexec'
868 datarootdir
='${prefix}/share'
869 datadir
='${datarootdir}'
870 sysconfdir
='${prefix}/etc'
871 sharedstatedir
='${prefix}/com'
872 localstatedir
='${prefix}/var'
873 includedir
='${prefix}/include'
874 oldincludedir
='/usr/include'
875 docdir
='${datarootdir}/doc/${PACKAGE}'
876 infodir
='${datarootdir}/info'
881 libdir
='${exec_prefix}/lib'
882 localedir
='${datarootdir}/locale'
883 mandir
='${datarootdir}/man'
889 # If the previous option needs an argument, assign it.
890 if test -n "$ac_prev"; then
891 eval $ac_prev=\
$ac_option
897 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
901 # Accept the important Cygnus configure options, so we can diagnose typos.
903 case $ac_dashdash$ac_option in
907 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
909 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
912 -build |
--build |
--buil |
--bui |
--bu)
913 ac_prev
=build_alias
;;
914 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
915 build_alias
=$ac_optarg ;;
917 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
918 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
919 ac_prev
=cache_file
;;
920 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
921 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
922 cache_file
=$ac_optarg ;;
925 cache_file
=config.cache
;;
927 -datadir |
--datadir |
--datadi |
--datad)
929 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
930 datadir
=$ac_optarg ;;
932 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
933 |
--dataroo |
--dataro |
--datar)
934 ac_prev
=datarootdir
;;
935 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
936 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
937 datarootdir
=$ac_optarg ;;
939 -disable-* |
--disable-*)
940 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
943 as_fn_error
"invalid feature name: $ac_useropt"
944 ac_useropt_orig
=$ac_useropt
945 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
950 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep
=', ';;
953 eval enable_
$ac_useropt=no
;;
955 -docdir |
--docdir |
--docdi |
--doc |
--do)
957 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
960 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
962 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
965 -enable-* |
--enable-*)
966 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
969 as_fn_error
"invalid feature name: $ac_useropt"
970 ac_useropt_orig
=$ac_useropt
971 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
976 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep
=', ';;
979 eval enable_
$ac_useropt=\
$ac_optarg ;;
981 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
982 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
983 |
--exec |
--exe |
--ex)
984 ac_prev
=exec_prefix
;;
985 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
986 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
987 |
--exec=* |
--exe=* |
--ex=*)
988 exec_prefix
=$ac_optarg ;;
990 -gas |
--gas |
--ga |
--g)
991 # Obsolete; use --with-gas.
994 -help |
--help |
--hel |
--he |
-h)
996 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
997 ac_init_help
=recursive
;;
998 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
999 ac_init_help
=short
;;
1001 -host |
--host |
--hos |
--ho)
1002 ac_prev
=host_alias
;;
1003 -host=* |
--host=* |
--hos=* |
--ho=*)
1004 host_alias
=$ac_optarg ;;
1006 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1008 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1010 htmldir
=$ac_optarg ;;
1012 -includedir |
--includedir |
--includedi |
--included |
--include \
1013 |
--includ |
--inclu |
--incl |
--inc)
1014 ac_prev
=includedir
;;
1015 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1016 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1017 includedir
=$ac_optarg ;;
1019 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1021 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1022 infodir
=$ac_optarg ;;
1024 -libdir |
--libdir |
--libdi |
--libd)
1026 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1027 libdir
=$ac_optarg ;;
1029 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1030 |
--libexe |
--libex |
--libe)
1031 ac_prev
=libexecdir
;;
1032 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1033 |
--libexe=* |
--libex=* |
--libe=*)
1034 libexecdir
=$ac_optarg ;;
1036 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1037 ac_prev
=localedir
;;
1038 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1039 localedir
=$ac_optarg ;;
1041 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1042 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1043 ac_prev
=localstatedir
;;
1044 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1045 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1046 localstatedir
=$ac_optarg ;;
1048 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1050 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1051 mandir
=$ac_optarg ;;
1053 -nfp |
--nfp |
--nf)
1054 # Obsolete; use --without-fp.
1057 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1058 |
--no-cr |
--no-c |
-n)
1061 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1062 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1065 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1066 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1067 |
--oldin |
--oldi |
--old |
--ol |
--o)
1068 ac_prev
=oldincludedir
;;
1069 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1070 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1071 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1072 oldincludedir
=$ac_optarg ;;
1074 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1076 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1077 prefix
=$ac_optarg ;;
1079 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1080 |
--program-pre |
--program-pr |
--program-p)
1081 ac_prev
=program_prefix
;;
1082 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1083 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1084 program_prefix
=$ac_optarg ;;
1086 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1087 |
--program-suf |
--program-su |
--program-s)
1088 ac_prev
=program_suffix
;;
1089 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1090 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1091 program_suffix
=$ac_optarg ;;
1093 -program-transform-name |
--program-transform-name \
1094 |
--program-transform-nam |
--program-transform-na \
1095 |
--program-transform-n |
--program-transform- \
1096 |
--program-transform |
--program-transfor \
1097 |
--program-transfo |
--program-transf \
1098 |
--program-trans |
--program-tran \
1099 |
--progr-tra |
--program-tr |
--program-t)
1100 ac_prev
=program_transform_name
;;
1101 -program-transform-name=* |
--program-transform-name=* \
1102 |
--program-transform-nam=* |
--program-transform-na=* \
1103 |
--program-transform-n=* |
--program-transform-=* \
1104 |
--program-transform=* |
--program-transfor=* \
1105 |
--program-transfo=* |
--program-transf=* \
1106 |
--program-trans=* |
--program-tran=* \
1107 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1108 program_transform_name
=$ac_optarg ;;
1110 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1112 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1113 pdfdir
=$ac_optarg ;;
1115 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1117 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1120 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1121 |
-silent |
--silent |
--silen |
--sile |
--sil)
1124 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1126 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1128 sbindir
=$ac_optarg ;;
1130 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1131 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1132 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1134 ac_prev
=sharedstatedir
;;
1135 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1136 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1137 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1139 sharedstatedir
=$ac_optarg ;;
1141 -site |
--site |
--sit)
1143 -site=* |
--site=* |
--sit=*)
1146 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1148 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1149 srcdir
=$ac_optarg ;;
1151 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1152 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1153 ac_prev
=sysconfdir
;;
1154 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1155 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1156 sysconfdir
=$ac_optarg ;;
1158 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1159 ac_prev
=target_alias
;;
1160 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1161 target_alias
=$ac_optarg ;;
1163 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1166 -version |
--version |
--versio |
--versi |
--vers |
-V)
1167 ac_init_version
=: ;;
1170 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1171 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1173 as_fn_error
"invalid package name: $ac_useropt"
1174 ac_useropt_orig
=$ac_useropt
1175 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1176 case $ac_user_opts in
1180 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1181 ac_unrecognized_sep
=', ';;
1183 eval with_
$ac_useropt=\
$ac_optarg ;;
1185 -without-* |
--without-*)
1186 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1189 as_fn_error
"invalid package name: $ac_useropt"
1190 ac_useropt_orig
=$ac_useropt
1191 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1196 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1197 ac_unrecognized_sep
=', ';;
1199 eval with_
$ac_useropt=no
;;
1202 # Obsolete; use --with-x.
1205 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1206 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1207 ac_prev
=x_includes
;;
1208 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1209 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1210 x_includes
=$ac_optarg ;;
1212 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1213 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1214 ac_prev
=x_libraries
;;
1215 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1216 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1217 x_libraries
=$ac_optarg ;;
1219 -*) as_fn_error
"unrecognized option: \`$ac_option'
1220 Try \`$0 --help' for more information."
1224 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1225 # Reject names that are not valid shell variable names.
1226 case $ac_envvar in #(
1227 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1228 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1230 eval $ac_envvar=\
$ac_optarg
1231 export $ac_envvar ;;
1234 # FIXME: should be removed in autoconf 3.0.
1235 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1236 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1237 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1238 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1244 if test -n "$ac_prev"; then
1245 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1246 as_fn_error
"missing argument to $ac_option"
1249 if test -n "$ac_unrecognized_opts"; then
1250 case $enable_option_checking in
1252 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1253 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1257 # Check all directory arguments for consistency.
1258 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1259 datadir sysconfdir sharedstatedir localstatedir includedir \
1260 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1261 libdir localedir mandir
1263 eval ac_val
=\$
$ac_var
1264 # Remove trailing slashes.
1267 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1268 eval $ac_var=\
$ac_val;;
1270 # Be sure to have absolute directory names.
1272 [\\/$
]* | ?
:[\\/]* ) continue;;
1273 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1275 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1278 # There might be people who depend on the old broken behavior: `$host'
1279 # used to hold the argument of --host etc.
1280 # FIXME: To remove some day.
1283 target
=$target_alias
1285 # FIXME: To remove some day.
1286 if test "x$host_alias" != x
; then
1287 if test "x$build_alias" = x
; then
1288 cross_compiling
=maybe
1289 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1290 If a cross compiler is detected then cross compile mode will be used." >&2
1291 elif test "x$build_alias" != "x$host_alias"; then
1297 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1299 test "$silent" = yes && exec 6>/dev
/null
1302 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1303 ac_ls_di
=`ls -di .` &&
1304 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1305 as_fn_error
"working directory cannot be determined"
1306 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1307 as_fn_error
"pwd does not report name of working directory"
1310 # Find the source files, if location was not specified.
1311 if test -z "$srcdir"; then
1312 ac_srcdir_defaulted
=yes
1313 # Try the directory containing this script, then the parent directory.
1314 ac_confdir
=`$as_dirname -- "$as_myself" ||
1315 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1316 X"$as_myself" : 'X\(//\)[^/]' \| \
1317 X"$as_myself" : 'X\(//\)$' \| \
1318 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1319 $as_echo X"$as_myself" |
1320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1342 ac_srcdir_defaulted
=no
1344 if test ! -r "$srcdir/$ac_unique_file"; then
1345 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1346 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1348 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 # When building in place, set srcdir=.
1353 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 # Remove unnecessary trailing slashes from srcdir.
1357 # Double slashes in file names in object file debugging info
1358 # mess up M-x gdb in Emacs.
1360 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1364 as_fn_error
"path to source, $srcdir, contains spaces"
1367 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1369 for ac_var
in $ac_precious_vars; do
1370 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1371 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1372 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1373 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1377 # Report the --help message.
1379 if test "$ac_init_help" = "long"; then
1380 # Omit some internal or obsolete options to make the list less imposing.
1381 # This message is too long to be a string in the A/UX 3.1 sh.
1383 \`configure' configures this package to adapt to many kinds of systems.
1385 Usage: $0 [OPTION]... [VAR=VALUE]...
1387 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1388 VAR=VALUE. See below for descriptions of some of the useful variables.
1390 Defaults for the options are specified in brackets.
1393 -h, --help display this help and exit
1394 --help=short display options specific to this package
1395 --help=recursive display the short help of all the included packages
1396 -V, --version display version information and exit
1397 -q, --quiet, --silent do not print \`checking...' messages
1398 --cache-file=FILE cache test results in FILE [disabled]
1399 -C, --config-cache alias for \`--cache-file=config.cache'
1400 -n, --no-create do not create output files
1401 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403 Installation directories:
1404 --prefix=PREFIX install architecture-independent files in PREFIX
1405 [$ac_default_prefix]
1406 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1409 By default, \`make install' will install all the files in
1410 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1411 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1412 for instance \`--prefix=\$HOME'.
1414 For better control, use the options below.
1416 Fine tuning of the installation directories:
1417 --bindir=DIR user executables [EPREFIX/bin]
1418 --sbindir=DIR system admin executables [EPREFIX/sbin]
1419 --libexecdir=DIR program executables [EPREFIX/libexec]
1420 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1421 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1422 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1423 --libdir=DIR object code libraries [EPREFIX/lib]
1424 --includedir=DIR C header files [PREFIX/include]
1425 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1426 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1427 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1428 --infodir=DIR info documentation [DATAROOTDIR/info]
1429 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1430 --mandir=DIR man documentation [DATAROOTDIR/man]
1431 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1432 --htmldir=DIR html documentation [DOCDIR]
1433 --dvidir=DIR dvi documentation [DOCDIR]
1434 --pdfdir=DIR pdf documentation [DOCDIR]
1435 --psdir=DIR ps documentation [DOCDIR]
1441 --program-prefix=PREFIX prepend PREFIX to installed program names
1442 --program-suffix=SUFFIX append SUFFIX to installed program names
1443 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1446 --build=BUILD configure
for building on BUILD
[guessed
]
1447 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1448 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1452 if test -n "$ac_init_help"; then
1457 --disable-option-checking ignore unrecognized
--enable/--with options
1458 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1459 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1460 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1461 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1462 --disable-libquadmath do not build libquadmath directory
1463 --disable-libquadmath-support
1464 disable libquadmath support
for Fortran
1465 --enable-libada build libada directory
1466 --enable-libssp build libssp directory
1467 --enable-static-libjava[=ARG
]
1468 build static libjava
[default
=no
]
1469 --enable-bootstrap enable bootstrapping
[yes if native build
]
1470 --disable-isl-version-check
1471 disable check
for ISL version
1472 --disable-cloog-version-check
1473 disable check
for CLooG version
1474 --enable-lto enable link
time optimization support
1475 --enable-stage1-languages[=all
]
1476 choose additional languages to build during stage1.
1477 Mostly useful
for compiler development
1478 --enable-objc-gc enable use of Boehm
's garbage collector with the GNU
1480 --enable-serial-[{host,target,build}-]configure
1481 force sequential configuration of sub-packages for
1482 the host, target or build machine, or all
1484 --enable-maintainer-mode
1485 enable make rules and dependencies not useful (and
1486 sometimes confusing) to the casual installer
1487 --enable-stage1-checking[=all]
1488 choose additional checking for stage1 of the
1490 --enable-werror enable -Werror in bootstrap stage2 and later
1493 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1494 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1495 --with-build-libsubdir=DIR Directory where to find libraries for build system
1496 --with-mpc=PATH specify prefix directory for installed MPC package.
1497 Equivalent to --with-mpc-include=PATH/include plus
1498 --with-mpc-lib=PATH/lib
1499 --with-mpc-include=PATH specify directory for installed MPC include files
1500 --with-mpc-lib=PATH specify directory for the installed MPC library
1501 --with-mpfr-dir=PATH this option has been REMOVED
1502 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1503 Equivalent to --with-mpfr-include=PATH/include plus
1504 --with-mpfr-lib=PATH/lib
1505 --with-mpfr-include=PATH
1506 specify directory for installed MPFR include files
1507 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1508 --with-gmp-dir=PATH this option has been REMOVED
1509 --with-gmp=PATH specify prefix directory for the installed GMP
1510 package. Equivalent to
1511 --with-gmp-include=PATH/include plus
1512 --with-gmp-lib=PATH/lib
1513 --with-gmp-include=PATH specify directory for installed GMP include files
1514 --with-gmp-lib=PATH specify directory for the installed GMP library
1515 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-stage1-ldflags=FLAGS
1519 linker flags for stage1
1520 --with-boot-libs=LIBS libraries for stage2 and later
1521 --with-boot-ldflags=FLAGS
1522 linker flags for stage2 and later
1523 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1524 package. Equivalent to
1525 --with-cloog-include=PATH/include plus
1526 --with-cloog-lib=PATH/lib
1527 --with-isl=PATH Specify prefix directory for the installed ISL
1528 package. Equivalent to
1529 --with-isl-include=PATH/include plus
1530 --with-isl-lib=PATH/lib
1531 --with-isl-include=PATH Specify directory for installed ISL include files
1532 --with-isl-lib=PATH Specify the directory for the installed ISL library
1533 --with-cloog-include=PATH
1534 Specify directory for installed CLooG include files
1535 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1537 --with-build-sysroot=SYSROOT
1538 use sysroot as the system root during the build
1539 --with-debug-prefix-map='A
=B C
=D ...
'
1540 map A to B, C to D ... in debug information
1541 --with-build-config='NAME NAME2...
'
1542 use config/NAME.mk build configuration
1543 --with-build-time-tools=PATH
1544 use given path to find target tools during the build
1546 Some influential environment variables:
1547 CC C compiler command
1548 CFLAGS C compiler flags
1549 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1550 nonstandard directory <lib dir>
1551 LIBS libraries to pass to the linker, e.g. -l<library>
1552 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553 you have headers in a nonstandard directory <include dir>
1554 CXX C++ compiler command
1555 CXXFLAGS C++ compiler flags
1557 additional configure arguments for build directories
1559 additional configure arguments for host directories
1561 additional configure arguments for target directories
1564 DLLTOOL DLLTOOL for the host
1566 LIPO LIPO for the host
1568 RANLIB RANLIB for the host
1569 STRIP STRIP for the host
1570 WINDRES WINDRES for the host
1571 WINDMC WINDMC for the host
1572 OBJCOPY OBJCOPY for the host
1573 OBJDUMP OBJDUMP for the host
1574 READELF READELF for the host
1584 GFORTRAN for the target
1592 DLLTOOL for the target
1600 OBJDUMP for the target
1602 RANLIB for the target
1604 READELF for the target
1606 STRIP for the target
1608 WINDRES for the target
1610 WINDMC for the target
1612 Use these variables to override the choices made by `configure' or to
help
1613 it to
find libraries and programs with nonstandard names
/locations.
1615 Report bugs to the package provider.
1620 if test "$ac_init_help" = "recursive"; then
1621 # If there are subdirs, report their specific --help.
1622 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1623 test -d "$ac_dir" ||
1624 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1629 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1631 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1632 # A ".." for each directory in $ac_dir_suffix.
1633 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1634 case $ac_top_builddir_sub in
1635 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1636 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1639 ac_abs_top_builddir
=$ac_pwd
1640 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1641 # for backward compatibility:
1642 ac_top_builddir
=$ac_top_build_prefix
1645 .
) # We are building in place.
1647 ac_top_srcdir
=$ac_top_builddir_sub
1648 ac_abs_top_srcdir
=$ac_pwd ;;
1649 [\\/]* | ?
:[\\/]* ) # Absolute name.
1650 ac_srcdir
=$srcdir$ac_dir_suffix;
1651 ac_top_srcdir
=$srcdir
1652 ac_abs_top_srcdir
=$srcdir ;;
1654 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1655 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1656 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1658 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1660 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1661 # Check for guested configure.
1662 if test -f "$ac_srcdir/configure.gnu"; then
1664 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1665 elif test -f "$ac_srcdir/configure"; then
1667 $SHELL "$ac_srcdir/configure" --help=recursive
1669 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1671 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1675 test -n "$ac_init_help" && exit $ac_status
1676 if $ac_init_version; then
1679 generated by GNU Autoconf
2.64
1681 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1682 This configure
script is free software
; the Free Software Foundation
1683 gives unlimited permission to copy
, distribute and modify it.
1688 ## ------------------------ ##
1689 ## Autoconf initialization. ##
1690 ## ------------------------ ##
1692 # ac_fn_c_try_compile LINENO
1693 # --------------------------
1694 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1695 ac_fn_c_try_compile
()
1697 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1698 rm -f conftest.
$ac_objext
1699 if { { ac_try
="$ac_compile"
1701 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1702 *) ac_try_echo=$ac_try;;
1704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705 $as_echo "$ac_try_echo"; } >&5
1706 (eval "$ac_compile") 2>conftest.err
1708 if test -s conftest.err; then
1709 grep -v '^ *+' conftest.err >conftest.er1
1710 cat conftest.er1 >&5
1711 mv -f conftest.er1 conftest.err
1713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1714 test $ac_status = 0; } && {
1715 test -z "$ac_c_werror_flag" ||
1716 test ! -s conftest.err
1717 } && test -s conftest.$ac_objext; then :
1720 $as_echo "$as_me: failed program was:" >&5
1721 sed 's/^/| /' conftest.$ac_ext >&5
1725 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728 } # ac_fn_c_try_compile
1730 # ac_fn_cxx_try_compile LINENO
1731 # ----------------------------
1732 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1733 ac_fn_cxx_try_compile ()
1735 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1736 rm -f conftest.$ac_objext
1737 if { { ac_try="$ac_compile"
1739 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1740 *) ac_try_echo
=$ac_try;;
1742 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743 $as_echo "$ac_try_echo"; } >&5
1744 (eval "$ac_compile") 2>conftest.err
1746 if test -s conftest.err
; then
1747 grep -v '^ *+' conftest.err
>conftest.er1
1748 cat conftest.er1
>&5
1749 mv -f conftest.er1 conftest.err
1751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1752 test $ac_status = 0; } && {
1753 test -z "$ac_cxx_werror_flag" ||
1754 test ! -s conftest.err
1755 } && test -s conftest.
$ac_objext; then :
1758 $as_echo "$as_me: failed program was:" >&5
1759 sed 's/^/| /' conftest.
$ac_ext >&5
1763 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1766 } # ac_fn_cxx_try_compile
1768 # ac_fn_cxx_try_link LINENO
1769 # -------------------------
1770 # Try to link conftest.$ac_ext, and return whether this succeeded.
1771 ac_fn_cxx_try_link
()
1773 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1774 rm -f conftest.
$ac_objext conftest
$ac_exeext
1775 if { { ac_try
="$ac_link"
1777 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1778 *) ac_try_echo=$ac_try;;
1780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1781 $as_echo "$ac_try_echo"; } >&5
1782 (eval "$ac_link") 2>conftest.err
1784 if test -s conftest.err; then
1785 grep -v '^ *+' conftest.err >conftest.er1
1786 cat conftest.er1 >&5
1787 mv -f conftest.er1 conftest.err
1789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1790 test $ac_status = 0; } && {
1791 test -z "$ac_cxx_werror_flag" ||
1792 test ! -s conftest.err
1793 } && test -s conftest$ac_exeext && {
1794 test "$cross_compiling" = yes ||
1795 $as_test_x conftest$ac_exeext
1799 $as_echo "$as_me: failed program was:" >&5
1800 sed 's/^/| /' conftest.$ac_ext >&5
1804 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1805 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1806 # interfere with the next link command; also delete a directory that is
1807 # left behind by Apple's compiler. We do this before executing the actions.
1808 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1809 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1812 } # ac_fn_cxx_try_link
1814 # ac_fn_c_try_link LINENO
1815 # -----------------------
1816 # Try to link conftest.$ac_ext, and return whether this succeeded.
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 rm -f conftest.$ac_objext conftest$ac_exeext
1821 if { { ac_try="$ac_link"
1823 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1824 *) ac_try_echo
=$ac_try;;
1826 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1827 $as_echo "$ac_try_echo"; } >&5
1828 (eval "$ac_link") 2>conftest.err
1830 if test -s conftest.err
; then
1831 grep -v '^ *+' conftest.err
>conftest.er1
1832 cat conftest.er1
>&5
1833 mv -f conftest.er1 conftest.err
1835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1836 test $ac_status = 0; } && {
1837 test -z "$ac_c_werror_flag" ||
1838 test ! -s conftest.err
1839 } && test -s conftest
$ac_exeext && {
1840 test "$cross_compiling" = yes ||
1841 $as_test_x conftest
$ac_exeext
1845 $as_echo "$as_me: failed program was:" >&5
1846 sed 's/^/| /' conftest.
$ac_ext >&5
1850 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1851 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1852 # interfere with the next link command; also delete a directory that is
1853 # left behind by Apple's compiler. We do this before executing the actions.
1854 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1855 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1858 } # ac_fn_c_try_link
1860 # ac_fn_c_try_run LINENO
1861 # ----------------------
1862 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1863 # that executables *can* be run.
1866 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1867 if { { ac_try
="$ac_link"
1869 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1870 *) ac_try_echo=$ac_try;;
1872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1873 $as_echo "$ac_try_echo"; } >&5
1874 (eval "$ac_link") 2>&5
1876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1877 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1878 { { case "(($ac_try" in
1879 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1880 *) ac_try_echo
=$ac_try;;
1882 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1883 $as_echo "$ac_try_echo"; } >&5
1884 (eval "$ac_try") 2>&5
1886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1887 test $ac_status = 0; }; }; then :
1890 $as_echo "$as_me: program exited with status $ac_status" >&5
1891 $as_echo "$as_me: failed program was:" >&5
1892 sed 's/^/| /' conftest.
$ac_ext >&5
1894 ac_retval
=$ac_status
1896 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1897 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1901 cat >config.log
<<_ACEOF
1902 This file contains any messages produced by compilers while
1903 running configure, to aid debugging if configure makes a mistake.
1905 It was created by $as_me, which was
1906 generated by GNU Autoconf 2.64. Invocation command line was
1918 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1919 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1920 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1921 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1922 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1924 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1925 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1927 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1928 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1929 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1930 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1931 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1932 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1933 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1937 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1941 test -z "$as_dir" && as_dir
=.
1942 $as_echo "PATH: $as_dir"
1958 # Keep a trace of the command line.
1959 # Strip out --no-create and --no-recursion so they do not pile up.
1960 # Strip out --silent because we don't want to record it for future runs.
1961 # Also quote any args containing shell meta-characters.
1962 # Make two passes to allow for proper duplicate-argument suppression.
1966 ac_must_keep_next
=false
1972 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1973 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1974 |
-silent |
--silent |
--silen |
--sile |
--sil)
1977 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1980 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1982 as_fn_append ac_configure_args1
" '$ac_arg'"
1983 if test $ac_must_keep_next = true
; then
1984 ac_must_keep_next
=false
# Got value, back to normal.
1987 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1988 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1989 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1990 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1991 case "$ac_configure_args0 " in
1992 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1995 -* ) ac_must_keep_next
=true
;;
1998 as_fn_append ac_configure_args
" '$ac_arg'"
2003 { ac_configure_args0
=; unset ac_configure_args0
;}
2004 { ac_configure_args1
=; unset ac_configure_args1
;}
2006 # When interrupted or exit'd, cleanup temporary files, and complete
2007 # config.log. We remove comments because anyway the quotes in there
2008 # would cause problems or look ugly.
2009 # WARNING: Use '\'' to represent an apostrophe within the trap.
2010 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2011 trap 'exit_status=$?
2012 # Save into config.log some information that might help in debugging.
2017 ## ---------------- ##
2018 ## Cache variables. ##
2019 ## ---------------- ##
2022 # The following way of writing the cache mishandles newlines in values,
2024 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2025 eval ac_val=\$$ac_var
2029 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2030 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 _ | IFS | as_nl) ;; #(
2034 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2035 *) { eval $ac_var=; unset $ac_var;} ;;
2040 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2041 *${as_nl}ac_space=\ *)
2043 "s/'\''/'\''\\\\'\'''\''/g;
2044 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2055 ## ----------------- ##
2056 ## Output variables. ##
2057 ## ----------------- ##
2060 for ac_var in $ac_subst_vars
2062 eval ac_val=\$$ac_var
2064 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2066 $as_echo "$ac_var='\''$ac_val'\''"
2070 if test -n "$ac_subst_files"; then
2072 ## ------------------- ##
2073 ## File substitutions. ##
2074 ## ------------------- ##
2077 for ac_var
in $ac_subst_files
2079 eval ac_val
=\$
$ac_var
2081 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2083 $as_echo "$ac_var='\''$ac_val'\''"
2088 if test -s confdefs.h; then
2098 test "$ac_signal" != 0 &&
2099 $as_echo "$as_me: caught signal $ac_signal"
2100 $as_echo "$as_me: exit $exit_status"
2102 rm -f core *.core core.conftest.* &&
2103 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2106 for ac_signal
in 1 2 13 15; do
2107 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2111 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2112 rm -f -r conftest
* confdefs.h
2114 $as_echo "/* confdefs.h */" > confdefs.h
2116 # Predefined preprocessor variables.
2118 cat >>confdefs.h
<<_ACEOF
2119 #define PACKAGE_NAME "$PACKAGE_NAME"
2122 cat >>confdefs.h
<<_ACEOF
2123 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126 cat >>confdefs.h
<<_ACEOF
2127 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2130 cat >>confdefs.h
<<_ACEOF
2131 #define PACKAGE_STRING "$PACKAGE_STRING"
2134 cat >>confdefs.h
<<_ACEOF
2135 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138 cat >>confdefs.h
<<_ACEOF
2139 #define PACKAGE_URL "$PACKAGE_URL"
2143 # Let the site file select an alternate cache file if it wants to.
2144 # Prefer an explicitly selected file to automatically selected ones.
2147 if test -n "$CONFIG_SITE"; then
2148 ac_site_file1
=$CONFIG_SITE
2149 elif test "x$prefix" != xNONE
; then
2150 ac_site_file1
=$prefix/share
/config.site
2151 ac_site_file2
=$prefix/etc
/config.site
2153 ac_site_file1
=$ac_default_prefix/share
/config.site
2154 ac_site_file2
=$ac_default_prefix/etc
/config.site
2156 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2158 test "x$ac_site_file" = xNONE
&& continue
2159 if test -r "$ac_site_file"; then
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2161 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2162 sed 's/^/| /' "$ac_site_file" >&5
2167 if test -r "$cache_file"; then
2168 # Some versions of bash will fail to source /dev/null (special
2169 # files actually), so we avoid doing that.
2170 if test -f "$cache_file"; then
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2172 $as_echo "$as_me: loading cache $cache_file" >&6;}
2174 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2175 *) .
"./$cache_file";;
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2180 $as_echo "$as_me: creating cache $cache_file" >&6;}
2184 # Check that the precious variables saved in the cache have kept the same
2186 ac_cache_corrupted
=false
2187 for ac_var
in $ac_precious_vars; do
2188 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2189 eval ac_new_set
=\
$ac_env_${ac_var}_set
2190 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2191 eval ac_new_val
=\
$ac_env_${ac_var}_value
2192 case $ac_old_set,$ac_new_set in
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2195 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2196 ac_cache_corrupted
=: ;;
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2199 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2200 ac_cache_corrupted
=: ;;
2203 if test "x$ac_old_val" != "x$ac_new_val"; then
2204 # differences in whitespace do not lead to failure.
2205 ac_old_val_w
=`echo x $ac_old_val`
2206 ac_new_val_w
=`echo x $ac_new_val`
2207 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2209 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2210 ac_cache_corrupted
=:
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2213 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2214 eval $ac_var=\
$ac_old_val
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2217 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2219 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2222 # Pass precious variables to config.status.
2223 if test "$ac_new_set" = set; then
2225 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2226 *) ac_arg
=$ac_var=$ac_new_val ;;
2228 case " $ac_configure_args " in
2229 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2230 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2234 if $ac_cache_corrupted; then
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2236 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2238 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2239 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2241 ## -------------------- ##
2242 ## Main body of script. ##
2243 ## -------------------- ##
2246 ac_cpp
='$CPP $CPPFLAGS'
2247 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2248 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2249 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2260 # if PWD already has a value, it is probably wrong.
2261 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
2263 # Export original configure arguments for use by sub-configures.
2264 # Quote arguments with shell meta charatcers.
2265 TOPLEVEL_CONFIGURE_ARGUMENTS
=
2266 set -- "$progname" "$@"
2270 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2271 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2272 # if the argument is of the form -foo=baz, quote the baz part only
2273 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2276 # Add the quoted argument to the list.
2277 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2279 if test "$silent" = yes; then
2280 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2282 # Remove the initial space we just introduced and, as these will be
2283 # expanded by make, quote '$'.
2284 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2287 # Find the build, host, and target systems.
2289 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2290 for ac_t
in install-sh
install.sh shtool
; do
2291 if test -f "$ac_dir/$ac_t"; then
2293 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2298 if test -z "$ac_aux_dir"; then
2299 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2302 # These three variables are undocumented and unsupported,
2303 # and are intended to be withdrawn in a future Autoconf release.
2304 # They can cause serious problems if a builder's source tree is in a directory
2305 # whose full name contains unusual characters.
2306 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2307 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2308 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2311 # Make sure we can run config.sub.
2312 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2313 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2316 $as_echo_n "checking build system type... " >&6; }
2317 if test "${ac_cv_build+set}" = set; then :
2318 $as_echo_n "(cached) " >&6
2320 ac_build_alias
=$build_alias
2321 test "x$ac_build_alias" = x
&&
2322 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2323 test "x$ac_build_alias" = x
&&
2324 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2325 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2326 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2330 $as_echo "$ac_cv_build" >&6; }
2331 case $ac_cv_build in
2333 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2336 ac_save_IFS
=$IFS; IFS
='-'
2342 # Remember, the first character of IFS is used to create $*,
2343 # except with old shells:
2346 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2349 case ${build_alias} in
2350 "") build_noncanonical
=${build} ;;
2351 *) build_noncanonical
=${build_alias} ;;
2356 case ${host_alias} in
2357 "") host_noncanonical
=${build_noncanonical} ;;
2358 *) host_noncanonical
=${host_alias} ;;
2363 case ${target_alias} in
2364 "") target_noncanonical
=${host_noncanonical} ;;
2365 *) target_noncanonical
=${target_alias} ;;
2371 test "$host_noncanonical" = "$target_noncanonical" &&
2372 test "$program_prefix$program_suffix$program_transform_name" = \
2374 program_transform_name
=s
,y
,y
,
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2377 $as_echo_n "checking host system type... " >&6; }
2378 if test "${ac_cv_host+set}" = set; then :
2379 $as_echo_n "(cached) " >&6
2381 if test "x$host_alias" = x
; then
2382 ac_cv_host
=$ac_cv_build
2384 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2385 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2390 $as_echo "$ac_cv_host" >&6; }
2393 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2396 ac_save_IFS
=$IFS; IFS
='-'
2402 # Remember, the first character of IFS is used to create $*,
2403 # except with old shells:
2406 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2410 $as_echo_n "checking target system type... " >&6; }
2411 if test "${ac_cv_target+set}" = set; then :
2412 $as_echo_n "(cached) " >&6
2414 if test "x$target_alias" = x
; then
2415 ac_cv_target
=$ac_cv_host
2417 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2418 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2423 $as_echo "$ac_cv_target" >&6; }
2424 case $ac_cv_target in
2426 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2428 target
=$ac_cv_target
2429 ac_save_IFS
=$IFS; IFS
='-'
2435 # Remember, the first character of IFS is used to create $*,
2436 # except with old shells:
2439 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2442 # The aliases save the names the user supplied, while $host etc.
2443 # will get canonicalized.
2444 test -n "$target_alias" &&
2445 test "$program_prefix$program_suffix$program_transform_name" = \
2447 program_prefix
=${target_alias}-
2449 test "$program_prefix" != NONE
&&
2450 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2451 # Use a double $ so make ignores it.
2452 test "$program_suffix" != NONE
&&
2453 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2454 # Double any \ or $.
2455 # By default was `s,x,x', remove it if useless.
2456 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2457 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2461 # Get 'install' or 'install-sh' and its variants.
2462 # Find a good install program. We prefer a C program (faster),
2463 # so one script is as good as another. But avoid the broken or
2464 # incompatible versions:
2465 # SysV /etc/install, /usr/sbin/install
2466 # SunOS /usr/etc/install
2467 # IRIX /sbin/install
2469 # AmigaOS /C/install, which installs bootblocks on floppy discs
2470 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2471 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2472 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2473 # OS/2's system install, which has a completely different semantic
2474 # ./install, which can be erroneously created by make from ./install.sh.
2475 # Reject install programs that cannot install multiple files.
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2477 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2478 if test -z "$INSTALL"; then
2479 if test "${ac_cv_path_install+set}" = set; then :
2480 $as_echo_n "(cached) " >&6
2482 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2486 test -z "$as_dir" && as_dir
=.
2487 # Account for people who put trailing slashes in PATH elements.
2488 case $as_dir/ in #((
2489 .
/ | .
// |
/[cC
]/* | \
2490 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2491 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2494 # OSF1 and SCO ODT 3.0 have their own names for install.
2495 # Don't use installbsd from OSF since it installs stuff as root
2497 for ac_prog
in ginstall scoinst
install; do
2498 for ac_exec_ext
in '' $ac_executable_extensions; do
2499 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2500 if test $ac_prog = install &&
2501 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2502 # AIX install. It has an incompatible calling convention.
2504 elif test $ac_prog = install &&
2505 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2506 # program-specific install script used by HP pwplus--don't use.
2509 rm -rf conftest.one conftest.two conftest.dir
2510 echo one
> conftest.one
2511 echo two
> conftest.two
2513 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2514 test -s conftest.one
&& test -s conftest.two
&&
2515 test -s conftest.dir
/conftest.one
&&
2516 test -s conftest.dir
/conftest.two
2518 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2531 rm -rf conftest.one conftest.two conftest.dir
2534 if test "${ac_cv_path_install+set}" = set; then
2535 INSTALL
=$ac_cv_path_install
2537 # As a last resort, use the slow shell script. Don't cache a
2538 # value for INSTALL within a source directory, because that will
2539 # break other packages using the cache if that directory is
2540 # removed, or if the value is a relative name.
2541 INSTALL
=$ac_install_sh
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2545 $as_echo "$INSTALL" >&6; }
2547 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2548 # It thinks the first close brace ends the variable substitution.
2549 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2551 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2553 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2556 $as_echo_n "checking whether ln works... " >&6; }
2557 if test "${acx_cv_prog_LN+set}" = set; then :
2558 $as_echo_n "(cached) " >&6
2560 rm -f conftestdata_t
2561 echo >conftestdata_f
2562 if ln conftestdata_f conftestdata_t
2>/dev
/null
2568 rm -f conftestdata_f conftestdata_t
2571 if test $acx_cv_prog_LN = no
; then
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2574 $as_echo "no, using $LN" >&6; }
2576 LN
="$acx_cv_prog_LN"
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2578 $as_echo "yes" >&6; }
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2582 $as_echo_n "checking whether ln -s works... " >&6; }
2584 if test "$LN_S" = "ln -s"; then
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2586 $as_echo "yes" >&6; }
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2589 $as_echo "no, using $LN_S" >&6; }
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2593 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2594 if test "${ac_cv_path_SED+set}" = set; then :
2595 $as_echo_n "(cached) " >&6
2597 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2598 for ac_i
in 1 2 3 4 5 6 7; do
2599 ac_script
="$ac_script$as_nl$ac_script"
2601 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2602 { ac_script
=; unset ac_script
;}
2603 if test -z "$SED"; then
2604 ac_path_SED_found
=false
2605 # Loop through the user's path and test for each of PROGNAME-LIST
2606 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2610 test -z "$as_dir" && as_dir
=.
2611 for ac_prog
in sed gsed
; do
2612 for ac_exec_ext
in '' $ac_executable_extensions; do
2613 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2614 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2615 # Check for GNU ac_path_SED and select it if it is found.
2616 # Check for GNU $ac_path_SED
2617 case `"$ac_path_SED" --version 2>&1` in
2619 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2622 $as_echo_n 0123456789 >"conftest.in"
2625 cat "conftest.in" "conftest.in" >"conftest.tmp"
2626 mv "conftest.tmp" "conftest.in"
2627 cp "conftest.in" "conftest.nl"
2628 $as_echo '' >> "conftest.nl"
2629 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2630 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2631 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2632 if test $ac_count -gt ${ac_path_SED_max-0}; then
2633 # Best one so far, save it but keep looking for a better one
2634 ac_cv_path_SED
="$ac_path_SED"
2635 ac_path_SED_max
=$ac_count
2637 # 10*(2^10) chars as input seems more than enough
2638 test $ac_count -gt 10 && break
2640 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2643 $ac_path_SED_found && break 3
2648 if test -z "$ac_cv_path_SED"; then
2649 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2657 $as_echo "$ac_cv_path_SED" >&6; }
2658 SED
="$ac_cv_path_SED"
2661 for ac_prog
in gawk mawk nawk
awk
2663 # Extract the first word of "$ac_prog", so it can be a program name with args.
2664 set dummy
$ac_prog; ac_word
=$2
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666 $as_echo_n "checking for $ac_word... " >&6; }
2667 if test "${ac_cv_prog_AWK+set}" = set; then :
2668 $as_echo_n "(cached) " >&6
2670 if test -n "$AWK"; then
2671 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2673 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2677 test -z "$as_dir" && as_dir
=.
2678 for ac_exec_ext
in '' $ac_executable_extensions; do
2679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680 ac_cv_prog_AWK
="$ac_prog"
2681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2691 if test -n "$AWK"; then
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2693 $as_echo "$AWK" >&6; }
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2696 $as_echo "no" >&6; }
2700 test -n "$AWK" && break
2704 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2706 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2708 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2709 INSTALL
="${srcpwd}/install-sh -c"
2712 # Set srcdir to "." if that's what it is.
2713 # This is important for multilib support.
2715 if test "${pwd}" = "${srcpwd}" ; then
2723 ### To add a new directory to the tree, first choose whether it is a target
2724 ### or a host dependent tool. Then put it into the appropriate list
2725 ### (library or tools, host or target), doing a dependency sort.
2727 # Subdirs will be configured in the order listed in build_configdirs,
2728 # configdirs, or target_configdirs; see the serialization section below.
2730 # Dependency sorting is only needed when *configuration* must be done in
2731 # a particular order. In all cases a dependency should be specified in
2732 # the Makefile, whether or not it's implicitly specified here.
2734 # Double entries in build_configdirs, configdirs, or target_configdirs may
2735 # cause circular dependencies and break everything horribly.
2737 # these library is used by various programs built for the build
2740 build_libs
="build-libiberty"
2742 # these tools are built for the build environment
2743 build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2745 # these libraries are used by various programs built for the host environment
2747 host_libs
="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
2749 # these tools are built for the host environment
2750 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2751 # know that we are building the simulator.
2752 # binutils, gas and ld appear in that order because it makes sense to run
2753 # "make check" in that particular order.
2754 # If --enable-gold is used, "gold" may replace "ld".
2755 host_tools
="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2757 # libgcj represents the runtime libraries only used by gcj.
2758 libgcj
="target-libffi \
2762 # these libraries are built for the target environment, and are built after
2763 # the host libraries and the host tools (which may be a cross compiler)
2764 # Note that libiberty is not a target library.
2765 target_libraries
="target-libgcc \
2766 target-libbacktrace \
2772 target-libstdc++-v3 \
2775 target-libquadmath \
2776 target-libgfortran \
2783 # these tools are built using the target libraries, and are intended to
2784 # run only in the target environment
2786 # note: any program that *uses* libraries that are in the "target_libraries"
2787 # list belongs in this list.
2789 target_tools
="target-rda"
2791 ################################################################################
2793 ## All tools belong in one of the four categories, and are assigned above
2794 ## We assign ${configdirs} this way to remove all embedded newlines. This
2795 ## is important because configure will choke if they ever get through.
2796 ## ${configdirs} is directories we build using the host tools.
2797 ## ${target_configdirs} is directories we build using the target tools.
2798 configdirs
=`echo ${host_libs} ${host_tools}`
2799 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2800 build_configdirs
=`echo ${build_libs} ${build_tools}`
2804 ################################################################################
2806 srcname
="gnu development package"
2808 # This gets set non-empty for some net releases of packages.
2811 # Define is_cross_compiler to save on calls to 'test'.
2813 if test x
"${host}" = x
"${target}" ; then
2814 is_cross_compiler
=no
2816 is_cross_compiler
=yes
2819 # Find the build and target subdir names.
2821 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2822 # have matching libraries, they should use host libraries: Makefile.tpl
2823 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2824 # However, they still use the build modules, because the corresponding
2825 # host modules (e.g. bison) are only built for the host when bootstrap
2827 # - build_subdir is where we find build modules, and never changes.
2828 # - build_libsubdir is where we find build libraries, and can be overridden.
2830 # Prefix 'build-' so this never conflicts with target_subdir.
2831 build_subdir
="build-${build_noncanonical}"
2833 # Check whether --with-build-libsubdir was given.
2834 if test "${with_build_libsubdir+set}" = set; then :
2835 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2837 build_libsubdir
="$build_subdir"
2840 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2841 if ( test $srcdir = .
&& test -d gcc
) \
2842 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2843 host_subdir
="host-${host_noncanonical}"
2848 target_subdir
=${target_noncanonical}
2850 # Be sure to cover against remnants of an in-tree build.
2851 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2852 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2853 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2856 # Skipdirs are removed silently.
2858 # Noconfigdirs are removed loudly.
2862 # Make sure we don't let GNU ld be added if we didn't want it.
2863 if test x
$with_gnu_ld = xno
; then
2865 noconfigdirs
="$noconfigdirs ld gold"
2869 # Make sure we don't let GNU as be added if we didn't want it.
2870 if test x
$with_gnu_as = xno
; then
2872 noconfigdirs
="$noconfigdirs gas"
2876 # Make sure we don't let ZLIB be added if we didn't want it.
2877 if test x
$with_system_zlib = xyes
; then
2878 use_included_zlib
=no
2879 noconfigdirs
="$noconfigdirs zlib"
2882 # some tools are so dependent upon X11 that if we're not building with X,
2883 # it's not even worth trying to configure, much less build, that tool.
2886 yes |
"") ;; # the default value for this tree is that X11 is available
2888 skipdirs
="${skipdirs} tk itcl libgui"
2889 # We won't be able to build gdbtk without X.
2892 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2895 # Some are only suitable for cross toolchains.
2896 # Remove these if host=target.
2897 cross_only
="target-libgloss target-newlib target-opcodes"
2899 case $is_cross_compiler in
2900 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2903 # If both --with-headers and --with-libs are specified, default to
2905 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2906 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2907 if test x
"${with_newlib}" = x
; then
2912 # Recognize --with-newlib/--without-newlib.
2913 case ${with_newlib} in
2914 no
) skipdirs
="${skipdirs} target-newlib" ;;
2915 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2918 # Handle --enable-gold, --enable-ld.
2919 # --disable-gold [--enable-ld]
2920 # Build only ld. Default option.
2921 # --enable-gold [--enable-ld]
2922 # Build both gold and ld. Install gold as "ld.gold", install ld
2923 # as "ld.bfd" and "ld".
2924 # --enable-gold=default [--enable-ld]
2925 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2926 # install ld as "ld.bfd".
2927 # --enable-gold[=default] --disable-ld
2928 # Build only gold, which is then installed as both "ld.gold" and "ld".
2929 # --enable-gold --enable-ld=default
2930 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2932 # In other words, ld is default
2933 # --enable-gold=default --enable-ld=default
2937 # Check whether --enable-gold was given.
2938 if test "${enable_gold+set}" = set; then :
2939 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2944 case "${ENABLE_GOLD}" in
2946 # Check for ELF target.
2949 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2950 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2951 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-dragonfly* \
2952 |
*-*-solaris2* |
*-*-nto*)
2954 *-*-linux*aout
* |
*-*-linux*oldld
*)
2962 if test "$is_elf" = "yes"; then
2963 # Check for target supported by gold.
2965 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-* | tilegx
*-*-*)
2966 configdirs
="$configdirs gold"
2967 if test x
${ENABLE_GOLD} = xdefault
; then
2978 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
2982 # Check whether --enable-ld was given.
2983 if test "${enable_ld+set}" = set; then :
2984 enableval
=$enable_ld; ENABLE_LD
=$enableval
2990 case "${ENABLE_LD}" in
2992 if test x
${default_ld} != x
; then
2993 as_fn_error
"either gold or ld can be the default ld" "$LINENO" 5
2999 if test x
${ENABLE_GOLD} != xyes
; then
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3001 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3003 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3006 as_fn_error
"invalid --enable-ld argument" "$LINENO" 5
3010 # Configure extra directories which are host specific
3014 configdirs
="$configdirs libtermcap" ;;
3017 # A target can indicate whether a language isn't supported for some reason.
3018 # Only spaces may be used in this macro; not newlines or tabs.
3019 unsupported_languages
=
3021 # Remove more programs from consideration, based on the host or
3022 # target this usually means that a port of the program doesn't
3026 i
[3456789]86-*-msdosdjgpp*)
3027 noconfigdirs
="$noconfigdirs tcl tk itcl"
3032 # Check whether --enable-libquadmath was given.
3033 if test "${enable_libquadmath+set}" = set; then :
3034 enableval
=$enable_libquadmath; ENABLE_LIBQUADMATH
=$enableval
3036 ENABLE_LIBQUADMATH
=yes
3039 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3040 noconfigdirs
="$noconfigdirs target-libquadmath"
3044 # Check whether --enable-libquadmath-support was given.
3045 if test "${enable_libquadmath_support+set}" = set; then :
3046 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
3048 ENABLE_LIBQUADMATH_SUPPORT
=yes
3051 enable_libquadmath_support
=
3052 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3053 enable_libquadmath_support
=no
3057 # Check whether --enable-libada was given.
3058 if test "${enable_libada+set}" = set; then :
3059 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
3064 if test "${ENABLE_LIBADA}" != "yes" ; then
3065 noconfigdirs
="$noconfigdirs gnattools"
3068 # Check whether --enable-libssp was given.
3069 if test "${enable_libssp+set}" = set; then :
3070 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
3076 # Save it here so that, even in case of --enable-libgcj, if the Java
3077 # front-end isn't enabled, we still get libgcj disabled.
3078 libgcj_saved
=$libgcj
3079 case $enable_libgcj in
3081 # If we reset it here, it won't get added to noconfigdirs in the
3082 # target-specific build rules, so it will be forcibly enabled
3083 # (unless the Java language itself isn't enabled).
3087 # Make sure we get it printed in the list of not supported target libs.
3088 # Don't disable libffi, though, other languages use it.
3089 noconfigdirs
="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3090 # Clear libgcj_saved so that even if java is enabled libffi won't be
3096 # Check whether --enable-static-libjava was given.
3097 if test "${enable_static_libjava+set}" = set; then :
3098 enableval
=$enable_static_libjava; ENABLE_STATIC_LIBJAVA
=$enableval
3100 ENABLE_STATIC_LIBJAVA
=no
3103 enable_static_libjava
=
3104 if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3105 enable_static_libjava
=yes
3108 if test x
$enable_static_libjava != xyes
; then
3109 EXTRA_CONFIGARGS_LIBJAVA
=--disable-static
3113 # Disable libmudflap on some systems.
3114 if test x
$enable_libmudflap = x
; then
3116 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux* |
*-*-kopensolaris*-gnu)
3117 # Enable libmudflap by default in GNU and friends.
3120 # Enable libmudflap by default in FreeBSD.
3123 # Disable it by default everywhere else.
3124 noconfigdirs
="$noconfigdirs target-libmudflap"
3129 # Disable libgomp on non POSIX hosted systems.
3130 if test x
$enable_libgomp = x
; then
3131 # Enable libgomp by default on hosted POSIX systems.
3133 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3135 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd* |
*-*-dragonfly*)
3137 *-*-solaris2* |
*-*-hpux11*)
3139 *-*-darwin* |
*-*-aix*)
3142 noconfigdirs
="$noconfigdirs target-libgomp"
3147 # Disable libatomic on unsupported systems.
3148 if test -d ${srcdir}/libatomic
; then
3149 if test x
$enable_libatomic = x
; then
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3151 $as_echo_n "checking for libatomic support... " >&6; }
3152 if (srcdir
=${srcdir}/libatomic
; \
3153 .
${srcdir}/configure.tgt
; \
3154 test -n "$UNSUPPORTED")
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3157 $as_echo "no" >&6; }
3158 noconfigdirs
="$noconfigdirs target-libatomic"
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3161 $as_echo "yes" >&6; }
3166 # Disable libitm on unsupported systems.
3167 if test -d ${srcdir}/libitm
; then
3168 if test x
$enable_libitm = x
; then
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3170 $as_echo_n "checking for libitm support... " >&6; }
3171 if (srcdir
=${srcdir}/libitm
; \
3172 .
${srcdir}/configure.tgt
; \
3173 test -n "$UNSUPPORTED")
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3176 $as_echo "no" >&6; }
3177 noconfigdirs
="$noconfigdirs target-libitm"
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3180 $as_echo "yes" >&6; }
3185 # Disable libquadmath for some systems.
3187 # libquadmath is unused on AIX and libquadmath build process use of
3188 # LD_LIBRARY_PATH can break AIX bootstrap.
3189 powerpc-
*-aix* | rs6000-
*-aix*)
3190 noconfigdirs
="$noconfigdirs target-libquadmath"
3194 # Disable libssp for some systems.
3197 # No hosted I/O support.
3198 noconfigdirs
="$noconfigdirs target-libssp"
3200 powerpc-
*-aix* | rs6000-
*-aix*)
3201 noconfigdirs
="$noconfigdirs target-libssp"
3204 # libssp uses a misaligned load to trigger a fault, but the RL78
3205 # doesn't fault for those - instead, it gives a build-time error
3206 # for explicit misaligned loads.
3207 noconfigdirs
="$noconfigdirs target-libssp"
3211 # Disable libquadmath for some systems.
3214 noconfigdirs
="$noconfigdirs target-libquadmath"
3218 # Disable libstdc++-v3 for some systems.
3221 # VxWorks uses the Dinkumware C++ library.
3222 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3225 # the C++ libraries don't build on top of CE's C libraries
3226 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3229 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3233 # Disable Fortran for some systems.
3236 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3237 unsupported_languages
="$unsupported_languages fortran"
3241 # Disable Java if libffi is not supported.
3271 powerpc-
*-aix* | rs6000-
*-aix*)
3275 powerpc64-
*-freebsd*)
3279 s390-
*-* | s390x-
*-*)
3281 sh-
*-* | sh
[34]*-*-*)
3283 sh64-
*-* | sh5
*-*-*)
3290 unsupported_languages
="$unsupported_languages java"
3294 # Disable Java, libgcj or related libraries for some systems.
3298 i
[3456789]86-*-darwin*)
3300 x86_64-
*-darwin[912]*)
3303 noconfigdirs
="$noconfigdirs ${libgcj}"
3306 noconfigdirs
="$noconfigdirs ${libgcj}"
3309 noconfigdirs
="$noconfigdirs ${libgcj}"
3312 noconfigdirs
="$noconfigdirs ${libgcj}"
3315 noconfigdirs
="$noconfigdirs ${libgcj}"
3318 noconfigdirs
="$noconfigdirs ${libgcj}"
3321 noconfigdirs
="$noconfigdirs ${libgcj}"
3324 noconfigdirs
="$noconfigdirs ${libgcj}"
3327 noconfigdirs
="$noconfigdirs ${libgcj}"
3330 noconfigdirs
="$noconfigdirs target-boehm-gc"
3332 cris-
*-* | crisv32-
*-*)
3333 unsupported_languages
="$unsupported_languages java"
3337 *) # See PR46792 regarding target-libffi.
3338 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
3342 # In this case, it's because the hppa64-linux target is for
3343 # the kernel only at this point and has no libc, and thus no
3344 # headers, crt*.o, etc., all of which are needed by these.
3345 unsupported_languages
="$unsupported_languages java"
3348 noconfigdirs
="$noconfigdirs ${libgcj}"
3353 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3354 # build on HP-UX 10.20.
3355 noconfigdirs
="$noconfigdirs ${libgcj}"
3358 noconfigdirs
="$noconfigdirs ${libgcj}"
3360 i
[3456789]86-w64-mingw*)
3361 noconfigdirs
="$noconfigdirs ${libgcj}"
3363 i
[3456789]86-*-mingw*)
3364 noconfigdirs
="$noconfigdirs ${libgcj}"
3367 noconfigdirs
="$noconfigdirs ${libgcj}"
3370 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc"
3373 # copied from rs6000-*-* entry
3374 noconfigdirs
="$noconfigdirs ${libgcj}"
3377 noconfigdirs
="$noconfigdirs ${libgcj}"
3380 noconfigdirs
="$noconfigdirs ${libgcj}"
3384 # Default libgloss CPU subdirectory.
3385 libgloss_dir
="$target_cpu"
3388 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3394 cris-
*-* | crisv32-
*-*)
3403 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3404 libgloss_dir
=m68hc11
3406 m68
*-*-* | fido-
*-*)
3420 # Disable newlib and libgloss for various target OSes.
3423 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3425 i
[3456789]86-*-linux*)
3426 # This section makes it possible to build newlib natively on linux.
3427 # If we are using a cross compiler then don't configure newlib.
3428 if test x
${is_cross_compiler} != xno
; then
3429 noconfigdirs
="$noconfigdirs target-newlib"
3431 noconfigdirs
="$noconfigdirs target-libgloss"
3432 # If we are not using a cross compiler, do configure newlib.
3433 # Note however, that newlib will only be configured in this situation
3434 # if the --with-newlib option has been given, because otherwise
3435 # 'target-newlib' will appear in skipdirs.
3437 i
[3456789]86-*-rdos*)
3438 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3440 sh
*-*-pe|mips
*-*-pe|arm-wince-pe
)
3441 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3444 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3447 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3450 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3453 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3456 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3459 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3461 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3462 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3465 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3468 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3471 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3474 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3477 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3480 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3483 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3491 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3492 noconfigdirs
="$noconfigdirs sim target-rda"
3494 i
[3456789]86-*-darwin*)
3495 noconfigdirs
="$noconfigdirs ld gprof"
3496 noconfigdirs
="$noconfigdirs sim target-rda"
3498 x86_64-
*-darwin[912]*)
3499 noconfigdirs
="$noconfigdirs ld gas gprof"
3500 noconfigdirs
="$noconfigdirs sim target-rda"
3503 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3504 noconfigdirs
="$noconfigdirs sim target-rda"
3509 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3510 && test -f /usr
/local
/include
/gmp.h
; then
3515 # Remove unsupported stuff on all kaOS configurations.
3516 noconfigdirs
="$noconfigdirs target-libgloss"
3523 noconfigdirs
="$noconfigdirs target-libgloss"
3525 # The tpf target doesn't support gdb yet.
3527 noconfigdirs
="$noconfigdirs gdb tcl tk libgui itcl"
3530 noconfigdirs
="$noconfigdirs target-rda"
3535 # ld works, but does not support shared libraries.
3536 # gas doesn't generate exception information.
3537 noconfigdirs
="$noconfigdirs gas ld"
3540 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3543 # newlib is not 64 bit ready
3544 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3546 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3547 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3550 noconfigdirs
="$noconfigdirs target-libgloss"
3553 noconfigdirs
="$noconfigdirs target-libgloss"
3556 noconfigdirs
="$noconfigdirs ld target-libgloss"
3561 if test x
${with_avrlibc} != xno
; then
3562 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3565 c4x-
*-* | tic4x-
*-*)
3566 noconfigdirs
="$noconfigdirs target-libgloss"
3569 noconfigdirs
="$noconfigdirs target-libgloss gdb"
3572 noconfigdirs
="$noconfigdirs target-libgloss"
3575 noconfigdirs
="$noconfigdirs gdb"
3578 noconfigdirs
="$noconfigdirs gdb"
3581 noconfigdirs
="$noconfigdirs gprof"
3584 noconfigdirs
="$noconfigdirs target-libgloss"
3587 noconfigdirs
="$noconfigdirs target-libgloss"
3589 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3597 hppa
*-*-openbsd* | \
3601 noconfigdirs
="$noconfigdirs ld"
3606 noconfigdirs
="$noconfigdirs ld"
3609 noconfigdirs
="$noconfigdirs gdb"
3612 # No gdb support yet.
3613 noconfigdirs
="$noconfigdirs readline libgui itcl gdb"
3616 # No ld support yet.
3617 noconfigdirs
="$noconfigdirs libgui itcl ld"
3620 # No ld support yet.
3621 noconfigdirs
="$noconfigdirs libgui itcl ld"
3623 i
[3456789]86-w64-mingw*)
3625 i
[3456789]86-*-mingw*)
3626 target_configdirs
="$target_configdirs target-winsup"
3629 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3630 noconfigdirs
="$noconfigdirs target-libgloss"
3631 # always build newlib if winsup directory is present.
3632 if test -d "$srcdir/winsup/cygwin"; then
3633 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3634 elif test -d "$srcdir/newlib"; then
3635 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3639 noconfigdirs
="$noconfigdirs target-libgloss"
3641 i
[3456789]86-*-sco3.2v5
*)
3642 # The linker does not yet know about weak symbols in COFF,
3643 # and is not configured to handle mixed ELF and COFF.
3644 noconfigdirs
="$noconfigdirs ld target-libgloss"
3646 i
[3456789]86-*-sco*)
3647 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3649 i
[3456789]86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
3650 noconfigdirs
="$noconfigdirs target-libgloss"
3652 i
[3456789]86-*-sysv4*)
3653 noconfigdirs
="$noconfigdirs target-libgloss"
3655 i
[3456789]86-*-beos*)
3656 noconfigdirs
="$noconfigdirs gdb"
3658 i
[3456789]86-*-rdos*)
3659 noconfigdirs
="$noconfigdirs gdb"
3662 noconfigdirs
="$noconfigdirs gdb"
3665 noconfigdirs
="$noconfigdirs sim"
3668 # copied from rs6000-*-* entry
3669 noconfigdirs
="$noconfigdirs gprof"
3671 powerpc
*-*-winnt* | powerpc
*-*-pe*)
3672 target_configdirs
="$target_configdirs target-winsup"
3673 noconfigdirs
="$noconfigdirs gdb tcl tk target-libgloss itcl"
3674 # always build newlib.
3675 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3677 # This is temporary until we can link against shared libraries
3678 powerpcle-
*-solaris*)
3679 noconfigdirs
="$noconfigdirs gdb sim tcl tk itcl"
3682 noconfigdirs
="$noconfigdirs gdb"
3685 noconfigdirs
="$noconfigdirs gprof"
3688 noconfigdirs
="$noconfigdirs gprof"
3691 noconfigdirs
="$noconfigdirs gprof"
3694 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss"
3697 noconfigdirs
="$noconfigdirs gprof"
3699 mips
*-sde-elf* | mips
*-mti-elf*)
3700 if test x
$with_newlib = xyes
; then
3701 noconfigdirs
="$noconfigdirs gprof"
3705 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3708 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3711 noconfigdirs
="$noconfigdirs gprof target-libgloss"
3716 noconfigdirs
="$noconfigdirs gprof"
3723 noconfigdirs
="$noconfigdirs target-libgloss" ;;
3727 if test x
${is_cross_compiler} = xno
; then
3732 noconfigdirs
="$noconfigdirs sim"
3734 tilepro-
*-* | tilegx-
*-*)
3735 noconfigdirs
="$noconfigdirs sim"
3738 noconfigdirs
="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3741 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3745 # If we aren't building newlib, then don't build libgloss, since libgloss
3746 # depends upon some newlib header files.
3747 case "${noconfigdirs}" in
3748 *target-libgloss
*) ;;
3749 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3752 # Work in distributions that contain no compiler tools, like Autoconf.
3753 host_makefile_frag
=/dev
/null
3754 if test -d ${srcdir}/config
; then
3756 i
[3456789]86-*-msdosdjgpp*)
3757 host_makefile_frag
="config/mh-djgpp"
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3762 $as_echo_n "checking to see if cat works as expected... " >&6; }
3763 echo a
>cygwin-cat-check
3764 if test `cat cygwin-cat-check` = a
; then
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3767 $as_echo "yes" >&6; }
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3771 $as_echo "no" >&6; }
3772 as_fn_error
"The cat command does not ignore carriage return characters.
3773 Please either mount the build directory in binary mode or run the following
3774 commands before running any configure script:
3780 host_makefile_frag
="config/mh-cygwin"
3783 host_makefile_frag
="config/mh-mingw"
3786 host_makefile_frag
="config/mh-pa-hpux10"
3789 host_makefile_frag
="config/mh-pa"
3792 host_makefile_frag
="config/mh-pa"
3795 host_makefile_frag
="config/mh-darwin"
3798 host_makefile_frag
="config/mh-ppc-aix"
3801 host_makefile_frag
="config/mh-ppc-aix"
3806 if test "${build}" != "${host}" ; then
3807 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
3808 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
3809 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
3810 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
3811 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
3812 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
3813 GOC_FOR_BUILD
=${GOC_FOR_BUILD-gccgo}
3814 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
3815 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
3816 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
3817 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
3818 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
3819 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
3821 AR_FOR_BUILD
="\$(AR)"
3822 AS_FOR_BUILD
="\$(AS)"
3823 CC_FOR_BUILD
="\$(CC)"
3824 CXX_FOR_BUILD
="\$(CXX)"
3825 GCJ_FOR_BUILD
="\$(GCJ)"
3826 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
3827 GOC_FOR_BUILD
="\$(GOC)"
3828 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
3829 LD_FOR_BUILD
="\$(LD)"
3830 NM_FOR_BUILD
="\$(NM)"
3831 RANLIB_FOR_BUILD
="\$(RANLIB)"
3832 WINDRES_FOR_BUILD
="\$(WINDRES)"
3833 WINDMC_FOR_BUILD
="\$(WINDMC)"
3837 ac_cpp
='$CPP $CPPFLAGS'
3838 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3839 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3840 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3841 if test -n "$ac_tool_prefix"; then
3842 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3843 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3845 $as_echo_n "checking for $ac_word... " >&6; }
3846 if test "${ac_cv_prog_CC+set}" = set; then :
3847 $as_echo_n "(cached) " >&6
3849 if test -n "$CC"; then
3850 ac_cv_prog_CC
="$CC" # Let the user override the test.
3852 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3856 test -z "$as_dir" && as_dir
=.
3857 for ac_exec_ext
in '' $ac_executable_extensions; do
3858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3859 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3870 if test -n "$CC"; then
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3872 $as_echo "$CC" >&6; }
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3875 $as_echo "no" >&6; }
3880 if test -z "$ac_cv_prog_CC"; then
3882 # Extract the first word of "gcc", so it can be a program name with args.
3883 set dummy gcc
; ac_word
=$2
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3885 $as_echo_n "checking for $ac_word... " >&6; }
3886 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3887 $as_echo_n "(cached) " >&6
3889 if test -n "$ac_ct_CC"; then
3890 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3896 test -z "$as_dir" && as_dir
=.
3897 for ac_exec_ext
in '' $ac_executable_extensions; do
3898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3899 ac_cv_prog_ac_ct_CC
="gcc"
3900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3909 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3910 if test -n "$ac_ct_CC"; then
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3912 $as_echo "$ac_ct_CC" >&6; }
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3915 $as_echo "no" >&6; }
3918 if test "x$ac_ct_CC" = x
; then
3921 case $cross_compiling:$ac_tool_warned in
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3925 ac_tool_warned
=yes ;;
3933 if test -z "$CC"; then
3934 if test -n "$ac_tool_prefix"; then
3935 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3936 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3938 $as_echo_n "checking for $ac_word... " >&6; }
3939 if test "${ac_cv_prog_CC+set}" = set; then :
3940 $as_echo_n "(cached) " >&6
3942 if test -n "$CC"; then
3943 ac_cv_prog_CC
="$CC" # Let the user override the test.
3945 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3949 test -z "$as_dir" && as_dir
=.
3950 for ac_exec_ext
in '' $ac_executable_extensions; do
3951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3952 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3963 if test -n "$CC"; then
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3965 $as_echo "$CC" >&6; }
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3968 $as_echo "no" >&6; }
3974 if test -z "$CC"; then
3975 # Extract the first word of "cc", so it can be a program name with args.
3976 set dummy cc
; ac_word
=$2
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3978 $as_echo_n "checking for $ac_word... " >&6; }
3979 if test "${ac_cv_prog_CC+set}" = set; then :
3980 $as_echo_n "(cached) " >&6
3982 if test -n "$CC"; then
3983 ac_cv_prog_CC
="$CC" # Let the user override the test.
3986 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3990 test -z "$as_dir" && as_dir
=.
3991 for ac_exec_ext
in '' $ac_executable_extensions; do
3992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3993 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3994 ac_prog_rejected
=yes
3998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4005 if test $ac_prog_rejected = yes; then
4006 # We found a bogon in the path, so make sure we never use it.
4007 set dummy
$ac_cv_prog_CC
4009 if test $# != 0; then
4010 # We chose a different compiler from the bogus one.
4011 # However, it has the same basename, so the bogon will be chosen
4012 # first if we set CC to just the basename; use the full file name.
4014 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4020 if test -n "$CC"; then
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022 $as_echo "$CC" >&6; }
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025 $as_echo "no" >&6; }
4030 if test -z "$CC"; then
4031 if test -n "$ac_tool_prefix"; then
4032 for ac_prog
in cl.exe
4034 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4035 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4037 $as_echo_n "checking for $ac_word... " >&6; }
4038 if test "${ac_cv_prog_CC+set}" = set; then :
4039 $as_echo_n "(cached) " >&6
4041 if test -n "$CC"; then
4042 ac_cv_prog_CC
="$CC" # Let the user override the test.
4044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4048 test -z "$as_dir" && as_dir
=.
4049 for ac_exec_ext
in '' $ac_executable_extensions; do
4050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4051 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4062 if test -n "$CC"; then
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4064 $as_echo "$CC" >&6; }
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4067 $as_echo "no" >&6; }
4071 test -n "$CC" && break
4074 if test -z "$CC"; then
4076 for ac_prog
in cl.exe
4078 # Extract the first word of "$ac_prog", so it can be a program name with args.
4079 set dummy
$ac_prog; ac_word
=$2
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4081 $as_echo_n "checking for $ac_word... " >&6; }
4082 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4083 $as_echo_n "(cached) " >&6
4085 if test -n "$ac_ct_CC"; then
4086 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4088 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4092 test -z "$as_dir" && as_dir
=.
4093 for ac_exec_ext
in '' $ac_executable_extensions; do
4094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4095 ac_cv_prog_ac_ct_CC
="$ac_prog"
4096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4105 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4106 if test -n "$ac_ct_CC"; then
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4108 $as_echo "$ac_ct_CC" >&6; }
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4111 $as_echo "no" >&6; }
4115 test -n "$ac_ct_CC" && break
4118 if test "x$ac_ct_CC" = x
; then
4121 case $cross_compiling:$ac_tool_warned in
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4124 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4125 ac_tool_warned
=yes ;;
4134 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4135 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4136 as_fn_error
"no acceptable C compiler found in \$PATH
4137 See \`config.log' for more details." "$LINENO" 5; }
4139 # Provide some information about the compiler.
4140 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4143 for ac_option
in --version -v -V -qversion; do
4144 { { ac_try
="$ac_compiler $ac_option >&5"
4146 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4147 *) ac_try_echo=$ac_try;;
4149 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4150 $as_echo "$ac_try_echo"; } >&5
4151 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4153 if test -s conftest.err; then
4155 ... rest of stderr output deleted ...
4156 10q' conftest.err >conftest.er1
4157 cat conftest.er1 >&5
4158 rm -f conftest.er1 conftest.err
4160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4161 test $ac_status = 0; }
4164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4165 /* end confdefs.h. */
4175 ac_clean_files_save=$ac_clean_files
4176 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4177 # Try to create an executable without -o first, disregard a.out.
4178 # It will help us diagnose broken compilers, and finding out an intuition
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4181 $as_echo_n "checking for C compiler default output file name... " >&6; }
4182 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4184 # The possible output files:
4185 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4188 for ac_file in $ac_files
4191 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4192 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4197 if { { ac_try="$ac_link_default"
4199 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4200 *) ac_try_echo
=$ac_try;;
4202 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4203 $as_echo "$ac_try_echo"; } >&5
4204 (eval "$ac_link_default") 2>&5
4206 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4207 test $ac_status = 0; }; then :
4208 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4209 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4210 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4211 # so that the user can short-circuit this test for compilers unknown to
4213 for ac_file
in $ac_files ''
4215 test -f "$ac_file" ||
continue
4217 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4220 # We found the default executable, but exeext='' is most
4224 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4226 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4228 # We set ac_cv_exeext here because the later test for it is not
4229 # safe: cross compilers may not add the suffix if given an `-o'
4230 # argument, so we may need to know it at that point already.
4231 # Even if this section looks crufty: it has the advantage of
4238 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4244 $as_echo "$ac_file" >&6; }
4245 if test -z "$ac_file"; then :
4246 $as_echo "$as_me: failed program was:" >&5
4247 sed 's/^/| /' conftest.
$ac_ext >&5
4249 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4251 { as_fn_set_status
77
4252 as_fn_error
"C compiler cannot create executables
4253 See \`config.log' for more details." "$LINENO" 5; }; }
4255 ac_exeext
=$ac_cv_exeext
4257 # Check that the compiler produces executables we can run. If not, either
4258 # the compiler is broken, or we cross compile.
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4260 $as_echo_n "checking whether the C compiler works... " >&6; }
4261 # If not cross compiling, check that we can run a simple program.
4262 if test "$cross_compiling" != yes; then
4263 if { ac_try
='./$ac_file'
4264 { { case "(($ac_try" in
4265 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4266 *) ac_try_echo=$ac_try;;
4268 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4269 $as_echo "$ac_try_echo"; } >&5
4270 (eval "$ac_try") 2>&5
4272 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4273 test $ac_status = 0; }; }; then
4276 if test "$cross_compiling" = maybe; then
4279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4281 as_fn_error "cannot run C compiled programs.
4282 If you meant to cross compile
, use \
`--host'.
4283 See \`config.log
' for more details." "$LINENO" 5; }
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4288 $as_echo "yes" >&6; }
4290 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4291 ac_clean_files=$ac_clean_files_save
4292 # Check that the compiler produces executables we can run. If not, either
4293 # the compiler is broken, or we cross compile.
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4295 $as_echo_n "checking whether we are cross compiling... " >&6; }
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4297 $as_echo "$cross_compiling" >&6; }
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4300 $as_echo_n "checking for suffix of executables... " >&6; }
4301 if { { ac_try="$ac_link"
4303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4304 *) ac_try_echo=$ac_try;;
4306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4307 $as_echo "$ac_try_echo"; } >&5
4308 (eval "$ac_link") 2>&5
4310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4311 test $ac_status = 0; }; then :
4312 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4313 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4314 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4316 for ac_file
in conftest.exe conftest conftest.
*; do
4317 test -f "$ac_file" ||
continue
4319 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4320 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4326 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4328 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4329 See \`config.log' for more details." "$LINENO" 5; }
4331 rm -f conftest
$ac_cv_exeext
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4333 $as_echo "$ac_cv_exeext" >&6; }
4335 rm -f conftest.
$ac_ext
4336 EXEEXT
=$ac_cv_exeext
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4339 $as_echo_n "checking for suffix of object files... " >&6; }
4340 if test "${ac_cv_objext+set}" = set; then :
4341 $as_echo_n "(cached) " >&6
4343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4344 /* end confdefs.h. */
4354 rm -f conftest.o conftest.obj
4355 if { { ac_try
="$ac_compile"
4357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4358 *) ac_try_echo=$ac_try;;
4360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4361 $as_echo "$ac_try_echo"; } >&5
4362 (eval "$ac_compile") 2>&5
4364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4365 test $ac_status = 0; }; then :
4366 for ac_file in conftest.o conftest.obj conftest.*; do
4367 test -f "$ac_file" || continue;
4369 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4370 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4375 $as_echo "$as_me: failed program was:" >&5
4376 sed 's/^/| /' conftest.$ac_ext >&5
4378 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4379 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4380 as_fn_error "cannot compute suffix of object files
: cannot compile
4381 See \
`config.log' for more details." "$LINENO" 5; }
4383 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4386 $as_echo "$ac_cv_objext" >&6; }
4387 OBJEXT=$ac_cv_objext
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4390 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4391 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4392 $as_echo_n "(cached) " >&6
4394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4395 /* end confdefs.h. */
4408 if ac_fn_c_try_compile "$LINENO"; then :
4413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4414 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4418 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4419 if test $ac_compiler_gnu = yes; then
4424 ac_test_CFLAGS=${CFLAGS+set}
4425 ac_save_CFLAGS=$CFLAGS
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4427 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4428 if test "${ac_cv_prog_cc_g+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
4431 ac_save_c_werror_flag=$ac_c_werror_flag
4432 ac_c_werror_flag=yes
4435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4436 /* end confdefs.h. */
4446 if ac_fn_c_try_compile "$LINENO"; then :
4450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4451 /* end confdefs.h. */
4461 if ac_fn_c_try_compile "$LINENO"; then :
4464 ac_c_werror_flag=$ac_save_c_werror_flag
4466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4467 /* end confdefs.h. */
4477 if ac_fn_c_try_compile "$LINENO"; then :
4480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4485 ac_c_werror_flag=$ac_save_c_werror_flag
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4488 $as_echo "$ac_cv_prog_cc_g" >&6; }
4489 if test "$ac_test_CFLAGS" = set; then
4490 CFLAGS=$ac_save_CFLAGS
4491 elif test $ac_cv_prog_cc_g = yes; then
4492 if test "$GCC" = yes; then
4498 if test "$GCC" = yes; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4505 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4506 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4507 $as_echo_n "(cached) " >&6
4509 ac_cv_prog_cc_c89=no
4511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4512 /* end confdefs.h. */
4515 #include <sys/types.h>
4516 #include <sys/stat.h>
4517 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4518 struct buf { int x; };
4519 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4520 static char *e (p, i)
4526 static char *f (char * (*g) (char **, int), char **p, ...)
4531 s = g (p, va_arg (v,int));
4536 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4537 function prototypes and stuff, but not '\xHH' hex character constants.
4538 These don't provoke an error unfortunately, instead are silently treated
4539 as 'x'. The following induces an error, until -std is added to get
4540 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4541 array size at least. It's necessary to write '\x00'==0 to get something
4542 that's true only with -std. */
4543 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4545 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4546 inside strings and character constants. */
4548 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4550 int test (int i, double x);
4551 struct s1 {int (*f) (int a);};
4552 struct s2 {int (*f) (double a);};
4553 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4559 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4564 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4565 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4567 CC="$ac_save_CC $ac_arg"
4568 if ac_fn_c_try_compile "$LINENO"; then :
4569 ac_cv_prog_cc_c89=$ac_arg
4571 rm -f core conftest.err conftest.$ac_objext
4572 test "x$ac_cv_prog_cc_c89" != "xno" && break
4574 rm -f conftest.$ac_ext
4579 case "x$ac_cv_prog_cc_c89" in
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4582 $as_echo "none needed" >&6; } ;;
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4585 $as_echo "unsupported" >&6; } ;;
4587 CC="$CC $ac_cv_prog_cc_c89"
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4589 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4591 if test "x$ac_cv_prog_cc_c89" != xno; then :
4596 ac_cpp='$CPP $CPPFLAGS'
4597 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4598 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4599 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4602 ac_cpp='$CXXCPP $CPPFLAGS'
4603 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4604 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4605 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4606 if test -z "$CXX"; then
4607 if test -n "$CCC"; then
4610 if test -n "$ac_tool_prefix"; then
4611 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4616 $as_echo_n "checking for $ac_word... " >&6; }
4617 if test "${ac_cv_prog_CXX+set}" = set; then :
4618 $as_echo_n "(cached) " >&6
4620 if test -n "$CXX"; then
4621 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4627 test -z "$as_dir" && as_dir=.
4628 for ac_exec_ext in '' $ac_executable_extensions; do
4629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4630 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4641 if test -n "$CXX"; then
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4643 $as_echo "$CXX" >&6; }
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4646 $as_echo "no" >&6; }
4650 test -n "$CXX" && break
4653 if test -z "$CXX"; then
4655 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4657 # Extract the first word of "$ac_prog", so it can be a program name with args.
4658 set dummy $ac_prog; ac_word=$2
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4660 $as_echo_n "checking for $ac_word... " >&6; }
4661 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
4664 if test -n "$ac_ct_CXX"; then
4665 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4671 test -z "$as_dir" && as_dir=.
4672 for ac_exec_ext in '' $ac_executable_extensions; do
4673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4674 ac_cv_prog_ac_ct_CXX="$ac_prog"
4675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4684 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4685 if test -n "$ac_ct_CXX"; then
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4687 $as_echo "$ac_ct_CXX" >&6; }
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4690 $as_echo "no" >&6; }
4694 test -n "$ac_ct_CXX" && break
4697 if test "x$ac_ct_CXX" = x; then
4700 case $cross_compiling:$ac_tool_warned in
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4704 ac_tool_warned=yes ;;
4712 # Provide some information about the compiler.
4713 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4716 for ac_option in --version -v -V -qversion; do
4717 { { ac_try="$ac_compiler $ac_option >&5"
4719 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4720 *) ac_try_echo
=$ac_try;;
4722 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4723 $as_echo "$ac_try_echo"; } >&5
4724 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4726 if test -s conftest.err
; then
4728 ... rest of stderr output deleted ...
4729 10q' conftest.err
>conftest.er1
4730 cat conftest.er1
>&5
4731 rm -f conftest.er1 conftest.err
4733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4734 test $ac_status = 0; }
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4738 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4739 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4743 /* end confdefs.h. */
4756 if ac_fn_cxx_try_compile
"$LINENO"; then :
4761 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4762 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4766 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4767 if test $ac_compiler_gnu = yes; then
4772 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4773 ac_save_CXXFLAGS
=$CXXFLAGS
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4775 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4776 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4777 $as_echo_n "(cached) " >&6
4779 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4780 ac_cxx_werror_flag
=yes
4783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4784 /* end confdefs.h. */
4794 if ac_fn_cxx_try_compile
"$LINENO"; then :
4795 ac_cv_prog_cxx_g
=yes
4798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4799 /* end confdefs.h. */
4809 if ac_fn_cxx_try_compile
"$LINENO"; then :
4812 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4815 /* end confdefs.h. */
4825 if ac_fn_cxx_try_compile
"$LINENO"; then :
4826 ac_cv_prog_cxx_g
=yes
4828 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4830 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4832 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4833 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4836 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4837 if test "$ac_test_CXXFLAGS" = set; then
4838 CXXFLAGS
=$ac_save_CXXFLAGS
4839 elif test $ac_cv_prog_cxx_g = yes; then
4840 if test "$GXX" = yes; then
4846 if test "$GXX" = yes; then
4853 ac_cpp
='$CPP $CPPFLAGS'
4854 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4855 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4856 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4859 # We must set the default linker to the linker used by gcc for the correct
4860 # operation of libtool. If LD is not defined and we are using gcc, try to
4861 # set the LD default to the ld used by gcc.
4862 if test -z "$LD"; then
4863 if test "$GCC" = yes; then
4866 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4868 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4870 case $gcc_prog_ld in
4871 # Accept absolute paths.
4872 [\\/]* |
[A-Za-z
]:[\\/]*)
4873 LD
="$gcc_prog_ld" ;;
4878 # Check whether -static-libstdc++ -static-libgcc is supported.
4880 if test "$GCC" = yes; then
4881 saved_LDFLAGS
="$LDFLAGS"
4883 LDFLAGS
="$LDFLAGS -static-libstdc++ -static-libgcc"
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4885 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4887 ac_cpp
='$CXXCPP $CPPFLAGS'
4888 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4889 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4890 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
4893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4894 /* end confdefs.h. */
4896 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4897 #error -static-libstdc++ not implemented
4901 if ac_fn_cxx_try_link
"$LINENO"; then :
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4903 $as_echo "yes" >&6; }; have_static_libs
=yes
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4908 rm -f core conftest.err conftest.
$ac_objext \
4909 conftest
$ac_exeext conftest.
$ac_ext
4911 ac_cpp
='$CPP $CPPFLAGS'
4912 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4913 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4914 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4917 LDFLAGS
="$saved_LDFLAGS"
4923 if test -n "$ac_tool_prefix"; then
4924 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4925 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4927 $as_echo_n "checking for $ac_word... " >&6; }
4928 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4929 $as_echo_n "(cached) " >&6
4931 if test -n "$GNATBIND"; then
4932 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4938 test -z "$as_dir" && as_dir
=.
4939 for ac_exec_ext
in '' $ac_executable_extensions; do
4940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4941 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 GNATBIND
=$ac_cv_prog_GNATBIND
4952 if test -n "$GNATBIND"; then
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4954 $as_echo "$GNATBIND" >&6; }
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4957 $as_echo "no" >&6; }
4962 if test -z "$ac_cv_prog_GNATBIND"; then
4963 ac_ct_GNATBIND
=$GNATBIND
4964 # Extract the first word of "gnatbind", so it can be a program name with args.
4965 set dummy gnatbind
; ac_word
=$2
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4967 $as_echo_n "checking for $ac_word... " >&6; }
4968 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4969 $as_echo_n "(cached) " >&6
4971 if test -n "$ac_ct_GNATBIND"; then
4972 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4978 test -z "$as_dir" && as_dir
=.
4979 for ac_exec_ext
in '' $ac_executable_extensions; do
4980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4981 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4991 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4992 if test -n "$ac_ct_GNATBIND"; then
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4994 $as_echo "$ac_ct_GNATBIND" >&6; }
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4997 $as_echo "no" >&6; }
5000 if test "x$ac_ct_GNATBIND" = x
; then
5003 case $cross_compiling:$ac_tool_warned in
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5006 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5007 ac_tool_warned
=yes ;;
5009 GNATBIND
=$ac_ct_GNATBIND
5012 GNATBIND
="$ac_cv_prog_GNATBIND"
5015 if test -n "$ac_tool_prefix"; then
5016 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5017 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5019 $as_echo_n "checking for $ac_word... " >&6; }
5020 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5021 $as_echo_n "(cached) " >&6
5023 if test -n "$GNATMAKE"; then
5024 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
5026 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5030 test -z "$as_dir" && as_dir
=.
5031 for ac_exec_ext
in '' $ac_executable_extensions; do
5032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5033 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
5034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 GNATMAKE
=$ac_cv_prog_GNATMAKE
5044 if test -n "$GNATMAKE"; then
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5046 $as_echo "$GNATMAKE" >&6; }
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049 $as_echo "no" >&6; }
5054 if test -z "$ac_cv_prog_GNATMAKE"; then
5055 ac_ct_GNATMAKE
=$GNATMAKE
5056 # Extract the first word of "gnatmake", so it can be a program name with args.
5057 set dummy gnatmake
; ac_word
=$2
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5059 $as_echo_n "checking for $ac_word... " >&6; }
5060 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5061 $as_echo_n "(cached) " >&6
5063 if test -n "$ac_ct_GNATMAKE"; then
5064 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
5066 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5070 test -z "$as_dir" && as_dir
=.
5071 for ac_exec_ext
in '' $ac_executable_extensions; do
5072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5073 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
5074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
5084 if test -n "$ac_ct_GNATMAKE"; then
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5086 $as_echo "$ac_ct_GNATMAKE" >&6; }
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5089 $as_echo "no" >&6; }
5092 if test "x$ac_ct_GNATMAKE" = x
; then
5095 case $cross_compiling:$ac_tool_warned in
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5098 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5099 ac_tool_warned
=yes ;;
5101 GNATMAKE
=$ac_ct_GNATMAKE
5104 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5108 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5109 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5110 $as_echo_n "(cached) " >&6
5112 cat >conftest.adb
<<EOF
5113 procedure conftest is begin null; end conftest;
5115 acx_cv_cc_gcc_supports_ada
=no
5116 # There is a bug in old released versions of GCC which causes the
5117 # driver to exit successfully when the appropriate language module
5118 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5119 # Therefore we must check for the error message as well as an
5120 # unsuccessful exit.
5121 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5122 # given a .adb file, but produce no object file. So we must check
5123 # if an object file was really produced to guard against this.
5124 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5125 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5126 acx_cv_cc_gcc_supports_ada
=yes
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5131 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5133 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5140 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5141 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5142 $as_echo_n "(cached) " >&6
5146 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5147 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5148 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5151 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5154 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5155 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5158 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5165 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5166 do_compare
="$gcc_cv_prog_cmp_skip"
5170 # Check whether --enable-bootstrap was given.
5171 if test "${enable_bootstrap+set}" = set; then :
5172 enableval
=$enable_bootstrap;
5174 enable_bootstrap
=default
5178 # Issue errors and warnings for invalid/strange bootstrap combinations.
5179 if test -r $srcdir/gcc
/configure
; then
5185 case "$have_compiler:$host:$target:$enable_bootstrap" in
5188 # Default behavior. Enable bootstrap if we have a compiler
5189 # and we are in a native configuration.
5190 yes:$build:$build:default
)
5191 enable_bootstrap
=yes ;;
5194 enable_bootstrap
=no
;;
5196 # We have a compiler and we are in a native configuration, bootstrap is ok
5197 yes:$build:$build:yes)
5200 # Other configurations, but we have a compiler. Assume the user knows
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5204 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5207 # No compiler: if they passed --enable-bootstrap explicitly, fail
5209 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
5211 # Fail if wrong command line
5213 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
5217 # Used for setting $lt_cv_objdir
5218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5219 $as_echo_n "checking for objdir... " >&6; }
5220 if test "${lt_cv_objdir+set}" = set; then :
5221 $as_echo_n "(cached) " >&6
5223 rm -f .libs
2>/dev
/null
5224 mkdir .libs
2>/dev
/null
5225 if test -d .libs
; then
5228 # MS-DOS does not allow filenames that begin with a dot.
5231 rmdir .libs
2>/dev
/null
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5234 $as_echo "$lt_cv_objdir" >&6; }
5235 objdir
=$lt_cv_objdir
5241 cat >>confdefs.h
<<_ACEOF
5242 #define LT_OBJDIR "$lt_cv_objdir/"
5247 # Check for GMP, MPFR and MPC
5248 gmplibs
="-lmpc -lmpfr -lgmp"
5252 # Specify a location for mpc
5253 # check for this first so it ends up on the link line before mpfr.
5255 # Check whether --with-mpc was given.
5256 if test "${with_mpc+set}" = set; then :
5261 # Check whether --with-mpc-include was given.
5262 if test "${with_mpc_include+set}" = set; then :
5263 withval
=$with_mpc_include;
5267 # Check whether --with-mpc-lib was given.
5268 if test "${with_mpc_lib+set}" = set; then :
5269 withval
=$with_mpc_lib;
5273 if test "x$with_mpc" != x
; then
5274 gmplibs
="-L$with_mpc/lib $gmplibs"
5275 gmpinc
="-I$with_mpc/include $gmpinc"
5277 if test "x$with_mpc_include" != x
; then
5278 gmpinc
="-I$with_mpc_include $gmpinc"
5280 if test "x$with_mpc_lib" != x
; then
5281 gmplibs
="-L$with_mpc_lib $gmplibs"
5283 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5284 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5285 gmpinc
='-I$$s/mpc/src '"$gmpinc"
5286 # Do not test the mpc version. Assume that it is sufficient, since
5287 # it is in the source tree, and the library has not been built yet
5288 # but it would be included on the link line in the version check below
5289 # hence making the test fail.
5293 # Specify a location for mpfr
5294 # check for this first so it ends up on the link line before gmp.
5296 # Check whether --with-mpfr-dir was given.
5297 if test "${with_mpfr_dir+set}" = set; then :
5298 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5299 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5304 # Check whether --with-mpfr was given.
5305 if test "${with_mpfr+set}" = set; then :
5310 # Check whether --with-mpfr-include was given.
5311 if test "${with_mpfr_include+set}" = set; then :
5312 withval
=$with_mpfr_include;
5316 # Check whether --with-mpfr-lib was given.
5317 if test "${with_mpfr_lib+set}" = set; then :
5318 withval
=$with_mpfr_lib;
5322 if test "x$with_mpfr" != x
; then
5323 gmplibs
="-L$with_mpfr/lib $gmplibs"
5324 gmpinc
="-I$with_mpfr/include $gmpinc"
5326 if test "x$with_mpfr_include" != x
; then
5327 gmpinc
="-I$with_mpfr_include $gmpinc"
5329 if test "x$with_mpfr_lib" != x
; then
5330 gmplibs
="-L$with_mpfr_lib $gmplibs"
5332 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5333 # MPFR v3.1.0 moved the sources into a src sub-directory.
5334 if test -d ${srcdir}/mpfr
/src
; then
5335 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5336 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5337 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5339 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5340 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5341 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5343 # Do not test the mpfr version. Assume that it is sufficient, since
5344 # it is in the source tree, and the library has not been built yet
5345 # but it would be included on the link line in the version check below
5346 # hence making the test fail.
5350 # Specify a location for gmp
5352 # Check whether --with-gmp-dir was given.
5353 if test "${with_gmp_dir+set}" = set; then :
5354 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5355 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5360 # Check whether --with-gmp was given.
5361 if test "${with_gmp+set}" = set; then :
5366 # Check whether --with-gmp-include was given.
5367 if test "${with_gmp_include+set}" = set; then :
5368 withval
=$with_gmp_include;
5372 # Check whether --with-gmp-lib was given.
5373 if test "${with_gmp_lib+set}" = set; then :
5374 withval
=$with_gmp_lib;
5379 if test "x$with_gmp" != x
; then
5380 gmplibs
="-L$with_gmp/lib $gmplibs"
5381 gmpinc
="-I$with_gmp/include $gmpinc"
5383 if test "x$with_gmp_include" != x
; then
5384 gmpinc
="-I$with_gmp_include $gmpinc"
5386 if test "x$with_gmp_lib" != x
; then
5387 gmplibs
="-L$with_gmp_lib $gmplibs"
5389 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5390 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5391 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5392 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5393 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5394 extra_isl_gmp_configure_flags
='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5395 # Do not test the gmp version. Assume that it is sufficient, since
5396 # it is in the source tree, and the library has not been built yet
5397 # but it would be included on the link line in the version check below
5398 # hence making the test fail.
5402 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5404 saved_CFLAGS
="$CFLAGS"
5405 CFLAGS
="$CFLAGS $gmpinc"
5406 # Check for the recommended and required versions of GMP.
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5408 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5411 /* end confdefs.h. */
5417 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5418 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5419 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5427 if ac_fn_c_try_compile
"$LINENO"; then :
5428 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5429 /* end confdefs.h. */
5435 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5436 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5437 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5445 if ac_fn_c_try_compile
"$LINENO"; then :
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5447 $as_echo "yes" >&6; }
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5450 $as_echo "buggy but acceptable" >&6; }
5452 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5455 $as_echo "no" >&6; }; have_gmp
=no
5457 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5459 # If we have GMP, check the MPFR version.
5460 if test x
"$have_gmp" = xyes
; then
5461 # Check for the recommended and required versions of MPFR.
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5463 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5465 /* end confdefs.h. */
5472 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5480 if ac_fn_c_try_compile
"$LINENO"; then :
5481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5482 /* end confdefs.h. */
5489 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5497 if ac_fn_c_try_compile
"$LINENO"; then :
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5499 $as_echo "yes" >&6; }
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5502 $as_echo "buggy but acceptable" >&6; }
5504 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5507 $as_echo "no" >&6; }; have_gmp
=no
5509 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5512 # Check for the MPC header version.
5513 if test x
"$have_gmp" = xyes
; then
5514 # Check for the recommended and required versions of MPC.
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5516 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5518 /* end confdefs.h. */
5524 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5532 if ac_fn_c_try_compile
"$LINENO"; then :
5533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5534 /* end confdefs.h. */
5540 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5548 if ac_fn_c_try_compile
"$LINENO"; then :
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5550 $as_echo "yes" >&6; }
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5553 $as_echo "buggy but acceptable" >&6; }
5555 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5558 $as_echo "no" >&6; }; have_gmp
=no
5560 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5563 # Now check the MPFR library.
5564 if test x
"$have_gmp" = xyes
; then
5566 LIBS
="$LIBS $gmplibs"
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5568 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5570 /* end confdefs.h. */
5582 mpfr_atan2 (n, n, x, GMP_RNDN);
5583 mpfr_erfc (n, x, GMP_RNDN);
5584 mpfr_subnormalize (x, t, GMP_RNDN);
5588 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5589 mpc_cosh (c, c, MPC_RNDNN);
5590 mpc_pow (c, c, c, MPC_RNDNN);
5591 mpc_acosh (c, c, MPC_RNDNN);
5598 if ac_fn_c_try_link
"$LINENO"; then :
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5600 $as_echo "yes" >&6; }
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5603 $as_echo "no" >&6; }; have_gmp
=no
5605 rm -f core conftest.err conftest.
$ac_objext \
5606 conftest
$ac_exeext conftest.
$ac_ext
5610 CFLAGS
="$saved_CFLAGS"
5612 # The library versions listed in the error message below should match
5613 # the HARD-minimums enforced above.
5614 if test x
$have_gmp != xyes
; then
5615 as_fn_error
"Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5616 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5617 their locations. Source code for these libraries can be found at
5618 their respective hosting sites as well as at
5619 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5620 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5621 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5622 make sure that you have installed both the libraries and the header
5623 files. They may be located in separate packages." "$LINENO" 5
5627 # Flags needed for both GMP, MPFR and/or MPC.
5635 # Allow host libstdc++ to be specified for static linking with PPL.
5637 # Check whether --with-host-libstdcxx was given.
5638 if test "${with_host_libstdcxx+set}" = set; then :
5639 withval
=$with_host_libstdcxx;
5643 case $with_host_libstdcxx in
5645 as_fn_error
"-with-host-libstdcxx needs an argument" "$LINENO" 5
5649 # Libraries to use for stage1 or when not bootstrapping.
5651 # Check whether --with-stage1-libs was given.
5652 if test "${with_stage1_libs+set}" = set; then :
5653 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5656 stage1_libs
=$withval
5659 stage1_libs
=$with_host_libstdcxx
5664 # Linker flags to use for stage1 or when not bootstrapping.
5666 # Check whether --with-stage1-ldflags was given.
5667 if test "${with_stage1_ldflags+set}" = set; then :
5668 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5671 stage1_ldflags
=$withval
5675 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5676 # if supported. But if the user explicitly specified the libraries to use,
5677 # trust that they are doing what they want.
5678 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5679 stage1_ldflags
="-static-libstdc++ -static-libgcc"
5685 # Libraries to use for stage2 and later builds. This defaults to the
5686 # argument passed to --with-host-libstdcxx.
5688 # Check whether --with-boot-libs was given.
5689 if test "${with_boot_libs+set}" = set; then :
5690 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5693 poststage1_libs
=$withval
5696 poststage1_libs
=$with_host_libstdcxx
5701 # Linker flags to use for stage2 and later builds.
5703 # Check whether --with-boot-ldflags was given.
5704 if test "${with_boot_ldflags+set}" = set; then :
5705 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5708 poststage1_ldflags
=$withval
5712 # In stages 2 and 3, default to linking libstdc++ and libgcc
5713 # statically. But if the user explicitly specified the libraries to
5714 # use, trust that they are doing what they want.
5715 if test "$poststage1_libs" = ""; then
5716 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
5722 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5723 # Basic setup is inlined here, actual checks are in config/cloog.m4 and
5727 # Check whether --with-cloog was given.
5728 if test "${with_cloog+set}" = set; then :
5729 withval
=$with_cloog;
5733 # Check whether --with-isl was given.
5734 if test "${with_isl+set}" = set; then :
5739 # Treat either --without-cloog or --without-isl as a request to disable
5740 # GRAPHITE support and skip all following checks.
5741 if test "x$with_isl" != "xno" &&
5742 test "x$with_cloog" != "xno"; then
5746 # Check whether --with-isl-include was given.
5747 if test "${with_isl_include+set}" = set; then :
5748 withval
=$with_isl_include;
5752 # Check whether --with-isl-lib was given.
5753 if test "${with_isl_lib+set}" = set; then :
5754 withval
=$with_isl_lib;
5758 # Check whether --enable-isl-version-check was given.
5759 if test "${enable_isl_version_check+set}" = set; then :
5760 enableval
=$enable_isl_version_check; ENABLE_ISL_CHECK
=$enableval
5762 ENABLE_ISL_CHECK
=yes
5766 # Initialize isllibs and islinc.
5775 isllibs
="-L$with_isl/lib"
5776 islinc
="-I$with_isl/include"
5779 if test "x${with_isl_include}" != x
; then
5780 islinc
="-I$with_isl_include"
5782 if test "x${with_isl_lib}" != x
; then
5783 isllibs
="-L$with_isl_lib"
5785 if test "x${islinc}" = x
&& test "x${isllibs}" = x \
5786 && test -d ${srcdir}/isl
; then
5787 isllibs
='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5788 islinc
='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5794 if test "${ENABLE_ISL_CHECK}" = yes ; then
5795 _isl_saved_CFLAGS
=$CFLAGS
5796 _isl_saved_LDFLAGS
=$LDFLAGS
5797 _isl_saved_LIBS
=$LIBS
5799 CFLAGS
="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5800 LDFLAGS
="${_isl_saved_LDFLAGS} ${isllibs}"
5801 LIBS
="${_isl_saved_LIBS} -lisl"
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5805 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5806 if test "${gcc_cv_isl+set}" = set; then :
5807 $as_echo_n "(cached) " >&6
5809 if test "$cross_compiling" = yes; then :
5812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5813 /* end confdefs.h. */
5814 #include <isl/version.h>
5819 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5826 if ac_fn_c_try_run
"$LINENO"; then :
5831 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5832 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5837 $as_echo "$gcc_cv_isl" >&6; }
5839 CFLAGS
=$_isl_saved_CFLAGS
5840 LDFLAGS
=$_isl_saved_LDFLAGS
5841 LIBS
=$_isl_saved_LIBS
5849 if test "x${with_isl}" = xno
; then
5850 graphite_requested
=no
5851 elif test "x${with_isl}" != x \
5852 ||
test "x${with_isl_include}" != x \
5853 ||
test "x${with_isl_lib}" != x
; then
5854 graphite_requested
=yes
5856 graphite_requested
=no
5861 if test "${gcc_cv_isl}" = no
; then
5866 if test "${graphite_requested}" = yes \
5867 && test "x${isllibs}" = x \
5868 && test "x${islinc}" = x
; then
5870 as_fn_error
"Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5875 if test "x$gcc_cv_isl" != "xno"; then
5879 # Check whether --with-cloog-include was given.
5880 if test "${with_cloog_include+set}" = set; then :
5881 withval
=$with_cloog_include;
5885 # Check whether --with-cloog-lib was given.
5886 if test "${with_cloog_lib+set}" = set; then :
5887 withval
=$with_cloog_lib;
5891 # Check whether --enable-cloog-version-check was given.
5892 if test "${enable_cloog_version_check+set}" = set; then :
5893 enableval
=$enable_cloog_version_check; ENABLE_CLOOG_CHECK
=$enableval
5895 ENABLE_CLOOG_CHECK
=yes
5899 # Initialize clooglibs and clooginc.
5908 clooglibs
="-L$with_cloog/lib"
5909 clooginc
="-I$with_cloog/include"
5912 if test "x${with_cloog_include}" != x
; then
5913 clooginc
="-I$with_cloog_include"
5915 if test "x${with_cloog_lib}" != x
; then
5916 clooglibs
="-L$with_cloog_lib"
5918 if test "x${clooginc}" = x
&& test "x${clooglibs}" = x \
5919 && test -d ${srcdir}/cloog
; then
5920 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5921 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
5924 clooginc
="-DCLOOG_INT_GMP ${clooginc}"
5925 clooglibs
="${clooglibs} -lcloog-isl ${isllibs} -lisl"
5931 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5932 _cloog_saved_CFLAGS
=$CFLAGS
5933 _cloog_saved_LDFLAGS
=$LDFLAGS
5935 CFLAGS
="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5936 LDFLAGS
="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
5939 $as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
5940 if test "${gcc_cv_cloog+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
5943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5944 /* end confdefs.h. */
5945 #include "cloog/version.h"
5949 #if CLOOG_VERSION_MAJOR != 0 \
5950 || CLOOG_VERSION_MINOR != 17 \
5951 || CLOOG_VERSION_REVISION < 0
5958 if ac_fn_c_try_compile
"$LINENO"; then :
5963 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
5966 $as_echo "$gcc_cv_cloog" >&6; }
5968 CFLAGS
=$_cloog_saved_CFLAGS
5969 LDFLAGS
=$_cloog_saved_LDFLAGS
5978 if test "x${with_cloog}" = xno
; then
5979 graphite_requested
=no
5980 elif test "x${with_cloog}" != x \
5981 ||
test "x${with_cloog_include}" != x \
5982 ||
test "x${with_cloog_lib}" != x
; then
5983 graphite_requested
=yes
5985 graphite_requested
=no
5990 if test "${gcc_cv_cloog}" = no
; then
5995 if test "${graphite_requested}" = yes \
5996 && test "x${clooglibs}" = x \
5997 && test "x${clooginc}" = x
; then
5999 as_fn_error
"Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6006 # If either the ISL or the CLooG check failed, disable builds of in-tree
6008 if test "x$with_isl" = xno ||
6009 test "x$with_cloog" = xno ||
6010 test "x$gcc_cv_cloog" = xno ||
6011 test "x$gcc_cv_isl" = xno
; then
6012 noconfigdirs
="$noconfigdirs cloog isl"
6023 # Check for LTO support.
6024 # Check whether --enable-lto was given.
6025 if test "${enable_lto+set}" = set; then :
6026 enableval
=$enable_lto; enable_lto
=$enableval
6028 enable_lto
=yes; default_enable_lto
=yes
6037 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
6038 *-msdosdjgpp* |
*-vms* |
*-wince* |
*-*-pe* | \
6039 alpha
*-dec-osf* |
*-interix* | hppa
[12]*-*-hpux*)
6047 if test $target_elf = yes; then :
6048 # ELF platforms build the lto-plugin always.
6049 build_lto_plugin
=yes
6052 if test x
"$default_enable_lto" = x
"yes" ; then
6054 *-apple-darwin9* |
*-cygwin* |
*-mingw*) ;;
6055 # On other non-ELF platforms, LTO has yet to be validated.
6059 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6060 # It would also be nice to check the binutils support, but we don't
6061 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6062 # warn during gcc/ subconfigure; unless you're bootstrapping with
6063 # -flto it won't be needed until after installation anyway.
6065 *-cygwin* |
*-mingw* |
*-apple-darwin*) ;;
6066 *) if test x
"$enable_lto" = x
"yes"; then
6067 as_fn_error
"LTO support is not enabled for this target." "$LINENO" 5
6072 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6073 # Build it unless LTO was explicitly disabled.
6075 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
6083 # By default, C and C++ are the only stage 1 languages.
6084 stage1_languages
=,c
,
6086 # Target libraries that we bootstrap.
6087 bootstrap_target_libs
=,target-libgcc
,
6089 # Figure out what language subdirectories are present.
6090 # Look if the user specified --enable-languages="..."; if not, use
6091 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6093 # NB: embedded tabs in this IF block -- do not untabify
6094 if test -d ${srcdir}/gcc
; then
6095 if test x
"${enable_languages+set}" != xset
; then
6096 if test x
"${LANGUAGES+set}" = xset
; then
6097 enable_languages
="${LANGUAGES}"
6098 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
6100 enable_languages
=all
6103 if test x
"${enable_languages}" = x ||
6104 test x
"${enable_languages}" = xyes
;
6106 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
6110 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6112 # 'f95' is the old name for the 'fortran' language. We issue a warning
6113 # and make the substitution.
6114 case ,${enable_languages}, in
6116 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
6117 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6121 # If bootstrapping, C++ must be enabled.
6122 case ",$enable_languages,:$enable_bootstrap" in
6125 if test -f ${srcdir}/gcc
/cp
/config-lang.
in; then
6126 enable_languages
="${enable_languages},c++"
6128 as_fn_error
"bootstrapping requires c++ sources" "$LINENO" 5
6133 # First scan to see if an enabled language requires some other language.
6134 # We assume that a given config-lang.in will list all the language
6135 # front ends it requires, even if some are required indirectly.
6136 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6137 case ${lang_frag} in
6139 # The odd quoting in the next line works around
6140 # an apparent bug in bash 1.12 on linux.
6141 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6143 # From the config-lang.in, get $language, $lang_requires, and
6144 # $lang_requires_boot_languages.
6147 lang_requires_boot_languages
=
6149 for other
in ${lang_requires} ${lang_requires_boot_languages}; do
6150 case ,${enable_languages}, in
6154 echo " \`$other' language required by \`$language'; enabling" 1>&2
6155 enable_languages
="${enable_languages},${other}"
6159 for other
in ${lang_requires_boot_languages} ; do
6160 if test "$other" != "c"; then
6161 case ,${enable_stage1_languages}, in
6165 case ,${enable_languages}, in
6167 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6168 enable_stage1_languages
="$enable_stage1_languages,${other}"
6179 new_enable_languages
=,c
,
6181 # If LTO is enabled, add the LTO front end.
6182 extra_host_libiberty_configure_flags
=
6183 if test "$enable_lto" = "yes" ; then
6184 case ,${enable_languages}, in
6186 *) enable_languages
="${enable_languages},lto" ;;
6188 if test "${build_lto_plugin}" = "yes" ; then
6189 configdirs
="$configdirs lto-plugin"
6190 extra_host_libiberty_configure_flags
=--enable-shared
6195 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6196 potential_languages
=,c
,
6198 enabled_target_libs
=
6199 disabled_target_libs
=
6201 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6202 case ${lang_frag} in
6204 # The odd quoting in the next line works around
6205 # an apparent bug in bash 1.12 on linux.
6206 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6208 # From the config-lang.in, get $language, $target_libs,
6209 # $lang_dirs, $boot_language, and $build_by_default
6215 build_by_default
=yes
6217 if test x
${language} = x
; then
6218 echo "${lang_frag} doesn't set \$language." 1>&2
6222 if test "$language" = "c++"; then
6227 case ,${enable_languages}, in
6229 # Language was explicitly selected; include it
6230 # unless it is C, which is enabled by default.
6231 if test "$language" != "c"; then
6236 # 'all' was selected, select it if it is a default language
6237 if test "$language" != "c"; then
6238 add_this_lang
=${build_by_default}
6243 # Disable languages that need other directories if these aren't available.
6244 for i
in $subdir_requires; do
6245 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6246 case ,${enable_languages}, in
6248 # Specifically requested language; tell them.
6249 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6253 add_this_lang
=unsupported
6258 # Disable Ada if no preexisting GNAT is available.
6259 case ,${enable_languages},:${language}:${have_gnat} in
6260 *,${language},*:ada
:no
)
6261 # Specifically requested language; tell them.
6262 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
6266 add_this_lang
=unsupported
6270 # Disable a language that is unsupported by the target.
6271 case " $unsupported_languages " in
6273 add_this_lang
=unsupported
6277 case $add_this_lang in
6279 # Remove language-dependent dirs.
6280 disabled_target_libs
="$disabled_target_libs $target_libs"
6281 noconfigdirs
="$noconfigdirs $lang_dirs"
6284 # Remove language-dependent dirs; still show language as supported.
6285 disabled_target_libs
="$disabled_target_libs $target_libs"
6286 noconfigdirs
="$noconfigdirs $lang_dirs"
6287 potential_languages
="${potential_languages}${language},"
6290 new_enable_languages
="${new_enable_languages}${language},"
6291 potential_languages
="${potential_languages}${language},"
6292 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
6293 enabled_target_libs
="$enabled_target_libs $target_libs"
6294 case "${boot_language}:,$enable_stage1_languages," in
6295 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
6296 # Add to (comma-separated) list of stage 1 languages.
6297 case ",$stage1_languages," in
6298 *,$language,* |
,yes, |
,all
,) ;;
6299 *) stage1_languages
="${stage1_languages}${language}," ;;
6301 # We need to bootstrap any supporting libraries.
6302 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
6311 # Add target libraries which are only needed for disabled languages
6313 if test -n "$disabled_target_libs"; then
6314 for dir
in $disabled_target_libs; do
6315 case " $enabled_target_libs " in
6317 *) noconfigdirs
="$noconfigdirs $dir" ;;
6322 # Check whether --enable-stage1-languages was given.
6323 if test "${enable_stage1_languages+set}" = set; then :
6324 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6326 # Set it to something that will have no effect in the loop below
6327 enable_stage1_languages
=c
;;
6329 enable_stage1_languages
=`echo $new_enable_languages | \
6330 sed -e "s/^,//" -e "s/,$//" ` ;;
6332 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
6333 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6336 # Add "good" languages from enable_stage1_languages to stage1_languages,
6337 # while "bad" languages go in missing_languages. Leave no duplicates.
6338 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6339 case $potential_languages in
6341 case $stage1_languages in
6343 *) stage1_languages
="$stage1_languages$i," ;;
6346 case $missing_languages in
6348 *) missing_languages
="$missing_languages$i," ;;
6355 # Remove leading/trailing commas that were added for simplicity
6356 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6357 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6358 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6359 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6361 if test "x$missing_languages" != x
; then
6363 The following requested languages could not be built: ${missing_languages}
6364 Supported languages are: ${potential_languages}" "$LINENO" 5
6366 if test "x$new_enable_languages" != "x$enable_languages"; then
6367 echo The following languages will be built
: ${new_enable_languages}
6368 enable_languages
="$new_enable_languages"
6372 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6375 # Handle --disable-<component> generically.
6376 for dir
in $configdirs $build_configdirs $target_configdirs ; do
6377 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6378 varname
=`echo $dirname | sed -e s/+/_/g`
6379 if eval test x\
${enable_${varname}} "=" xno
; then
6380 noconfigdirs
="$noconfigdirs $dir"
6384 # Check for Boehm's garbage collector
6385 # Check whether --enable-objc-gc was given.
6386 if test "${enable_objc_gc+set}" = set; then :
6387 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6388 *,objc
,*:*:yes:*target-boehm-gc
*)
6389 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6395 # Make sure we only build Boehm's garbage collector if required.
6396 case ,${enable_languages},:${enable_objc_gc} in
6398 # Keep target-boehm-gc if requested for Objective-C.
6401 # Otherwise remove target-boehm-gc depending on target-libjava.
6402 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
6403 noconfigdirs
="$noconfigdirs target-boehm-gc"
6408 # Disable libitm if we're not building C++
6409 case ,${enable_languages}, in
6412 noconfigdirs
="$noconfigdirs target-libitm"
6416 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6417 # $build_configdirs and $target_configdirs.
6418 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6421 for dir
in .
$skipdirs $noconfigdirs ; do
6422 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6423 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6424 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6425 if test -r $srcdir/$dirname/configure
; then
6426 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6429 notsupp
="$notsupp $dir"
6433 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6434 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6435 if test -r $srcdir/$dirname/configure
; then
6436 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6439 notsupp
="$notsupp $dir"
6443 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6444 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6445 if test -r $srcdir/$dirname/configure
; then
6446 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6449 notsupp
="$notsupp $dir"
6455 # Quietly strip out all directories which aren't configurable in this tree.
6456 # This relies on all configurable subdirectories being autoconfiscated, which
6458 build_configdirs_all
="$build_configdirs"
6460 for i
in ${build_configdirs_all} ; do
6461 j
=`echo $i | sed -e s/build-//g`
6462 if test -f ${srcdir}/$j/configure
; then
6463 build_configdirs
="${build_configdirs} $i"
6467 configdirs_all
="$configdirs"
6469 for i
in ${configdirs_all} ; do
6470 if test -f ${srcdir}/$i/configure
; then
6471 configdirs
="${configdirs} $i"
6475 target_configdirs_all
="$target_configdirs"
6477 for i
in ${target_configdirs_all} ; do
6478 j
=`echo $i | sed -e s/target-//g`
6479 if test -f ${srcdir}/$j/configure
; then
6480 target_configdirs
="${target_configdirs} $i"
6484 # Produce a warning message for the subdirs we can't configure.
6485 # This isn't especially interesting in the Cygnus tree, but in the individual
6486 # FSF releases, it's important to let people know when their machine isn't
6487 # supported by the one or two programs in a package.
6489 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6490 # If $appdirs is non-empty, at least one of those directories must still
6491 # be configured, or we error out. (E.g., if the gas release supports a
6492 # specified target in some subdirs but not the gas subdir, we shouldn't
6493 # pretend that all is well.)
6494 if test -n "$appdirs" ; then
6495 for dir
in $appdirs ; do
6496 if test -r $dir/Makefile.
in ; then
6497 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6501 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6507 if test -n "$appdirs" ; then
6508 echo "*** This configuration is not supported by this package." 1>&2
6512 # Okay, some application will build, or we don't care to check. Still
6513 # notify of subdirs not getting built.
6514 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6515 echo " ${notsupp}" 1>&2
6516 echo " (Any other directories should still work fine.)" 1>&2
6524 # To find our prefix, in gcc_cv_tool_prefix.
6526 # The user is always right.
6527 if test "${PATH_SEPARATOR+set}" != set; then
6528 echo "#! /bin/sh" >conf$$.sh
6529 echo "exit 0" >>conf$$.sh
6531 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6541 if test "x$exec_prefix" = xNONE
; then
6542 if test "x$prefix" = xNONE
; then
6543 gcc_cv_tool_prefix
=$ac_default_prefix
6545 gcc_cv_tool_prefix
=$prefix
6548 gcc_cv_tool_prefix
=$exec_prefix
6551 # If there is no compiler in the tree, use the PATH only. In any
6552 # case, if there is no compiler in the tree nobody should use
6553 # AS_FOR_TARGET and LD_FOR_TARGET.
6554 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6555 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6556 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6557 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6558 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6559 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6560 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6561 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6566 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6567 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6575 # Check whether --with-build-sysroot was given.
6576 if test "${with_build_sysroot+set}" = set; then :
6577 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6578 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6581 SYSROOT_CFLAGS_FOR_TARGET
=
6587 # Check whether --with-debug-prefix-map was given.
6588 if test "${with_debug_prefix_map+set}" = set; then :
6589 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6590 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6591 for debug_map
in $withval; do
6592 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6596 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6601 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6602 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6603 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6604 # We want to ensure that TARGET libraries (which we know are built with
6605 # gcc) are built with "-O2 -g", so include those options when setting
6606 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6607 if test "x$CFLAGS_FOR_TARGET" = x
; then
6608 CFLAGS_FOR_TARGET
=$CFLAGS
6611 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS_FOR_TARGET" ;;
6614 *" -g "* |
*" -g3 "*) ;;
6615 *) CFLAGS_FOR_TARGET
="-g $CFLAGS_FOR_TARGET" ;;
6620 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6621 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6622 case " $CXXFLAGS " in
6624 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS_FOR_TARGET" ;;
6626 case " $CXXFLAGS " in
6627 *" -g "* |
*" -g3 "*) ;;
6628 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS_FOR_TARGET" ;;
6635 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6636 # the named directory are copied to $(tooldir)/sys-include.
6637 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6638 if test x
${is_cross_compiler} = xno
; then
6639 echo 1>&2 '***' --with-headers is only supported when cross compiling
6642 if test x
"${with_headers}" != xyes
; then
6643 x
=${gcc_cv_tool_prefix}
6644 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6648 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6649 # the name directories are copied to $(tooldir)/lib. Multiple directories
6651 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6652 if test x
${is_cross_compiler} = xno
; then
6653 echo 1>&2 '***' --with-libs is only supported when cross compiling
6656 if test x
"${with_libs}" != xyes
; then
6657 # Copy the libraries in reverse order, so that files in the first named
6658 # library override files in subsequent libraries.
6659 x
=${gcc_cv_tool_prefix}
6660 for l
in ${with_libs}; do
6661 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6666 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6668 # This is done by determining whether or not the appropriate directory
6669 # is available, and by checking whether or not specific configurations
6670 # have requested that this magic not happen.
6672 # The command line options always override the explicit settings in
6673 # configure.in, and the settings in configure.in override this magic.
6675 # If the default for a toolchain is to use GNU as and ld, and you don't
6676 # want to do that, then you should use the --without-gnu-as and
6677 # --without-gnu-ld options for the configure script. Similarly, if
6678 # the default is to use the included zlib and you don't want to do that,
6679 # you should use the --with-system-zlib option for the configure script.
6681 if test x
${use_gnu_as} = x
&&
6682 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6684 extra_host_args
="$extra_host_args --with-gnu-as"
6687 if test x
${use_gnu_ld} = x
&&
6688 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6690 extra_host_args
="$extra_host_args --with-gnu-ld"
6693 if test x
${use_included_zlib} = x
&&
6694 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
6697 with_system_zlib
=yes
6698 extra_host_args
="$extra_host_args --with-system-zlib"
6701 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6702 # can detect this case.
6704 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6706 extra_host_args
="$extra_host_args --with-newlib"
6709 # Handle ${copy_dirs}
6710 set fnord
${copy_dirs}
6712 while test $# != 0 ; do
6713 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6716 echo Copying
$1 to
$2
6718 # Use the install script to create the directory and all required
6719 # parent directories.
6720 if test -d $2 ; then
6724 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6727 # Copy the directory, assuming we have tar.
6728 # FIXME: Should we use B in the second tar? Not all systems support it.
6729 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6731 # It is the responsibility of the user to correctly adjust all
6732 # symlinks. If somebody can figure out how to handle them correctly
6733 # here, feel free to add the code.
6740 # Determine a target-dependent exec_prefix that the installed
6741 # gcc will search in. Keep this list sorted by triplet, with
6742 # the *-*-osname triplets last.
6745 i
[34567]86-pc-msdosdjgpp*)
6746 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6751 md_exec_prefix
=/usr
/ccs
/bin
6755 extra_arflags_for_target
=
6756 extra_nmflags_for_target
=
6757 extra_ranlibflags_for_target
=
6758 target_makefile_frag
=/dev
/null
6761 target_makefile_frag
="config/mt-spu"
6763 mips
*-sde-elf* | mips
*-mti-elf*)
6764 target_makefile_frag
="config/mt-sde"
6766 mipsisa
*-*-elfoabi*)
6767 target_makefile_frag
="config/mt-mips-elfoabi"
6769 mips
*-*-*linux
* | mips
*-*-gnu*)
6770 target_makefile_frag
="config/mt-mips-gnu"
6772 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6773 target_makefile_frag
="config/mt-gnu"
6775 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6776 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6777 # commands to handle both 32-bit and 64-bit objects. These flags are
6778 # harmless if we're using GNU nm or ar.
6779 extra_arflags_for_target
=" -X32_64"
6780 extra_nmflags_for_target
=" -B -X32_64"
6784 alphaieee_frag
=/dev
/null
6787 # This just makes sure to use the -mieee option to build target libs.
6788 # This should probably be set individually by each library.
6789 alphaieee_frag
="config/mt-alphaieee"
6793 # If --enable-target-optspace always use -Os instead of -O2 to build
6794 # the target libraries, similarly if it is not specified, use -Os
6795 # on selected platforms.
6796 ospace_frag
=/dev
/null
6797 case "${enable_target_optspace}:${target}" in
6799 ospace_frag
="config/mt-ospace"
6802 ospace_frag
="config/mt-d30v"
6804 :m32r-
* |
:d10v-
* |
:fr30-
*)
6805 ospace_frag
="config/mt-ospace"
6810 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6814 # Some systems (e.g., one of the i386-aix systems the gas testers are
6815 # using) don't handle "\$" correctly, so don't use it here.
6816 tooldir
='${exec_prefix}'/${target_noncanonical}
6817 build_tooldir
=${tooldir}
6819 # Create a .gdbinit file which runs the one in srcdir
6820 # and tells GDB to look there for source files.
6822 if test -r ${srcdir}/.gdbinit
; then
6825 *) cat > .
/.gdbinit
<<EOF
6829 source ${srcdir}/.gdbinit
6835 # Make sure that the compiler is able to generate an executable. If it
6836 # can't, we are probably in trouble. We don't care whether we can run the
6837 # executable--we might be using a cross compiler--we only care whether it
6838 # can be created. At this point the main configure script has set CC.
6840 echo "int main () { return 0; }" > conftest.c
6841 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6842 if test $?
= 0 ; then
6843 if test -s conftest ||
test -s conftest.exe
; then
6849 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6850 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6857 # Decide which environment variable is used to find dynamic libraries.
6859 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
6860 *-*-darwin*) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
6861 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
6862 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
6865 # On systems where the dynamic library environment variable is PATH,
6866 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6867 # built executables to PATH.
6868 if test "$RPATH_ENVVAR" = PATH
; then
6869 GCC_SHLIB_SUBDIR
=/shlib
6874 # Record target_configdirs and the configure arguments for target and
6875 # build configuration in Makefile.
6876 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6877 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6879 # If we are building libgomp, bootstrap it.
6880 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
6881 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
6884 # Determine whether gdb needs tk/tcl or not.
6885 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6886 # and in that case we want gdb to be built without tk. Ugh!
6887 # In fact I believe gdb is the *only* package directly dependent on tk,
6888 # so we should be able to put the 'maybe's in unconditionally and
6889 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6890 # 100% sure that that's safe though.
6892 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6893 case "$enable_gdbtk" in
6897 GDB_TK
="${gdb_tk}" ;;
6899 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6900 # distro. Eventually someone will fix this and move Insight, nee
6901 # gdbtk to a separate directory.
6902 if test -d ${srcdir}/gdb
/gdbtk
; then
6909 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6910 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6912 # Strip out unwanted targets.
6914 # While at that, we remove Makefiles if we were started for recursive
6915 # configuration, so that the top-level Makefile reconfigures them,
6916 # like we used to do when configure itself was recursive.
6918 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
6919 # but now we're fixing up the Makefile ourselves with the additional
6920 # commands passed to AC_CONFIG_FILES. Use separate variables
6921 # extrasub-{build,host,target} not because there is any reason to split
6922 # the substitutions up that way, but only to remain below the limit of
6923 # 99 commands in a script, for HP-UX sed.
6924 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6926 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6927 yes:yes:*\ gold\
*:*,c
++,*) ;;
6928 yes:yes:*\ gold\
*:*)
6929 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6933 # Adjust the toplevel makefile according to whether bootstrap was selected.
6934 case $enable_bootstrap in
6936 bootstrap_suffix
=bootstrap
6937 BUILD_CONFIG
=bootstrap-debug
6940 bootstrap_suffix
=no-bootstrap
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6946 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6949 # Check whether --with-build-config was given.
6950 if test "${with_build_config+set}" = set; then :
6951 withval
=$with_build_config; case $with_build_config in
6952 yes) with_build_config
= ;;
6953 no
) with_build_config
= BUILD_CONFIG
= ;;
6958 if test "x${with_build_config}" != x
; then
6959 BUILD_CONFIG
=$with_build_config
6961 case $BUILD_CONFIG in
6963 if echo "int f (void) { return 0; }" > conftest.c
&&
6964 ${CC} -c conftest.c
&&
6965 mv conftest.o conftest.o.g0
&&
6966 ${CC} -c -g conftest.c
&&
6967 mv conftest.o conftest.o.g
&&
6968 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
6973 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6978 $as_echo "$BUILD_CONFIG" >&6; }
6982 for module
in ${build_configdirs} ; do
6983 if test -z "${no_recursion}" \
6984 && test -f ${build_subdir}/${module}/Makefile
; then
6985 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6986 rm -f ${build_subdir}/${module}/Makefile
6988 extrasub_build
="$extrasub_build
6989 /^@if build-$module\$/d
6990 /^@endif build-$module\$/d
6991 /^@if build-$module-$bootstrap_suffix\$/d
6992 /^@endif build-$module-$bootstrap_suffix\$/d"
6995 for module
in ${configdirs} ; do
6996 if test -z "${no_recursion}"; then
6997 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
6998 if test -f ${file}; then
6999 echo 1>&2 "*** removing ${file} to force reconfigure"
7004 extrasub_host
="$extrasub_host
7006 /^@endif $module\$/d
7007 /^@if $module-$bootstrap_suffix\$/d
7008 /^@endif $module-$bootstrap_suffix\$/d"
7011 for module
in ${target_configdirs} ; do
7012 if test -z "${no_recursion}" \
7013 && test -f ${target_subdir}/${module}/Makefile
; then
7014 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7015 rm -f ${target_subdir}/${module}/Makefile
7018 # We only bootstrap target libraries listed in bootstrap_target_libs.
7019 case $bootstrap_target_libs in
7020 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
7021 *) target_bootstrap_suffix
=no-bootstrap
;;
7024 extrasub_target
="$extrasub_target
7025 /^@if target-$module\$/d
7026 /^@endif target-$module\$/d
7027 /^@if target-$module-$target_bootstrap_suffix\$/d
7028 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7031 # Do the final fixup along with target modules.
7032 extrasub_target
="$extrasub_target
7033 /^@if /,/^@endif /d"
7035 # Create the serialization dependencies. This uses a temporary file.
7037 # Check whether --enable-serial-configure was given.
7038 if test "${enable_serial_configure+set}" = set; then :
7039 enableval
=$enable_serial_configure;
7043 case ${enable_serial_configure} in
7045 enable_serial_build_configure
=yes
7046 enable_serial_host_configure
=yes
7047 enable_serial_target_configure
=yes
7051 # These force 'configure's to be done one at a time, to avoid problems
7052 # with contention over a shared config.cache.
7054 echo '# serdep.tmp' > serdep.tmp
7056 test "x${enable_serial_build_configure}" = xyes
&&
7057 for item
in ${build_configdirs} ; do
7060 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
7065 test "x${enable_serial_host_configure}" = xyes
&&
7066 for item
in ${configdirs} ; do
7069 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
7074 test "x${enable_serial_target_configure}" = xyes
&&
7075 for item
in ${target_configdirs} ; do
7078 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
7082 serialization_dependencies
=serdep.tmp
7085 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7086 # target, nonopt, and variable assignments. These are the ones we
7087 # might not want to pass down to subconfigures. The exception being
7088 # --cache-file=/dev/null, which is used to turn off the use of cache
7089 # files altogether, and which should be passed on to subconfigures.
7090 # Also strip program-prefix, program-suffix, and program-transform-name,
7091 # so that we can pass down a consistent program-transform-name.
7096 eval "set -- $ac_configure_args"
7099 if test X
"$skip_next" = X
"yes"; then
7103 if test X
"$keep_next" = X
"yes"; then
7106 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7108 baseargs
="$baseargs '$ac_arg'"
7109 tbaseargs
="$tbaseargs '$ac_arg'"
7114 # Handle separated arguments. Based on the logic generated by
7117 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
7118 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
7119 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
7120 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
7134 --with-* |
--without-*)
7135 libopt
=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7139 lib
=`echo "$libopt" | sed 's,[-_]include$,,'`
7142 lib
=`echo "$libopt" | sed 's,[-_]lib$,,'`
7151 mpc | mpfr | gmp | cloog
)
7152 # If we're processing --with-$lib, --with-$lib-include or
7153 # --with-$lib-lib, for one of the libs above, and target is
7154 # different from host, don't pass the current argument to any
7155 # target library's configure.
7156 if test x
$is_cross_compiler = xyes
; then
7165 --cache-file=/dev
/null | \
7166 -cache-file=/dev
/null
)
7167 # Handled here to avoid the test to skip args below.
7168 baseargs
="$baseargs '$ac_arg'"
7169 tbaseargs
="$tbaseargs '$ac_arg'"
7170 # Assert: $separate_arg should always be no.
7171 keep_next
=$separate_arg
7187 -program-prefix* | \
7188 -program-suffix* | \
7189 -program-transform-name* )
7190 skip_next
=$separate_arg
7194 # An option. Add it.
7197 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7199 baseargs
="$baseargs '$ac_arg'"
7200 if test X
"$skip_targ" = Xno
; then
7201 tbaseargs
="$tbaseargs '$ac_arg'"
7203 keep_next
=$separate_arg
7206 # Either a variable assignment, or a nonopt (triplet). Don't
7207 # pass it down; let the Makefile handle this.
7212 # Remove the initial space we just introduced and, as these will be
7213 # expanded by make, quote '$'.
7214 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7216 # Add in --program-transform-name, after --program-prefix and
7217 # --program-suffix have been applied to it. Autoconf has already
7218 # doubled dollar signs and backslashes in program_transform_name; we want
7219 # the backslashes un-doubled, and then the entire thing wrapped in single
7220 # quotes, because this will be expanded first by make and then by the shell.
7221 # Also, because we want to override the logic in subdir configure scripts to
7222 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7223 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7224 ${program_transform_name}
7226 gcc_transform_name
=`cat conftestsed.out`
7227 rm -f conftestsed.out
7228 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
7229 tbaseargs
="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7230 if test "$silent" = yes; then
7231 baseargs
="$baseargs --silent"
7232 tbaseargs
="$tbaseargs --silent"
7234 baseargs
="$baseargs --disable-option-checking"
7235 tbaseargs
="$tbaseargs --disable-option-checking"
7237 # Record and document user additions to sub configure arguments.
7242 # For the build-side libraries, we just need to pretend we're native,
7243 # and not use the same cache file. Multilibs are neither needed nor
7245 build_configargs
="$build_configargs --cache-file=../config.cache ${baseargs}"
7247 # For host modules, accept cache file option, or specification as blank.
7248 case "${cache_file}" in
7250 cache_file_option
="" ;;
7251 /* |
[A-Za-z
]:[\\/]* ) # absolute path
7252 cache_file_option
="--cache-file=${cache_file}" ;;
7254 cache_file_option
="--cache-file=../${cache_file}" ;;
7257 # Host dirs don't like to share a cache file either, horribly enough.
7258 # This seems to be due to autoconf 2.5x stupidity.
7259 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7261 target_configargs
="$target_configargs ${tbaseargs}"
7263 # Passing a --with-cross-host argument lets the target libraries know
7264 # whether they are being built with a cross-compiler or being built
7265 # native. However, it would be better to use other mechanisms to make the
7266 # sorts of decisions they want to make on this basis. Please consider
7267 # this option to be deprecated. FIXME.
7268 if test x
${is_cross_compiler} = xyes
; then
7269 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
7272 # Default to --enable-multilib.
7273 if test x
${enable_multilib} = x
; then
7274 target_configargs
="--enable-multilib ${target_configargs}"
7277 # Pass --with-newlib if appropriate. Note that target_configdirs has
7278 # changed from the earlier setting of with_newlib.
7279 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
7280 target_configargs
="--with-newlib ${target_configargs}"
7283 # Different target subdirs use different values of certain variables
7284 # (notably CXX). Worse, multilibs use *lots* of different values.
7285 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7286 # it doesn't automatically accept command-line overrides of them.
7287 # This means it's not safe for target subdirs to share a cache file,
7288 # which is disgusting, but there you have it. Hopefully this can be
7289 # fixed in future. It's still worthwhile to use a cache file for each
7290 # directory. I think.
7292 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7293 # We need to pass --target, as newer autoconf's requires consistency
7294 # for target_alias and gcc doesn't manage it consistently.
7295 target_configargs
="--cache-file=./config.cache ${target_configargs}"
7298 case " $target_configdirs " in
7300 case " $target_configargs " in
7301 *" --with-newlib "*)
7304 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7308 # If we're not building GCC, don't discard standard headers.
7309 if test -d ${srcdir}/gcc
; then
7310 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
7312 if test "${build}" != "${host}"; then
7313 # On Canadian crosses, CC_FOR_TARGET will have already been set
7314 # by `configure', so we won't have an opportunity to add -Bgcc/
7315 # to it. This is right: we don't want to search that directory
7316 # for binaries, but we want the header files in there, so add
7318 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7320 # Someone might think of using the pre-installed headers on
7321 # Canadian crosses, in case the installed compiler is not fully
7322 # compatible with the compiler being built. In this case, it
7323 # would be better to flag an error than risking having
7324 # incompatible object files being constructed. We can't
7325 # guarantee that an error will be flagged, but let's hope the
7326 # compiler will do it, when presented with incompatible header
7331 case "${target}-${is_cross_compiler}" in
7332 i
[3456789]86-*-linux*-no)
7333 # Here host == target, so we don't need to build gcc,
7334 # so we don't want to discard standard headers.
7335 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7338 # If we're building newlib, use its generic headers last, but search
7339 # for any libc-related directories first (so make it the last -B
7341 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7343 # If we're building libgloss, find the startup file, simulator library
7344 # and linker script.
7345 case " $target_configdirs " in
7347 # Look for startup file, simulator library and maybe linker script.
7348 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7349 # Look for libnosys.a in case the target needs it.
7350 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7351 # Most targets have the linker script in the source directory.
7352 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7363 x86_64-
*mingw
* |
*-w64-mingw*)
7364 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7365 # however, use a symlink named 'mingw' in ${prefix} .
7366 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7369 # MinGW can't be handled as Cygwin above since it does not use newlib.
7370 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'
7374 # Allow the user to override the flags for
7375 # our build compiler if desired.
7376 if test x
"${build}" = x
"${host}" ; then
7377 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
7378 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7379 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7382 # On Canadian crosses, we'll be searching the right directories for
7383 # the previously-installed cross compiler, so don't bother to add
7384 # flags for directories within the install tree of the compiler
7385 # being built; programs in there won't even run.
7386 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7387 # Search for pre-installed headers if nothing else fits.
7388 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7391 if test "x
${use_gnu_ld}" = x &&
7392 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7393 # Arrange for us to find uninstalled linker scripts.
7394 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7397 # Search for other target-specific linker scripts and such.
7400 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7404 # Makefile fragments.
7405 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7407 eval fragval=\$$frag
7408 if test $fragval != /dev/null; then
7409 eval $frag=${srcdir}/$fragval
7417 # Miscellanea: directories, flags, etc.
7426 # Build module lists & subconfigure args.
7430 # Host module lists & subconfigure args.
7435 # Target module lists & subconfigure args.
7457 # Generate default definitions for YACC, M4, LEX and other programs that run
7458 # on the build machine. These are used if the Makefile can't locate these
7459 # programs in objdir.
7460 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7462 for ac_prog in 'bison -y' byacc yacc
7464 # Extract the first word of "$ac_prog", so it can be a program name with args.
7465 set dummy $ac_prog; ac_word=$2
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7467 $as_echo_n "checking
for $ac_word...
" >&6; }
7468 if test "${ac_cv_prog_YACC+set}" = set; then :
7469 $as_echo_n "(cached
) " >&6
7471 if test -n "$YACC"; then
7472 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 ac_cv_prog_YACC="$ac_prog"
7482 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7491 YACC=$ac_cv_prog_YACC
7492 if test -n "$YACC"; then
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7494 $as_echo "$YACC" >&6; }
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7497 $as_echo "no
" >&6; }
7501 test -n "$YACC" && break
7503 test -n "$YACC" || YACC="$MISSING bison
-y"
7505 case " $build_configdirs " in
7506 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7509 for ac_prog in bison
7511 # Extract the first word of "$ac_prog", so it can be a program name with args.
7512 set dummy $ac_prog; ac_word=$2
7513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7514 $as_echo_n "checking
for $ac_word...
" >&6; }
7515 if test "${ac_cv_prog_BISON+set}" = set; then :
7516 $as_echo_n "(cached
) " >&6
7518 if test -n "$BISON"; then
7519 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7525 test -z "$as_dir" && as_dir=.
7526 for ac_exec_ext in '' $ac_executable_extensions; do
7527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7528 ac_cv_prog_BISON="$ac_prog"
7529 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7538 BISON=$ac_cv_prog_BISON
7539 if test -n "$BISON"; then
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7541 $as_echo "$BISON" >&6; }
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7544 $as_echo "no
" >&6; }
7548 test -n "$BISON" && break
7550 test -n "$BISON" || BISON="$MISSING bison
"
7552 case " $build_configdirs " in
7553 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7556 for ac_prog in gm4 gnum4 m4
7558 # Extract the first word of "$ac_prog", so it can be a program name with args.
7559 set dummy $ac_prog; ac_word=$2
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7561 $as_echo_n "checking
for $ac_word...
" >&6; }
7562 if test "${ac_cv_prog_M4+set}" = set; then :
7563 $as_echo_n "(cached
) " >&6
7565 if test -n "$M4"; then
7566 ac_cv_prog_M4="$M4" # Let the user override the test.
7568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7572 test -z "$as_dir" && as_dir=.
7573 for ac_exec_ext in '' $ac_executable_extensions; do
7574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7575 ac_cv_prog_M4="$ac_prog"
7576 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7586 if test -n "$M4"; then
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7588 $as_echo "$M4" >&6; }
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7591 $as_echo "no
" >&6; }
7595 test -n "$M4" && break
7597 test -n "$M4" || M4="$MISSING m4"
7599 case " $build_configdirs " in
7600 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7603 for ac_prog in flex lex
7605 # Extract the first word of "$ac_prog", so it can be a program name with args.
7606 set dummy $ac_prog; ac_word=$2
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7608 $as_echo_n "checking
for $ac_word...
" >&6; }
7609 if test "${ac_cv_prog_LEX+set}" = set; then :
7610 $as_echo_n "(cached
) " >&6
7612 if test -n "$LEX"; then
7613 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7619 test -z "$as_dir" && as_dir=.
7620 for ac_exec_ext in '' $ac_executable_extensions; do
7621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7622 ac_cv_prog_LEX="$ac_prog"
7623 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7633 if test -n "$LEX"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7635 $as_echo "$LEX" >&6; }
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7638 $as_echo "no
" >&6; }
7642 test -n "$LEX" && break
7644 test -n "$LEX" || LEX="$MISSING flex
"
7646 case " $build_configdirs " in
7647 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7648 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7653 # Extract the first word of "$ac_prog", so it can be a program name with args.
7654 set dummy $ac_prog; ac_word=$2
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7656 $as_echo_n "checking
for $ac_word...
" >&6; }
7657 if test "${ac_cv_prog_FLEX+set}" = set; then :
7658 $as_echo_n "(cached
) " >&6
7660 if test -n "$FLEX"; then
7661 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7667 test -z "$as_dir" && as_dir=.
7668 for ac_exec_ext in '' $ac_executable_extensions; do
7669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7670 ac_cv_prog_FLEX="$ac_prog"
7671 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7680 FLEX=$ac_cv_prog_FLEX
7681 if test -n "$FLEX"; then
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7683 $as_echo "$FLEX" >&6; }
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7686 $as_echo "no
" >&6; }
7690 test -n "$FLEX" && break
7692 test -n "$FLEX" || FLEX="$MISSING flex
"
7694 case " $build_configdirs " in
7695 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7698 for ac_prog in makeinfo
7700 # Extract the first word of "$ac_prog", so it can be a program name with args.
7701 set dummy $ac_prog; ac_word=$2
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7703 $as_echo_n "checking
for $ac_word...
" >&6; }
7704 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7705 $as_echo_n "(cached
) " >&6
7707 if test -n "$MAKEINFO"; then
7708 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7714 test -z "$as_dir" && as_dir=.
7715 for ac_exec_ext in '' $ac_executable_extensions; do
7716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7717 ac_cv_prog_MAKEINFO="$ac_prog"
7718 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7727 MAKEINFO=$ac_cv_prog_MAKEINFO
7728 if test -n "$MAKEINFO"; then
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7730 $as_echo "$MAKEINFO" >&6; }
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7733 $as_echo "no
" >&6; }
7737 test -n "$MAKEINFO" && break
7739 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7741 case " $build_configdirs " in
7742 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7745 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7746 # higher, else we use the "missing
" dummy.
7747 if ${MAKEINFO} --version \
7748 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7751 MAKEINFO="$MISSING makeinfo
"
7757 # FIXME: expect and dejagnu may become build tools?
7759 for ac_prog in expect
7761 # Extract the first word of "$ac_prog", so it can be a program name with args.
7762 set dummy $ac_prog; ac_word=$2
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7764 $as_echo_n "checking
for $ac_word...
" >&6; }
7765 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7766 $as_echo_n "(cached
) " >&6
7768 if test -n "$EXPECT"; then
7769 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775 test -z "$as_dir" && as_dir=.
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7778 ac_cv_prog_EXPECT="$ac_prog"
7779 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7788 EXPECT=$ac_cv_prog_EXPECT
7789 if test -n "$EXPECT"; then
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
7791 $as_echo "$EXPECT" >&6; }
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7794 $as_echo "no
" >&6; }
7798 test -n "$EXPECT" && break
7800 test -n "$EXPECT" || EXPECT="expect
"
7802 case " $configdirs " in
7804 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7808 for ac_prog in runtest
7810 # Extract the first word of "$ac_prog", so it can be a program name with args.
7811 set dummy $ac_prog; ac_word=$2
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7813 $as_echo_n "checking
for $ac_word...
" >&6; }
7814 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7815 $as_echo_n "(cached
) " >&6
7817 if test -n "$RUNTEST"; then
7818 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7824 test -z "$as_dir" && as_dir=.
7825 for ac_exec_ext in '' $ac_executable_extensions; do
7826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7827 ac_cv_prog_RUNTEST="$ac_prog"
7828 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7837 RUNTEST=$ac_cv_prog_RUNTEST
7838 if test -n "$RUNTEST"; then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
7840 $as_echo "$RUNTEST" >&6; }
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7843 $as_echo "no
" >&6; }
7847 test -n "$RUNTEST" && break
7849 test -n "$RUNTEST" || RUNTEST="runtest
"
7851 case " $configdirs " in
7853 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7860 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7861 ncn_target_tool_prefix=
7862 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7866 if test -n "$AR"; then
7868 elif test -n "$ac_cv_prog_AR"; then
7872 if test -n "$ac_cv_prog_AR"; then
7873 for ncn_progname in ar; do
7874 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7875 set dummy ${ncn_progname}; ac_word=$2
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7877 $as_echo_n "checking
for $ac_word...
" >&6; }
7878 if test "${ac_cv_prog_AR+set}" = set; then :
7879 $as_echo_n "(cached
) " >&6
7881 if test -n "$AR"; then
7882 ac_cv_prog_AR="$AR" # Let the user override the test.
7884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888 test -z "$as_dir" && as_dir=.
7889 for ac_exec_ext in '' $ac_executable_extensions; do
7890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7891 ac_cv_prog_AR="${ncn_progname}"
7892 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7902 if test -n "$AR"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7904 $as_echo "$AR" >&6; }
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7907 $as_echo "no
" >&6; }
7914 for ncn_progname in ar; do
7915 if test -n "$ncn_tool_prefix"; then
7916 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7917 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7919 $as_echo_n "checking
for $ac_word...
" >&6; }
7920 if test "${ac_cv_prog_AR+set}" = set; then :
7921 $as_echo_n "(cached
) " >&6
7923 if test -n "$AR"; then
7924 ac_cv_prog_AR="$AR" # Let the user override the test.
7926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7930 test -z "$as_dir" && as_dir=.
7931 for ac_exec_ext in '' $ac_executable_extensions; do
7932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7933 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
7934 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7944 if test -n "$AR"; then
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7946 $as_echo "$AR" >&6; }
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7949 $as_echo "no
" >&6; }
7954 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7955 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7956 set dummy ${ncn_progname}; ac_word=$2
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7958 $as_echo_n "checking
for $ac_word...
" >&6; }
7959 if test "${ac_cv_prog_AR+set}" = set; then :
7960 $as_echo_n "(cached
) " >&6
7962 if test -n "$AR"; then
7963 ac_cv_prog_AR="$AR" # Let the user override the test.
7965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969 test -z "$as_dir" && as_dir=.
7970 for ac_exec_ext in '' $ac_executable_extensions; do
7971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7972 ac_cv_prog_AR="${ncn_progname}"
7973 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7983 if test -n "$AR"; then
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7985 $as_echo "$AR" >&6; }
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7988 $as_echo "no
" >&6; }
7993 test -n "$ac_cv_prog_AR" && break
7996 if test -z "$ac_cv_prog_AR" ; then
7998 if test $build = $host ; then
8001 AR="${ncn_tool_prefix}$2"
8007 if test -n "$AS"; then
8009 elif test -n "$ac_cv_prog_AS"; then
8013 if test -n "$ac_cv_prog_AS"; then
8014 for ncn_progname in as; do
8015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8016 set dummy ${ncn_progname}; ac_word=$2
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8018 $as_echo_n "checking
for $ac_word...
" >&6; }
8019 if test "${ac_cv_prog_AS+set}" = set; then :
8020 $as_echo_n "(cached
) " >&6
8022 if test -n "$AS"; then
8023 ac_cv_prog_AS="$AS" # Let the user override the test.
8025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8029 test -z "$as_dir" && as_dir=.
8030 for ac_exec_ext in '' $ac_executable_extensions; do
8031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8032 ac_cv_prog_AS="${ncn_progname}"
8033 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8043 if test -n "$AS"; then
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8045 $as_echo "$AS" >&6; }
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8048 $as_echo "no
" >&6; }
8055 for ncn_progname in as; do
8056 if test -n "$ncn_tool_prefix"; then
8057 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8058 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8060 $as_echo_n "checking
for $ac_word...
" >&6; }
8061 if test "${ac_cv_prog_AS+set}" = set; then :
8062 $as_echo_n "(cached
) " >&6
8064 if test -n "$AS"; then
8065 ac_cv_prog_AS="$AS" # Let the user override the test.
8067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8071 test -z "$as_dir" && as_dir=.
8072 for ac_exec_ext in '' $ac_executable_extensions; do
8073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8074 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8075 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8085 if test -n "$AS"; then
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8087 $as_echo "$AS" >&6; }
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8090 $as_echo "no
" >&6; }
8095 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8096 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8097 set dummy ${ncn_progname}; ac_word=$2
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8099 $as_echo_n "checking
for $ac_word...
" >&6; }
8100 if test "${ac_cv_prog_AS+set}" = set; then :
8101 $as_echo_n "(cached
) " >&6
8103 if test -n "$AS"; then
8104 ac_cv_prog_AS="$AS" # Let the user override the test.
8106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8110 test -z "$as_dir" && as_dir=.
8111 for ac_exec_ext in '' $ac_executable_extensions; do
8112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8113 ac_cv_prog_AS="${ncn_progname}"
8114 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8124 if test -n "$AS"; then
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8126 $as_echo "$AS" >&6; }
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8129 $as_echo "no
" >&6; }
8134 test -n "$ac_cv_prog_AS" && break
8137 if test -z "$ac_cv_prog_AS" ; then
8139 if test $build = $host ; then
8142 AS="${ncn_tool_prefix}$2"
8148 if test -n "$DLLTOOL"; then
8149 ac_cv_prog_DLLTOOL=$DLLTOOL
8150 elif test -n "$ac_cv_prog_DLLTOOL"; then
8151 DLLTOOL=$ac_cv_prog_DLLTOOL
8154 if test -n "$ac_cv_prog_DLLTOOL"; then
8155 for ncn_progname in dlltool; do
8156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8157 set dummy ${ncn_progname}; ac_word=$2
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8159 $as_echo_n "checking
for $ac_word...
" >&6; }
8160 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8161 $as_echo_n "(cached
) " >&6
8163 if test -n "$DLLTOOL"; then
8164 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8170 test -z "$as_dir" && as_dir=.
8171 for ac_exec_ext in '' $ac_executable_extensions; do
8172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8173 ac_cv_prog_DLLTOOL="${ncn_progname}"
8174 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8183 DLLTOOL=$ac_cv_prog_DLLTOOL
8184 if test -n "$DLLTOOL"; then
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8186 $as_echo "$DLLTOOL" >&6; }
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8189 $as_echo "no
" >&6; }
8196 for ncn_progname in dlltool; do
8197 if test -n "$ncn_tool_prefix"; then
8198 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8199 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8201 $as_echo_n "checking
for $ac_word...
" >&6; }
8202 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8203 $as_echo_n "(cached
) " >&6
8205 if test -n "$DLLTOOL"; then
8206 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8212 test -z "$as_dir" && as_dir=.
8213 for ac_exec_ext in '' $ac_executable_extensions; do
8214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8215 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8216 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8225 DLLTOOL=$ac_cv_prog_DLLTOOL
8226 if test -n "$DLLTOOL"; then
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8228 $as_echo "$DLLTOOL" >&6; }
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8231 $as_echo "no
" >&6; }
8236 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8237 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8238 set dummy ${ncn_progname}; ac_word=$2
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8240 $as_echo_n "checking
for $ac_word...
" >&6; }
8241 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8242 $as_echo_n "(cached
) " >&6
8244 if test -n "$DLLTOOL"; then
8245 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8251 test -z "$as_dir" && as_dir=.
8252 for ac_exec_ext in '' $ac_executable_extensions; do
8253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8254 ac_cv_prog_DLLTOOL="${ncn_progname}"
8255 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8264 DLLTOOL=$ac_cv_prog_DLLTOOL
8265 if test -n "$DLLTOOL"; then
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8267 $as_echo "$DLLTOOL" >&6; }
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8270 $as_echo "no
" >&6; }
8275 test -n "$ac_cv_prog_DLLTOOL" && break
8278 if test -z "$ac_cv_prog_DLLTOOL" ; then
8280 if test $build = $host ; then
8283 DLLTOOL="${ncn_tool_prefix}$2"
8289 if test -n "$LD"; then
8291 elif test -n "$ac_cv_prog_LD"; then
8295 if test -n "$ac_cv_prog_LD"; then
8296 for ncn_progname in ld; do
8297 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8298 set dummy ${ncn_progname}; ac_word=$2
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8300 $as_echo_n "checking
for $ac_word...
" >&6; }
8301 if test "${ac_cv_prog_LD+set}" = set; then :
8302 $as_echo_n "(cached
) " >&6
8304 if test -n "$LD"; then
8305 ac_cv_prog_LD="$LD" # Let the user override the test.
8307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311 test -z "$as_dir" && as_dir=.
8312 for ac_exec_ext in '' $ac_executable_extensions; do
8313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8314 ac_cv_prog_LD="${ncn_progname}"
8315 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8325 if test -n "$LD"; then
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8327 $as_echo "$LD" >&6; }
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8330 $as_echo "no
" >&6; }
8337 for ncn_progname in ld; do
8338 if test -n "$ncn_tool_prefix"; then
8339 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8340 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8342 $as_echo_n "checking
for $ac_word...
" >&6; }
8343 if test "${ac_cv_prog_LD+set}" = set; then :
8344 $as_echo_n "(cached
) " >&6
8346 if test -n "$LD"; then
8347 ac_cv_prog_LD="$LD" # Let the user override the test.
8349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8353 test -z "$as_dir" && as_dir=.
8354 for ac_exec_ext in '' $ac_executable_extensions; do
8355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8356 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8357 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8367 if test -n "$LD"; then
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8369 $as_echo "$LD" >&6; }
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8372 $as_echo "no
" >&6; }
8377 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8378 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8379 set dummy ${ncn_progname}; ac_word=$2
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8381 $as_echo_n "checking
for $ac_word...
" >&6; }
8382 if test "${ac_cv_prog_LD+set}" = set; then :
8383 $as_echo_n "(cached
) " >&6
8385 if test -n "$LD"; then
8386 ac_cv_prog_LD="$LD" # Let the user override the test.
8388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8392 test -z "$as_dir" && as_dir=.
8393 for ac_exec_ext in '' $ac_executable_extensions; do
8394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8395 ac_cv_prog_LD="${ncn_progname}"
8396 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8406 if test -n "$LD"; then
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8408 $as_echo "$LD" >&6; }
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8411 $as_echo "no
" >&6; }
8416 test -n "$ac_cv_prog_LD" && break
8419 if test -z "$ac_cv_prog_LD" ; then
8421 if test $build = $host ; then
8424 LD="${ncn_tool_prefix}$2"
8430 if test -n "$LIPO"; then
8431 ac_cv_prog_LIPO=$LIPO
8432 elif test -n "$ac_cv_prog_LIPO"; then
8433 LIPO=$ac_cv_prog_LIPO
8436 if test -n "$ac_cv_prog_LIPO"; then
8437 for ncn_progname in lipo; do
8438 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8439 set dummy ${ncn_progname}; ac_word=$2
8440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8441 $as_echo_n "checking
for $ac_word...
" >&6; }
8442 if test "${ac_cv_prog_LIPO+set}" = set; then :
8443 $as_echo_n "(cached
) " >&6
8445 if test -n "$LIPO"; then
8446 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8452 test -z "$as_dir" && as_dir=.
8453 for ac_exec_ext in '' $ac_executable_extensions; do
8454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8455 ac_cv_prog_LIPO="${ncn_progname}"
8456 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8465 LIPO=$ac_cv_prog_LIPO
8466 if test -n "$LIPO"; then
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8468 $as_echo "$LIPO" >&6; }
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8471 $as_echo "no
" >&6; }
8478 for ncn_progname in lipo; do
8479 if test -n "$ncn_tool_prefix"; then
8480 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8481 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8483 $as_echo_n "checking
for $ac_word...
" >&6; }
8484 if test "${ac_cv_prog_LIPO+set}" = set; then :
8485 $as_echo_n "(cached
) " >&6
8487 if test -n "$LIPO"; then
8488 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8494 test -z "$as_dir" && as_dir=.
8495 for ac_exec_ext in '' $ac_executable_extensions; do
8496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8497 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8498 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8507 LIPO=$ac_cv_prog_LIPO
8508 if test -n "$LIPO"; then
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8510 $as_echo "$LIPO" >&6; }
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8513 $as_echo "no
" >&6; }
8518 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8519 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8520 set dummy ${ncn_progname}; ac_word=$2
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8522 $as_echo_n "checking
for $ac_word...
" >&6; }
8523 if test "${ac_cv_prog_LIPO+set}" = set; then :
8524 $as_echo_n "(cached
) " >&6
8526 if test -n "$LIPO"; then
8527 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8533 test -z "$as_dir" && as_dir=.
8534 for ac_exec_ext in '' $ac_executable_extensions; do
8535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8536 ac_cv_prog_LIPO="${ncn_progname}"
8537 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8546 LIPO=$ac_cv_prog_LIPO
8547 if test -n "$LIPO"; then
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8549 $as_echo "$LIPO" >&6; }
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8552 $as_echo "no
" >&6; }
8557 test -n "$ac_cv_prog_LIPO" && break
8560 if test -z "$ac_cv_prog_LIPO" ; then
8562 if test $build = $host ; then
8565 LIPO="${ncn_tool_prefix}$2"
8571 if test -n "$NM"; then
8573 elif test -n "$ac_cv_prog_NM"; then
8577 if test -n "$ac_cv_prog_NM"; then
8578 for ncn_progname in nm; do
8579 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8580 set dummy ${ncn_progname}; ac_word=$2
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8582 $as_echo_n "checking
for $ac_word...
" >&6; }
8583 if test "${ac_cv_prog_NM+set}" = set; then :
8584 $as_echo_n "(cached
) " >&6
8586 if test -n "$NM"; then
8587 ac_cv_prog_NM="$NM" # Let the user override the test.
8589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8593 test -z "$as_dir" && as_dir=.
8594 for ac_exec_ext in '' $ac_executable_extensions; do
8595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8596 ac_cv_prog_NM="${ncn_progname}"
8597 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8607 if test -n "$NM"; then
8608 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8609 $as_echo "$NM" >&6; }
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8612 $as_echo "no
" >&6; }
8619 for ncn_progname in nm; do
8620 if test -n "$ncn_tool_prefix"; then
8621 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8622 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8624 $as_echo_n "checking
for $ac_word...
" >&6; }
8625 if test "${ac_cv_prog_NM+set}" = set; then :
8626 $as_echo_n "(cached
) " >&6
8628 if test -n "$NM"; then
8629 ac_cv_prog_NM="$NM" # Let the user override the test.
8631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8635 test -z "$as_dir" && as_dir=.
8636 for ac_exec_ext in '' $ac_executable_extensions; do
8637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8638 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8639 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8649 if test -n "$NM"; then
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8651 $as_echo "$NM" >&6; }
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8654 $as_echo "no
" >&6; }
8659 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8660 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8661 set dummy ${ncn_progname}; ac_word=$2
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8663 $as_echo_n "checking
for $ac_word...
" >&6; }
8664 if test "${ac_cv_prog_NM+set}" = set; then :
8665 $as_echo_n "(cached
) " >&6
8667 if test -n "$NM"; then
8668 ac_cv_prog_NM="$NM" # Let the user override the test.
8670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8674 test -z "$as_dir" && as_dir=.
8675 for ac_exec_ext in '' $ac_executable_extensions; do
8676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8677 ac_cv_prog_NM="${ncn_progname}"
8678 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8688 if test -n "$NM"; then
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8690 $as_echo "$NM" >&6; }
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8693 $as_echo "no
" >&6; }
8698 test -n "$ac_cv_prog_NM" && break
8701 if test -z "$ac_cv_prog_NM" ; then
8703 if test $build = $host ; then
8706 NM="${ncn_tool_prefix}$2"
8712 if test -n "$RANLIB"; then
8713 ac_cv_prog_RANLIB=$RANLIB
8714 elif test -n "$ac_cv_prog_RANLIB"; then
8715 RANLIB=$ac_cv_prog_RANLIB
8718 if test -n "$ac_cv_prog_RANLIB"; then
8719 for ncn_progname in ranlib; do
8720 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8721 set dummy ${ncn_progname}; ac_word=$2
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8723 $as_echo_n "checking
for $ac_word...
" >&6; }
8724 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8725 $as_echo_n "(cached
) " >&6
8727 if test -n "$RANLIB"; then
8728 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8734 test -z "$as_dir" && as_dir=.
8735 for ac_exec_ext in '' $ac_executable_extensions; do
8736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8737 ac_cv_prog_RANLIB="${ncn_progname}"
8738 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8747 RANLIB=$ac_cv_prog_RANLIB
8748 if test -n "$RANLIB"; then
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8750 $as_echo "$RANLIB" >&6; }
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8753 $as_echo "no
" >&6; }
8760 for ncn_progname in ranlib; do
8761 if test -n "$ncn_tool_prefix"; then
8762 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8763 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8765 $as_echo_n "checking
for $ac_word...
" >&6; }
8766 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8767 $as_echo_n "(cached
) " >&6
8769 if test -n "$RANLIB"; then
8770 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8776 test -z "$as_dir" && as_dir=.
8777 for ac_exec_ext in '' $ac_executable_extensions; do
8778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8779 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8780 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8789 RANLIB=$ac_cv_prog_RANLIB
8790 if test -n "$RANLIB"; then
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8792 $as_echo "$RANLIB" >&6; }
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8795 $as_echo "no
" >&6; }
8800 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8801 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8802 set dummy ${ncn_progname}; ac_word=$2
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8804 $as_echo_n "checking
for $ac_word...
" >&6; }
8805 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8806 $as_echo_n "(cached
) " >&6
8808 if test -n "$RANLIB"; then
8809 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8815 test -z "$as_dir" && as_dir=.
8816 for ac_exec_ext in '' $ac_executable_extensions; do
8817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8818 ac_cv_prog_RANLIB="${ncn_progname}"
8819 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8828 RANLIB=$ac_cv_prog_RANLIB
8829 if test -n "$RANLIB"; then
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8831 $as_echo "$RANLIB" >&6; }
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8834 $as_echo "no
" >&6; }
8839 test -n "$ac_cv_prog_RANLIB" && break
8842 if test -z "$ac_cv_prog_RANLIB" ; then
8848 if test -n "$STRIP"; then
8849 ac_cv_prog_STRIP=$STRIP
8850 elif test -n "$ac_cv_prog_STRIP"; then
8851 STRIP=$ac_cv_prog_STRIP
8854 if test -n "$ac_cv_prog_STRIP"; then
8855 for ncn_progname in strip; do
8856 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8857 set dummy ${ncn_progname}; ac_word=$2
8858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8859 $as_echo_n "checking
for $ac_word...
" >&6; }
8860 if test "${ac_cv_prog_STRIP+set}" = set; then :
8861 $as_echo_n "(cached
) " >&6
8863 if test -n "$STRIP"; then
8864 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8870 test -z "$as_dir" && as_dir=.
8871 for ac_exec_ext in '' $ac_executable_extensions; do
8872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8873 ac_cv_prog_STRIP="${ncn_progname}"
8874 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8883 STRIP=$ac_cv_prog_STRIP
8884 if test -n "$STRIP"; then
8885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8886 $as_echo "$STRIP" >&6; }
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8889 $as_echo "no
" >&6; }
8896 for ncn_progname in strip; do
8897 if test -n "$ncn_tool_prefix"; then
8898 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8899 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8901 $as_echo_n "checking
for $ac_word...
" >&6; }
8902 if test "${ac_cv_prog_STRIP+set}" = set; then :
8903 $as_echo_n "(cached
) " >&6
8905 if test -n "$STRIP"; then
8906 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8912 test -z "$as_dir" && as_dir=.
8913 for ac_exec_ext in '' $ac_executable_extensions; do
8914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8915 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8916 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8925 STRIP=$ac_cv_prog_STRIP
8926 if test -n "$STRIP"; then
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8928 $as_echo "$STRIP" >&6; }
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8931 $as_echo "no
" >&6; }
8936 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8937 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8938 set dummy ${ncn_progname}; ac_word=$2
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8940 $as_echo_n "checking
for $ac_word...
" >&6; }
8941 if test "${ac_cv_prog_STRIP+set}" = set; then :
8942 $as_echo_n "(cached
) " >&6
8944 if test -n "$STRIP"; then
8945 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8951 test -z "$as_dir" && as_dir=.
8952 for ac_exec_ext in '' $ac_executable_extensions; do
8953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8954 ac_cv_prog_STRIP="${ncn_progname}"
8955 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8964 STRIP=$ac_cv_prog_STRIP
8965 if test -n "$STRIP"; then
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8967 $as_echo "$STRIP" >&6; }
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8970 $as_echo "no
" >&6; }
8975 test -n "$ac_cv_prog_STRIP" && break
8978 if test -z "$ac_cv_prog_STRIP" ; then
8984 if test -n "$WINDRES"; then
8985 ac_cv_prog_WINDRES=$WINDRES
8986 elif test -n "$ac_cv_prog_WINDRES"; then
8987 WINDRES=$ac_cv_prog_WINDRES
8990 if test -n "$ac_cv_prog_WINDRES"; then
8991 for ncn_progname in windres; do
8992 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8993 set dummy ${ncn_progname}; ac_word=$2
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8995 $as_echo_n "checking
for $ac_word...
" >&6; }
8996 if test "${ac_cv_prog_WINDRES+set}" = set; then :
8997 $as_echo_n "(cached
) " >&6
8999 if test -n "$WINDRES"; then
9000 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9006 test -z "$as_dir" && as_dir=.
9007 for ac_exec_ext in '' $ac_executable_extensions; do
9008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9009 ac_cv_prog_WINDRES="${ncn_progname}"
9010 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9019 WINDRES=$ac_cv_prog_WINDRES
9020 if test -n "$WINDRES"; then
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9022 $as_echo "$WINDRES" >&6; }
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9025 $as_echo "no
" >&6; }
9032 for ncn_progname in windres; do
9033 if test -n "$ncn_tool_prefix"; then
9034 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9035 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9037 $as_echo_n "checking
for $ac_word...
" >&6; }
9038 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9039 $as_echo_n "(cached
) " >&6
9041 if test -n "$WINDRES"; then
9042 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9048 test -z "$as_dir" && as_dir=.
9049 for ac_exec_ext in '' $ac_executable_extensions; do
9050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9051 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9052 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9061 WINDRES=$ac_cv_prog_WINDRES
9062 if test -n "$WINDRES"; then
9063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9064 $as_echo "$WINDRES" >&6; }
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9067 $as_echo "no
" >&6; }
9072 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9073 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9074 set dummy ${ncn_progname}; ac_word=$2
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9076 $as_echo_n "checking
for $ac_word...
" >&6; }
9077 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9078 $as_echo_n "(cached
) " >&6
9080 if test -n "$WINDRES"; then
9081 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9087 test -z "$as_dir" && as_dir=.
9088 for ac_exec_ext in '' $ac_executable_extensions; do
9089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9090 ac_cv_prog_WINDRES="${ncn_progname}"
9091 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9100 WINDRES=$ac_cv_prog_WINDRES
9101 if test -n "$WINDRES"; then
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9103 $as_echo "$WINDRES" >&6; }
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9106 $as_echo "no
" >&6; }
9111 test -n "$ac_cv_prog_WINDRES" && break
9114 if test -z "$ac_cv_prog_WINDRES" ; then
9116 if test $build = $host ; then
9119 WINDRES="${ncn_tool_prefix}$2"
9125 if test -n "$WINDMC"; then
9126 ac_cv_prog_WINDMC=$WINDMC
9127 elif test -n "$ac_cv_prog_WINDMC"; then
9128 WINDMC=$ac_cv_prog_WINDMC
9131 if test -n "$ac_cv_prog_WINDMC"; then
9132 for ncn_progname in windmc; do
9133 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9134 set dummy ${ncn_progname}; ac_word=$2
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9136 $as_echo_n "checking
for $ac_word...
" >&6; }
9137 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9138 $as_echo_n "(cached
) " >&6
9140 if test -n "$WINDMC"; then
9141 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9147 test -z "$as_dir" && as_dir=.
9148 for ac_exec_ext in '' $ac_executable_extensions; do
9149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9150 ac_cv_prog_WINDMC="${ncn_progname}"
9151 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9160 WINDMC=$ac_cv_prog_WINDMC
9161 if test -n "$WINDMC"; then
9162 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9163 $as_echo "$WINDMC" >&6; }
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9166 $as_echo "no
" >&6; }
9173 for ncn_progname in windmc; do
9174 if test -n "$ncn_tool_prefix"; then
9175 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9176 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9178 $as_echo_n "checking
for $ac_word...
" >&6; }
9179 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9180 $as_echo_n "(cached
) " >&6
9182 if test -n "$WINDMC"; then
9183 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9189 test -z "$as_dir" && as_dir=.
9190 for ac_exec_ext in '' $ac_executable_extensions; do
9191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9192 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9193 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9202 WINDMC=$ac_cv_prog_WINDMC
9203 if test -n "$WINDMC"; then
9204 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9205 $as_echo "$WINDMC" >&6; }
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9208 $as_echo "no
" >&6; }
9213 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9214 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9215 set dummy ${ncn_progname}; ac_word=$2
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9217 $as_echo_n "checking
for $ac_word...
" >&6; }
9218 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9219 $as_echo_n "(cached
) " >&6
9221 if test -n "$WINDMC"; then
9222 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9228 test -z "$as_dir" && as_dir=.
9229 for ac_exec_ext in '' $ac_executable_extensions; do
9230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9231 ac_cv_prog_WINDMC="${ncn_progname}"
9232 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9241 WINDMC=$ac_cv_prog_WINDMC
9242 if test -n "$WINDMC"; then
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9244 $as_echo "$WINDMC" >&6; }
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9247 $as_echo "no
" >&6; }
9252 test -n "$ac_cv_prog_WINDMC" && break
9255 if test -z "$ac_cv_prog_WINDMC" ; then
9257 if test $build = $host ; then
9260 WINDMC="${ncn_tool_prefix}$2"
9266 if test -n "$OBJCOPY"; then
9267 ac_cv_prog_OBJCOPY=$OBJCOPY
9268 elif test -n "$ac_cv_prog_OBJCOPY"; then
9269 OBJCOPY=$ac_cv_prog_OBJCOPY
9272 if test -n "$ac_cv_prog_OBJCOPY"; then
9273 for ncn_progname in objcopy; do
9274 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9275 set dummy ${ncn_progname}; ac_word=$2
9276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9277 $as_echo_n "checking
for $ac_word...
" >&6; }
9278 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9279 $as_echo_n "(cached
) " >&6
9281 if test -n "$OBJCOPY"; then
9282 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9288 test -z "$as_dir" && as_dir=.
9289 for ac_exec_ext in '' $ac_executable_extensions; do
9290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9291 ac_cv_prog_OBJCOPY="${ncn_progname}"
9292 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9301 OBJCOPY=$ac_cv_prog_OBJCOPY
9302 if test -n "$OBJCOPY"; then
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9304 $as_echo "$OBJCOPY" >&6; }
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9307 $as_echo "no
" >&6; }
9314 for ncn_progname in objcopy; do
9315 if test -n "$ncn_tool_prefix"; then
9316 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9317 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9319 $as_echo_n "checking
for $ac_word...
" >&6; }
9320 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9321 $as_echo_n "(cached
) " >&6
9323 if test -n "$OBJCOPY"; then
9324 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9330 test -z "$as_dir" && as_dir=.
9331 for ac_exec_ext in '' $ac_executable_extensions; do
9332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9333 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9334 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9343 OBJCOPY=$ac_cv_prog_OBJCOPY
9344 if test -n "$OBJCOPY"; then
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9346 $as_echo "$OBJCOPY" >&6; }
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9349 $as_echo "no
" >&6; }
9354 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9355 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9356 set dummy ${ncn_progname}; ac_word=$2
9357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9358 $as_echo_n "checking
for $ac_word...
" >&6; }
9359 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9360 $as_echo_n "(cached
) " >&6
9362 if test -n "$OBJCOPY"; then
9363 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9369 test -z "$as_dir" && as_dir=.
9370 for ac_exec_ext in '' $ac_executable_extensions; do
9371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9372 ac_cv_prog_OBJCOPY="${ncn_progname}"
9373 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9382 OBJCOPY=$ac_cv_prog_OBJCOPY
9383 if test -n "$OBJCOPY"; then
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9385 $as_echo "$OBJCOPY" >&6; }
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9388 $as_echo "no
" >&6; }
9393 test -n "$ac_cv_prog_OBJCOPY" && break
9396 if test -z "$ac_cv_prog_OBJCOPY" ; then
9398 if test $build = $host ; then
9401 OBJCOPY="${ncn_tool_prefix}$2"
9407 if test -n "$OBJDUMP"; then
9408 ac_cv_prog_OBJDUMP=$OBJDUMP
9409 elif test -n "$ac_cv_prog_OBJDUMP"; then
9410 OBJDUMP=$ac_cv_prog_OBJDUMP
9413 if test -n "$ac_cv_prog_OBJDUMP"; then
9414 for ncn_progname in objdump; do
9415 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9416 set dummy ${ncn_progname}; ac_word=$2
9417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9418 $as_echo_n "checking
for $ac_word...
" >&6; }
9419 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9420 $as_echo_n "(cached
) " >&6
9422 if test -n "$OBJDUMP"; then
9423 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9429 test -z "$as_dir" && as_dir=.
9430 for ac_exec_ext in '' $ac_executable_extensions; do
9431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9432 ac_cv_prog_OBJDUMP="${ncn_progname}"
9433 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9442 OBJDUMP=$ac_cv_prog_OBJDUMP
9443 if test -n "$OBJDUMP"; then
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9445 $as_echo "$OBJDUMP" >&6; }
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9448 $as_echo "no
" >&6; }
9455 for ncn_progname in objdump; do
9456 if test -n "$ncn_tool_prefix"; then
9457 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9458 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9460 $as_echo_n "checking
for $ac_word...
" >&6; }
9461 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9462 $as_echo_n "(cached
) " >&6
9464 if test -n "$OBJDUMP"; then
9465 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9471 test -z "$as_dir" && as_dir=.
9472 for ac_exec_ext in '' $ac_executable_extensions; do
9473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9474 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9475 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9484 OBJDUMP=$ac_cv_prog_OBJDUMP
9485 if test -n "$OBJDUMP"; then
9486 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9487 $as_echo "$OBJDUMP" >&6; }
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9490 $as_echo "no
" >&6; }
9495 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9496 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9497 set dummy ${ncn_progname}; ac_word=$2
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9499 $as_echo_n "checking
for $ac_word...
" >&6; }
9500 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9501 $as_echo_n "(cached
) " >&6
9503 if test -n "$OBJDUMP"; then
9504 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9510 test -z "$as_dir" && as_dir=.
9511 for ac_exec_ext in '' $ac_executable_extensions; do
9512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9513 ac_cv_prog_OBJDUMP="${ncn_progname}"
9514 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9523 OBJDUMP=$ac_cv_prog_OBJDUMP
9524 if test -n "$OBJDUMP"; then
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9526 $as_echo "$OBJDUMP" >&6; }
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9529 $as_echo "no
" >&6; }
9534 test -n "$ac_cv_prog_OBJDUMP" && break
9537 if test -z "$ac_cv_prog_OBJDUMP" ; then
9539 if test $build = $host ; then
9542 OBJDUMP="${ncn_tool_prefix}$2"
9548 if test -n "$READELF"; then
9549 ac_cv_prog_READELF=$READELF
9550 elif test -n "$ac_cv_prog_READELF"; then
9551 READELF=$ac_cv_prog_READELF
9554 if test -n "$ac_cv_prog_READELF"; then
9555 for ncn_progname in readelf; do
9556 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9557 set dummy ${ncn_progname}; ac_word=$2
9558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9559 $as_echo_n "checking
for $ac_word...
" >&6; }
9560 if test "${ac_cv_prog_READELF+set}" = set; then :
9561 $as_echo_n "(cached
) " >&6
9563 if test -n "$READELF"; then
9564 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9570 test -z "$as_dir" && as_dir=.
9571 for ac_exec_ext in '' $ac_executable_extensions; do
9572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9573 ac_cv_prog_READELF="${ncn_progname}"
9574 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9583 READELF=$ac_cv_prog_READELF
9584 if test -n "$READELF"; then
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9586 $as_echo "$READELF" >&6; }
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9589 $as_echo "no
" >&6; }
9596 for ncn_progname in readelf; do
9597 if test -n "$ncn_tool_prefix"; then
9598 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9599 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9601 $as_echo_n "checking
for $ac_word...
" >&6; }
9602 if test "${ac_cv_prog_READELF+set}" = set; then :
9603 $as_echo_n "(cached
) " >&6
9605 if test -n "$READELF"; then
9606 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9612 test -z "$as_dir" && as_dir=.
9613 for ac_exec_ext in '' $ac_executable_extensions; do
9614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9615 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9616 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9625 READELF=$ac_cv_prog_READELF
9626 if test -n "$READELF"; then
9627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9628 $as_echo "$READELF" >&6; }
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9631 $as_echo "no
" >&6; }
9636 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9637 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9638 set dummy ${ncn_progname}; ac_word=$2
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9640 $as_echo_n "checking
for $ac_word...
" >&6; }
9641 if test "${ac_cv_prog_READELF+set}" = set; then :
9642 $as_echo_n "(cached
) " >&6
9644 if test -n "$READELF"; then
9645 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9651 test -z "$as_dir" && as_dir=.
9652 for ac_exec_ext in '' $ac_executable_extensions; do
9653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9654 ac_cv_prog_READELF="${ncn_progname}"
9655 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9664 READELF=$ac_cv_prog_READELF
9665 if test -n "$READELF"; then
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF" >&5
9667 $as_echo "$READELF" >&6; }
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9670 $as_echo "no
" >&6; }
9675 test -n "$ac_cv_prog_READELF" && break
9678 if test -z "$ac_cv_prog_READELF" ; then
9680 if test $build = $host ; then
9683 READELF="${ncn_tool_prefix}$2"
9694 # Check whether --with-build-time-tools was given.
9695 if test "${with_build_time_tools+set}" = set; then :
9696 withval=$with_build_time_tools; case x"$withval" in
9699 with_build_time_tools=
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9701 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9705 with_build_time_tools=
9711 if test -n "$CC_FOR_TARGET"; then
9712 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9713 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9714 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9717 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9718 for ncn_progname in cc gcc; do
9719 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9720 set dummy ${ncn_progname}; ac_word=$2
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9722 $as_echo_n "checking
for $ac_word...
" >&6; }
9723 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9724 $as_echo_n "(cached
) " >&6
9726 if test -n "$CC_FOR_TARGET"; then
9727 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9733 test -z "$as_dir" && as_dir=.
9734 for ac_exec_ext in '' $ac_executable_extensions; do
9735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9736 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9737 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9746 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9747 if test -n "$CC_FOR_TARGET"; then
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9749 $as_echo "$CC_FOR_TARGET" >&6; }
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9752 $as_echo "no
" >&6; }
9759 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9760 for ncn_progname in cc gcc; do
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9762 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9763 if test -x $with_build_time_tools/${ncn_progname}; then
9764 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9766 $as_echo "yes" >&6; }
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9770 $as_echo "no
" >&6; }
9775 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9776 for ncn_progname in cc gcc; do
9777 if test -n "$ncn_target_tool_prefix"; then
9778 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9779 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9781 $as_echo_n "checking
for $ac_word...
" >&6; }
9782 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9783 $as_echo_n "(cached
) " >&6
9785 if test -n "$CC_FOR_TARGET"; then
9786 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9792 test -z "$as_dir" && as_dir=.
9793 for ac_exec_ext in '' $ac_executable_extensions; do
9794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9795 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9796 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9805 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9806 if test -n "$CC_FOR_TARGET"; then
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9808 $as_echo "$CC_FOR_TARGET" >&6; }
9810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9811 $as_echo "no
" >&6; }
9816 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9817 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9818 set dummy ${ncn_progname}; ac_word=$2
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9820 $as_echo_n "checking
for $ac_word...
" >&6; }
9821 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9822 $as_echo_n "(cached
) " >&6
9824 if test -n "$CC_FOR_TARGET"; then
9825 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9831 test -z "$as_dir" && as_dir=.
9832 for ac_exec_ext in '' $ac_executable_extensions; do
9833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9834 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9835 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9844 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9845 if test -n "$CC_FOR_TARGET"; then
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9847 $as_echo "$CC_FOR_TARGET" >&6; }
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9850 $as_echo "no
" >&6; }
9855 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9859 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9861 if test $build = $target ; then
9864 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9867 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9872 if test -n "$CXX_FOR_TARGET"; then
9873 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9874 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9875 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9878 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9879 for ncn_progname in c++ g++ cxx gxx; do
9880 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9881 set dummy ${ncn_progname}; ac_word=$2
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9883 $as_echo_n "checking
for $ac_word...
" >&6; }
9884 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9885 $as_echo_n "(cached
) " >&6
9887 if test -n "$CXX_FOR_TARGET"; then
9888 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9894 test -z "$as_dir" && as_dir=.
9895 for ac_exec_ext in '' $ac_executable_extensions; do
9896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9897 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9898 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9907 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9908 if test -n "$CXX_FOR_TARGET"; then
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9910 $as_echo "$CXX_FOR_TARGET" >&6; }
9912 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9913 $as_echo "no
" >&6; }
9920 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9921 for ncn_progname in c++ g++ cxx gxx; do
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9923 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9924 if test -x $with_build_time_tools/${ncn_progname}; then
9925 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9927 $as_echo "yes" >&6; }
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9931 $as_echo "no
" >&6; }
9936 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9937 for ncn_progname in c++ g++ cxx gxx; do
9938 if test -n "$ncn_target_tool_prefix"; then
9939 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9940 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9942 $as_echo_n "checking
for $ac_word...
" >&6; }
9943 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9944 $as_echo_n "(cached
) " >&6
9946 if test -n "$CXX_FOR_TARGET"; then
9947 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9953 test -z "$as_dir" && as_dir=.
9954 for ac_exec_ext in '' $ac_executable_extensions; do
9955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9956 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9957 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9966 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9967 if test -n "$CXX_FOR_TARGET"; then
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9969 $as_echo "$CXX_FOR_TARGET" >&6; }
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9972 $as_echo "no
" >&6; }
9977 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9978 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9979 set dummy ${ncn_progname}; ac_word=$2
9980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9981 $as_echo_n "checking
for $ac_word...
" >&6; }
9982 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9983 $as_echo_n "(cached
) " >&6
9985 if test -n "$CXX_FOR_TARGET"; then
9986 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9992 test -z "$as_dir" && as_dir=.
9993 for ac_exec_ext in '' $ac_executable_extensions; do
9994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9995 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9996 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10005 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10006 if test -n "$CXX_FOR_TARGET"; then
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
10008 $as_echo "$CXX_FOR_TARGET" >&6; }
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10011 $as_echo "no
" >&6; }
10016 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10020 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10021 set dummy c++ g++ cxx gxx
10022 if test $build = $target ; then
10023 CXX_FOR_TARGET="$2"
10025 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10028 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10033 if test -n "$GCC_FOR_TARGET"; then
10034 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10035 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10036 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10039 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10040 for ncn_progname in gcc; do
10041 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10042 set dummy ${ncn_progname}; ac_word=$2
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10044 $as_echo_n "checking
for $ac_word...
" >&6; }
10045 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10046 $as_echo_n "(cached
) " >&6
10048 if test -n "$GCC_FOR_TARGET"; then
10049 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10052 for as_dir in $PATH
10055 test -z "$as_dir" && as_dir=.
10056 for ac_exec_ext in '' $ac_executable_extensions; do
10057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10058 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10059 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10068 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10069 if test -n "$GCC_FOR_TARGET"; then
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10071 $as_echo "$GCC_FOR_TARGET" >&6; }
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10074 $as_echo "no
" >&6; }
10081 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10082 for ncn_progname in gcc; do
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10084 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10085 if test -x $with_build_time_tools/${ncn_progname}; then
10086 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10088 $as_echo "yes" >&6; }
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10092 $as_echo "no
" >&6; }
10097 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10098 for ncn_progname in gcc; do
10099 if test -n "$ncn_target_tool_prefix"; then
10100 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10101 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10103 $as_echo_n "checking
for $ac_word...
" >&6; }
10104 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10105 $as_echo_n "(cached
) " >&6
10107 if test -n "$GCC_FOR_TARGET"; then
10108 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10111 for as_dir in $PATH
10114 test -z "$as_dir" && as_dir=.
10115 for ac_exec_ext in '' $ac_executable_extensions; do
10116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10117 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10118 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10127 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10128 if test -n "$GCC_FOR_TARGET"; then
10129 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10130 $as_echo "$GCC_FOR_TARGET" >&6; }
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10133 $as_echo "no
" >&6; }
10138 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10139 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10140 set dummy ${ncn_progname}; ac_word=$2
10141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10142 $as_echo_n "checking
for $ac_word...
" >&6; }
10143 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10144 $as_echo_n "(cached
) " >&6
10146 if test -n "$GCC_FOR_TARGET"; then
10147 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10150 for as_dir in $PATH
10153 test -z "$as_dir" && as_dir=.
10154 for ac_exec_ext in '' $ac_executable_extensions; do
10155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10156 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10157 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10166 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10167 if test -n "$GCC_FOR_TARGET"; then
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10169 $as_echo "$GCC_FOR_TARGET" >&6; }
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10172 $as_echo "no
" >&6; }
10177 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10181 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10182 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10184 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10189 if test -n "$GCJ_FOR_TARGET"; then
10190 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10191 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10192 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10195 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10196 for ncn_progname in gcj; do
10197 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10198 set dummy ${ncn_progname}; ac_word=$2
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10200 $as_echo_n "checking
for $ac_word...
" >&6; }
10201 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10202 $as_echo_n "(cached
) " >&6
10204 if test -n "$GCJ_FOR_TARGET"; then
10205 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10208 for as_dir in $PATH
10211 test -z "$as_dir" && as_dir=.
10212 for ac_exec_ext in '' $ac_executable_extensions; do
10213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10214 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10215 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10224 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10225 if test -n "$GCJ_FOR_TARGET"; then
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10227 $as_echo "$GCJ_FOR_TARGET" >&6; }
10229 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10230 $as_echo "no
" >&6; }
10237 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10238 for ncn_progname in gcj; do
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10240 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10241 if test -x $with_build_time_tools/${ncn_progname}; then
10242 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10244 $as_echo "yes" >&6; }
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10248 $as_echo "no
" >&6; }
10253 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10254 for ncn_progname in gcj; do
10255 if test -n "$ncn_target_tool_prefix"; then
10256 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10257 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10259 $as_echo_n "checking
for $ac_word...
" >&6; }
10260 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10261 $as_echo_n "(cached
) " >&6
10263 if test -n "$GCJ_FOR_TARGET"; then
10264 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10267 for as_dir in $PATH
10270 test -z "$as_dir" && as_dir=.
10271 for ac_exec_ext in '' $ac_executable_extensions; do
10272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10273 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10274 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10283 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10284 if test -n "$GCJ_FOR_TARGET"; then
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10286 $as_echo "$GCJ_FOR_TARGET" >&6; }
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10289 $as_echo "no
" >&6; }
10294 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10295 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10296 set dummy ${ncn_progname}; ac_word=$2
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10298 $as_echo_n "checking
for $ac_word...
" >&6; }
10299 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10300 $as_echo_n "(cached
) " >&6
10302 if test -n "$GCJ_FOR_TARGET"; then
10303 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10306 for as_dir in $PATH
10309 test -z "$as_dir" && as_dir=.
10310 for ac_exec_ext in '' $ac_executable_extensions; do
10311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10312 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10313 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10322 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10323 if test -n "$GCJ_FOR_TARGET"; then
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10325 $as_echo "$GCJ_FOR_TARGET" >&6; }
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10328 $as_echo "no
" >&6; }
10333 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10337 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10339 if test $build = $target ; then
10340 GCJ_FOR_TARGET="$2"
10342 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10345 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10350 if test -n "$GFORTRAN_FOR_TARGET"; then
10351 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10352 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10353 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10356 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10357 for ncn_progname in gfortran; do
10358 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10359 set dummy ${ncn_progname}; ac_word=$2
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10361 $as_echo_n "checking
for $ac_word...
" >&6; }
10362 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10363 $as_echo_n "(cached
) " >&6
10365 if test -n "$GFORTRAN_FOR_TARGET"; then
10366 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10369 for as_dir in $PATH
10372 test -z "$as_dir" && as_dir=.
10373 for ac_exec_ext in '' $ac_executable_extensions; do
10374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10375 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10376 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10385 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10386 if test -n "$GFORTRAN_FOR_TARGET"; then
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10388 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10390 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10391 $as_echo "no
" >&6; }
10398 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10399 for ncn_progname in gfortran; do
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10401 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10402 if test -x $with_build_time_tools/${ncn_progname}; then
10403 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10405 $as_echo "yes" >&6; }
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10409 $as_echo "no
" >&6; }
10414 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10415 for ncn_progname in gfortran; do
10416 if test -n "$ncn_target_tool_prefix"; then
10417 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10418 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10420 $as_echo_n "checking
for $ac_word...
" >&6; }
10421 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10422 $as_echo_n "(cached
) " >&6
10424 if test -n "$GFORTRAN_FOR_TARGET"; then
10425 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10428 for as_dir in $PATH
10431 test -z "$as_dir" && as_dir=.
10432 for ac_exec_ext in '' $ac_executable_extensions; do
10433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10434 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10435 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10444 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10445 if test -n "$GFORTRAN_FOR_TARGET"; then
10446 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10447 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10449 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10450 $as_echo "no
" >&6; }
10455 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10456 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10457 set dummy ${ncn_progname}; ac_word=$2
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10459 $as_echo_n "checking
for $ac_word...
" >&6; }
10460 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10461 $as_echo_n "(cached
) " >&6
10463 if test -n "$GFORTRAN_FOR_TARGET"; then
10464 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10467 for as_dir in $PATH
10470 test -z "$as_dir" && as_dir=.
10471 for ac_exec_ext in '' $ac_executable_extensions; do
10472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10473 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10474 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10483 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10484 if test -n "$GFORTRAN_FOR_TARGET"; then
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10486 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10489 $as_echo "no
" >&6; }
10494 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10498 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10500 if test $build = $target ; then
10501 GFORTRAN_FOR_TARGET="$2"
10503 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10506 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10511 if test -n "$GOC_FOR_TARGET"; then
10512 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10513 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10514 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10517 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10518 for ncn_progname in gccgo; do
10519 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10520 set dummy ${ncn_progname}; ac_word=$2
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10522 $as_echo_n "checking
for $ac_word...
" >&6; }
10523 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10524 $as_echo_n "(cached
) " >&6
10526 if test -n "$GOC_FOR_TARGET"; then
10527 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10530 for as_dir in $PATH
10533 test -z "$as_dir" && as_dir=.
10534 for ac_exec_ext in '' $ac_executable_extensions; do
10535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10536 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10537 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10546 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10547 if test -n "$GOC_FOR_TARGET"; then
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10549 $as_echo "$GOC_FOR_TARGET" >&6; }
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10552 $as_echo "no
" >&6; }
10559 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10560 for ncn_progname in gccgo; do
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10562 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10563 if test -x $with_build_time_tools/${ncn_progname}; then
10564 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10566 $as_echo "yes" >&6; }
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10570 $as_echo "no
" >&6; }
10575 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10576 for ncn_progname in gccgo; do
10577 if test -n "$ncn_target_tool_prefix"; then
10578 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10579 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10581 $as_echo_n "checking
for $ac_word...
" >&6; }
10582 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10583 $as_echo_n "(cached
) " >&6
10585 if test -n "$GOC_FOR_TARGET"; then
10586 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10589 for as_dir in $PATH
10592 test -z "$as_dir" && as_dir=.
10593 for ac_exec_ext in '' $ac_executable_extensions; do
10594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10595 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10596 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10605 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10606 if test -n "$GOC_FOR_TARGET"; then
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10608 $as_echo "$GOC_FOR_TARGET" >&6; }
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10611 $as_echo "no
" >&6; }
10616 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10617 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10618 set dummy ${ncn_progname}; ac_word=$2
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10620 $as_echo_n "checking
for $ac_word...
" >&6; }
10621 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10622 $as_echo_n "(cached
) " >&6
10624 if test -n "$GOC_FOR_TARGET"; then
10625 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10628 for as_dir in $PATH
10631 test -z "$as_dir" && as_dir=.
10632 for ac_exec_ext in '' $ac_executable_extensions; do
10633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10634 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10635 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10644 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10645 if test -n "$GOC_FOR_TARGET"; then
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GOC_FOR_TARGET" >&5
10647 $as_echo "$GOC_FOR_TARGET" >&6; }
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10650 $as_echo "no
" >&6; }
10655 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10659 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10661 if test $build = $target ; then
10662 GOC_FOR_TARGET="$2"
10664 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10667 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10672 cat > conftest.c << \EOF
10677 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10678 have_gcc_for_target=yes
10680 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10681 have_gcc_for_target=no
10688 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10689 if test -n "$with_build_time_tools"; then
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10691 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10692 if test -x $with_build_time_tools/ar; then
10693 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10694 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10696 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10699 $as_echo "no
" >&6; }
10701 elif test $build != $host && test $have_gcc_for_target = yes; then
10702 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10703 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10704 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10707 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10708 # Extract the first word of "ar", so it can be a program name with args.
10709 set dummy ar; ac_word=$2
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10711 $as_echo_n "checking
for $ac_word...
" >&6; }
10712 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10713 $as_echo_n "(cached
) " >&6
10715 case $AR_FOR_TARGET in
10717 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10721 for as_dir in $gcc_cv_tool_dirs
10724 test -z "$as_dir" && as_dir=.
10725 for ac_exec_ext in '' $ac_executable_extensions; do
10726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10727 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10728 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10738 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10739 if test -n "$AR_FOR_TARGET"; then
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10741 $as_echo "$AR_FOR_TARGET" >&6; }
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10744 $as_echo "no
" >&6; }
10749 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10752 if test -n "$AR_FOR_TARGET"; then
10753 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10754 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10755 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10758 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10759 for ncn_progname in ar; do
10760 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10761 set dummy ${ncn_progname}; ac_word=$2
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10763 $as_echo_n "checking
for $ac_word...
" >&6; }
10764 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10765 $as_echo_n "(cached
) " >&6
10767 if test -n "$AR_FOR_TARGET"; then
10768 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10771 for as_dir in $PATH
10774 test -z "$as_dir" && as_dir=.
10775 for ac_exec_ext in '' $ac_executable_extensions; do
10776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10777 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10778 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10787 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10788 if test -n "$AR_FOR_TARGET"; then
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10790 $as_echo "$AR_FOR_TARGET" >&6; }
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10793 $as_echo "no
" >&6; }
10800 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10801 for ncn_progname in ar; do
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10803 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10804 if test -x $with_build_time_tools/${ncn_progname}; then
10805 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10807 $as_echo "yes" >&6; }
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10811 $as_echo "no
" >&6; }
10816 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10817 for ncn_progname in ar; do
10818 if test -n "$ncn_target_tool_prefix"; then
10819 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10820 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10822 $as_echo_n "checking
for $ac_word...
" >&6; }
10823 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10824 $as_echo_n "(cached
) " >&6
10826 if test -n "$AR_FOR_TARGET"; then
10827 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10830 for as_dir in $PATH
10833 test -z "$as_dir" && as_dir=.
10834 for ac_exec_ext in '' $ac_executable_extensions; do
10835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10836 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10837 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10846 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10847 if test -n "$AR_FOR_TARGET"; then
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10849 $as_echo "$AR_FOR_TARGET" >&6; }
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10852 $as_echo "no
" >&6; }
10857 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10858 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10859 set dummy ${ncn_progname}; ac_word=$2
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10861 $as_echo_n "checking
for $ac_word...
" >&6; }
10862 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10863 $as_echo_n "(cached
) " >&6
10865 if test -n "$AR_FOR_TARGET"; then
10866 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10869 for as_dir in $PATH
10872 test -z "$as_dir" && as_dir=.
10873 for ac_exec_ext in '' $ac_executable_extensions; do
10874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10875 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10876 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10885 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10886 if test -n "$AR_FOR_TARGET"; then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10888 $as_echo "$AR_FOR_TARGET" >&6; }
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10891 $as_echo "no
" >&6; }
10896 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10900 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10902 if test $build = $target ; then
10905 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10908 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10912 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10918 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10919 if test -n "$with_build_time_tools"; then
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
10921 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
10922 if test -x $with_build_time_tools/as; then
10923 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10924 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
10926 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10929 $as_echo "no
" >&6; }
10931 elif test $build != $host && test $have_gcc_for_target = yes; then
10932 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10933 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10934 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10937 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10938 # Extract the first word of "as
", so it can be a program name with args.
10939 set dummy as; ac_word=$2
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10941 $as_echo_n "checking
for $ac_word...
" >&6; }
10942 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10943 $as_echo_n "(cached
) " >&6
10945 case $AS_FOR_TARGET in
10947 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10951 for as_dir in $gcc_cv_tool_dirs
10954 test -z "$as_dir" && as_dir=.
10955 for ac_exec_ext in '' $ac_executable_extensions; do
10956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10957 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10958 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10968 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10969 if test -n "$AS_FOR_TARGET"; then
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10971 $as_echo "$AS_FOR_TARGET" >&6; }
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10974 $as_echo "no
" >&6; }
10979 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10982 if test -n "$AS_FOR_TARGET"; then
10983 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10984 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10985 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10988 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10989 for ncn_progname in as; do
10990 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10991 set dummy ${ncn_progname}; ac_word=$2
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10993 $as_echo_n "checking
for $ac_word...
" >&6; }
10994 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10995 $as_echo_n "(cached
) " >&6
10997 if test -n "$AS_FOR_TARGET"; then
10998 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11001 for as_dir in $PATH
11004 test -z "$as_dir" && as_dir=.
11005 for ac_exec_ext in '' $ac_executable_extensions; do
11006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11007 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11008 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11017 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11018 if test -n "$AS_FOR_TARGET"; then
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11020 $as_echo "$AS_FOR_TARGET" >&6; }
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11023 $as_echo "no
" >&6; }
11030 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11031 for ncn_progname in as; do
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11033 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11034 if test -x $with_build_time_tools/${ncn_progname}; then
11035 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11037 $as_echo "yes" >&6; }
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11041 $as_echo "no
" >&6; }
11046 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11047 for ncn_progname in as; do
11048 if test -n "$ncn_target_tool_prefix"; then
11049 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11050 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11052 $as_echo_n "checking
for $ac_word...
" >&6; }
11053 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11054 $as_echo_n "(cached
) " >&6
11056 if test -n "$AS_FOR_TARGET"; then
11057 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11060 for as_dir in $PATH
11063 test -z "$as_dir" && as_dir=.
11064 for ac_exec_ext in '' $ac_executable_extensions; do
11065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11066 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11067 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11076 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11077 if test -n "$AS_FOR_TARGET"; then
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11079 $as_echo "$AS_FOR_TARGET" >&6; }
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11082 $as_echo "no
" >&6; }
11087 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11088 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11089 set dummy ${ncn_progname}; ac_word=$2
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11091 $as_echo_n "checking
for $ac_word...
" >&6; }
11092 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11093 $as_echo_n "(cached
) " >&6
11095 if test -n "$AS_FOR_TARGET"; then
11096 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11099 for as_dir in $PATH
11102 test -z "$as_dir" && as_dir=.
11103 for ac_exec_ext in '' $ac_executable_extensions; do
11104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11105 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11106 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11115 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11116 if test -n "$AS_FOR_TARGET"; then
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
11118 $as_echo "$AS_FOR_TARGET" >&6; }
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11121 $as_echo "no
" >&6; }
11126 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11130 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11132 if test $build = $target ; then
11135 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11138 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11142 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11148 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11149 if test -n "$with_build_time_tools"; then
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
11151 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
11152 if test -x $with_build_time_tools/dlltool; then
11153 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11154 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11156 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11159 $as_echo "no
" >&6; }
11161 elif test $build != $host && test $have_gcc_for_target = yes; then
11162 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11163 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11164 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11167 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11168 # Extract the first word of "dlltool
", so it can be a program name with args.
11169 set dummy dlltool; ac_word=$2
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11171 $as_echo_n "checking
for $ac_word...
" >&6; }
11172 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11173 $as_echo_n "(cached
) " >&6
11175 case $DLLTOOL_FOR_TARGET in
11177 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11181 for as_dir in $gcc_cv_tool_dirs
11184 test -z "$as_dir" && as_dir=.
11185 for ac_exec_ext in '' $ac_executable_extensions; do
11186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11187 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11188 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11198 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11199 if test -n "$DLLTOOL_FOR_TARGET"; then
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11201 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11204 $as_echo "no
" >&6; }
11209 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11212 if test -n "$DLLTOOL_FOR_TARGET"; then
11213 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11214 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11215 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11218 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11219 for ncn_progname in dlltool; do
11220 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11221 set dummy ${ncn_progname}; ac_word=$2
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11223 $as_echo_n "checking
for $ac_word...
" >&6; }
11224 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11225 $as_echo_n "(cached
) " >&6
11227 if test -n "$DLLTOOL_FOR_TARGET"; then
11228 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11231 for as_dir in $PATH
11234 test -z "$as_dir" && as_dir=.
11235 for ac_exec_ext in '' $ac_executable_extensions; do
11236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11237 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11238 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11247 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11248 if test -n "$DLLTOOL_FOR_TARGET"; then
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11250 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11253 $as_echo "no
" >&6; }
11260 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11261 for ncn_progname in dlltool; do
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11263 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11264 if test -x $with_build_time_tools/${ncn_progname}; then
11265 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11267 $as_echo "yes" >&6; }
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11271 $as_echo "no
" >&6; }
11276 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11277 for ncn_progname in dlltool; do
11278 if test -n "$ncn_target_tool_prefix"; then
11279 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11280 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11282 $as_echo_n "checking
for $ac_word...
" >&6; }
11283 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11284 $as_echo_n "(cached
) " >&6
11286 if test -n "$DLLTOOL_FOR_TARGET"; then
11287 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11290 for as_dir in $PATH
11293 test -z "$as_dir" && as_dir=.
11294 for ac_exec_ext in '' $ac_executable_extensions; do
11295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11296 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11297 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11306 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11307 if test -n "$DLLTOOL_FOR_TARGET"; then
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11309 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11312 $as_echo "no
" >&6; }
11317 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11318 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11319 set dummy ${ncn_progname}; ac_word=$2
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11321 $as_echo_n "checking
for $ac_word...
" >&6; }
11322 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11323 $as_echo_n "(cached
) " >&6
11325 if test -n "$DLLTOOL_FOR_TARGET"; then
11326 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11329 for as_dir in $PATH
11332 test -z "$as_dir" && as_dir=.
11333 for ac_exec_ext in '' $ac_executable_extensions; do
11334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11335 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11336 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11345 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11346 if test -n "$DLLTOOL_FOR_TARGET"; then
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11348 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11351 $as_echo "no
" >&6; }
11356 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11360 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11362 if test $build = $target ; then
11363 DLLTOOL_FOR_TARGET="$2"
11365 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11368 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11372 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11378 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11379 if test -n "$with_build_time_tools"; then
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
11381 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
11382 if test -x $with_build_time_tools/ld; then
11383 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11384 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
11386 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11389 $as_echo "no
" >&6; }
11391 elif test $build != $host && test $have_gcc_for_target = yes; then
11392 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11393 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11394 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11397 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11398 # Extract the first word of "ld
", so it can be a program name with args.
11399 set dummy ld; ac_word=$2
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11401 $as_echo_n "checking
for $ac_word...
" >&6; }
11402 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11403 $as_echo_n "(cached
) " >&6
11405 case $LD_FOR_TARGET in
11407 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11411 for as_dir in $gcc_cv_tool_dirs
11414 test -z "$as_dir" && as_dir=.
11415 for ac_exec_ext in '' $ac_executable_extensions; do
11416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11417 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11418 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11428 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11429 if test -n "$LD_FOR_TARGET"; then
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11431 $as_echo "$LD_FOR_TARGET" >&6; }
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11434 $as_echo "no
" >&6; }
11439 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11442 if test -n "$LD_FOR_TARGET"; then
11443 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11444 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11445 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11448 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11449 for ncn_progname in ld; do
11450 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11451 set dummy ${ncn_progname}; ac_word=$2
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11453 $as_echo_n "checking
for $ac_word...
" >&6; }
11454 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11455 $as_echo_n "(cached
) " >&6
11457 if test -n "$LD_FOR_TARGET"; then
11458 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11461 for as_dir in $PATH
11464 test -z "$as_dir" && as_dir=.
11465 for ac_exec_ext in '' $ac_executable_extensions; do
11466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11467 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11468 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11477 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11478 if test -n "$LD_FOR_TARGET"; then
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11480 $as_echo "$LD_FOR_TARGET" >&6; }
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11483 $as_echo "no
" >&6; }
11490 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11491 for ncn_progname in ld; do
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11493 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11494 if test -x $with_build_time_tools/${ncn_progname}; then
11495 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11497 $as_echo "yes" >&6; }
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11501 $as_echo "no
" >&6; }
11506 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11507 for ncn_progname in ld; do
11508 if test -n "$ncn_target_tool_prefix"; then
11509 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11510 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11512 $as_echo_n "checking
for $ac_word...
" >&6; }
11513 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11514 $as_echo_n "(cached
) " >&6
11516 if test -n "$LD_FOR_TARGET"; then
11517 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11520 for as_dir in $PATH
11523 test -z "$as_dir" && as_dir=.
11524 for ac_exec_ext in '' $ac_executable_extensions; do
11525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11526 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11527 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11536 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11537 if test -n "$LD_FOR_TARGET"; then
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11539 $as_echo "$LD_FOR_TARGET" >&6; }
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11542 $as_echo "no
" >&6; }
11547 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11548 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11549 set dummy ${ncn_progname}; ac_word=$2
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11551 $as_echo_n "checking
for $ac_word...
" >&6; }
11552 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11553 $as_echo_n "(cached
) " >&6
11555 if test -n "$LD_FOR_TARGET"; then
11556 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11559 for as_dir in $PATH
11562 test -z "$as_dir" && as_dir=.
11563 for ac_exec_ext in '' $ac_executable_extensions; do
11564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11565 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11566 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11575 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11576 if test -n "$LD_FOR_TARGET"; then
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11578 $as_echo "$LD_FOR_TARGET" >&6; }
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11581 $as_echo "no
" >&6; }
11586 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11590 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11592 if test $build = $target ; then
11595 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11598 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11602 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11608 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11609 if test -n "$with_build_time_tools"; then
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
11611 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
11612 if test -x $with_build_time_tools/lipo; then
11613 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11614 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
11616 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11619 $as_echo "no
" >&6; }
11621 elif test $build != $host && test $have_gcc_for_target = yes; then
11622 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11623 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11624 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11627 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11628 # Extract the first word of "lipo
", so it can be a program name with args.
11629 set dummy lipo; ac_word=$2
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11631 $as_echo_n "checking
for $ac_word...
" >&6; }
11632 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11633 $as_echo_n "(cached
) " >&6
11635 case $LIPO_FOR_TARGET in
11637 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11641 for as_dir in $gcc_cv_tool_dirs
11644 test -z "$as_dir" && as_dir=.
11645 for ac_exec_ext in '' $ac_executable_extensions; do
11646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11647 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11648 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11658 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11659 if test -n "$LIPO_FOR_TARGET"; then
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11661 $as_echo "$LIPO_FOR_TARGET" >&6; }
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11664 $as_echo "no
" >&6; }
11669 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11672 if test -n "$LIPO_FOR_TARGET"; then
11673 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11674 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11675 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11678 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11679 for ncn_progname in lipo; do
11680 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11681 set dummy ${ncn_progname}; ac_word=$2
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11683 $as_echo_n "checking
for $ac_word...
" >&6; }
11684 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11685 $as_echo_n "(cached
) " >&6
11687 if test -n "$LIPO_FOR_TARGET"; then
11688 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11691 for as_dir in $PATH
11694 test -z "$as_dir" && as_dir=.
11695 for ac_exec_ext in '' $ac_executable_extensions; do
11696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11697 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11698 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11707 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11708 if test -n "$LIPO_FOR_TARGET"; then
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11710 $as_echo "$LIPO_FOR_TARGET" >&6; }
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11713 $as_echo "no
" >&6; }
11720 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11721 for ncn_progname in lipo; do
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11723 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11724 if test -x $with_build_time_tools/${ncn_progname}; then
11725 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11727 $as_echo "yes" >&6; }
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11731 $as_echo "no
" >&6; }
11736 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11737 for ncn_progname in lipo; do
11738 if test -n "$ncn_target_tool_prefix"; then
11739 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11740 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11742 $as_echo_n "checking
for $ac_word...
" >&6; }
11743 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11744 $as_echo_n "(cached
) " >&6
11746 if test -n "$LIPO_FOR_TARGET"; then
11747 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11750 for as_dir in $PATH
11753 test -z "$as_dir" && as_dir=.
11754 for ac_exec_ext in '' $ac_executable_extensions; do
11755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11756 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11757 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11766 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11767 if test -n "$LIPO_FOR_TARGET"; then
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11769 $as_echo "$LIPO_FOR_TARGET" >&6; }
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11772 $as_echo "no
" >&6; }
11777 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11778 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11779 set dummy ${ncn_progname}; ac_word=$2
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11781 $as_echo_n "checking
for $ac_word...
" >&6; }
11782 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11783 $as_echo_n "(cached
) " >&6
11785 if test -n "$LIPO_FOR_TARGET"; then
11786 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11789 for as_dir in $PATH
11792 test -z "$as_dir" && as_dir=.
11793 for ac_exec_ext in '' $ac_executable_extensions; do
11794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11795 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11796 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11805 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11806 if test -n "$LIPO_FOR_TARGET"; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11808 $as_echo "$LIPO_FOR_TARGET" >&6; }
11810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11811 $as_echo "no
" >&6; }
11816 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11820 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11822 if test $build = $target ; then
11823 LIPO_FOR_TARGET="$2"
11825 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11828 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11832 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11838 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11839 if test -n "$with_build_time_tools"; then
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
11841 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
11842 if test -x $with_build_time_tools/nm; then
11843 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11844 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
11846 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11849 $as_echo "no
" >&6; }
11851 elif test $build != $host && test $have_gcc_for_target = yes; then
11852 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11853 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11854 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11857 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11858 # Extract the first word of "nm
", so it can be a program name with args.
11859 set dummy nm; ac_word=$2
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11861 $as_echo_n "checking
for $ac_word...
" >&6; }
11862 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11863 $as_echo_n "(cached
) " >&6
11865 case $NM_FOR_TARGET in
11867 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11871 for as_dir in $gcc_cv_tool_dirs
11874 test -z "$as_dir" && as_dir=.
11875 for ac_exec_ext in '' $ac_executable_extensions; do
11876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11877 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11878 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11888 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11889 if test -n "$NM_FOR_TARGET"; then
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11891 $as_echo "$NM_FOR_TARGET" >&6; }
11893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11894 $as_echo "no
" >&6; }
11899 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11902 if test -n "$NM_FOR_TARGET"; then
11903 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11904 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11905 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11908 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11909 for ncn_progname in nm; do
11910 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11911 set dummy ${ncn_progname}; ac_word=$2
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11913 $as_echo_n "checking
for $ac_word...
" >&6; }
11914 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11915 $as_echo_n "(cached
) " >&6
11917 if test -n "$NM_FOR_TARGET"; then
11918 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11921 for as_dir in $PATH
11924 test -z "$as_dir" && as_dir=.
11925 for ac_exec_ext in '' $ac_executable_extensions; do
11926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11927 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11928 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11937 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11938 if test -n "$NM_FOR_TARGET"; then
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11940 $as_echo "$NM_FOR_TARGET" >&6; }
11942 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11943 $as_echo "no
" >&6; }
11950 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11951 for ncn_progname in nm; do
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11953 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11954 if test -x $with_build_time_tools/${ncn_progname}; then
11955 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11957 $as_echo "yes" >&6; }
11960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11961 $as_echo "no
" >&6; }
11966 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11967 for ncn_progname in nm; do
11968 if test -n "$ncn_target_tool_prefix"; then
11969 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11970 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11972 $as_echo_n "checking
for $ac_word...
" >&6; }
11973 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11974 $as_echo_n "(cached
) " >&6
11976 if test -n "$NM_FOR_TARGET"; then
11977 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11980 for as_dir in $PATH
11983 test -z "$as_dir" && as_dir=.
11984 for ac_exec_ext in '' $ac_executable_extensions; do
11985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11986 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11987 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11996 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11997 if test -n "$NM_FOR_TARGET"; then
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11999 $as_echo "$NM_FOR_TARGET" >&6; }
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12002 $as_echo "no
" >&6; }
12007 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12008 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12009 set dummy ${ncn_progname}; ac_word=$2
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12011 $as_echo_n "checking
for $ac_word...
" >&6; }
12012 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12013 $as_echo_n "(cached
) " >&6
12015 if test -n "$NM_FOR_TARGET"; then
12016 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12019 for as_dir in $PATH
12022 test -z "$as_dir" && as_dir=.
12023 for ac_exec_ext in '' $ac_executable_extensions; do
12024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12025 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12026 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12035 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12036 if test -n "$NM_FOR_TARGET"; then
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
12038 $as_echo "$NM_FOR_TARGET" >&6; }
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12041 $as_echo "no
" >&6; }
12046 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12050 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12052 if test $build = $target ; then
12055 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12058 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12062 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12068 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12069 if test -n "$with_build_time_tools"; then
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
12071 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
12072 if test -x $with_build_time_tools/objdump; then
12073 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12074 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12076 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12079 $as_echo "no
" >&6; }
12081 elif test $build != $host && test $have_gcc_for_target = yes; then
12082 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12083 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12084 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12087 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12088 # Extract the first word of "objdump
", so it can be a program name with args.
12089 set dummy objdump; ac_word=$2
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12091 $as_echo_n "checking
for $ac_word...
" >&6; }
12092 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12093 $as_echo_n "(cached
) " >&6
12095 case $OBJDUMP_FOR_TARGET in
12097 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12101 for as_dir in $gcc_cv_tool_dirs
12104 test -z "$as_dir" && as_dir=.
12105 for ac_exec_ext in '' $ac_executable_extensions; do
12106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12107 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12108 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12118 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12119 if test -n "$OBJDUMP_FOR_TARGET"; then
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12121 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12124 $as_echo "no
" >&6; }
12129 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12132 if test -n "$OBJDUMP_FOR_TARGET"; then
12133 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12134 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12135 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12138 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12139 for ncn_progname in objdump; do
12140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12141 set dummy ${ncn_progname}; ac_word=$2
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12143 $as_echo_n "checking
for $ac_word...
" >&6; }
12144 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12145 $as_echo_n "(cached
) " >&6
12147 if test -n "$OBJDUMP_FOR_TARGET"; then
12148 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12151 for as_dir in $PATH
12154 test -z "$as_dir" && as_dir=.
12155 for ac_exec_ext in '' $ac_executable_extensions; do
12156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12157 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12158 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12167 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12168 if test -n "$OBJDUMP_FOR_TARGET"; then
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12170 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12173 $as_echo "no
" >&6; }
12180 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12181 for ncn_progname in objdump; do
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12183 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12184 if test -x $with_build_time_tools/${ncn_progname}; then
12185 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12187 $as_echo "yes" >&6; }
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12191 $as_echo "no
" >&6; }
12196 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12197 for ncn_progname in objdump; do
12198 if test -n "$ncn_target_tool_prefix"; then
12199 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12200 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12202 $as_echo_n "checking
for $ac_word...
" >&6; }
12203 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12204 $as_echo_n "(cached
) " >&6
12206 if test -n "$OBJDUMP_FOR_TARGET"; then
12207 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12210 for as_dir in $PATH
12213 test -z "$as_dir" && as_dir=.
12214 for ac_exec_ext in '' $ac_executable_extensions; do
12215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12216 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12217 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12226 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12227 if test -n "$OBJDUMP_FOR_TARGET"; then
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12229 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12232 $as_echo "no
" >&6; }
12237 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12239 set dummy ${ncn_progname}; ac_word=$2
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12241 $as_echo_n "checking
for $ac_word...
" >&6; }
12242 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12243 $as_echo_n "(cached
) " >&6
12245 if test -n "$OBJDUMP_FOR_TARGET"; then
12246 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12249 for as_dir in $PATH
12252 test -z "$as_dir" && as_dir=.
12253 for ac_exec_ext in '' $ac_executable_extensions; do
12254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12255 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12256 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12265 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12266 if test -n "$OBJDUMP_FOR_TARGET"; then
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12268 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12271 $as_echo "no
" >&6; }
12276 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12280 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12282 if test $build = $target ; then
12283 OBJDUMP_FOR_TARGET="$2"
12285 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12288 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12292 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12298 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12299 if test -n "$with_build_time_tools"; then
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
12301 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
12302 if test -x $with_build_time_tools/ranlib; then
12303 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12304 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12306 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12309 $as_echo "no
" >&6; }
12311 elif test $build != $host && test $have_gcc_for_target = yes; then
12312 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12313 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12314 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12317 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12318 # Extract the first word of "ranlib
", so it can be a program name with args.
12319 set dummy ranlib; ac_word=$2
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12321 $as_echo_n "checking
for $ac_word...
" >&6; }
12322 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12323 $as_echo_n "(cached
) " >&6
12325 case $RANLIB_FOR_TARGET in
12327 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12331 for as_dir in $gcc_cv_tool_dirs
12334 test -z "$as_dir" && as_dir=.
12335 for ac_exec_ext in '' $ac_executable_extensions; do
12336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12337 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12338 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12348 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12349 if test -n "$RANLIB_FOR_TARGET"; then
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12351 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12354 $as_echo "no
" >&6; }
12359 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12362 if test -n "$RANLIB_FOR_TARGET"; then
12363 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12364 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12365 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12368 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12369 for ncn_progname in ranlib; do
12370 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12371 set dummy ${ncn_progname}; ac_word=$2
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12373 $as_echo_n "checking
for $ac_word...
" >&6; }
12374 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12375 $as_echo_n "(cached
) " >&6
12377 if test -n "$RANLIB_FOR_TARGET"; then
12378 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12381 for as_dir in $PATH
12384 test -z "$as_dir" && as_dir=.
12385 for ac_exec_ext in '' $ac_executable_extensions; do
12386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12387 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12388 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12397 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12398 if test -n "$RANLIB_FOR_TARGET"; then
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12400 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12403 $as_echo "no
" >&6; }
12410 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12411 for ncn_progname in ranlib; do
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12413 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12414 if test -x $with_build_time_tools/${ncn_progname}; then
12415 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12417 $as_echo "yes" >&6; }
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12421 $as_echo "no
" >&6; }
12426 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12427 for ncn_progname in ranlib; do
12428 if test -n "$ncn_target_tool_prefix"; then
12429 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12430 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12432 $as_echo_n "checking
for $ac_word...
" >&6; }
12433 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12434 $as_echo_n "(cached
) " >&6
12436 if test -n "$RANLIB_FOR_TARGET"; then
12437 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12440 for as_dir in $PATH
12443 test -z "$as_dir" && as_dir=.
12444 for ac_exec_ext in '' $ac_executable_extensions; do
12445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12446 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12447 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12456 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12457 if test -n "$RANLIB_FOR_TARGET"; then
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12459 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12462 $as_echo "no
" >&6; }
12467 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12468 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12469 set dummy ${ncn_progname}; ac_word=$2
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12471 $as_echo_n "checking
for $ac_word...
" >&6; }
12472 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12473 $as_echo_n "(cached
) " >&6
12475 if test -n "$RANLIB_FOR_TARGET"; then
12476 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12479 for as_dir in $PATH
12482 test -z "$as_dir" && as_dir=.
12483 for ac_exec_ext in '' $ac_executable_extensions; do
12484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12485 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12495 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12496 if test -n "$RANLIB_FOR_TARGET"; then
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12498 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12501 $as_echo "no
" >&6; }
12506 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12510 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12512 if test $build = $target ; then
12513 RANLIB_FOR_TARGET="$2"
12515 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12518 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12522 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12528 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12529 if test -n "$with_build_time_tools"; then
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for readelf
in $with_build_time_tools" >&5
12531 $as_echo_n "checking
for readelf
in $with_build_time_tools...
" >&6; }
12532 if test -x $with_build_time_tools/readelf; then
12533 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12534 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_READELF_FOR_TARGET" >&5
12536 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12539 $as_echo "no
" >&6; }
12541 elif test $build != $host && test $have_gcc_for_target = yes; then
12542 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12543 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12544 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12547 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12548 # Extract the first word of "readelf
", so it can be a program name with args.
12549 set dummy readelf; ac_word=$2
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12551 $as_echo_n "checking
for $ac_word...
" >&6; }
12552 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12553 $as_echo_n "(cached
) " >&6
12555 case $READELF_FOR_TARGET in
12557 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12561 for as_dir in $gcc_cv_tool_dirs
12564 test -z "$as_dir" && as_dir=.
12565 for ac_exec_ext in '' $ac_executable_extensions; do
12566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12567 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12568 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12578 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12579 if test -n "$READELF_FOR_TARGET"; then
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12581 $as_echo "$READELF_FOR_TARGET" >&6; }
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12584 $as_echo "no
" >&6; }
12589 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12592 if test -n "$READELF_FOR_TARGET"; then
12593 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12594 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12595 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12598 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12599 for ncn_progname in readelf; do
12600 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12601 set dummy ${ncn_progname}; ac_word=$2
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12603 $as_echo_n "checking
for $ac_word...
" >&6; }
12604 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12605 $as_echo_n "(cached
) " >&6
12607 if test -n "$READELF_FOR_TARGET"; then
12608 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12611 for as_dir in $PATH
12614 test -z "$as_dir" && as_dir=.
12615 for ac_exec_ext in '' $ac_executable_extensions; do
12616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12617 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12618 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12627 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12628 if test -n "$READELF_FOR_TARGET"; then
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12630 $as_echo "$READELF_FOR_TARGET" >&6; }
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12633 $as_echo "no
" >&6; }
12640 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12641 for ncn_progname in readelf; do
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12643 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12644 if test -x $with_build_time_tools/${ncn_progname}; then
12645 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12647 $as_echo "yes" >&6; }
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12651 $as_echo "no
" >&6; }
12656 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12657 for ncn_progname in readelf; do
12658 if test -n "$ncn_target_tool_prefix"; then
12659 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12660 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12662 $as_echo_n "checking
for $ac_word...
" >&6; }
12663 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12664 $as_echo_n "(cached
) " >&6
12666 if test -n "$READELF_FOR_TARGET"; then
12667 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12670 for as_dir in $PATH
12673 test -z "$as_dir" && as_dir=.
12674 for ac_exec_ext in '' $ac_executable_extensions; do
12675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12676 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12677 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12686 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12687 if test -n "$READELF_FOR_TARGET"; then
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12689 $as_echo "$READELF_FOR_TARGET" >&6; }
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12692 $as_echo "no
" >&6; }
12697 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12698 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12699 set dummy ${ncn_progname}; ac_word=$2
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12701 $as_echo_n "checking
for $ac_word...
" >&6; }
12702 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12703 $as_echo_n "(cached
) " >&6
12705 if test -n "$READELF_FOR_TARGET"; then
12706 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12709 for as_dir in $PATH
12712 test -z "$as_dir" && as_dir=.
12713 for ac_exec_ext in '' $ac_executable_extensions; do
12714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12715 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12716 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12725 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12726 if test -n "$READELF_FOR_TARGET"; then
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $READELF_FOR_TARGET" >&5
12728 $as_echo "$READELF_FOR_TARGET" >&6; }
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12731 $as_echo "no
" >&6; }
12736 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12740 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12742 if test $build = $target ; then
12743 READELF_FOR_TARGET="$2"
12745 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12748 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12752 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12758 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12759 if test -n "$with_build_time_tools"; then
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
12761 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
12762 if test -x $with_build_time_tools/strip; then
12763 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12764 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
12766 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12769 $as_echo "no
" >&6; }
12771 elif test $build != $host && test $have_gcc_for_target = yes; then
12772 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12773 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12774 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12777 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12778 # Extract the first word of "strip
", so it can be a program name with args.
12779 set dummy strip; ac_word=$2
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12781 $as_echo_n "checking
for $ac_word...
" >&6; }
12782 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12783 $as_echo_n "(cached
) " >&6
12785 case $STRIP_FOR_TARGET in
12787 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12791 for as_dir in $gcc_cv_tool_dirs
12794 test -z "$as_dir" && as_dir=.
12795 for ac_exec_ext in '' $ac_executable_extensions; do
12796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12797 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12798 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12808 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12809 if test -n "$STRIP_FOR_TARGET"; then
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12811 $as_echo "$STRIP_FOR_TARGET" >&6; }
12813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12814 $as_echo "no
" >&6; }
12819 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12822 if test -n "$STRIP_FOR_TARGET"; then
12823 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12824 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12825 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12828 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12829 for ncn_progname in strip; do
12830 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12831 set dummy ${ncn_progname}; ac_word=$2
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12833 $as_echo_n "checking
for $ac_word...
" >&6; }
12834 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12835 $as_echo_n "(cached
) " >&6
12837 if test -n "$STRIP_FOR_TARGET"; then
12838 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12841 for as_dir in $PATH
12844 test -z "$as_dir" && as_dir=.
12845 for ac_exec_ext in '' $ac_executable_extensions; do
12846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12847 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12848 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12857 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12858 if test -n "$STRIP_FOR_TARGET"; then
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12860 $as_echo "$STRIP_FOR_TARGET" >&6; }
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12863 $as_echo "no
" >&6; }
12870 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12871 for ncn_progname in strip; do
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12873 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12874 if test -x $with_build_time_tools/${ncn_progname}; then
12875 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12877 $as_echo "yes" >&6; }
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12881 $as_echo "no
" >&6; }
12886 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12887 for ncn_progname in strip; do
12888 if test -n "$ncn_target_tool_prefix"; then
12889 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12890 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12892 $as_echo_n "checking
for $ac_word...
" >&6; }
12893 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12894 $as_echo_n "(cached
) " >&6
12896 if test -n "$STRIP_FOR_TARGET"; then
12897 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12900 for as_dir in $PATH
12903 test -z "$as_dir" && as_dir=.
12904 for ac_exec_ext in '' $ac_executable_extensions; do
12905 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12906 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12907 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12916 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12917 if test -n "$STRIP_FOR_TARGET"; then
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12919 $as_echo "$STRIP_FOR_TARGET" >&6; }
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12922 $as_echo "no
" >&6; }
12927 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12928 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12929 set dummy ${ncn_progname}; ac_word=$2
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12931 $as_echo_n "checking
for $ac_word...
" >&6; }
12932 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12933 $as_echo_n "(cached
) " >&6
12935 if test -n "$STRIP_FOR_TARGET"; then
12936 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12939 for as_dir in $PATH
12942 test -z "$as_dir" && as_dir=.
12943 for ac_exec_ext in '' $ac_executable_extensions; do
12944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12945 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12946 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12955 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12956 if test -n "$STRIP_FOR_TARGET"; then
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12958 $as_echo "$STRIP_FOR_TARGET" >&6; }
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12961 $as_echo "no
" >&6; }
12966 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12970 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12972 if test $build = $target ; then
12973 STRIP_FOR_TARGET="$2"
12975 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12978 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12982 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12988 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12989 if test -n "$with_build_time_tools"; then
12990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
12991 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
12992 if test -x $with_build_time_tools/windres; then
12993 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12994 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12996 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12999 $as_echo "no
" >&6; }
13001 elif test $build != $host && test $have_gcc_for_target = yes; then
13002 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13003 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13004 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13007 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13008 # Extract the first word of "windres
", so it can be a program name with args.
13009 set dummy windres; ac_word=$2
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13011 $as_echo_n "checking
for $ac_word...
" >&6; }
13012 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13013 $as_echo_n "(cached
) " >&6
13015 case $WINDRES_FOR_TARGET in
13017 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13021 for as_dir in $gcc_cv_tool_dirs
13024 test -z "$as_dir" && as_dir=.
13025 for ac_exec_ext in '' $ac_executable_extensions; do
13026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13027 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13028 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13038 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13039 if test -n "$WINDRES_FOR_TARGET"; then
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13041 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13044 $as_echo "no
" >&6; }
13049 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13052 if test -n "$WINDRES_FOR_TARGET"; then
13053 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13054 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13055 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13058 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13059 for ncn_progname in windres; do
13060 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13061 set dummy ${ncn_progname}; ac_word=$2
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13063 $as_echo_n "checking
for $ac_word...
" >&6; }
13064 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13065 $as_echo_n "(cached
) " >&6
13067 if test -n "$WINDRES_FOR_TARGET"; then
13068 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13071 for as_dir in $PATH
13074 test -z "$as_dir" && as_dir=.
13075 for ac_exec_ext in '' $ac_executable_extensions; do
13076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13077 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13078 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13087 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13088 if test -n "$WINDRES_FOR_TARGET"; then
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13090 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13093 $as_echo "no
" >&6; }
13100 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13101 for ncn_progname in windres; do
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13103 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13104 if test -x $with_build_time_tools/${ncn_progname}; then
13105 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13107 $as_echo "yes" >&6; }
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13111 $as_echo "no
" >&6; }
13116 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13117 for ncn_progname in windres; do
13118 if test -n "$ncn_target_tool_prefix"; then
13119 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13120 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13122 $as_echo_n "checking
for $ac_word...
" >&6; }
13123 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13124 $as_echo_n "(cached
) " >&6
13126 if test -n "$WINDRES_FOR_TARGET"; then
13127 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13130 for as_dir in $PATH
13133 test -z "$as_dir" && as_dir=.
13134 for ac_exec_ext in '' $ac_executable_extensions; do
13135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13136 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13137 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13146 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13147 if test -n "$WINDRES_FOR_TARGET"; then
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13149 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13152 $as_echo "no
" >&6; }
13157 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13158 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13159 set dummy ${ncn_progname}; ac_word=$2
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13161 $as_echo_n "checking
for $ac_word...
" >&6; }
13162 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13163 $as_echo_n "(cached
) " >&6
13165 if test -n "$WINDRES_FOR_TARGET"; then
13166 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13169 for as_dir in $PATH
13172 test -z "$as_dir" && as_dir=.
13173 for ac_exec_ext in '' $ac_executable_extensions; do
13174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13175 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13176 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13185 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13186 if test -n "$WINDRES_FOR_TARGET"; then
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
13188 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13191 $as_echo "no
" >&6; }
13196 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13200 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13202 if test $build = $target ; then
13203 WINDRES_FOR_TARGET="$2"
13205 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13208 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13212 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13218 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13219 if test -n "$with_build_time_tools"; then
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
13221 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
13222 if test -x $with_build_time_tools/windmc; then
13223 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13224 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13226 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13229 $as_echo "no
" >&6; }
13231 elif test $build != $host && test $have_gcc_for_target = yes; then
13232 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13233 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13234 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13237 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13238 # Extract the first word of "windmc
", so it can be a program name with args.
13239 set dummy windmc; ac_word=$2
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13241 $as_echo_n "checking
for $ac_word...
" >&6; }
13242 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13243 $as_echo_n "(cached
) " >&6
13245 case $WINDMC_FOR_TARGET in
13247 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13251 for as_dir in $gcc_cv_tool_dirs
13254 test -z "$as_dir" && as_dir=.
13255 for ac_exec_ext in '' $ac_executable_extensions; do
13256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13257 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13258 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13268 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13269 if test -n "$WINDMC_FOR_TARGET"; then
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13271 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13274 $as_echo "no
" >&6; }
13279 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13282 if test -n "$WINDMC_FOR_TARGET"; then
13283 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13284 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13285 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13288 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13289 for ncn_progname in windmc; do
13290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13291 set dummy ${ncn_progname}; ac_word=$2
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13293 $as_echo_n "checking
for $ac_word...
" >&6; }
13294 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13295 $as_echo_n "(cached
) " >&6
13297 if test -n "$WINDMC_FOR_TARGET"; then
13298 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13301 for as_dir in $PATH
13304 test -z "$as_dir" && as_dir=.
13305 for ac_exec_ext in '' $ac_executable_extensions; do
13306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13307 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13308 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13317 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13318 if test -n "$WINDMC_FOR_TARGET"; then
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13320 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13323 $as_echo "no
" >&6; }
13330 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13331 for ncn_progname in windmc; do
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
13333 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
13334 if test -x $with_build_time_tools/${ncn_progname}; then
13335 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13337 $as_echo "yes" >&6; }
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13341 $as_echo "no
" >&6; }
13346 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13347 for ncn_progname in windmc; do
13348 if test -n "$ncn_target_tool_prefix"; then
13349 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13350 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13352 $as_echo_n "checking
for $ac_word...
" >&6; }
13353 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13354 $as_echo_n "(cached
) " >&6
13356 if test -n "$WINDMC_FOR_TARGET"; then
13357 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13360 for as_dir in $PATH
13363 test -z "$as_dir" && as_dir=.
13364 for ac_exec_ext in '' $ac_executable_extensions; do
13365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13366 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13367 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13376 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13377 if test -n "$WINDMC_FOR_TARGET"; then
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13379 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13382 $as_echo "no
" >&6; }
13387 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13388 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13389 set dummy ${ncn_progname}; ac_word=$2
13390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13391 $as_echo_n "checking
for $ac_word...
" >&6; }
13392 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13393 $as_echo_n "(cached
) " >&6
13395 if test -n "$WINDMC_FOR_TARGET"; then
13396 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13399 for as_dir in $PATH
13402 test -z "$as_dir" && as_dir=.
13403 for ac_exec_ext in '' $ac_executable_extensions; do
13404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13405 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13406 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13415 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13416 if test -n "$WINDMC_FOR_TARGET"; then
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
13418 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13421 $as_echo "no
" >&6; }
13426 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13430 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13432 if test $build = $target ; then
13433 WINDMC_FOR_TARGET="$2"
13435 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13438 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13442 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13446 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
13449 $as_echo_n "checking where to
find the target
ar...
" >&6; }
13450 if test "x
${build}" != "x
${host}" ; then
13451 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13452 # We already found the complete path
13453 ac_dir=`dirname $AR_FOR_TARGET`
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13455 $as_echo "pre-installed
in $ac_dir" >&6; }
13457 # Canadian cross, just use what we found
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13459 $as_echo "pre-installed
" >&6; }
13463 case " ${configdirs} " in
13468 if test $ok = yes; then
13469 # An in-tree tool is available and we can use it
13470 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13472 $as_echo "just compiled
" >&6; }
13473 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
13474 # We already found the complete path
13475 ac_dir=`dirname $AR_FOR_TARGET`
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13477 $as_echo "pre-installed
in $ac_dir" >&6; }
13478 elif test "x
$target" = "x
$host"; then
13479 # We can use an host tool
13480 AR_FOR_TARGET='$(AR)'
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13482 $as_echo "host tool
" >&6; }
13484 # We need a cross tool
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13486 $as_echo "pre-installed
" >&6; }
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
13491 $as_echo_n "checking where to
find the target as...
" >&6; }
13492 if test "x
${build}" != "x
${host}" ; then
13493 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13494 # We already found the complete path
13495 ac_dir=`dirname $AS_FOR_TARGET`
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13497 $as_echo "pre-installed
in $ac_dir" >&6; }
13499 # Canadian cross, just use what we found
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13501 $as_echo "pre-installed
" >&6; }
13505 case " ${configdirs} " in
13510 if test $ok = yes; then
13511 # An in-tree tool is available and we can use it
13512 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13514 $as_echo "just compiled
" >&6; }
13515 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13516 # We already found the complete path
13517 ac_dir=`dirname $AS_FOR_TARGET`
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13519 $as_echo "pre-installed
in $ac_dir" >&6; }
13520 elif test "x
$target" = "x
$host"; then
13521 # We can use an host tool
13522 AS_FOR_TARGET='$(AS)'
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13524 $as_echo "host tool
" >&6; }
13526 # We need a cross tool
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13528 $as_echo "pre-installed
" >&6; }
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
13533 $as_echo_n "checking where to
find the target cc...
" >&6; }
13534 if test "x
${build}" != "x
${host}" ; then
13535 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13536 # We already found the complete path
13537 ac_dir=`dirname $CC_FOR_TARGET`
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13539 $as_echo "pre-installed
in $ac_dir" >&6; }
13541 # Canadian cross, just use what we found
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13543 $as_echo "pre-installed
" >&6; }
13547 case " ${configdirs} " in
13552 if test $ok = yes; then
13553 # An in-tree tool is available and we can use it
13554 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13556 $as_echo "just compiled
" >&6; }
13557 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13558 # We already found the complete path
13559 ac_dir=`dirname $CC_FOR_TARGET`
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13561 $as_echo "pre-installed
in $ac_dir" >&6; }
13562 elif test "x
$target" = "x
$host"; then
13563 # We can use an host tool
13564 CC_FOR_TARGET='$(CC)'
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13566 $as_echo "host tool
" >&6; }
13568 # We need a cross tool
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13570 $as_echo "pre-installed
" >&6; }
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
13575 $as_echo_n "checking where to
find the target c
++...
" >&6; }
13576 if test "x
${build}" != "x
${host}" ; then
13577 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13578 # We already found the complete path
13579 ac_dir=`dirname $CXX_FOR_TARGET`
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13581 $as_echo "pre-installed
in $ac_dir" >&6; }
13583 # Canadian cross, just use what we found
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13585 $as_echo "pre-installed
" >&6; }
13589 case " ${configdirs} " in
13593 case ,${enable_languages}, in
13597 if test $ok = yes; then
13598 # An in-tree tool is available and we can use it
13599 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -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'
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13601 $as_echo "just compiled
" >&6; }
13602 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13603 # We already found the complete path
13604 ac_dir=`dirname $CXX_FOR_TARGET`
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13606 $as_echo "pre-installed
in $ac_dir" >&6; }
13607 elif test "x
$target" = "x
$host"; then
13608 # We can use an host tool
13609 CXX_FOR_TARGET='$(CXX)'
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13611 $as_echo "host tool
" >&6; }
13613 # We need a cross tool
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13615 $as_echo "pre-installed
" >&6; }
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
13620 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
13621 if test "x
${build}" != "x
${host}" ; then
13622 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13623 # We already found the complete path
13624 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13626 $as_echo "pre-installed
in $ac_dir" >&6; }
13628 # Canadian cross, just use what we found
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13630 $as_echo "pre-installed
" >&6; }
13634 case " ${configdirs} " in
13638 case ,${enable_languages}, in
13642 if test $ok = yes; then
13643 # An in-tree tool is available and we can use it
13644 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'
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13646 $as_echo "just compiled
" >&6; }
13647 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13648 # We already found the complete path
13649 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13651 $as_echo "pre-installed
in $ac_dir" >&6; }
13652 elif test "x
$target" = "x
$host"; then
13653 # We can use an host tool
13654 RAW_CXX_FOR_TARGET='$(CXX)'
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13656 $as_echo "host tool
" >&6; }
13658 # We need a cross tool
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13660 $as_echo "pre-installed
" >&6; }
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
13665 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
13666 if test "x
${build}" != "x
${host}" ; then
13667 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13668 # We already found the complete path
13669 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13671 $as_echo "pre-installed
in $ac_dir" >&6; }
13673 # Canadian cross, just use what we found
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13675 $as_echo "pre-installed
" >&6; }
13679 case " ${configdirs} " in
13684 if test $ok = yes; then
13685 # An in-tree tool is available and we can use it
13686 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13688 $as_echo "just compiled
" >&6; }
13689 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13690 # We already found the complete path
13691 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13693 $as_echo "pre-installed
in $ac_dir" >&6; }
13694 elif test "x
$target" = "x
$host"; then
13695 # We can use an host tool
13696 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13698 $as_echo "host tool
" >&6; }
13700 # We need a cross tool
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13702 $as_echo "pre-installed
" >&6; }
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
13707 $as_echo_n "checking where to
find the target gcc...
" >&6; }
13708 if test "x
${build}" != "x
${host}" ; then
13709 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13710 # We already found the complete path
13711 ac_dir=`dirname $GCC_FOR_TARGET`
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13713 $as_echo "pre-installed
in $ac_dir" >&6; }
13715 # Canadian cross, just use what we found
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13717 $as_echo "pre-installed
" >&6; }
13721 case " ${configdirs} " in
13726 if test $ok = yes; then
13727 # An in-tree tool is available and we can use it
13728 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13730 $as_echo "just compiled
" >&6; }
13731 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13732 # We already found the complete path
13733 ac_dir=`dirname $GCC_FOR_TARGET`
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13735 $as_echo "pre-installed
in $ac_dir" >&6; }
13736 elif test "x
$target" = "x
$host"; then
13737 # We can use an host tool
13738 GCC_FOR_TARGET='$()'
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13740 $as_echo "host tool
" >&6; }
13742 # We need a cross tool
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13744 $as_echo "pre-installed
" >&6; }
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcj
" >&5
13749 $as_echo_n "checking where to
find the target gcj...
" >&6; }
13750 if test "x
${build}" != "x
${host}" ; then
13751 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
13752 # We already found the complete path
13753 ac_dir=`dirname $GCJ_FOR_TARGET`
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13755 $as_echo "pre-installed
in $ac_dir" >&6; }
13757 # Canadian cross, just use what we found
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13759 $as_echo "pre-installed
" >&6; }
13763 case " ${configdirs} " in
13767 case ,${enable_languages}, in
13771 if test $ok = yes; then
13772 # An in-tree tool is available and we can use it
13773 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13775 $as_echo "just compiled
" >&6; }
13776 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
13777 # We already found the complete path
13778 ac_dir=`dirname $GCJ_FOR_TARGET`
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13780 $as_echo "pre-installed
in $ac_dir" >&6; }
13781 elif test "x
$target" = "x
$host"; then
13782 # We can use an host tool
13783 GCJ_FOR_TARGET='$(GCJ)'
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13785 $as_echo "host tool
" >&6; }
13787 # We need a cross tool
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13789 $as_echo "pre-installed
" >&6; }
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
13794 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
13795 if test "x
${build}" != "x
${host}" ; then
13796 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13797 # We already found the complete path
13798 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13800 $as_echo "pre-installed
in $ac_dir" >&6; }
13802 # Canadian cross, just use what we found
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13804 $as_echo "pre-installed
" >&6; }
13808 case " ${configdirs} " in
13812 case ,${enable_languages}, in
13816 if test $ok = yes; then
13817 # An in-tree tool is available and we can use it
13818 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13820 $as_echo "just compiled
" >&6; }
13821 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13822 # We already found the complete path
13823 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13825 $as_echo "pre-installed
in $ac_dir" >&6; }
13826 elif test "x
$target" = "x
$host"; then
13827 # We can use an host tool
13828 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13830 $as_echo "host tool
" >&6; }
13832 # We need a cross tool
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13834 $as_echo "pre-installed
" >&6; }
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gccgo
" >&5
13839 $as_echo_n "checking where to
find the target gccgo...
" >&6; }
13840 if test "x
${build}" != "x
${host}" ; then
13841 if expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
13842 # We already found the complete path
13843 ac_dir=`dirname $GOC_FOR_TARGET`
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13845 $as_echo "pre-installed
in $ac_dir" >&6; }
13847 # Canadian cross, just use what we found
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13849 $as_echo "pre-installed
" >&6; }
13853 case " ${configdirs} " in
13857 case ,${enable_languages}, in
13861 if test $ok = yes; then
13862 # An in-tree tool is available and we can use it
13863 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13865 $as_echo "just compiled
" >&6; }
13866 elif expr "x
$GOC_FOR_TARGET" : "x
/" > /dev/null; then
13867 # We already found the complete path
13868 ac_dir=`dirname $GOC_FOR_TARGET`
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13870 $as_echo "pre-installed
in $ac_dir" >&6; }
13871 elif test "x
$target" = "x
$host"; then
13872 # We can use an host tool
13873 GOC_FOR_TARGET='$(GOC)'
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13875 $as_echo "host tool
" >&6; }
13877 # We need a cross tool
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13879 $as_echo "pre-installed
" >&6; }
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
13884 $as_echo_n "checking where to
find the target ld...
" >&6; }
13885 if test "x
${build}" != "x
${host}" ; then
13886 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
13887 # We already found the complete path
13888 ac_dir=`dirname $LD_FOR_TARGET`
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13890 $as_echo "pre-installed
in $ac_dir" >&6; }
13892 # Canadian cross, just use what we found
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13894 $as_echo "pre-installed
" >&6; }
13898 case " ${configdirs} " in
13903 if test $ok = yes; then
13904 # An in-tree tool is available and we can use it
13905 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13907 $as_echo "just compiled
" >&6; }
13908 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
13909 # We already found the complete path
13910 ac_dir=`dirname $LD_FOR_TARGET`
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13912 $as_echo "pre-installed
in $ac_dir" >&6; }
13913 elif test "x
$target" = "x
$host"; then
13914 # We can use an host tool
13915 LD_FOR_TARGET='$(LD)'
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13917 $as_echo "host tool
" >&6; }
13919 # We need a cross tool
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13921 $as_echo "pre-installed
" >&6; }
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
13926 $as_echo_n "checking where to
find the target lipo...
" >&6; }
13927 if test "x
${build}" != "x
${host}" ; then
13928 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
13929 # We already found the complete path
13930 ac_dir=`dirname $LIPO_FOR_TARGET`
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13932 $as_echo "pre-installed
in $ac_dir" >&6; }
13934 # Canadian cross, just use what we found
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13936 $as_echo "pre-installed
" >&6; }
13939 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
13940 # We already found the complete path
13941 ac_dir=`dirname $LIPO_FOR_TARGET`
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13943 $as_echo "pre-installed
in $ac_dir" >&6; }
13944 elif test "x
$target" = "x
$host"; then
13945 # We can use an host tool
13946 LIPO_FOR_TARGET='$(LIPO)'
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13948 $as_echo "host tool
" >&6; }
13950 # We need a cross tool
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13952 $as_echo "pre-installed
" >&6; }
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
13957 $as_echo_n "checking where to
find the target nm...
" >&6; }
13958 if test "x
${build}" != "x
${host}" ; then
13959 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
13960 # We already found the complete path
13961 ac_dir=`dirname $NM_FOR_TARGET`
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13963 $as_echo "pre-installed
in $ac_dir" >&6; }
13965 # Canadian cross, just use what we found
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13967 $as_echo "pre-installed
" >&6; }
13971 case " ${configdirs} " in
13976 if test $ok = yes; then
13977 # An in-tree tool is available and we can use it
13978 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13980 $as_echo "just compiled
" >&6; }
13981 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
13982 # We already found the complete path
13983 ac_dir=`dirname $NM_FOR_TARGET`
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13985 $as_echo "pre-installed
in $ac_dir" >&6; }
13986 elif test "x
$target" = "x
$host"; then
13987 # We can use an host tool
13988 NM_FOR_TARGET='$(NM)'
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13990 $as_echo "host tool
" >&6; }
13992 # We need a cross tool
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13994 $as_echo "pre-installed
" >&6; }
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
13999 $as_echo_n "checking where to
find the target objdump...
" >&6; }
14000 if test "x
${build}" != "x
${host}" ; then
14001 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14002 # We already found the complete path
14003 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14005 $as_echo "pre-installed
in $ac_dir" >&6; }
14007 # Canadian cross, just use what we found
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14009 $as_echo "pre-installed
" >&6; }
14013 case " ${configdirs} " in
14018 if test $ok = yes; then
14019 # An in-tree tool is available and we can use it
14020 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14022 $as_echo "just compiled
" >&6; }
14023 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
14024 # We already found the complete path
14025 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14027 $as_echo "pre-installed
in $ac_dir" >&6; }
14028 elif test "x
$target" = "x
$host"; then
14029 # We can use an host tool
14030 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14032 $as_echo "host tool
" >&6; }
14034 # We need a cross tool
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14036 $as_echo "pre-installed
" >&6; }
14040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
14041 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
14042 if test "x
${build}" != "x
${host}" ; then
14043 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14044 # We already found the complete path
14045 ac_dir=`dirname $RANLIB_FOR_TARGET`
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14047 $as_echo "pre-installed
in $ac_dir" >&6; }
14049 # Canadian cross, just use what we found
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14051 $as_echo "pre-installed
" >&6; }
14055 case " ${configdirs} " in
14060 if test $ok = yes; then
14061 # An in-tree tool is available and we can use it
14062 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14064 $as_echo "just compiled
" >&6; }
14065 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
14066 # We already found the complete path
14067 ac_dir=`dirname $RANLIB_FOR_TARGET`
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14069 $as_echo "pre-installed
in $ac_dir" >&6; }
14070 elif test "x
$target" = "x
$host"; then
14071 # We can use an host tool
14072 RANLIB_FOR_TARGET='$(RANLIB)'
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14074 $as_echo "host tool
" >&6; }
14076 # We need a cross tool
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14078 $as_echo "pre-installed
" >&6; }
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target readelf
" >&5
14083 $as_echo_n "checking where to
find the target readelf...
" >&6; }
14084 if test "x
${build}" != "x
${host}" ; then
14085 if expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14086 # We already found the complete path
14087 ac_dir=`dirname $READELF_FOR_TARGET`
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14089 $as_echo "pre-installed
in $ac_dir" >&6; }
14091 # Canadian cross, just use what we found
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14093 $as_echo "pre-installed
" >&6; }
14097 case " ${configdirs} " in
14102 if test $ok = yes; then
14103 # An in-tree tool is available and we can use it
14104 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14106 $as_echo "just compiled
" >&6; }
14107 elif expr "x
$READELF_FOR_TARGET" : "x
/" > /dev/null; then
14108 # We already found the complete path
14109 ac_dir=`dirname $READELF_FOR_TARGET`
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14111 $as_echo "pre-installed
in $ac_dir" >&6; }
14112 elif test "x
$target" = "x
$host"; then
14113 # We can use an host tool
14114 READELF_FOR_TARGET='$(READELF)'
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14116 $as_echo "host tool
" >&6; }
14118 # We need a cross tool
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14120 $as_echo "pre-installed
" >&6; }
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
14125 $as_echo_n "checking where to
find the target strip...
" >&6; }
14126 if test "x
${build}" != "x
${host}" ; then
14127 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14128 # We already found the complete path
14129 ac_dir=`dirname $STRIP_FOR_TARGET`
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14131 $as_echo "pre-installed
in $ac_dir" >&6; }
14133 # Canadian cross, just use what we found
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14135 $as_echo "pre-installed
" >&6; }
14139 case " ${configdirs} " in
14144 if test $ok = yes; then
14145 # An in-tree tool is available and we can use it
14146 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14148 $as_echo "just compiled
" >&6; }
14149 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
14150 # We already found the complete path
14151 ac_dir=`dirname $STRIP_FOR_TARGET`
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14153 $as_echo "pre-installed
in $ac_dir" >&6; }
14154 elif test "x
$target" = "x
$host"; then
14155 # We can use an host tool
14156 STRIP_FOR_TARGET='$(STRIP)'
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14158 $as_echo "host tool
" >&6; }
14160 # We need a cross tool
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14162 $as_echo "pre-installed
" >&6; }
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
14167 $as_echo_n "checking where to
find the target windres...
" >&6; }
14168 if test "x
${build}" != "x
${host}" ; then
14169 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14170 # We already found the complete path
14171 ac_dir=`dirname $WINDRES_FOR_TARGET`
14172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14173 $as_echo "pre-installed
in $ac_dir" >&6; }
14175 # Canadian cross, just use what we found
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14177 $as_echo "pre-installed
" >&6; }
14181 case " ${configdirs} " in
14186 if test $ok = yes; then
14187 # An in-tree tool is available and we can use it
14188 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14190 $as_echo "just compiled
" >&6; }
14191 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
14192 # We already found the complete path
14193 ac_dir=`dirname $WINDRES_FOR_TARGET`
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14195 $as_echo "pre-installed
in $ac_dir" >&6; }
14196 elif test "x
$target" = "x
$host"; then
14197 # We can use an host tool
14198 WINDRES_FOR_TARGET='$(WINDRES)'
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14200 $as_echo "host tool
" >&6; }
14202 # We need a cross tool
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14204 $as_echo "pre-installed
" >&6; }
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
14209 $as_echo_n "checking where to
find the target windmc...
" >&6; }
14210 if test "x
${build}" != "x
${host}" ; then
14211 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14212 # We already found the complete path
14213 ac_dir=`dirname $WINDMC_FOR_TARGET`
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14215 $as_echo "pre-installed
in $ac_dir" >&6; }
14217 # Canadian cross, just use what we found
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14219 $as_echo "pre-installed
" >&6; }
14223 case " ${configdirs} " in
14228 if test $ok = yes; then
14229 # An in-tree tool is available and we can use it
14230 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
14232 $as_echo "just compiled
" >&6; }
14233 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
14234 # We already found the complete path
14235 ac_dir=`dirname $WINDMC_FOR_TARGET`
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
14237 $as_echo "pre-installed
in $ac_dir" >&6; }
14238 elif test "x
$target" = "x
$host"; then
14239 # We can use an host tool
14240 WINDMC_FOR_TARGET='$(WINDMC)'
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
14242 $as_echo "host tool
" >&6; }
14244 # We need a cross tool
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
14246 $as_echo "pre-installed
" >&6; }
14254 # Certain tools may need extra flags.
14255 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14256 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14257 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14259 # When building target libraries, except in a Canadian cross, we use
14260 # the same toolchain as the compiler we just built.
14261 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14262 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14263 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14264 if test $host = $build; then
14265 case " $configdirs " in
14267 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14268 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14269 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
14279 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
14280 # Check whether --enable-maintainer-mode was given.
14281 if test "${enable_maintainer_mode+set}" = set; then :
14282 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14284 USE_MAINTAINER_MODE=no
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
14288 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14291 if test "$USE_MAINTAINER_MODE" = yes; then
14292 MAINTAINER_MODE_TRUE=
14293 MAINTAINER_MODE_FALSE='#'
14295 MAINTAINER_MODE_TRUE='#'
14296 MAINTAINER_MODE_FALSE=
14298 MAINT=$MAINTAINER_MODE_TRUE
14300 # ---------------------
14301 # GCC bootstrap support
14302 # ---------------------
14304 # Stage specific cflags for build.
14309 yes) stage1_cflags="-g -Wa,-J" ;;
14310 *) stage1_cflags="-g -J" ;;
14316 # Enable --enable-checking in stage1 of the compiler.
14317 # Check whether --enable-stage1-checking was given.
14318 if test "${enable_stage1_checking+set}" = set; then :
14319 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14321 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
14322 stage1_checking=--enable-checking=yes,types
14324 stage1_checking=--enable-checking=$enable_checking,types
14330 # Enable -Werror in bootstrap stage2 and later.
14331 # Check whether --enable-werror was given.
14332 if test "${enable_werror+set}" = set; then :
14333 enableval=$enable_werror;
14335 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14342 case ${enable_werror} in
14343 yes) stage2_werror_flag="--enable-werror-always" ;;
14344 *) stage2_werror_flag="" ;;
14348 # Specify what files to not compare during bootstrap.
14350 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
14352 hppa*64*-*-hpux*) ;;
14353 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
14354 powerpc*-ibm-aix*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/* |
*libgomp
*\$
(objext
)" ;;
14358 ac_config_files="$ac_config_files Makefile
"
14360 cat >confcache <<\_ACEOF
14361 # This file is a shell script that caches the results of configure
14362 # tests run on this system so they can be shared between configure
14363 # scripts and configure runs, see configure's option --config-cache.
14364 # It is not useful on other systems. If it contains results you don't
14365 # want to keep, you may remove or edit it.
14367 # config.status only pays attention to the cache file if you give it
14368 # the --recheck option to rerun configure.
14370 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14371 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14372 # following values.
14376 # The following way of writing the cache mishandles newlines in values,
14377 # but we know of no workaround that is simple, portable, and efficient.
14378 # So, we kill variables containing newlines.
14379 # Ultrix sh set writes to stderr and can't be redirected directly,
14380 # and sets the high bit in the cache file unless we assign to the vars.
14382 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14383 eval ac_val=\$$ac_var
14387 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
14388 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
14391 _ | IFS | as_nl) ;; #(
14392 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14393 *) { eval $ac_var=; unset $ac_var;} ;;
14399 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14400 *${as_nl}ac_space=\ *)
14401 # `set' does not quote correctly, so add quotes: double-quote
14402 # substitution turns \\\\ into \\, and sed turns \\ into \.
14405 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
14408 # `set' quotes correctly as required by POSIX, so do not add quotes.
14409 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
14418 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14420 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14422 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14423 if test -w "$cache_file"; then
14424 test "x
$cache_file" != "x
/dev
/null
" &&
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
14426 $as_echo "$as_me: updating cache
$cache_file" >&6;}
14427 cat confcache >$cache_file
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
14430 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
14435 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
14436 # Let make expand exec_prefix.
14437 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
14439 # Transform confdefs.h into DEFS.
14440 # Protect against shell expansion while executing Makefile rules.
14441 # Protect against Makefile macro expansion.
14443 # If the first sed substitution is executed (which looks for macros that
14444 # take arguments), then branch to the quote section. Otherwise,
14445 # look for a macro that doesn't take arguments.
14455 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14457 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14461 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
14474 DEFS=`sed -n "$ac_script" confdefs.h`
14479 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14480 # 1. Remove the extension, and $U if already installed.
14481 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
14482 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14483 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14484 # will be set to the directory where LIBOBJS objects are built.
14485 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14486 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
14488 LIBOBJS=$ac_libobjs
14490 LTLIBOBJS=$ac_ltlibobjs
14494 : ${CONFIG_STATUS=./config.status}
14496 ac_clean_files_save=$ac_clean_files
14497 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14498 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14499 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14501 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14503 # Generated by $as_me.
14504 # Run this file to recreate the current configuration.
14505 # Compiler output produced by configure, useful for debugging
14506 # configure, is in config.log if it exists.
14509 ac_cs_recheck=false
14512 SHELL=\${CONFIG_SHELL-$SHELL}
14515 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14516 ## -------------------- ##
14517 ## M4sh Initialization. ##
14518 ## -------------------- ##
14520 # Be more Bourne compatible
14521 DUALCASE=1; export DUALCASE # for MKS sh
14522 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14525 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14526 # is contrary to our usage. Disable this feature.
14527 alias -g '${1+"$@"}'='"$@"'
14528 setopt NO_GLOB_SUBST
14530 case `(set -o) 2>/dev/null` in #(
14542 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14543 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14544 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
14545 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14546 # Prefer a ksh shell builtin over an external printf program on Solaris,
14547 # but without wasting forks for bash or zsh.
14548 if test -z "$BASH_VERSION$ZSH_VERSION" \
14549 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14550 as_echo
='print -r --'
14551 as_echo_n
='print -rn --'
14552 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14553 as_echo
='printf %s\n'
14554 as_echo_n
='printf %s'
14556 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14557 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
14558 as_echo_n
='/usr/ucb/echo -n'
14560 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
14561 as_echo_n_body
='eval
14565 expr "X$arg" : "X\\(.*\\)$as_nl";
14566 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14568 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14570 export as_echo_n_body
14571 as_echo_n
='sh -c $as_echo_n_body as_echo'
14573 export as_echo_body
14574 as_echo
='sh -c $as_echo_body as_echo'
14577 # The user is always right.
14578 if test "${PATH_SEPARATOR+set}" != set; then
14580 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
14581 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
14588 # We need space, tab and new line, in precisely that order. Quoting is
14589 # there to prevent editors from complaining about space-tab.
14590 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14591 # splitting by setting IFS to empty value.)
14594 # Find who we are. Look in the path if we contain no directory separator.
14596 *[\\/]* ) as_myself
=$0 ;;
14597 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14598 for as_dir
in $PATH
14601 test -z "$as_dir" && as_dir
=.
14602 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
14608 # We did not find ourselves, most probably we were run as `sh COMMAND'
14609 # in which case we are not to be found in the path.
14610 if test "x$as_myself" = x
; then
14613 if test ! -f "$as_myself"; then
14614 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14618 # Unset variables that we do not need and which cause bugs (e.g. in
14619 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14620 # suppresses any "Segmentation fault" message there. '((' could
14621 # trigger a bug in pdksh 5.2.14.
14622 for as_var
in BASH_ENV ENV MAIL MAILPATH
14623 do eval test x\
${$as_var+set} = xset \
14624 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14637 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14640 # as_fn_error ERROR [LINENO LOG_FD]
14641 # ---------------------------------
14642 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14643 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14644 # script with status $?, using 1 if that was 0.
14647 as_status
=$?
; test $as_status -eq 0 && as_status
=1
14649 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14650 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14652 $as_echo "$as_me: error: $1" >&2
14653 as_fn_exit
$as_status
14657 # as_fn_set_status STATUS
14658 # -----------------------
14659 # Set $? to STATUS, without forking.
14660 as_fn_set_status
()
14663 } # as_fn_set_status
14665 # as_fn_exit STATUS
14666 # -----------------
14667 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14671 as_fn_set_status
$1
14677 # Portably unset VAR.
14680 { eval $1=; unset $1;}
14682 as_unset
=as_fn_unset
14683 # as_fn_append VAR VALUE
14684 # ----------------------
14685 # Append the text in VALUE to the end of the definition contained in VAR. Take
14686 # advantage of any shell optimizations that allow amortized linear growth over
14687 # repeated appends, instead of the typical quadratic growth present in naive
14689 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14690 eval 'as_fn_append ()
14701 # as_fn_arith ARG...
14702 # ------------------
14703 # Perform arithmetic evaluation on the ARGs, and store the result in the
14704 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14705 # must be portable across $(()) and expr.
14706 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14707 eval 'as_fn_arith ()
14714 as_val
=`expr "$@" || test $? -eq 1`
14719 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14720 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14726 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14727 as_basename
=basename
14732 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14738 as_me
=`$as_basename -- "$0" ||
14739 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14740 X"$0" : 'X\(//\)$' \| \
14741 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14743 sed '/^.*\/\([^/][^/]*\)\/*$/{
14757 # Avoid depending upon Character Ranges.
14758 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14759 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14760 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14761 as_cr_digits
='0123456789'
14762 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14764 ECHO_C
= ECHO_N
= ECHO_T
=
14765 case `echo -n x` in #(((((
14767 case `echo 'xy\c'` in
14768 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
14770 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
14777 rm -f conf$$ conf$$.exe conf$$.
file
14778 if test -d conf$$.dir
; then
14779 rm -f conf$$.dir
/conf$$.
file
14782 mkdir conf$$.dir
2>/dev
/null
14784 if (echo >conf$$.
file) 2>/dev
/null
; then
14785 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14787 # ... but there are two gotchas:
14788 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14789 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14790 # In both cases, we have to default to `cp -p'.
14791 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
14793 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14801 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
14802 rmdir conf$$.dir
2>/dev
/null
14807 # Create "$as_dir" as a directory, including parents if necessary.
14812 -*) as_dir
=.
/$as_dir;;
14814 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
14818 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14819 *) as_qdir
=$as_dir;;
14821 as_dirs
="'$as_qdir' $as_dirs"
14822 as_dir
=`$as_dirname -- "$as_dir" ||
14823 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14824 X"$as_dir" : 'X\(//\)[^/]' \| \
14825 X"$as_dir" : 'X\(//\)$' \| \
14826 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14827 $as_echo X"$as_dir" |
14828 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14832 /^X\(\/\/\)[^/].*/{
14845 test -d "$as_dir" && break
14847 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
14848 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
14852 if mkdir
-p .
2>/dev
/null
; then
14853 as_mkdir_p
='mkdir -p "$as_dir"'
14855 test -d .
/-p && rmdir .
/-p
14859 if test -x / >/dev
/null
2>&1; then
14860 as_test_x
='test -x'
14862 if ls -dL / >/dev
/null
2>&1; then
14869 if test -d "$1"; then
14875 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14876 ???[sx]*):;;*)false;;esac;fi
14880 as_executable_p
=$as_test_x
14882 # Sed expression to map a string onto a valid CPP name.
14883 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14885 # Sed expression to map a string onto a valid variable name.
14886 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14890 ## ----------------------------------- ##
14891 ## Main body of $CONFIG_STATUS script. ##
14892 ## ----------------------------------- ##
14894 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
14896 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14897 # Save the log message, to keep $0 and so on meaningful, and to
14898 # report actual input values of CONFIG_FILES etc. instead of their
14899 # values after options handling.
14901 This file was extended by $as_me, which was
14902 generated by GNU Autoconf 2.64. Invocation command line was
14904 CONFIG_FILES = $CONFIG_FILES
14905 CONFIG_HEADERS = $CONFIG_HEADERS
14906 CONFIG_LINKS = $CONFIG_LINKS
14907 CONFIG_COMMANDS = $CONFIG_COMMANDS
14910 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14915 case $ac_config_files in *"
14916 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
14921 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14922 # Files that config.status was made for.
14923 config_files="$ac_config_files"
14927 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14929 \`$as_me' instantiates files and other configuration actions
14930 from templates according to the current configuration. Unless the files
14931 and actions are specified as TAGs, all are instantiated by default.
14933 Usage: $0 [OPTION]... [TAG]...
14935 -h, --help print this help, then exit
14936 -V, --version print version number and configuration settings, then exit
14937 -q, --quiet, --silent
14938 do not print progress messages
14939 -d, --debug don't remove temporary files
14940 --recheck update $as_me by reconfiguring in the same conditions
14941 --file=FILE[:TEMPLATE]
14942 instantiate the configuration file FILE
14944 Configuration files:
14947 Report bugs to the package provider."
14950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14953 configured by $0, generated by GNU Autoconf 2.64,
14954 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14956 Copyright (C) 2009 Free Software Foundation, Inc.
14957 This config.status script is free software; the Free Software Foundation
14958 gives unlimited permission to copy, distribute and modify it."
14964 test -n "\$AWK" || AWK=awk
14967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14968 # The default lists apply if the user does not specify any file.
14974 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14975 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
14986 # Handling of the options.
14987 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
14989 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
14990 $as_echo "$ac_cs_version"; exit ;;
14991 --debug |
--debu |
--deb |
--de |
--d |
-d )
14993 --file |
--fil |
--fi |
--f )
14996 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14998 as_fn_append CONFIG_FILES
" '$ac_optarg'"
14999 ac_need_defaults
=false
;;
15000 --he |
--h |
--help |
--hel |
-h )
15001 $as_echo "$ac_cs_usage"; exit ;;
15002 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15003 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15006 # This is an error.
15007 -*) as_fn_error
"unrecognized option: \`$1'
15008 Try \`$0 --help' for more information." ;;
15010 *) as_fn_append ac_config_targets
" $1"
15011 ac_need_defaults
=false
;;
15017 ac_configure_extra_args
=
15019 if $ac_cs_silent; then
15021 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15025 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15026 if \$ac_cs_recheck; then
15027 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15029 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15030 CONFIG_SHELL='$SHELL'
15031 export CONFIG_SHELL
15036 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15040 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15041 ## Running $as_me. ##
15047 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15051 extrasub_build="$extrasub_build"
15052 extrasub_host="$extrasub_host"
15053 extrasub_target="$extrasub_target"
15057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15059 # Handling of arguments.
15060 for ac_config_target
in $ac_config_targets
15062 case $ac_config_target in
15063 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15065 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15070 # If the user did not use the arguments to specify the items to instantiate,
15071 # then the envvar interface is used. Set only those that are not.
15072 # We use the long form for the default assignment because of an extremely
15073 # bizarre bug on SunOS 4.1.3.
15074 if $ac_need_defaults; then
15075 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15078 # Have a temporary directory for convenience. Make it in the build tree
15079 # simply because there is no reason against having it here, and in addition,
15080 # creating and moving files from /tmp can sometimes cause problems.
15081 # Hook for its removal unless debugging.
15082 # Note that there is a small window in which the directory will not be cleaned:
15083 # after its creation but before its name has been assigned to `$tmp'.
15087 trap 'exit_status=$?
15088 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15090 trap 'as_fn_exit 1' 1 2 13 15
15092 # Create a (secure) tmp directory for tmp files.
15095 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15096 test -n "$tmp" && test -d "$tmp"
15099 tmp
=.
/conf$$
-$RANDOM
15100 (umask 077 && mkdir
"$tmp")
15101 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
15103 # Set up the scripts for CONFIG_FILES section.
15104 # No need to generate them if there are no CONFIG_FILES.
15105 # This happens for instance with `./config.status config.h'.
15106 if test -n "$CONFIG_FILES"; then
15108 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
15109 ac_cs_awk_getline
=:
15110 ac_cs_awk_pipe_init
=
15111 ac_cs_awk_read_file
='
15112 while ((getline aline < (F[key])) > 0)
15115 ac_cs_awk_pipe_fini
=
15117 ac_cs_awk_getline
=false
15118 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
15119 ac_cs_awk_read_file
='
15121 print "cat " F[key] " &&"
15122 '$ac_cs_awk_pipe_init
15123 # The final `:' finishes the AND list.
15124 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
15126 ac_cr
=`echo X | tr X '\015'`
15127 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15128 # But we know of no other shell where ac_cr would be empty at this
15129 # point, so we can use a bashism as a fallback.
15130 if test "x$ac_cr" = x
; then
15131 eval ac_cr
=\$
\'\\r
\'
15133 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15134 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15137 ac_cs_awk_cr
=$ac_cr
15140 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15143 # Create commands to substitute file output variables.
15145 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15146 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15147 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
15150 } >conf$
$files.sh
&&
15151 . .
/conf$
$files.sh ||
15152 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
15153 rm -f conf$
$files.sh
15156 echo "cat >conf$$subs.awk <<_ACEOF" &&
15157 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15159 } >conf$$subs.sh ||
15160 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15161 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15163 for ac_last_try in false false false false false :; do
15164 . ./conf$$subs.sh ||
15165 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15167 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15168 if test $ac_delim_n = $ac_delim_num; then
15170 elif $ac_last_try; then
15171 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
15173 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15176 rm -f conf$$subs.sh
15178 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15179 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
15183 s/^/S["/; s
/!.
*/"]=/
15193 s/\(.\{148\}\).*/\1/
15195 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15200 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15207 s/\(.\{148\}\).*/\1/
15209 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15213 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15218 ' <conf$$subs.awk | sed '
15223 ' >>$CONFIG_STATUS || ac_write_fail=1
15224 rm -f conf$$subs.awk
15225 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15227 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
15228 for (key in S) S_is_set[key] = 1
15230 \$ac_cs_awk_pipe_init
15234 nfields = split(line, field, "@
")
15236 len = length(field[1])
15237 for (i = 2; i < nfields; i++) {
15239 keylen = length(key)
15240 if (S_is_set[key]) {
15242 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15243 len += length(value) + length(field[++i])
15248 if (nfields == 3 && !substed) {
15250 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15251 \$ac_cs_awk_read_file
15257 \$ac_cs_awk_pipe_fini
15260 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15261 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15262 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15265 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
15266 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
15269 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15270 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
15271 # trailing colons and then remove the whole line if VPATH becomes empty
15272 # (actually we leave an empty line to preserve line numbers).
15273 if test "x
$srcdir" = x.; then
15274 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15275 s/:*\$(srcdir):*/:/
15276 s/:*\${srcdir}:*/:/
15278 s/^\([^=]*=[ ]*\):*/\1/
15284 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15285 fi # test -n "$CONFIG_FILES"
15288 eval set X " :F
$CONFIG_FILES "
15293 :[FHLC]) ac_mode=$ac_tag; continue;;
15295 case $ac_mode$ac_tag in
15297 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
15298 :[FH]-) ac_tag=-:-;;
15299 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15316 -) ac_f="$tmp/stdin";;
15317 *) # Look for the file first in the build tree, then in the source tree
15318 # (if the path is not absolute). The absolute path cannot be DOS-style,
15319 # because $ac_f cannot contain `:'.
15323 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15325 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15327 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
15328 as_fn_append ac_file_inputs " '$ac_f'"
15331 # Let's still pretend it is `configure' which instantiates (i.e., don't
15332 # use $as_me), people would be surprised to read:
15333 # /* config.h. Generated by config.status. */
15334 configure_input='Generated from '`
15335 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15337 if test x"$ac_file" != x-; then
15338 configure_input="$ac_file.
$configure_input"
15339 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
15340 $as_echo "$as_me: creating
$ac_file" >&6;}
15342 # Neutralize special characters interpreted by sed in replacement strings.
15343 case $configure_input in #(
15344 *\&* | *\|* | *\\* )
15345 ac_sed_conf_input=`$as_echo "$configure_input" |
15346 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15347 *) ac_sed_conf_input=$configure_input;;
15351 *:-:* | *:-) cat >"$tmp/stdin
" \
15352 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
15357 ac_dir=`$as_dirname -- "$ac_file" ||
15358 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15359 X"$ac_file" : 'X\(//\)[^/]' \| \
15360 X"$ac_file" : 'X\(//\)$' \| \
15361 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15362 $as_echo X"$ac_file" |
15363 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15367 /^X\(\/\/\)[^/].*/{
15380 as_dir="$ac_dir"; as_fn_mkdir_p
15384 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15386 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15387 # A "..
" for each directory in $ac_dir_suffix.
15388 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15389 case $ac_top_builddir_sub in
15390 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15391 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15394 ac_abs_top_builddir=$ac_pwd
15395 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15396 # for backward compatibility:
15397 ac_top_builddir=$ac_top_build_prefix
15400 .) # We are building in place.
15402 ac_top_srcdir=$ac_top_builddir_sub
15403 ac_abs_top_srcdir=$ac_pwd ;;
15404 [\\/]* | ?:[\\/]* ) # Absolute name.
15405 ac_srcdir=$srcdir$ac_dir_suffix;
15406 ac_top_srcdir=$srcdir
15407 ac_abs_top_srcdir=$srcdir ;;
15408 *) # Relative name.
15409 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15410 ac_top_srcdir=$ac_top_build_prefix$srcdir
15411 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15413 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15423 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15424 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15428 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15429 # If the template does not know about datarootdir, expand it.
15430 # FIXME: This hack should be removed a few years after 2.60.
15431 ac_datarootdir_hack=; ac_datarootdir_seen=
15442 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
15443 *datarootdir*) ac_datarootdir_seen=yes;;
15444 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
15446 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
15448 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15449 ac_datarootdir_hack='
15450 s&@datadir@&$datadir&g
15451 s&@docdir@&$docdir&g
15452 s&@infodir@&$infodir&g
15453 s&@localedir@&$localedir&g
15454 s&@mandir@&$mandir&g
15455 s&\\\${datarootdir}&$datarootdir&g' ;;
15459 # Neutralize VPATH when `$srcdir' = `.'.
15460 # Shell code in configure.ac might set extrasub.
15461 # FIXME: do we really want to maintain this feature?
15462 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15463 ac_sed_extra="$ac_vpsub
15466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15468 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15469 s|@configure_input@|
$ac_sed_conf_input|
;t t
15470 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
15471 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
15472 s
&@srcdir@
&$ac_srcdir&;t t
15473 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
15474 s
&@top_srcdir@
&$ac_top_srcdir&;t t
15475 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
15476 s
&@builddir@
&$ac_builddir&;t t
15477 s
&@abs_builddir@
&$ac_abs_builddir&;t t
15478 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
15479 s
&@INSTALL@
&$ac_INSTALL&;t t
15480 $ac_datarootdir_hack
15482 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15483 if $ac_cs_awk_getline; then
15484 $AWK -f "$tmp/subs.
awk"
15486 $AWK -f "$tmp/subs.
awk" | $SHELL
15488 || as_fn_error "could not create
$ac_file" "$LINENO" 5
15490 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15491 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
15492 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
15493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
15494 which seems to be undefined. Please make sure it is defined." >&5
15495 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
15496 which seems to be undefined. Please make sure it is defined." >&2;}
15500 -) cat "$tmp/out" && rm -f "$tmp/out";;
15501 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15503 || as_fn_error "could not create $ac_file" "$LINENO" 5
15511 case $ac_file$ac_mode in
15512 "Makefile":F) sed "$extrasub_build" Makefile |
15513 sed "$extrasub_host" |
15514 sed "$extrasub_target" > mf$$
15515 mv -f mf$$ Makefile ;;
15523 ac_clean_files=$ac_clean_files_save
15525 test $ac_write_fail = 0 ||
15526 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15529 # configure is writing to config.log, and then calls config.status.
15530 # config.status does its own redirection, appending to config.log.
15531 # Unfortunately, on DOS this fails, as config.log is still kept open
15532 # by configure, so config.status won't be able to
write to it
; its
15533 # output is simply discarded. So we exec the FD to /dev/null,
15534 # effectively closing config.log, so it can be properly (re)opened and
15535 # appended to by config.status. When coming back to configure, we
15536 # need to make the FD available again.
15537 if test "$no_create" != yes; then
15539 ac_config_status_args
=
15540 test "$silent" = yes &&
15541 ac_config_status_args
="$ac_config_status_args --quiet"
15543 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15545 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15546 # would make configure fail if this is the last instruction.
15547 $ac_cs_success || as_fn_exit $?
15549 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
15550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15551 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}